2026-02-02 00:10:11 DEBUG 197.239.91.67 678346 3201 - This is an already logged session. _SESSION['dol_login']=intendant _SESSION['dol_entity']=1 2026-02-02 00:10:11 DEBUG 197.239.91.67 678346 3201 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 llxme_user as u LEFT JOIN llxme_c_country as c ON u.fk_country = c.rowid LEFT JOIN llxme_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llxme_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IN (0, 1) AND u.login = 'intendant' ORDER BY u.entity ASC 2026-02-02 00:10:11 DEBUG 197.239.91.67 678346 3201 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, aiprompt, css, cssview, csslist FROM llxme_extrafields WHERE elementtype = 'user' ORDER BY pos 2026-02-02 00:10:11 DEBUG 197.239.91.67 678346 3201 sql=SELECT param, value FROM llxme_user_param WHERE fk_user = 1 AND entity = 1 2026-02-02 00:10:11 DEBUG 197.239.91.67 678346 3201 DefaultValues::fetchAll 2026-02-02 00:10:11 DEBUG 197.239.91.67 678346 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2026-02-02 00:10:11 DEBUG 197.239.91.67 678346 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llxme_user_rights as ur, llxme_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 LIKE '%_advance' 2026-02-02 00:10:11 DEBUG 197.239.91.67 678346 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llxme_usergroup_rights as gr, llxme_usergroup_user as gu, llxme_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 LIKE '%_advance' 2026-02-02 00:10:11 NOTICE 197.239.91.67 678346 3201 --- Access to GET /admin/modules.php - action=, massaction= 2026-02-02 00:10:11 DEBUG 197.239.91.67 678346 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 00:10:11 DEBUG 197.239.91.67 678346 3201 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, m.showtopmenuinframe FROM llxme_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 2026-02-02 00:10:11 DEBUG 197.239.91.67 678346 3201 BEGIN Transaction 2026-02-02 00:10:11 DEBUG 197.239.91.67 678346 3201 admin.lib::dolibarr_set_const 2026-02-02 00:10:11 DEBUG 197.239.91.67 678346 3201 sql=DELETE FROM llxme_const WHERE name = 'MAIN_MODULE_SETUP_ON_LIST_BY_DEFAULT' AND entity = 1 2026-02-02 00:10:11 DEBUG 197.239.91.67 678346 3201 admin.lib::dolibarr_set_const 2026-02-02 00:10:11 DEBUG 197.239.91.67 678346 3201 sql=INSERT INTO llxme_const(name, value, type, visible, note, entity) VALUES ('MAIN_MODULE_SETUP_ON_LIST_BY_DEFAULT', 'commonkanban', 'chaine', 0, '', 1) 2026-02-02 00:10:11 DEBUG 197.239.91.67 678346 3201 COMMIT Transaction 2026-02-02 00:10:11 DEBUG 197.239.91.67 678346 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:10:11 DEBUG 197.239.91.67 678346 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:10:11 DEBUG 197.239.91.67 678346 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:10:11 DEBUG 197.239.91.67 678346 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:10:11 INFO 197.239.91.67 678346 3201 Scan directory /home4/jrbprodu/public_html/erpjrbvita/core/modules/ for module descriptor files (modXXX.class.php) 2026-02-02 00:10:11 DEBUG 197.239.91.67 678346 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'eventorganization_conferenceorboothattendee' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:10:11 DEBUG 197.239.91.67 678346 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'actioncomm' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:10:11 INFO 197.239.91.67 678346 3201 Module modZapier not qualified 2026-02-02 00:10:11 DEBUG 197.239.91.67 678346 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'expensereport' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:10:11 DEBUG 197.239.91.67 678346 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'user' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:10:11 DEBUG 197.239.91.67 678346 3201 useNPR 2026-02-02 00:10:11 DEBUG 197.239.91.67 678346 3201 sql=SELECT t.rowid FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.recuperableonly = 1 AND t.entity IN (1) 2026-02-02 00:10:11 DEBUG 197.239.91.67 678346 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:10:11 DEBUG 197.239.91.67 678346 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:10:11 DEBUG 197.239.91.67 678346 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:10:11 DEBUG 197.239.91.67 678346 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'product' AND entity IN (0,1) 2026-02-02 00:10:11 DEBUG 197.239.91.67 678346 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:10:11 DEBUG 197.239.91.67 678346 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:10:11 DEBUG 197.239.91.67 678346 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:10:11 DEBUG 197.239.91.67 678346 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:10:11 DEBUG 197.239.91.67 678346 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:10:11 DEBUG 197.239.91.67 678346 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:10:11 DEBUG 197.239.91.67 678346 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'propal' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:10:11 DEBUG 197.239.91.67 678346 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'propaldet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:10:11 DEBUG 197.239.91.67 678346 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:10:11 DEBUG 197.239.91.67 678346 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:10:11 DEBUG 197.239.91.67 678346 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'propal' AND entity IN (0, 1) 2026-02-02 00:10:11 DEBUG 197.239.91.67 678346 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'propaldet' AND entity IN (0, 1) 2026-02-02 00:10:11 DEBUG 197.239.91.67 678346 3201 sql=SELECT DISTINCT tc.rowid, tc.code, tc.libelle as type_label, tc.position FROM llxme_c_type_contact as tc WHERE tc.element = 'commande' AND tc.source = 'external' ORDER BY position ASC, code ASC 2026-02-02 00:10:11 DEBUG 197.239.91.67 678346 3201 sql=SELECT DISTINCT tc.rowid, tc.code, tc.libelle as type_label, tc.position FROM llxme_c_type_contact as tc WHERE tc.element = 'commande' AND tc.source = 'external' ORDER BY position ASC, code ASC 2026-02-02 00:10:11 DEBUG 197.239.91.67 678346 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'expedition' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:10:11 DEBUG 197.239.91.67 678346 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'expeditiondet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:10:11 DEBUG 197.239.91.67 678346 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:10:11 DEBUG 197.239.91.67 678346 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'contrat' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:10:11 DEBUG 197.239.91.67 678346 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'contratdet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:10:11 DEBUG 197.239.91.67 678346 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'warehouse' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:10:11 DEBUG 197.239.91.67 678346 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:10:11 DEBUG 197.239.91.67 678346 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'bom_bom' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:10:11 DEBUG 197.239.91.67 678346 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'bom_bomline' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:10:11 DEBUG 197.239.91.67 678346 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE elementtype = 'bom_bom' AND entity IN (0, 1) 2026-02-02 00:10:11 DEBUG 197.239.91.67 678346 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE elementtype = 'bom_bomline' AND entity IN (0, 1) 2026-02-02 00:10:11 INFO 197.239.91.67 678346 3201 Module modAsset not qualified 2026-02-02 00:10:11 INFO 197.239.91.67 678346 3201 Module modWebServices not qualified 2026-02-02 00:10:11 DEBUG 197.239.91.67 678346 3201 User::loadParentOf 2026-02-02 00:10:11 DEBUG 197.239.91.67 678346 3201 sql=SELECT fk_user as id_parent, rowid as id_son FROM llxme_user WHERE fk_user <> 0 AND entity IN (0,1) 2026-02-02 00:10:11 DEBUG 197.239.91.67 678346 3201 User::get_full_tree get user list 2026-02-02 00:10:11 DEBUG 197.239.91.67 678346 3201 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 llxme_user as u WHERE u.entity IN (0,1) 2026-02-02 00:10:11 DEBUG 197.239.91.67 678346 3201 User::get_full_tree call to build_path_from_id_user 2026-02-02 00:10:11 DEBUG 197.239.91.67 678346 3201 User::get_full_tree dol_sort_array 2026-02-02 00:10:11 INFO 197.239.91.67 678346 3201 Build childid for id = 1 2026-02-02 00:10:11 INFO 197.239.91.67 678346 3201 Module modDeplacement not qualified 2026-02-02 00:10:11 INFO 197.239.91.67 678346 3201 Module modDynamicPrices not qualified 2026-02-02 00:10:11 INFO 197.239.91.67 678346 3201 Module modCollab not qualified 2026-02-02 00:10:11 DEBUG 197.239.91.67 678346 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE elementtype = 'facture' AND entity IN (0, 1) 2026-02-02 00:10:11 DEBUG 197.239.91.67 678346 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE elementtype = 'facture_det' AND entity IN (0, 1) 2026-02-02 00:10:11 DEBUG 197.239.91.67 678346 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'facture' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:10:11 DEBUG 197.239.91.67 678346 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'facturedet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:10:11 DEBUG 197.239.91.67 678346 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:10:11 DEBUG 197.239.91.67 678346 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:10:11 DEBUG 197.239.91.67 678346 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'facture' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:10:11 DEBUG 197.239.91.67 678346 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'ticket' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:10:11 INFO 197.239.91.67 678346 3201 Module modExternalSite not qualified 2026-02-02 00:10:11 INFO 197.239.91.67 678346 3201 Module modDataPolicy not qualified 2026-02-02 00:10:11 INFO 197.239.91.67 678346 3201 Module modPaybox not qualified 2026-02-02 00:10:11 INFO 197.239.91.67 678346 3201 Module modSubtotals not qualified 2026-02-02 00:10:11 INFO 197.239.91.67 678346 3201 Module modLabel not qualified 2026-02-02 00:10:11 DEBUG 197.239.91.67 678346 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'holiday' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:10:11 DEBUG 197.239.91.67 678346 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'user' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:10:11 DEBUG 197.239.91.67 678346 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'adherent' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:10:11 DEBUG 197.239.91.67 678346 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'adherent' AND entity IN (0,1) 2026-02-02 00:10:11 INFO 197.239.91.67 678346 3201 Module modIntracommreport not qualified 2026-02-02 00:10:11 DEBUG 197.239.91.67 678346 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:10:11 DEBUG 197.239.91.67 678346 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:10:11 DEBUG 197.239.91.67 678346 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'user' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:10:11 DEBUG 197.239.91.67 678346 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'Facture' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:10:11 DEBUG 197.239.91.67 678346 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'CommandeFournisseur' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:10:11 DEBUG 197.239.91.67 678346 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'invoice_supplier' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:10:11 DEBUG 197.239.91.67 678346 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'projet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:10:11 DEBUG 197.239.91.67 678346 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'projet_task' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:10:11 DEBUG 197.239.91.67 678346 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'projet' AND entity IN (0,1) 2026-02-02 00:10:11 DEBUG 197.239.91.67 678346 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'projet_task' AND entity IN (0,1) 2026-02-02 00:10:11 INFO 197.239.91.67 678346 3201 Module modMailmanSpip not qualified 2026-02-02 00:10:11 DEBUG 197.239.91.67 678346 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'user' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:10:11 DEBUG 197.239.91.67 678346 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'user' AND entity IN (0,1) 2026-02-02 00:10:11 INFO 197.239.91.67 678346 3201 Module modFTP not qualified 2026-02-02 00:10:11 DEBUG 197.239.91.67 678346 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'facture_fourn' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:10:11 DEBUG 197.239.91.67 678346 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'facture_fourn_det' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:10:11 DEBUG 197.239.91.67 678346 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'facture_fourn' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:10:11 DEBUG 197.239.91.67 678346 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'commande_fournisseur' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:10:11 DEBUG 197.239.91.67 678346 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'commande_fournisseurdet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:10:11 DEBUG 197.239.91.67 678346 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'facture_fourn' AND entity IN (0, 1) 2026-02-02 00:10:11 DEBUG 197.239.91.67 678346 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'facture_fourn_det' AND entity IN (0, 1) 2026-02-02 00:10:11 DEBUG 197.239.91.67 678346 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'commande_fournisseur' AND entity IN (0, 1) 2026-02-02 00:10:11 DEBUG 197.239.91.67 678346 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'commande_fournisseurdet' AND entity IN (0, 1) 2026-02-02 00:10:11 DEBUG 197.239.91.67 678346 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'mrp_mo' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:10:11 DEBUG 197.239.91.67 678346 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'mrp_mo' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:10:11 DEBUG 197.239.91.67 678346 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'mrp_production' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:10:11 DEBUG 197.239.91.67 678346 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE elementtype = 'mrp_mo' AND entity IN (0, 1) 2026-02-02 00:10:11 DEBUG 197.239.91.67 678346 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'commande' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:10:11 DEBUG 197.239.91.67 678346 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'commandedet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:10:11 DEBUG 197.239.91.67 678346 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:10:11 DEBUG 197.239.91.67 678346 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:10:11 DEBUG 197.239.91.67 678346 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault, fieldrequired FROM llxme_extrafields WHERE elementtype = 'commande' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:10:11 DEBUG 197.239.91.67 678346 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault, fieldrequired FROM llxme_extrafields WHERE elementtype = 'commandedet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:10:11 INFO 197.239.91.67 678346 3201 Module modStockTransfer not qualified 2026-02-02 00:10:11 DEBUG 197.239.91.67 678346 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'fichinter' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:10:11 DEBUG 197.239.91.67 678346 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'fichinterdet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:10:11 DEBUG 197.239.91.67 678346 3201 sql=SELECT DISTINCT tc.rowid, tc.code, tc.libelle as type_label, tc.position FROM llxme_c_type_contact as tc WHERE tc.element = 'order_supplier' AND tc.source = 'external' ORDER BY position ASC, code ASC 2026-02-02 00:10:11 DEBUG 197.239.91.67 678346 3201 sql=SELECT DISTINCT tc.rowid, tc.code, tc.libelle as type_label, tc.position FROM llxme_c_type_contact as tc WHERE tc.element = 'order_supplier' AND tc.source = 'external' ORDER BY position ASC, code ASC 2026-02-02 00:10:11 DEBUG 197.239.91.67 678346 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'reception' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:10:11 DEBUG 197.239.91.67 678346 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'receptiondet_batch' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:10:11 DEBUG 197.239.91.67 678346 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:10:11 DEBUG 197.239.91.67 678346 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'socpeople' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:10:11 DEBUG 197.239.91.67 678346 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:10:11 DEBUG 197.239.91.67 678346 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'societe' AND entity IN (0, 1) 2026-02-02 00:10:11 DEBUG 197.239.91.67 678346 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'socpeople' AND entity IN (0, 1) 2026-02-02 00:10:11 DEBUG 197.239.91.67 678346 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'resource' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:10:11 DEBUG 197.239.91.67 678346 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'resource' AND entity IN (0,1) 2026-02-02 00:10:11 DEBUG 197.239.91.67 678346 3201 useNPR 2026-02-02 00:10:11 DEBUG 197.239.91.67 678346 3201 sql=SELECT t.rowid FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.recuperableonly = 1 AND t.entity IN (1) 2026-02-02 00:10:11 DEBUG 197.239.91.67 678346 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:10:11 DEBUG 197.239.91.67 678346 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:10:11 DEBUG 197.239.91.67 678346 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:10:11 DEBUG 197.239.91.67 678346 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'product' AND entity IN (0, 1) 2026-02-02 00:10:11 DEBUG 197.239.91.67 678346 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:10:11 DEBUG 197.239.91.67 678346 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:10:11 DEBUG 197.239.91.67 678346 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:10:11 DEBUG 197.239.91.67 678346 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:10:11 DEBUG 197.239.91.67 678346 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'product_fournisseur_price' AND entity IN (0, 1) 2026-02-02 00:10:11 DEBUG 197.239.91.67 678346 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:10:11 DEBUG 197.239.91.67 678346 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:10:11 DEBUG 197.239.91.67 678346 3201 sql=SELECT code, label, description FROM llxme_c_action_trigger ORDER by rang 2026-02-02 00:10:11 DEBUG 197.239.91.67 678346 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'actioncomm' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:10:11 DEBUG 197.239.91.67 678346 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE elementtype = 'actioncomm' AND entity IN (0, 1) 2026-02-02 00:10:11 DEBUG 197.239.91.67 678346 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'actioncomm' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:10:11 INFO 197.239.91.67 678346 3201 Module modBookCal not qualified 2026-02-02 00:10:11 INFO 197.239.91.67 678346 3201 Module modDocumentGeneration not qualified 2026-02-02 00:10:11 INFO 197.239.91.67 678346 3201 Scan directory /home4/jrbprodu/public_html/erpjrbvita/knowledgemanagement/core/modules/ for module descriptor files (modXXX.class.php) 2026-02-02 00:10:11 INFO 197.239.91.67 678346 3201 Scan directory /home4/jrbprodu/public_html/erpjrbvita/recruitment/core/modules/ for module descriptor files (modXXX.class.php) 2026-02-02 00:10:11 INFO 197.239.91.67 678346 3201 Scan directory /home4/jrbprodu/public_html/erpjrbvita/partnership/core/modules/ for module descriptor files (modXXX.class.php) 2026-02-02 00:10:11 INFO 197.239.91.67 678346 3201 --- End access to /admin/modules.php 2026-02-02 00:10:12 DEBUG 197.239.91.67 678346 3201 DefaultValues::fetchAll 2026-02-02 00:10:12 DEBUG 197.239.91.67 678346 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,0)) AND (entity IN (1,1))) 2026-02-02 00:10:12 NOTICE 197.239.91.67 678346 3201 --- Access to GET /theme/eldy/style.css.php - action=, massaction= NOTOKENRENEWAL=1 2026-02-02 00:10:12 DEBUG 197.239.91.67 678346 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 00:10:12 DEBUG 197.239.91.67 678346 3201 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, m.showtopmenuinframe FROM llxme_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 2026-02-02 00:10:12 DEBUG 197.239.91.67 678346 3201 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 llxme_user as u LEFT JOIN llxme_c_country as c ON u.fk_country = c.rowid LEFT JOIN llxme_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llxme_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IS NOT NULL AND u.login = 'intendant' ORDER BY u.entity ASC 2026-02-02 00:10:12 DEBUG 197.239.91.67 678346 3201 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, aiprompt, css, cssview, csslist FROM llxme_extrafields WHERE elementtype = 'user' ORDER BY pos 2026-02-02 00:10:12 DEBUG 197.239.91.67 678346 3201 sql=SELECT param, value FROM llxme_user_param WHERE fk_user = 1 AND entity = 1 2026-02-02 00:10:12 DEBUG 197.239.91.67 678346 3201 DefaultValues::fetchAll 2026-02-02 00:10:12 DEBUG 197.239.91.67 678346 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2026-02-02 00:10:12 DEBUG 197.239.91.67 678346 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llxme_user_rights as ur, llxme_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 LIKE '%_advance' 2026-02-02 00:10:12 DEBUG 197.239.91.67 678346 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llxme_usergroup_rights as gr, llxme_usergroup_user as gu, llxme_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 LIKE '%_advance' 2026-02-02 00:10:12 DEBUG 197.239.91.67 678346 3201 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, m.showtopmenuinframe FROM llxme_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 2026-02-02 00:10:12 INFO 197.239.91.67 678346 3201 --- End access to /theme/eldy/style.css.php 2026-02-02 00:10:35 DEBUG 197.239.91.67 679072 3201 - This is an already logged session. _SESSION['dol_login']=intendant _SESSION['dol_entity']=1 2026-02-02 00:10:35 DEBUG 197.239.91.67 679072 3201 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 llxme_user as u LEFT JOIN llxme_c_country as c ON u.fk_country = c.rowid LEFT JOIN llxme_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llxme_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IN (0, 1) AND u.login = 'intendant' ORDER BY u.entity ASC 2026-02-02 00:10:35 DEBUG 197.239.91.67 679072 3201 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, aiprompt, css, cssview, csslist FROM llxme_extrafields WHERE elementtype = 'user' ORDER BY pos 2026-02-02 00:10:35 DEBUG 197.239.91.67 679072 3201 sql=SELECT param, value FROM llxme_user_param WHERE fk_user = 1 AND entity = 1 2026-02-02 00:10:35 DEBUG 197.239.91.67 679072 3201 DefaultValues::fetchAll 2026-02-02 00:10:35 DEBUG 197.239.91.67 679072 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2026-02-02 00:10:35 DEBUG 197.239.91.67 679072 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llxme_user_rights as ur, llxme_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 LIKE '%_advance' 2026-02-02 00:10:35 DEBUG 197.239.91.67 679072 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llxme_usergroup_rights as gr, llxme_usergroup_user as gu, llxme_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 LIKE '%_advance' 2026-02-02 00:10:35 NOTICE 197.239.91.67 679072 3201 --- Access to GET /admin/modules.php - action=, massaction= 2026-02-02 00:10:35 DEBUG 197.239.91.67 679072 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 00:10:35 DEBUG 197.239.91.67 679072 3201 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, m.showtopmenuinframe FROM llxme_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 2026-02-02 00:10:35 DEBUG 197.239.91.67 679072 3201 BEGIN Transaction 2026-02-02 00:10:35 DEBUG 197.239.91.67 679072 3201 admin.lib::dolibarr_set_const 2026-02-02 00:10:35 DEBUG 197.239.91.67 679072 3201 sql=DELETE FROM llxme_const WHERE name = 'MAIN_MODULE_SETUP_ON_LIST_BY_DEFAULT' AND entity = 1 2026-02-02 00:10:35 DEBUG 197.239.91.67 679072 3201 admin.lib::dolibarr_set_const 2026-02-02 00:10:35 DEBUG 197.239.91.67 679072 3201 sql=INSERT INTO llxme_const(name, value, type, visible, note, entity) VALUES ('MAIN_MODULE_SETUP_ON_LIST_BY_DEFAULT', 'commonkanban', 'chaine', 0, '', 1) 2026-02-02 00:10:35 DEBUG 197.239.91.67 679072 3201 COMMIT Transaction 2026-02-02 00:10:35 DEBUG 197.239.91.67 679072 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:10:35 DEBUG 197.239.91.67 679072 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:10:35 DEBUG 197.239.91.67 679072 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:10:35 DEBUG 197.239.91.67 679072 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:10:35 INFO 197.239.91.67 679072 3201 Scan directory /home4/jrbprodu/public_html/erpjrbvita/core/modules/ for module descriptor files (modXXX.class.php) 2026-02-02 00:10:35 DEBUG 197.239.91.67 679072 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'eventorganization_conferenceorboothattendee' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:10:35 DEBUG 197.239.91.67 679072 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'actioncomm' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:10:35 INFO 197.239.91.67 679072 3201 Module modZapier not qualified 2026-02-02 00:10:35 DEBUG 197.239.91.67 679072 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'expensereport' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:10:35 DEBUG 197.239.91.67 679072 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'user' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:10:35 DEBUG 197.239.91.67 679072 3201 useNPR 2026-02-02 00:10:35 DEBUG 197.239.91.67 679072 3201 sql=SELECT t.rowid FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.recuperableonly = 1 AND t.entity IN (1) 2026-02-02 00:10:35 DEBUG 197.239.91.67 679072 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:10:35 DEBUG 197.239.91.67 679072 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:10:35 DEBUG 197.239.91.67 679072 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:10:35 DEBUG 197.239.91.67 679072 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'product' AND entity IN (0,1) 2026-02-02 00:10:35 DEBUG 197.239.91.67 679072 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:10:35 DEBUG 197.239.91.67 679072 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:10:35 DEBUG 197.239.91.67 679072 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:10:35 DEBUG 197.239.91.67 679072 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:10:35 DEBUG 197.239.91.67 679072 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:10:35 DEBUG 197.239.91.67 679072 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:10:35 DEBUG 197.239.91.67 679072 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'propal' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:10:35 DEBUG 197.239.91.67 679072 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'propaldet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:10:35 DEBUG 197.239.91.67 679072 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:10:35 DEBUG 197.239.91.67 679072 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:10:35 DEBUG 197.239.91.67 679072 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'propal' AND entity IN (0, 1) 2026-02-02 00:10:35 DEBUG 197.239.91.67 679072 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'propaldet' AND entity IN (0, 1) 2026-02-02 00:10:35 DEBUG 197.239.91.67 679072 3201 sql=SELECT DISTINCT tc.rowid, tc.code, tc.libelle as type_label, tc.position FROM llxme_c_type_contact as tc WHERE tc.element = 'commande' AND tc.source = 'external' ORDER BY position ASC, code ASC 2026-02-02 00:10:35 DEBUG 197.239.91.67 679072 3201 sql=SELECT DISTINCT tc.rowid, tc.code, tc.libelle as type_label, tc.position FROM llxme_c_type_contact as tc WHERE tc.element = 'commande' AND tc.source = 'external' ORDER BY position ASC, code ASC 2026-02-02 00:10:35 DEBUG 197.239.91.67 679072 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'expedition' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:10:35 DEBUG 197.239.91.67 679072 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'expeditiondet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:10:35 DEBUG 197.239.91.67 679072 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:10:35 DEBUG 197.239.91.67 679072 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'contrat' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:10:35 DEBUG 197.239.91.67 679072 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'contratdet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:10:35 DEBUG 197.239.91.67 679072 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'warehouse' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:10:35 DEBUG 197.239.91.67 679072 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:10:35 DEBUG 197.239.91.67 679072 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'bom_bom' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:10:35 DEBUG 197.239.91.67 679072 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'bom_bomline' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:10:35 DEBUG 197.239.91.67 679072 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE elementtype = 'bom_bom' AND entity IN (0, 1) 2026-02-02 00:10:35 DEBUG 197.239.91.67 679072 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE elementtype = 'bom_bomline' AND entity IN (0, 1) 2026-02-02 00:10:35 INFO 197.239.91.67 679072 3201 Module modAsset not qualified 2026-02-02 00:10:35 INFO 197.239.91.67 679072 3201 Module modWebServices not qualified 2026-02-02 00:10:35 DEBUG 197.239.91.67 679072 3201 User::loadParentOf 2026-02-02 00:10:35 DEBUG 197.239.91.67 679072 3201 sql=SELECT fk_user as id_parent, rowid as id_son FROM llxme_user WHERE fk_user <> 0 AND entity IN (0,1) 2026-02-02 00:10:35 DEBUG 197.239.91.67 679072 3201 User::get_full_tree get user list 2026-02-02 00:10:35 DEBUG 197.239.91.67 679072 3201 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 llxme_user as u WHERE u.entity IN (0,1) 2026-02-02 00:10:35 DEBUG 197.239.91.67 679072 3201 User::get_full_tree call to build_path_from_id_user 2026-02-02 00:10:35 DEBUG 197.239.91.67 679072 3201 User::get_full_tree dol_sort_array 2026-02-02 00:10:35 INFO 197.239.91.67 679072 3201 Build childid for id = 1 2026-02-02 00:10:35 INFO 197.239.91.67 679072 3201 Module modDeplacement not qualified 2026-02-02 00:10:35 INFO 197.239.91.67 679072 3201 Module modDynamicPrices not qualified 2026-02-02 00:10:35 INFO 197.239.91.67 679072 3201 Module modCollab not qualified 2026-02-02 00:10:35 DEBUG 197.239.91.67 679072 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE elementtype = 'facture' AND entity IN (0, 1) 2026-02-02 00:10:35 DEBUG 197.239.91.67 679072 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE elementtype = 'facture_det' AND entity IN (0, 1) 2026-02-02 00:10:35 DEBUG 197.239.91.67 679072 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'facture' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:10:35 DEBUG 197.239.91.67 679072 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'facturedet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:10:35 DEBUG 197.239.91.67 679072 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:10:35 DEBUG 197.239.91.67 679072 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:10:35 DEBUG 197.239.91.67 679072 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'facture' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:10:35 DEBUG 197.239.91.67 679072 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'ticket' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:10:35 INFO 197.239.91.67 679072 3201 Module modExternalSite not qualified 2026-02-02 00:10:35 INFO 197.239.91.67 679072 3201 Module modDataPolicy not qualified 2026-02-02 00:10:35 INFO 197.239.91.67 679072 3201 Module modPaybox not qualified 2026-02-02 00:10:35 INFO 197.239.91.67 679072 3201 Module modSubtotals not qualified 2026-02-02 00:10:35 INFO 197.239.91.67 679072 3201 Module modLabel not qualified 2026-02-02 00:10:35 DEBUG 197.239.91.67 679072 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'holiday' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:10:35 DEBUG 197.239.91.67 679072 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'user' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:10:35 DEBUG 197.239.91.67 679072 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'adherent' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:10:35 DEBUG 197.239.91.67 679072 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'adherent' AND entity IN (0,1) 2026-02-02 00:10:35 INFO 197.239.91.67 679072 3201 Module modIntracommreport not qualified 2026-02-02 00:10:35 DEBUG 197.239.91.67 679072 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:10:35 DEBUG 197.239.91.67 679072 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:10:35 DEBUG 197.239.91.67 679072 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'user' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:10:35 DEBUG 197.239.91.67 679072 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'Facture' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:10:35 DEBUG 197.239.91.67 679072 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'CommandeFournisseur' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:10:35 DEBUG 197.239.91.67 679072 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'invoice_supplier' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:10:35 DEBUG 197.239.91.67 679072 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'projet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:10:35 DEBUG 197.239.91.67 679072 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'projet_task' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:10:35 DEBUG 197.239.91.67 679072 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'projet' AND entity IN (0,1) 2026-02-02 00:10:35 DEBUG 197.239.91.67 679072 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'projet_task' AND entity IN (0,1) 2026-02-02 00:10:35 INFO 197.239.91.67 679072 3201 Module modMailmanSpip not qualified 2026-02-02 00:10:35 DEBUG 197.239.91.67 679072 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'user' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:10:35 DEBUG 197.239.91.67 679072 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'user' AND entity IN (0,1) 2026-02-02 00:10:35 INFO 197.239.91.67 679072 3201 Module modFTP not qualified 2026-02-02 00:10:35 DEBUG 197.239.91.67 679072 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'facture_fourn' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:10:35 DEBUG 197.239.91.67 679072 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'facture_fourn_det' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:10:35 DEBUG 197.239.91.67 679072 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'facture_fourn' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:10:35 DEBUG 197.239.91.67 679072 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'commande_fournisseur' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:10:35 DEBUG 197.239.91.67 679072 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'commande_fournisseurdet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:10:35 DEBUG 197.239.91.67 679072 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'facture_fourn' AND entity IN (0, 1) 2026-02-02 00:10:35 DEBUG 197.239.91.67 679072 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'facture_fourn_det' AND entity IN (0, 1) 2026-02-02 00:10:35 DEBUG 197.239.91.67 679072 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'commande_fournisseur' AND entity IN (0, 1) 2026-02-02 00:10:35 DEBUG 197.239.91.67 679072 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'commande_fournisseurdet' AND entity IN (0, 1) 2026-02-02 00:10:35 DEBUG 197.239.91.67 679072 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'mrp_mo' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:10:35 DEBUG 197.239.91.67 679072 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'mrp_mo' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:10:35 DEBUG 197.239.91.67 679072 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'mrp_production' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:10:35 DEBUG 197.239.91.67 679072 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE elementtype = 'mrp_mo' AND entity IN (0, 1) 2026-02-02 00:10:35 DEBUG 197.239.91.67 679072 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'commande' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:10:35 DEBUG 197.239.91.67 679072 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'commandedet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:10:35 DEBUG 197.239.91.67 679072 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:10:35 DEBUG 197.239.91.67 679072 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:10:35 DEBUG 197.239.91.67 679072 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault, fieldrequired FROM llxme_extrafields WHERE elementtype = 'commande' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:10:35 DEBUG 197.239.91.67 679072 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault, fieldrequired FROM llxme_extrafields WHERE elementtype = 'commandedet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:10:35 INFO 197.239.91.67 679072 3201 Module modStockTransfer not qualified 2026-02-02 00:10:35 DEBUG 197.239.91.67 679072 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'fichinter' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:10:35 DEBUG 197.239.91.67 679072 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'fichinterdet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:10:35 DEBUG 197.239.91.67 679072 3201 sql=SELECT DISTINCT tc.rowid, tc.code, tc.libelle as type_label, tc.position FROM llxme_c_type_contact as tc WHERE tc.element = 'order_supplier' AND tc.source = 'external' ORDER BY position ASC, code ASC 2026-02-02 00:10:35 DEBUG 197.239.91.67 679072 3201 sql=SELECT DISTINCT tc.rowid, tc.code, tc.libelle as type_label, tc.position FROM llxme_c_type_contact as tc WHERE tc.element = 'order_supplier' AND tc.source = 'external' ORDER BY position ASC, code ASC 2026-02-02 00:10:35 DEBUG 197.239.91.67 679072 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'reception' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:10:35 DEBUG 197.239.91.67 679072 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'receptiondet_batch' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:10:35 DEBUG 197.239.91.67 679072 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:10:35 DEBUG 197.239.91.67 679072 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'socpeople' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:10:35 DEBUG 197.239.91.67 679072 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:10:35 DEBUG 197.239.91.67 679072 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'societe' AND entity IN (0, 1) 2026-02-02 00:10:35 DEBUG 197.239.91.67 679072 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'socpeople' AND entity IN (0, 1) 2026-02-02 00:10:35 DEBUG 197.239.91.67 679072 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'resource' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:10:35 DEBUG 197.239.91.67 679072 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'resource' AND entity IN (0,1) 2026-02-02 00:10:35 DEBUG 197.239.91.67 679072 3201 useNPR 2026-02-02 00:10:35 DEBUG 197.239.91.67 679072 3201 sql=SELECT t.rowid FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.recuperableonly = 1 AND t.entity IN (1) 2026-02-02 00:10:35 DEBUG 197.239.91.67 679072 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:10:35 DEBUG 197.239.91.67 679072 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:10:35 DEBUG 197.239.91.67 679072 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:10:35 DEBUG 197.239.91.67 679072 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'product' AND entity IN (0, 1) 2026-02-02 00:10:35 DEBUG 197.239.91.67 679072 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:10:35 DEBUG 197.239.91.67 679072 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:10:35 DEBUG 197.239.91.67 679072 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:10:35 DEBUG 197.239.91.67 679072 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:10:35 DEBUG 197.239.91.67 679072 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'product_fournisseur_price' AND entity IN (0, 1) 2026-02-02 00:10:35 DEBUG 197.239.91.67 679072 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:10:35 DEBUG 197.239.91.67 679072 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:10:35 DEBUG 197.239.91.67 679072 3201 sql=SELECT code, label, description FROM llxme_c_action_trigger ORDER by rang 2026-02-02 00:10:35 DEBUG 197.239.91.67 679072 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'actioncomm' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:10:35 DEBUG 197.239.91.67 679072 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE elementtype = 'actioncomm' AND entity IN (0, 1) 2026-02-02 00:10:35 DEBUG 197.239.91.67 679072 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'actioncomm' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:10:35 INFO 197.239.91.67 679072 3201 Module modBookCal not qualified 2026-02-02 00:10:35 INFO 197.239.91.67 679072 3201 Module modDocumentGeneration not qualified 2026-02-02 00:10:35 INFO 197.239.91.67 679072 3201 Scan directory /home4/jrbprodu/public_html/erpjrbvita/knowledgemanagement/core/modules/ for module descriptor files (modXXX.class.php) 2026-02-02 00:10:35 INFO 197.239.91.67 679072 3201 Scan directory /home4/jrbprodu/public_html/erpjrbvita/recruitment/core/modules/ for module descriptor files (modXXX.class.php) 2026-02-02 00:10:35 INFO 197.239.91.67 679072 3201 Scan directory /home4/jrbprodu/public_html/erpjrbvita/partnership/core/modules/ for module descriptor files (modXXX.class.php) 2026-02-02 00:10:35 INFO 197.239.91.67 679072 3201 --- End access to /admin/modules.php 2026-02-02 00:11:41 DEBUG 197.239.91.67 683128 3201 - This is an already logged session. _SESSION['dol_login']=intendant _SESSION['dol_entity']=1 2026-02-02 00:11:41 DEBUG 197.239.91.67 683128 3201 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 llxme_user as u LEFT JOIN llxme_c_country as c ON u.fk_country = c.rowid LEFT JOIN llxme_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llxme_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IN (0, 1) AND u.login = 'intendant' ORDER BY u.entity ASC 2026-02-02 00:11:41 DEBUG 197.239.91.67 683128 3201 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, aiprompt, css, cssview, csslist FROM llxme_extrafields WHERE elementtype = 'user' ORDER BY pos 2026-02-02 00:11:41 DEBUG 197.239.91.67 683128 3201 sql=SELECT param, value FROM llxme_user_param WHERE fk_user = 1 AND entity = 1 2026-02-02 00:11:41 DEBUG 197.239.91.67 683128 3201 DefaultValues::fetchAll 2026-02-02 00:11:41 DEBUG 197.239.91.67 683128 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2026-02-02 00:11:41 DEBUG 197.239.91.67 683128 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llxme_user_rights as ur, llxme_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 LIKE '%_advance' 2026-02-02 00:11:41 DEBUG 197.239.91.67 683128 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llxme_usergroup_rights as gr, llxme_usergroup_user as gu, llxme_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 LIKE '%_advance' 2026-02-02 00:11:41 NOTICE 197.239.91.67 683128 3201 --- Access to GET /admin/modules.php - action=, massaction= 2026-02-02 00:11:41 DEBUG 197.239.91.67 683128 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 00:11:41 DEBUG 197.239.91.67 683128 3201 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, m.showtopmenuinframe FROM llxme_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 2026-02-02 00:11:41 DEBUG 197.239.91.67 683128 3201 BEGIN Transaction 2026-02-02 00:11:41 DEBUG 197.239.91.67 683128 3201 admin.lib::dolibarr_set_const 2026-02-02 00:11:41 DEBUG 197.239.91.67 683128 3201 sql=DELETE FROM llxme_const WHERE name = 'MAIN_MODULE_SETUP_ON_LIST_BY_DEFAULT' AND entity = 1 2026-02-02 00:11:41 DEBUG 197.239.91.67 683128 3201 admin.lib::dolibarr_set_const 2026-02-02 00:11:41 DEBUG 197.239.91.67 683128 3201 sql=INSERT INTO llxme_const(name, value, type, visible, note, entity) VALUES ('MAIN_MODULE_SETUP_ON_LIST_BY_DEFAULT', 'common', 'chaine', 0, '', 1) 2026-02-02 00:11:41 DEBUG 197.239.91.67 683128 3201 COMMIT Transaction 2026-02-02 00:11:41 DEBUG 197.239.91.67 683128 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:11:41 DEBUG 197.239.91.67 683128 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:11:41 DEBUG 197.239.91.67 683128 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:11:41 DEBUG 197.239.91.67 683128 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:11:42 INFO 197.239.91.67 683128 3201 Scan directory /home4/jrbprodu/public_html/erpjrbvita/core/modules/ for module descriptor files (modXXX.class.php) 2026-02-02 00:11:42 DEBUG 197.239.91.67 683128 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'eventorganization_conferenceorboothattendee' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:11:42 DEBUG 197.239.91.67 683128 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'actioncomm' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:11:42 INFO 197.239.91.67 683128 3201 Module modZapier not qualified 2026-02-02 00:11:42 DEBUG 197.239.91.67 683128 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'expensereport' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:11:42 DEBUG 197.239.91.67 683128 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'user' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:11:42 DEBUG 197.239.91.67 683128 3201 useNPR 2026-02-02 00:11:42 DEBUG 197.239.91.67 683128 3201 sql=SELECT t.rowid FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.recuperableonly = 1 AND t.entity IN (1) 2026-02-02 00:11:42 DEBUG 197.239.91.67 683128 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:11:42 DEBUG 197.239.91.67 683128 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:11:42 DEBUG 197.239.91.67 683128 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:11:42 DEBUG 197.239.91.67 683128 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'product' AND entity IN (0,1) 2026-02-02 00:11:42 DEBUG 197.239.91.67 683128 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:11:42 DEBUG 197.239.91.67 683128 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:11:42 DEBUG 197.239.91.67 683128 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:11:42 DEBUG 197.239.91.67 683128 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:11:42 DEBUG 197.239.91.67 683128 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:11:42 DEBUG 197.239.91.67 683128 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:11:42 DEBUG 197.239.91.67 683128 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'propal' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:11:42 DEBUG 197.239.91.67 683128 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'propaldet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:11:42 DEBUG 197.239.91.67 683128 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:11:42 DEBUG 197.239.91.67 683128 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:11:42 DEBUG 197.239.91.67 683128 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'propal' AND entity IN (0, 1) 2026-02-02 00:11:42 DEBUG 197.239.91.67 683128 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'propaldet' AND entity IN (0, 1) 2026-02-02 00:11:42 DEBUG 197.239.91.67 683128 3201 sql=SELECT DISTINCT tc.rowid, tc.code, tc.libelle as type_label, tc.position FROM llxme_c_type_contact as tc WHERE tc.element = 'commande' AND tc.source = 'external' ORDER BY position ASC, code ASC 2026-02-02 00:11:42 DEBUG 197.239.91.67 683128 3201 sql=SELECT DISTINCT tc.rowid, tc.code, tc.libelle as type_label, tc.position FROM llxme_c_type_contact as tc WHERE tc.element = 'commande' AND tc.source = 'external' ORDER BY position ASC, code ASC 2026-02-02 00:11:42 DEBUG 197.239.91.67 683128 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'expedition' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:11:42 DEBUG 197.239.91.67 683128 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'expeditiondet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:11:42 DEBUG 197.239.91.67 683128 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:11:42 DEBUG 197.239.91.67 683128 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'contrat' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:11:42 DEBUG 197.239.91.67 683128 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'contratdet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:11:42 DEBUG 197.239.91.67 683128 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'warehouse' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:11:42 DEBUG 197.239.91.67 683128 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:11:42 DEBUG 197.239.91.67 683128 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'bom_bom' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:11:42 DEBUG 197.239.91.67 683128 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'bom_bomline' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:11:42 DEBUG 197.239.91.67 683128 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE elementtype = 'bom_bom' AND entity IN (0, 1) 2026-02-02 00:11:42 DEBUG 197.239.91.67 683128 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE elementtype = 'bom_bomline' AND entity IN (0, 1) 2026-02-02 00:11:42 INFO 197.239.91.67 683128 3201 Module modAsset not qualified 2026-02-02 00:11:42 INFO 197.239.91.67 683128 3201 Module modWebServices not qualified 2026-02-02 00:11:42 DEBUG 197.239.91.67 683128 3201 User::loadParentOf 2026-02-02 00:11:42 DEBUG 197.239.91.67 683128 3201 sql=SELECT fk_user as id_parent, rowid as id_son FROM llxme_user WHERE fk_user <> 0 AND entity IN (0,1) 2026-02-02 00:11:42 DEBUG 197.239.91.67 683128 3201 User::get_full_tree get user list 2026-02-02 00:11:42 DEBUG 197.239.91.67 683128 3201 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 llxme_user as u WHERE u.entity IN (0,1) 2026-02-02 00:11:42 DEBUG 197.239.91.67 683128 3201 User::get_full_tree call to build_path_from_id_user 2026-02-02 00:11:42 DEBUG 197.239.91.67 683128 3201 User::get_full_tree dol_sort_array 2026-02-02 00:11:42 INFO 197.239.91.67 683128 3201 Build childid for id = 1 2026-02-02 00:11:42 INFO 197.239.91.67 683128 3201 Module modDeplacement not qualified 2026-02-02 00:11:42 INFO 197.239.91.67 683128 3201 Module modDynamicPrices not qualified 2026-02-02 00:11:42 INFO 197.239.91.67 683128 3201 Module modCollab not qualified 2026-02-02 00:11:42 DEBUG 197.239.91.67 683128 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE elementtype = 'facture' AND entity IN (0, 1) 2026-02-02 00:11:42 DEBUG 197.239.91.67 683128 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE elementtype = 'facture_det' AND entity IN (0, 1) 2026-02-02 00:11:42 DEBUG 197.239.91.67 683128 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'facture' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:11:42 DEBUG 197.239.91.67 683128 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'facturedet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:11:42 DEBUG 197.239.91.67 683128 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:11:42 DEBUG 197.239.91.67 683128 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:11:42 DEBUG 197.239.91.67 683128 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'facture' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:11:42 DEBUG 197.239.91.67 683128 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'ticket' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:11:42 INFO 197.239.91.67 683128 3201 Module modExternalSite not qualified 2026-02-02 00:11:42 INFO 197.239.91.67 683128 3201 Module modDataPolicy not qualified 2026-02-02 00:11:42 INFO 197.239.91.67 683128 3201 Module modPaybox not qualified 2026-02-02 00:11:42 INFO 197.239.91.67 683128 3201 Module modSubtotals not qualified 2026-02-02 00:11:42 INFO 197.239.91.67 683128 3201 Module modLabel not qualified 2026-02-02 00:11:42 DEBUG 197.239.91.67 683128 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'holiday' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:11:42 DEBUG 197.239.91.67 683128 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'user' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:11:42 DEBUG 197.239.91.67 683128 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'adherent' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:11:42 DEBUG 197.239.91.67 683128 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'adherent' AND entity IN (0,1) 2026-02-02 00:11:42 INFO 197.239.91.67 683128 3201 Module modIntracommreport not qualified 2026-02-02 00:11:42 DEBUG 197.239.91.67 683128 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:11:42 DEBUG 197.239.91.67 683128 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:11:42 DEBUG 197.239.91.67 683128 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'user' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:11:42 DEBUG 197.239.91.67 683128 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'Facture' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:11:42 DEBUG 197.239.91.67 683128 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'CommandeFournisseur' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:11:42 DEBUG 197.239.91.67 683128 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'invoice_supplier' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:11:42 DEBUG 197.239.91.67 683128 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'projet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:11:42 DEBUG 197.239.91.67 683128 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'projet_task' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:11:42 DEBUG 197.239.91.67 683128 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'projet' AND entity IN (0,1) 2026-02-02 00:11:42 DEBUG 197.239.91.67 683128 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'projet_task' AND entity IN (0,1) 2026-02-02 00:11:42 INFO 197.239.91.67 683128 3201 Module modMailmanSpip not qualified 2026-02-02 00:11:42 DEBUG 197.239.91.67 683128 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'user' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:11:42 DEBUG 197.239.91.67 683128 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'user' AND entity IN (0,1) 2026-02-02 00:11:42 INFO 197.239.91.67 683128 3201 Module modFTP not qualified 2026-02-02 00:11:42 DEBUG 197.239.91.67 683128 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'facture_fourn' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:11:42 DEBUG 197.239.91.67 683128 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'facture_fourn_det' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:11:42 DEBUG 197.239.91.67 683128 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'facture_fourn' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:11:42 DEBUG 197.239.91.67 683128 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'commande_fournisseur' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:11:42 DEBUG 197.239.91.67 683128 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'commande_fournisseurdet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:11:42 DEBUG 197.239.91.67 683128 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'facture_fourn' AND entity IN (0, 1) 2026-02-02 00:11:42 DEBUG 197.239.91.67 683128 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'facture_fourn_det' AND entity IN (0, 1) 2026-02-02 00:11:42 DEBUG 197.239.91.67 683128 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'commande_fournisseur' AND entity IN (0, 1) 2026-02-02 00:11:42 DEBUG 197.239.91.67 683128 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'commande_fournisseurdet' AND entity IN (0, 1) 2026-02-02 00:11:42 DEBUG 197.239.91.67 683128 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'mrp_mo' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:11:42 DEBUG 197.239.91.67 683128 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'mrp_mo' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:11:42 DEBUG 197.239.91.67 683128 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'mrp_production' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:11:42 DEBUG 197.239.91.67 683128 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE elementtype = 'mrp_mo' AND entity IN (0, 1) 2026-02-02 00:11:42 DEBUG 197.239.91.67 683128 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'commande' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:11:42 DEBUG 197.239.91.67 683128 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'commandedet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:11:42 DEBUG 197.239.91.67 683128 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:11:42 DEBUG 197.239.91.67 683128 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:11:42 DEBUG 197.239.91.67 683128 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault, fieldrequired FROM llxme_extrafields WHERE elementtype = 'commande' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:11:42 DEBUG 197.239.91.67 683128 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault, fieldrequired FROM llxme_extrafields WHERE elementtype = 'commandedet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:11:42 INFO 197.239.91.67 683128 3201 Module modStockTransfer not qualified 2026-02-02 00:11:42 DEBUG 197.239.91.67 683128 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'fichinter' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:11:42 DEBUG 197.239.91.67 683128 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'fichinterdet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:11:42 DEBUG 197.239.91.67 683128 3201 sql=SELECT DISTINCT tc.rowid, tc.code, tc.libelle as type_label, tc.position FROM llxme_c_type_contact as tc WHERE tc.element = 'order_supplier' AND tc.source = 'external' ORDER BY position ASC, code ASC 2026-02-02 00:11:42 DEBUG 197.239.91.67 683128 3201 sql=SELECT DISTINCT tc.rowid, tc.code, tc.libelle as type_label, tc.position FROM llxme_c_type_contact as tc WHERE tc.element = 'order_supplier' AND tc.source = 'external' ORDER BY position ASC, code ASC 2026-02-02 00:11:42 DEBUG 197.239.91.67 683128 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'reception' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:11:42 DEBUG 197.239.91.67 683128 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'receptiondet_batch' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:11:42 DEBUG 197.239.91.67 683128 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:11:42 DEBUG 197.239.91.67 683128 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'socpeople' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:11:42 DEBUG 197.239.91.67 683128 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:11:42 DEBUG 197.239.91.67 683128 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'societe' AND entity IN (0, 1) 2026-02-02 00:11:42 DEBUG 197.239.91.67 683128 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'socpeople' AND entity IN (0, 1) 2026-02-02 00:11:42 DEBUG 197.239.91.67 683128 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'resource' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:11:42 DEBUG 197.239.91.67 683128 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'resource' AND entity IN (0,1) 2026-02-02 00:11:42 DEBUG 197.239.91.67 683128 3201 useNPR 2026-02-02 00:11:42 DEBUG 197.239.91.67 683128 3201 sql=SELECT t.rowid FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.recuperableonly = 1 AND t.entity IN (1) 2026-02-02 00:11:42 DEBUG 197.239.91.67 683128 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:11:42 DEBUG 197.239.91.67 683128 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:11:42 DEBUG 197.239.91.67 683128 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:11:42 DEBUG 197.239.91.67 683128 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'product' AND entity IN (0, 1) 2026-02-02 00:11:42 DEBUG 197.239.91.67 683128 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:11:42 DEBUG 197.239.91.67 683128 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:11:42 DEBUG 197.239.91.67 683128 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:11:42 DEBUG 197.239.91.67 683128 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:11:42 DEBUG 197.239.91.67 683128 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'product_fournisseur_price' AND entity IN (0, 1) 2026-02-02 00:11:42 DEBUG 197.239.91.67 683128 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:11:42 DEBUG 197.239.91.67 683128 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:11:42 DEBUG 197.239.91.67 683128 3201 sql=SELECT code, label, description FROM llxme_c_action_trigger ORDER by rang 2026-02-02 00:11:42 DEBUG 197.239.91.67 683128 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'actioncomm' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:11:42 DEBUG 197.239.91.67 683128 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE elementtype = 'actioncomm' AND entity IN (0, 1) 2026-02-02 00:11:42 DEBUG 197.239.91.67 683128 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'actioncomm' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:11:42 INFO 197.239.91.67 683128 3201 Module modBookCal not qualified 2026-02-02 00:11:42 INFO 197.239.91.67 683128 3201 Module modDocumentGeneration not qualified 2026-02-02 00:11:42 INFO 197.239.91.67 683128 3201 Scan directory /home4/jrbprodu/public_html/erpjrbvita/knowledgemanagement/core/modules/ for module descriptor files (modXXX.class.php) 2026-02-02 00:11:42 INFO 197.239.91.67 683128 3201 Scan directory /home4/jrbprodu/public_html/erpjrbvita/recruitment/core/modules/ for module descriptor files (modXXX.class.php) 2026-02-02 00:11:42 INFO 197.239.91.67 683128 3201 Scan directory /home4/jrbprodu/public_html/erpjrbvita/partnership/core/modules/ for module descriptor files (modXXX.class.php) 2026-02-02 00:11:42 INFO 197.239.91.67 683128 3201 --- End access to /admin/modules.php 2026-02-02 00:17:01 DEBUG 34.220.255.196 705774 3201 NEW TOKEN generated by : /index.php 2026-02-02 00:17:01 NOTICE 34.220.255.196 705774 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 00:17:01 DEBUG 34.220.255.196 705774 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 00:17:01 INFO 34.220.255.196 705774 3201 --- End access to /index.php 2026-02-02 00:17:01 DEBUG 34.220.255.196 705774 3201 NEW TOKEN generated by : /index.php 2026-02-02 00:17:01 NOTICE 34.220.255.196 705774 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 00:17:01 DEBUG 34.220.255.196 705774 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 00:17:01 INFO 34.220.255.196 705774 3201 --- End access to /index.php 2026-02-02 00:18:51 DEBUG 197.239.91.67 710133 3201 - This is an already logged session. _SESSION['dol_login']=intendant _SESSION['dol_entity']=1 2026-02-02 00:18:51 DEBUG 197.239.91.67 710133 3201 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 llxme_user as u LEFT JOIN llxme_c_country as c ON u.fk_country = c.rowid LEFT JOIN llxme_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llxme_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IN (0, 1) AND u.login = 'intendant' ORDER BY u.entity ASC 2026-02-02 00:18:51 DEBUG 197.239.91.67 710133 3201 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, aiprompt, css, cssview, csslist FROM llxme_extrafields WHERE elementtype = 'user' ORDER BY pos 2026-02-02 00:18:51 DEBUG 197.239.91.67 710133 3201 sql=SELECT param, value FROM llxme_user_param WHERE fk_user = 1 AND entity = 1 2026-02-02 00:18:51 DEBUG 197.239.91.67 710133 3201 DefaultValues::fetchAll 2026-02-02 00:18:51 DEBUG 197.239.91.67 710133 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2026-02-02 00:18:51 DEBUG 197.239.91.67 710133 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llxme_user_rights as ur, llxme_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 LIKE '%_advance' 2026-02-02 00:18:51 DEBUG 197.239.91.67 710133 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llxme_usergroup_rights as gr, llxme_usergroup_user as gu, llxme_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 LIKE '%_advance' 2026-02-02 00:18:51 NOTICE 197.239.91.67 710133 3201 --- Access to GET /admin/accounting.php - action=, massaction= 2026-02-02 00:18:51 DEBUG 197.239.91.67 710133 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 00:18:51 DEBUG 197.239.91.67 710133 3201 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, m.showtopmenuinframe FROM llxme_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 2026-02-02 00:18:51 DEBUG 197.239.91.67 710133 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:18:51 DEBUG 197.239.91.67 710133 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:18:51 DEBUG 197.239.91.67 710133 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:18:51 DEBUG 197.239.91.67 710133 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:18:51 DEBUG 197.239.91.67 710133 3201 sql=SELECT rowid, code, label, nature FROM llxme_accounting_journal WHERE entity = 1 AND active = 1 ORDER BY nature ASC, label DESC 2026-02-02 00:18:51 INFO 197.239.91.67 710133 3201 --- End access to /admin/accounting.php 2026-02-02 00:19:00 DEBUG 197.239.91.67 710133 3201 - This is an already logged session. _SESSION['dol_login']=intendant _SESSION['dol_entity']=1 2026-02-02 00:19:00 DEBUG 197.239.91.67 710133 3201 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 llxme_user as u LEFT JOIN llxme_c_country as c ON u.fk_country = c.rowid LEFT JOIN llxme_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llxme_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IN (0, 1) AND u.login = 'intendant' ORDER BY u.entity ASC 2026-02-02 00:19:00 DEBUG 197.239.91.67 710133 3201 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, aiprompt, css, cssview, csslist FROM llxme_extrafields WHERE elementtype = 'user' ORDER BY pos 2026-02-02 00:19:00 DEBUG 197.239.91.67 710133 3201 sql=SELECT param, value FROM llxme_user_param WHERE fk_user = 1 AND entity = 1 2026-02-02 00:19:00 DEBUG 197.239.91.67 710133 3201 DefaultValues::fetchAll 2026-02-02 00:19:00 DEBUG 197.239.91.67 710133 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2026-02-02 00:19:00 DEBUG 197.239.91.67 710133 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llxme_user_rights as ur, llxme_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 LIKE '%_advance' 2026-02-02 00:19:00 DEBUG 197.239.91.67 710133 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llxme_usergroup_rights as gr, llxme_usergroup_user as gu, llxme_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 LIKE '%_advance' 2026-02-02 00:19:00 NOTICE 197.239.91.67 710133 3201 --- Access to GET /accountancy/index.php - action=, massaction= 2026-02-02 00:19:00 DEBUG 197.239.91.67 710133 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 00:19:00 DEBUG 197.239.91.67 710133 3201 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, m.showtopmenuinframe FROM llxme_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 2026-02-02 00:19:00 DEBUG 197.239.91.67 710133 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:19:00 DEBUG 197.239.91.67 710133 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:19:00 DEBUG 197.239.91.67 710133 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:19:00 DEBUG 197.239.91.67 710133 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:19:00 DEBUG 197.239.91.67 710133 3201 sql=SELECT rowid, code, label, nature FROM llxme_accounting_journal WHERE entity = 1 AND active = 1 ORDER BY nature ASC, label DESC 2026-02-02 00:19:00 DEBUG 197.239.91.67 710133 3201 InfoBox::listBoxes get default box list for mode=activated userid= 2026-02-02 00:19:00 DEBUG 197.239.91.67 710133 3201 sql=SELECT b.rowid, b.position, b.box_order, b.fk_user, d.rowid as box_id, d.file, d.note, d.tms FROM llxme_boxes as b, llxme_boxes_def as d WHERE b.box_id = d.rowid AND b.entity IN (0,1) AND b.position = 27 AND b.fk_user = 0 ORDER BY b.box_order 2026-02-02 00:19:00 DEBUG 197.239.91.67 710133 3201 sql=SELECT a.rowid, a.pcg_version, a.label, a.active FROM llxme_accounting_system as a WHERE a.rowid = 2 2026-02-02 00:19:00 INFO 197.239.91.67 710133 3201 --- End access to /accountancy/index.php 2026-02-02 00:19:42 DEBUG 197.239.91.67 711643 3201 - This is an already logged session. _SESSION['dol_login']=intendant _SESSION['dol_entity']=1 2026-02-02 00:19:42 DEBUG 197.239.91.67 711643 3201 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 llxme_user as u LEFT JOIN llxme_c_country as c ON u.fk_country = c.rowid LEFT JOIN llxme_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llxme_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IN (0, 1) AND u.login = 'intendant' ORDER BY u.entity ASC 2026-02-02 00:19:42 DEBUG 197.239.91.67 711643 3201 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, aiprompt, css, cssview, csslist FROM llxme_extrafields WHERE elementtype = 'user' ORDER BY pos 2026-02-02 00:19:42 DEBUG 197.239.91.67 711643 3201 sql=SELECT param, value FROM llxme_user_param WHERE fk_user = 1 AND entity = 1 2026-02-02 00:19:42 DEBUG 197.239.91.67 711643 3201 DefaultValues::fetchAll 2026-02-02 00:19:42 DEBUG 197.239.91.67 711643 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2026-02-02 00:19:42 DEBUG 197.239.91.67 711643 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llxme_user_rights as ur, llxme_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 LIKE '%_advance' 2026-02-02 00:19:42 DEBUG 197.239.91.67 711643 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llxme_usergroup_rights as gr, llxme_usergroup_user as gu, llxme_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 LIKE '%_advance' 2026-02-02 00:19:42 NOTICE 197.239.91.67 711643 3201 --- Access to GET /accountancy/index.php - action=, massaction= 2026-02-02 00:19:42 DEBUG 197.239.91.67 711643 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 00:19:42 DEBUG 197.239.91.67 711643 3201 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, m.showtopmenuinframe FROM llxme_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 2026-02-02 00:19:42 DEBUG 197.239.91.67 711643 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:19:42 DEBUG 197.239.91.67 711643 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:19:42 DEBUG 197.239.91.67 711643 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:19:42 DEBUG 197.239.91.67 711643 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:19:42 DEBUG 197.239.91.67 711643 3201 sql=SELECT rowid, code, label, nature FROM llxme_accounting_journal WHERE entity = 1 AND active = 1 ORDER BY nature ASC, label DESC 2026-02-02 00:19:42 DEBUG 197.239.91.67 711643 3201 InfoBox::listBoxes get default box list for mode=activated userid= 2026-02-02 00:19:42 DEBUG 197.239.91.67 711643 3201 sql=SELECT b.rowid, b.position, b.box_order, b.fk_user, d.rowid as box_id, d.file, d.note, d.tms FROM llxme_boxes as b, llxme_boxes_def as d WHERE b.box_id = d.rowid AND b.entity IN (0,1) AND b.position = 27 AND b.fk_user = 0 ORDER BY b.box_order 2026-02-02 00:19:42 DEBUG 197.239.91.67 711643 3201 sql=SELECT a.rowid, a.pcg_version, a.label, a.active FROM llxme_accounting_system as a WHERE a.rowid = 2 2026-02-02 00:19:42 INFO 197.239.91.67 711643 3201 --- End access to /accountancy/index.php 2026-02-02 00:20:02 DEBUG 197.239.91.67 712581 3201 - This is an already logged session. _SESSION['dol_login']=intendant _SESSION['dol_entity']=1 2026-02-02 00:20:02 DEBUG 197.239.91.67 712581 3201 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 llxme_user as u LEFT JOIN llxme_c_country as c ON u.fk_country = c.rowid LEFT JOIN llxme_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llxme_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IN (0, 1) AND u.login = 'intendant' ORDER BY u.entity ASC 2026-02-02 00:20:02 DEBUG 197.239.91.67 712581 3201 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, aiprompt, css, cssview, csslist FROM llxme_extrafields WHERE elementtype = 'user' ORDER BY pos 2026-02-02 00:20:02 DEBUG 197.239.91.67 712581 3201 sql=SELECT param, value FROM llxme_user_param WHERE fk_user = 1 AND entity = 1 2026-02-02 00:20:02 DEBUG 197.239.91.67 712581 3201 DefaultValues::fetchAll 2026-02-02 00:20:02 DEBUG 197.239.91.67 712581 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2026-02-02 00:20:02 DEBUG 197.239.91.67 712581 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llxme_user_rights as ur, llxme_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 LIKE '%_advance' 2026-02-02 00:20:02 DEBUG 197.239.91.67 712581 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llxme_usergroup_rights as gr, llxme_usergroup_user as gu, llxme_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 LIKE '%_advance' 2026-02-02 00:20:02 NOTICE 197.239.91.67 712581 3201 --- Access to GET /accountancy/admin/index.php - action=, massaction= 2026-02-02 00:20:02 DEBUG 197.239.91.67 712581 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 00:20:02 DEBUG 197.239.91.67 712581 3201 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, m.showtopmenuinframe FROM llxme_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 2026-02-02 00:20:02 DEBUG 197.239.91.67 712581 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:20:02 DEBUG 197.239.91.67 712581 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:20:02 DEBUG 197.239.91.67 712581 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:20:02 DEBUG 197.239.91.67 712581 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:20:02 DEBUG 197.239.91.67 712581 3201 sql=SELECT rowid, code, label, nature FROM llxme_accounting_journal WHERE entity = 1 AND active = 1 ORDER BY nature ASC, label DESC 2026-02-02 00:20:02 DEBUG 197.239.91.67 712581 3201 functions2::get_next_value mode=next 2026-02-02 00:20:02 DEBUG 197.239.91.67 712581 3201 sql=SELECT MAX(SUBSTRING(ref, 7, 5)) as val FROM llxme_accounting_bookkeeping WHERE ref LIKE '2602VT_____' AND ref NOT LIKE '(PROV%)' AND entity IN (1) AND (SUBSTRING(ref, 1, 2) = '26' AND SUBSTRING(ref, 3, 2) = '02') 2026-02-02 00:20:02 DEBUG 197.239.91.67 712581 3201 functions2::get_next_value return 2602VT00001 2026-02-02 00:20:02 INFO 197.239.91.67 712581 3201 --- End access to /accountancy/admin/index.php 2026-02-02 00:20:26 DEBUG 197.239.91.67 713626 3201 - This is an already logged session. _SESSION['dol_login']=intendant _SESSION['dol_entity']=1 2026-02-02 00:20:26 DEBUG 197.239.91.67 713626 3201 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 llxme_user as u LEFT JOIN llxme_c_country as c ON u.fk_country = c.rowid LEFT JOIN llxme_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llxme_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IN (0, 1) AND u.login = 'intendant' ORDER BY u.entity ASC 2026-02-02 00:20:26 DEBUG 197.239.91.67 713626 3201 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, aiprompt, css, cssview, csslist FROM llxme_extrafields WHERE elementtype = 'user' ORDER BY pos 2026-02-02 00:20:26 DEBUG 197.239.91.67 713626 3201 sql=SELECT param, value FROM llxme_user_param WHERE fk_user = 1 AND entity = 1 2026-02-02 00:20:26 DEBUG 197.239.91.67 713626 3201 DefaultValues::fetchAll 2026-02-02 00:20:26 DEBUG 197.239.91.67 713626 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2026-02-02 00:20:26 DEBUG 197.239.91.67 713626 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llxme_user_rights as ur, llxme_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 LIKE '%_advance' 2026-02-02 00:20:26 DEBUG 197.239.91.67 713626 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llxme_usergroup_rights as gr, llxme_usergroup_user as gu, llxme_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 LIKE '%_advance' 2026-02-02 00:20:26 NOTICE 197.239.91.67 713626 3201 --- Access to GET /index.php - action=, massaction= 2026-02-02 00:20:26 DEBUG 197.239.91.67 713626 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 00:20:26 DEBUG 197.239.91.67 713626 3201 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, m.showtopmenuinframe FROM llxme_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 2026-02-02 00:20:26 DEBUG 197.239.91.67 713626 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:20:26 DEBUG 197.239.91.67 713626 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:20:26 DEBUG 197.239.91.67 713626 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:20:26 DEBUG 197.239.91.67 713626 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:20:26 DEBUG 197.239.91.67 713626 3201 InfoBox::listBoxes get default box list for mode=activated userid= 2026-02-02 00:20:26 DEBUG 197.239.91.67 713626 3201 sql=SELECT b.rowid, b.position, b.box_order, b.fk_user, d.rowid as box_id, d.file, d.note, d.tms FROM llxme_boxes as b, llxme_boxes_def as d WHERE b.box_id = d.rowid AND b.entity IN (0,1) AND b.position = 0 AND b.fk_user = 0 ORDER BY b.box_order 2026-02-02 00:20:27 INFO 197.239.91.67 713626 3201 FactureStats::getNbByMonthWithPrevYear cache file /home4/jrbprodu/dolibarrjrbvita/users/temp/FactureStats_getNbByMonthWithPrevYear_supplier_fr_FR_entity.1_user1.cache is not found or older than now - cachedelay (1769991627 - 86400) so we can't use it. 2026-02-02 00:20:27 DEBUG 197.239.91.67 713626 3201 FactureStats::_getNbByMonth 2026-02-02 00:20:27 DEBUG 197.239.91.67 713626 3201 sql=SELECT date_format(f.datef,'%m') as dm, COUNT(*) as nb FROM llxme_facture_fourn as f WHERE f.datef BETWEEN '2024-01-01 00:00:00' AND '2024-12-31 23:59:59' AND f.entity IN (1) AND f.fk_statut > 0 GROUP BY dm ORDER BY dm DESC 2026-02-02 00:20:27 DEBUG 197.239.91.67 713626 3201 FactureStats::_getNbByMonth 2026-02-02 00:20:27 DEBUG 197.239.91.67 713626 3201 sql=SELECT date_format(f.datef,'%m') as dm, COUNT(*) as nb FROM llxme_facture_fourn as f WHERE f.datef BETWEEN '2025-01-01 00:00:00' AND '2025-12-31 23:59:59' AND f.entity IN (1) AND f.fk_statut > 0 GROUP BY dm ORDER BY dm DESC 2026-02-02 00:20:27 DEBUG 197.239.91.67 713626 3201 FactureStats::_getNbByMonth 2026-02-02 00:20:27 DEBUG 197.239.91.67 713626 3201 sql=SELECT date_format(f.datef,'%m') as dm, COUNT(*) as nb FROM llxme_facture_fourn as f WHERE f.datef BETWEEN '2026-01-01 00:00:00' AND '2026-12-31 23:59:59' AND f.entity IN (1) AND f.fk_statut > 0 GROUP BY dm ORDER BY dm DESC 2026-02-02 00:20:27 INFO 197.239.91.67 713626 3201 FactureStats::getNbByMonthWithPrevYear save cache file /home4/jrbprodu/dolibarrjrbvita/users/temp/FactureStats_getNbByMonthWithPrevYear_supplier_fr_FR_entity.1_user1.cache onto disk. 2026-02-02 00:20:27 INFO 197.239.91.67 713626 3201 DolGraph::draw_chart this->type= this->MaxValue=0 2026-02-02 00:20:27 INFO 197.239.91.67 713626 3201 FactureStats::getAmountByMonthWithPrevYear cache file /home4/jrbprodu/dolibarrjrbvita/users/temp/FactureStats_getAmountByMonthWithPrevYear_supplier_fr_FR_entity.1_user1.cache is not found or older than now - cachedelay (1769991627 - 86400) so we can't use it. 2026-02-02 00:20:27 DEBUG 197.239.91.67 713626 3201 FactureStats::_getAmountByMonth 2026-02-02 00:20:27 DEBUG 197.239.91.67 713626 3201 sql=SELECT date_format(datef,'%m') as dm, SUM(f.total_ht) FROM llxme_facture_fourn as f WHERE f.datef BETWEEN '2024-01-01 00:00:00' AND '2024-12-31 23:59:59' AND f.entity IN (1) AND f.fk_statut > 0 GROUP BY dm ORDER BY dm DESC 2026-02-02 00:20:27 DEBUG 197.239.91.67 713626 3201 FactureStats::_getAmountByMonth 2026-02-02 00:20:27 DEBUG 197.239.91.67 713626 3201 sql=SELECT date_format(datef,'%m') as dm, SUM(f.total_ht) FROM llxme_facture_fourn as f WHERE f.datef BETWEEN '2025-01-01 00:00:00' AND '2025-12-31 23:59:59' AND f.entity IN (1) AND f.fk_statut > 0 GROUP BY dm ORDER BY dm DESC 2026-02-02 00:20:27 DEBUG 197.239.91.67 713626 3201 FactureStats::_getAmountByMonth 2026-02-02 00:20:27 DEBUG 197.239.91.67 713626 3201 sql=SELECT date_format(datef,'%m') as dm, SUM(f.total_ht) FROM llxme_facture_fourn as f WHERE f.datef BETWEEN '2026-01-01 00:00:00' AND '2026-12-31 23:59:59' AND f.entity IN (1) AND f.fk_statut > 0 GROUP BY dm ORDER BY dm DESC 2026-02-02 00:20:27 INFO 197.239.91.67 713626 3201 FactureStats::getAmountByMonthWithPrevYear save cache file /home4/jrbprodu/dolibarrjrbvita/users/temp/FactureStats_getAmountByMonthWithPrevYear_supplier_fr_FR_entity.1_user1.cache onto disk. 2026-02-02 00:20:27 INFO 197.239.91.67 713626 3201 DolGraph::draw_chart this->type= this->MaxValue=0 2026-02-02 00:20:27 INFO 197.239.91.67 713626 3201 box_graph_invoices_supplier_permonth::showBox 2026-02-02 00:20:27 DEBUG 197.239.91.67 713626 3201 sql=SELECT t.rowid, t.datelastrun, t.datenextrun, t.datestart, t.label, t.status, t.test, t.lastresult, t.processing FROM llxme_cronjob as t WHERE status <> 0 AND entity IN (0, 1) ORDER BY t.datelastrun DESC 2026-02-02 00:20:27 INFO 197.239.91.67 713626 3201 box_scheduled_jobs::showBox 2026-02-02 00:20:27 DEBUG 197.239.91.67 713626 3201 box_customers_outstanding_bill_reached::loadBox 2026-02-02 00:20:27 DEBUG 197.239.91.67 713626 3201 sql=SELECT s.rowid as socid, s.nom as name, s.name_alias, s.code_client, s.code_compta, s.client, s.logo, s.email, s.entity, s.outstanding_limit, s.datec, s.tms, s.status FROM llxme_societe as s WHERE s.client IN (1, 3) AND s.entity IN (1) AND s.outstanding_limit > 0 AND s.rowid IN (SELECT fk_soc from llxme_facture as f WHERE f.fk_statut = 1 and f.fk_soc = s.rowid) ORDER BY s.tms DESC 2026-02-02 00:20:27 INFO 197.239.91.67 713626 3201 box_customers_outstanding_bill_reached::showBox 2026-02-02 00:20:27 INFO 197.239.91.67 713626 3201 FactureStats::getNbByMonthWithPrevYear cache file /home4/jrbprodu/dolibarrjrbvita/users/temp/FactureStats_getNbByMonthWithPrevYear_customer_fr_FR_entity.1_user1.cache is not found or older than now - cachedelay (1769991627 - 86400) so we can't use it. 2026-02-02 00:20:27 DEBUG 197.239.91.67 713626 3201 FactureStats::_getNbByMonth 2026-02-02 00:20:27 DEBUG 197.239.91.67 713626 3201 sql=SELECT date_format(f.datef,'%m') as dm, COUNT(*) as nb FROM llxme_facture as f WHERE f.datef BETWEEN '2024-01-01 00:00:00' AND '2024-12-31 23:59:59' AND f.entity IN (1) AND f.fk_statut > 0 GROUP BY dm ORDER BY dm DESC 2026-02-02 00:20:27 DEBUG 197.239.91.67 713626 3201 FactureStats::_getNbByMonth 2026-02-02 00:20:27 DEBUG 197.239.91.67 713626 3201 sql=SELECT date_format(f.datef,'%m') as dm, COUNT(*) as nb FROM llxme_facture as f WHERE f.datef BETWEEN '2025-01-01 00:00:00' AND '2025-12-31 23:59:59' AND f.entity IN (1) AND f.fk_statut > 0 GROUP BY dm ORDER BY dm DESC 2026-02-02 00:20:27 DEBUG 197.239.91.67 713626 3201 FactureStats::_getNbByMonth 2026-02-02 00:20:27 DEBUG 197.239.91.67 713626 3201 sql=SELECT date_format(f.datef,'%m') as dm, COUNT(*) as nb FROM llxme_facture as f WHERE f.datef BETWEEN '2026-01-01 00:00:00' AND '2026-12-31 23:59:59' AND f.entity IN (1) AND f.fk_statut > 0 GROUP BY dm ORDER BY dm DESC 2026-02-02 00:20:27 INFO 197.239.91.67 713626 3201 FactureStats::getNbByMonthWithPrevYear save cache file /home4/jrbprodu/dolibarrjrbvita/users/temp/FactureStats_getNbByMonthWithPrevYear_customer_fr_FR_entity.1_user1.cache onto disk. 2026-02-02 00:20:27 INFO 197.239.91.67 713626 3201 DolGraph::draw_chart this->type= this->MaxValue=0 2026-02-02 00:20:27 INFO 197.239.91.67 713626 3201 FactureStats::getAmountByMonthWithPrevYear cache file /home4/jrbprodu/dolibarrjrbvita/users/temp/FactureStats_getAmountByMonthWithPrevYear_customer_fr_FR_entity.1_user1.cache is not found or older than now - cachedelay (1769991627 - 86400) so we can't use it. 2026-02-02 00:20:27 DEBUG 197.239.91.67 713626 3201 FactureStats::_getAmountByMonth 2026-02-02 00:20:27 DEBUG 197.239.91.67 713626 3201 sql=SELECT date_format(datef,'%m') as dm, SUM(f.total_ht) FROM llxme_facture as f WHERE f.datef BETWEEN '2024-01-01 00:00:00' AND '2024-12-31 23:59:59' AND f.entity IN (1) AND f.fk_statut > 0 GROUP BY dm ORDER BY dm DESC 2026-02-02 00:20:27 DEBUG 197.239.91.67 713626 3201 FactureStats::_getAmountByMonth 2026-02-02 00:20:27 DEBUG 197.239.91.67 713626 3201 sql=SELECT date_format(datef,'%m') as dm, SUM(f.total_ht) FROM llxme_facture as f WHERE f.datef BETWEEN '2025-01-01 00:00:00' AND '2025-12-31 23:59:59' AND f.entity IN (1) AND f.fk_statut > 0 GROUP BY dm ORDER BY dm DESC 2026-02-02 00:20:27 DEBUG 197.239.91.67 713626 3201 FactureStats::_getAmountByMonth 2026-02-02 00:20:27 DEBUG 197.239.91.67 713626 3201 sql=SELECT date_format(datef,'%m') as dm, SUM(f.total_ht) FROM llxme_facture as f WHERE f.datef BETWEEN '2026-01-01 00:00:00' AND '2026-12-31 23:59:59' AND f.entity IN (1) AND f.fk_statut > 0 GROUP BY dm ORDER BY dm DESC 2026-02-02 00:20:27 INFO 197.239.91.67 713626 3201 FactureStats::getAmountByMonthWithPrevYear save cache file /home4/jrbprodu/dolibarrjrbvita/users/temp/FactureStats_getAmountByMonthWithPrevYear_customer_fr_FR_entity.1_user1.cache onto disk. 2026-02-02 00:20:27 INFO 197.239.91.67 713626 3201 DolGraph::draw_chart this->type= this->MaxValue=0 2026-02-02 00:20:27 INFO 197.239.91.67 713626 3201 box_graph_invoices_permonth::showBox 2026-02-02 00:20:27 DEBUG 197.239.91.67 713626 3201 sql=SELECT f.rowid as facid, f.ref, f.type, f.total_ht, f.total_tva, f.total_ttc, f.datef as date, f.paye, f.fk_statut as status, f.datec, f.tms, f.date_lim_reglement as datelimite, s.rowid as socid, s.nom as name, s.name_alias, s.code_client, s.code_compta, s.client, s.logo, s.email, s.entity, s.tva_intra, s.siren as idprof1, s.siret as idprof2, s.ape as idprof3, s.idprof4, s.idprof5, s.idprof6, SUM(pf.amount) as am FROM llxme_facture as f LEFT JOIN llxme_paiement_facture as pf ON f.rowid = pf.fk_facture, llxme_societe as s WHERE f.fk_soc = s.rowid AND f.fk_statut > 0 AND f.entity IN (1) GROUP BY s.rowid, s.nom, s.name_alias, s.code_client, s.code_compta, s.client, s.logo, s.email, s.entity, s.tva_intra, s.siren, s.siret, s.ape, s.idprof4, s.idprof5, s.idprof6, f.rowid, f.ref, f.type, f.total_ht, f.total_tva, f.total_ttc, f.datef, f.paye, f.fk_statut, f.datec, f.tms, f.date_lim_reglement ORDER BY f.tms DESC, f.ref DESC LIMIT 3 2026-02-02 00:20:27 INFO 197.239.91.67 713626 3201 box_factures::showBox 2026-02-02 00:20:27 DEBUG 197.239.91.67 713626 3201 sql=SELECT s.rowid as socid, s.nom as name, s.name_alias, s.code_client, s.client, s.code_compta as code_compta_client, s.logo, s.email, s.entity, s.tva_intra, s.siren as idprof1, s.siret as idprof2, s.ape as idprof3, s.idprof4, s.idprof5, s.idprof6, f.ref, f.date_lim_reglement as datelimit, f.type, f.datef as date, f.total_ht, f.total_tva, f.total_ttc, f.paye, f.fk_statut as status, f.rowid as facid, SUM(pf.amount) as am FROM llxme_societe as s, llxme_facture as f LEFT JOIN llxme_paiement_facture as pf ON f.rowid = pf.fk_facture WHERE f.fk_soc = s.rowid AND f.entity IN (1) AND f.paye = 0 AND fk_statut = 1 GROUP BY s.rowid, s.nom, s.name_alias, s.code_client, s.client, s.logo, s.email, s.entity, s.tva_intra, s.siren, s.siret, s.ape, s.idprof4, s.idprof5, s.idprof6, s.code_compta, f.rowid, f.ref, f.date_lim_reglement, f.type, f.datef, f.total_ht, f.total_tva, f.total_ttc, f.paye, f.fk_statut ORDER BY date_lim_reglement ASC, f.ref ASC LIMIT 4 2026-02-02 00:20:27 INFO 197.239.91.67 713626 3201 box_factures_imp::showBox 2026-02-02 00:20:27 DEBUG 197.239.91.67 713626 3201 box_comptes::loadBox 2026-02-02 00:20:27 DEBUG 197.239.91.67 713626 3201 sql=SELECT b.rowid, b.ref, b.label, b.bank, b.number, b.courant, b.clos, b.rappro, b.url, b.code_banque, b.code_guichet, b.cle_rib, b.bic, b.iban_prefix as iban, b.domiciliation as address, b.proprio, b.owner_address, b.account_number, b.currency_code, b.min_allowed, b.min_desired, comment, b.fk_accountancy_journal, aj.code as accountancy_journal FROM llxme_bank_account as b LEFT JOIN llxme_accounting_journal as aj ON aj.rowid = b.fk_accountancy_journal WHERE b.entity = 1 AND clos = 0 ORDER BY label LIMIT 3 2026-02-02 00:20:27 INFO 197.239.91.67 713626 3201 box_comptes::showBox 2026-02-02 00:20:27 DEBUG 197.239.91.67 713626 3201 sql=SELECT s.rowid as socid, s.nom as name, s.name_alias, s.code_fournisseur, s.code_compta_fournisseur, s.fournisseur, s.logo, s.email, s.entity, c.rowid, c.ref, c.tms, c.date_commande, c.date_livraison as delivery_date, c.total_ht, c.total_tva, c.total_ttc, c.fk_statut as status FROM llxme_societe as s, llxme_commande_fournisseur as c WHERE c.fk_soc = s.rowid AND c.entity IN (1) AND c.date_livraison IS NOT NULL AND c.fk_statut IN (3, 4) ORDER BY c.date_livraison ASC, c.fk_statut ASC LIMIT 3 2026-02-02 00:20:27 INFO 197.239.91.67 713626 3201 box_supplier_orders_awaiting_reception::showBox 2026-02-02 00:20:27 DEBUG 197.239.91.67 713626 3201 sql=SELECT s.rowid as socid, s.nom as name, s.name_alias, s.code_fournisseur, s.code_compta_fournisseur, s.fournisseur, s.logo, s.email, s.entity, c.rowid, c.ref, c.tms, c.date_commande, c.total_ht, c.total_tva, c.total_ttc, c.fk_statut as status FROM llxme_societe as s, llxme_commande_fournisseur as c WHERE c.fk_soc = s.rowid AND c.entity IN (1) ORDER BY c.tms DESC, c.ref DESC LIMIT 3 2026-02-02 00:20:27 INFO 197.239.91.67 713626 3201 box_supplier_orders::showBox 2026-02-02 00:20:27 DEBUG 197.239.91.67 713626 3201 sql=SELECT s.rowid as socid, s.nom as name, s.name_alias, s.code_fournisseur, s.code_compta_fournisseur, s.fournisseur, s.logo, s.email, s.entity, f.rowid as facid, f.ref, f.ref_supplier, f.total_ht, f.total_tva, f.total_ttc, f.paye, f.fk_statut as status, f.datef as date, f.datec as datec, f.date_lim_reglement as datelimite, f.tms, f.type FROM llxme_societe as s, llxme_facture_fourn as f WHERE f.fk_soc = s.rowid AND f.entity = 1 ORDER BY f.tms DESC, f.ref DESC LIMIT 3 2026-02-02 00:20:27 INFO 197.239.91.67 713626 3201 box_factures_fourn::showBox 2026-02-02 00:20:27 DEBUG 197.239.91.67 713626 3201 sql=SELECT s.rowid as socid, s.nom as name, s.name_alias, s.code_fournisseur, s.code_compta_fournisseur, s.fournisseur, s.logo, s.email, s.entity, s.tva_intra, s.siren, s.siret, s.ape, s.idprof4, s.idprof5, s.idprof6, f.rowid as facid, f.ref, f.ref_supplier, f.date_lim_reglement as datelimite, f.datef as df, f.total_ht, f.total_tva, f.total_ttc, f.paye, f.fk_statut as status, f.type, f.tms, SUM(pf.amount) as am FROM llxme_societe as s,llxme_facture_fourn as f LEFT JOIN llxme_paiementfourn_facturefourn as pf ON f.rowid = pf.fk_facturefourn WHERE f.fk_soc = s.rowid AND f.entity IN (1) AND f.paye = 0 AND fk_statut = 1 GROUP BY s.rowid, s.nom, s.name_alias, s.code_fournisseur, s.code_compta_fournisseur, s.fournisseur, s.logo, s.email, s.entity, s.tva_intra, s.siren, s.siret, s.ape, s.idprof4, s.idprof5, s.idprof6, f.rowid, f.ref, f.ref_supplier, f.date_lim_reglement, f.type, f.datef, f.total_ht, f.total_tva, f.total_ttc, f.paye, f.fk_statut, f.tms ORDER BY datelimite ASC, f.ref_supplier ASC LIMIT 4 2026-02-02 00:20:27 INFO 197.239.91.67 713626 3201 box_factures_fourn_imp::showBox 2026-02-02 00:20:27 DEBUG 197.239.91.67 713626 3201 sql=SELECT s.rowid as socid, s.nom as name, s.name_alias, s.code_fournisseur, s.code_compta_fournisseur, s.fournisseur, s.logo, s.email, s.entity, s.datec, s.tms, s.status FROM llxme_societe as s WHERE s.fournisseur = 1 AND s.entity IN (1) ORDER BY s.tms DESC LIMIT 3 2026-02-02 00:20:27 INFO 197.239.91.67 713626 3201 box_fournisseurs::showBox 2026-02-02 00:20:27 INFO 197.239.91.67 713626 3201 ModeleBoxes::showBox 2026-02-02 00:20:27 INFO 197.239.91.67 713626 3201 CommandeStats::getNbByMonthWithPrevYear cache file /home4/jrbprodu/dolibarrjrbvita/users/temp/CommandeStats_getNbByMonthWithPrevYear_supplier_fr_FR_entity.1_user1.cache is not found or older than now - cachedelay (1769991627 - 86400) so we can't use it. 2026-02-02 00:20:27 DEBUG 197.239.91.67 713626 3201 CommandeStats::_getNbByMonth 2026-02-02 00:20:27 DEBUG 197.239.91.67 713626 3201 sql=SELECT date_format(c.date_commande,'%m') as dm, COUNT(*) as nb FROM llxme_commande_fournisseur as c WHERE c.date_commande BETWEEN '2024-01-01 00:00:00' AND '2024-12-31 23:59:59' AND c.entity IN (1) GROUP BY dm ORDER BY dm DESC 2026-02-02 00:20:27 DEBUG 197.239.91.67 713626 3201 CommandeStats::_getNbByMonth 2026-02-02 00:20:27 DEBUG 197.239.91.67 713626 3201 sql=SELECT date_format(c.date_commande,'%m') as dm, COUNT(*) as nb FROM llxme_commande_fournisseur as c WHERE c.date_commande BETWEEN '2025-01-01 00:00:00' AND '2025-12-31 23:59:59' AND c.entity IN (1) GROUP BY dm ORDER BY dm DESC 2026-02-02 00:20:27 DEBUG 197.239.91.67 713626 3201 CommandeStats::_getNbByMonth 2026-02-02 00:20:27 DEBUG 197.239.91.67 713626 3201 sql=SELECT date_format(c.date_commande,'%m') as dm, COUNT(*) as nb FROM llxme_commande_fournisseur as c WHERE c.date_commande BETWEEN '2026-01-01 00:00:00' AND '2026-12-31 23:59:59' AND c.entity IN (1) GROUP BY dm ORDER BY dm DESC 2026-02-02 00:20:27 INFO 197.239.91.67 713626 3201 CommandeStats::getNbByMonthWithPrevYear save cache file /home4/jrbprodu/dolibarrjrbvita/users/temp/CommandeStats_getNbByMonthWithPrevYear_supplier_fr_FR_entity.1_user1.cache onto disk. 2026-02-02 00:20:27 INFO 197.239.91.67 713626 3201 DolGraph::draw_chart this->type= this->MaxValue=0 2026-02-02 00:20:27 INFO 197.239.91.67 713626 3201 CommandeStats::getAmountByMonthWithPrevYear cache file /home4/jrbprodu/dolibarrjrbvita/users/temp/CommandeStats_getAmountByMonthWithPrevYear_supplier_fr_FR_entity.1_user1.cache is not found or older than now - cachedelay (1769991627 - 86400) so we can't use it. 2026-02-02 00:20:27 DEBUG 197.239.91.67 713626 3201 CommandeStats::_getAmountByMonth 2026-02-02 00:20:27 DEBUG 197.239.91.67 713626 3201 sql=SELECT date_format(c.date_commande,'%m') as dm, SUM(c.total_ht) FROM llxme_commande_fournisseur as c WHERE c.date_commande BETWEEN '2024-01-01 00:00:00' AND '2024-12-31 23:59:59' AND c.entity IN (1) GROUP BY dm ORDER BY dm DESC 2026-02-02 00:20:27 DEBUG 197.239.91.67 713626 3201 CommandeStats::_getAmountByMonth 2026-02-02 00:20:27 DEBUG 197.239.91.67 713626 3201 sql=SELECT date_format(c.date_commande,'%m') as dm, SUM(c.total_ht) FROM llxme_commande_fournisseur as c WHERE c.date_commande BETWEEN '2025-01-01 00:00:00' AND '2025-12-31 23:59:59' AND c.entity IN (1) GROUP BY dm ORDER BY dm DESC 2026-02-02 00:20:27 DEBUG 197.239.91.67 713626 3201 CommandeStats::_getAmountByMonth 2026-02-02 00:20:27 DEBUG 197.239.91.67 713626 3201 sql=SELECT date_format(c.date_commande,'%m') as dm, SUM(c.total_ht) FROM llxme_commande_fournisseur as c WHERE c.date_commande BETWEEN '2026-01-01 00:00:00' AND '2026-12-31 23:59:59' AND c.entity IN (1) GROUP BY dm ORDER BY dm DESC 2026-02-02 00:20:27 INFO 197.239.91.67 713626 3201 CommandeStats::getAmountByMonthWithPrevYear save cache file /home4/jrbprodu/dolibarrjrbvita/users/temp/CommandeStats_getAmountByMonthWithPrevYear_supplier_fr_FR_entity.1_user1.cache onto disk. 2026-02-02 00:20:27 INFO 197.239.91.67 713626 3201 DolGraph::draw_chart this->type= this->MaxValue=0 2026-02-02 00:20:27 INFO 197.239.91.67 713626 3201 box_graph_orders_supplier_permonth::showBox 2026-02-02 00:20:27 WARNING 197.239.91.67 713626 3201 Functions.lib::dol_print_date function called with a bad value from page /index.php 2026-02-02 00:20:27 INFO 197.239.91.67 713626 3201 box_lastlogin::showBox 2026-02-02 00:20:27 DEBUG 197.239.91.67 713626 3201 sql=SELECT s.rowid as socid, s.nom as name, s.name_alias, s.code_client, s.code_compta, s.client, s.logo, s.email, s.entity, p.rowid, p.ref, p.fk_statut as status, p.datep as dp, p.datec, p.fin_validite, p.date_cloture, p.total_ht, p.total_tva, p.total_ttc, p.tms FROM llxme_propal as p, llxme_societe as s WHERE p.fk_soc = s.rowid AND p.entity IN (1) ORDER BY p.tms DESC, p.ref DESC LIMIT 3 2026-02-02 00:20:27 INFO 197.239.91.67 713626 3201 box_propales::showBox 2026-02-02 00:20:27 INFO 197.239.91.67 713626 3201 PropaleStats::getNbByMonthWithPrevYear cache file /home4/jrbprodu/dolibarrjrbvita/users/temp/PropaleStats_getNbByMonthWithPrevYear_fr_FR_entity.1_user1.cache is not found or older than now - cachedelay (1769991627 - 86400) so we can't use it. 2026-02-02 00:20:27 DEBUG 197.239.91.67 713626 3201 PropaleStats::_getNbByMonth 2026-02-02 00:20:27 DEBUG 197.239.91.67 713626 3201 sql=SELECT date_format(p.datep,'%m') as dm, COUNT(*) as nb FROM llxme_propal as p WHERE p.datep BETWEEN '2024-01-01 00:00:00' AND '2024-12-31 23:59:59' AND p.entity IN (1) GROUP BY dm ORDER BY dm DESC 2026-02-02 00:20:27 DEBUG 197.239.91.67 713626 3201 PropaleStats::_getNbByMonth 2026-02-02 00:20:27 DEBUG 197.239.91.67 713626 3201 sql=SELECT date_format(p.datep,'%m') as dm, COUNT(*) as nb FROM llxme_propal as p WHERE p.datep BETWEEN '2025-01-01 00:00:00' AND '2025-12-31 23:59:59' AND p.entity IN (1) GROUP BY dm ORDER BY dm DESC 2026-02-02 00:20:27 DEBUG 197.239.91.67 713626 3201 PropaleStats::_getNbByMonth 2026-02-02 00:20:27 DEBUG 197.239.91.67 713626 3201 sql=SELECT date_format(p.datep,'%m') as dm, COUNT(*) as nb FROM llxme_propal as p WHERE p.datep BETWEEN '2026-01-01 00:00:00' AND '2026-12-31 23:59:59' AND p.entity IN (1) GROUP BY dm ORDER BY dm DESC 2026-02-02 00:20:27 INFO 197.239.91.67 713626 3201 PropaleStats::getNbByMonthWithPrevYear save cache file /home4/jrbprodu/dolibarrjrbvita/users/temp/PropaleStats_getNbByMonthWithPrevYear_fr_FR_entity.1_user1.cache onto disk. 2026-02-02 00:20:27 INFO 197.239.91.67 713626 3201 DolGraph::draw_chart this->type=bars,bars,bars this->MaxValue=0 2026-02-02 00:20:27 INFO 197.239.91.67 713626 3201 PropaleStats::getAmountByMonthWithPrevYear cache file /home4/jrbprodu/dolibarrjrbvita/users/temp/PropaleStats_getAmountByMonthWithPrevYear_fr_FR_entity.1_user1.cache is not found or older than now - cachedelay (1769991627 - 86400) so we can't use it. 2026-02-02 00:20:27 DEBUG 197.239.91.67 713626 3201 PropaleStats::_getAmountByMonth 2026-02-02 00:20:27 DEBUG 197.239.91.67 713626 3201 sql=SELECT date_format(p.datep,'%m') as dm, SUM(p.total_ht) FROM llxme_propal as p WHERE p.datep BETWEEN '2024-01-01 00:00:00' AND '2024-12-31 23:59:59' AND p.entity IN (1) GROUP BY dm ORDER BY dm DESC 2026-02-02 00:20:27 DEBUG 197.239.91.67 713626 3201 PropaleStats::_getAmountByMonth 2026-02-02 00:20:27 DEBUG 197.239.91.67 713626 3201 sql=SELECT date_format(p.datep,'%m') as dm, SUM(p.total_ht) FROM llxme_propal as p WHERE p.datep BETWEEN '2025-01-01 00:00:00' AND '2025-12-31 23:59:59' AND p.entity IN (1) GROUP BY dm ORDER BY dm DESC 2026-02-02 00:20:27 DEBUG 197.239.91.67 713626 3201 PropaleStats::_getAmountByMonth 2026-02-02 00:20:27 DEBUG 197.239.91.67 713626 3201 sql=SELECT date_format(p.datep,'%m') as dm, SUM(p.total_ht) FROM llxme_propal as p WHERE p.datep BETWEEN '2026-01-01 00:00:00' AND '2026-12-31 23:59:59' AND p.entity IN (1) GROUP BY dm ORDER BY dm DESC 2026-02-02 00:20:27 INFO 197.239.91.67 713626 3201 PropaleStats::getAmountByMonthWithPrevYear save cache file /home4/jrbprodu/dolibarrjrbvita/users/temp/PropaleStats_getAmountByMonthWithPrevYear_fr_FR_entity.1_user1.cache onto disk. 2026-02-02 00:20:27 INFO 197.239.91.67 713626 3201 DolGraph::draw_chart this->type=bars,bars,bars this->MaxValue=0 2026-02-02 00:20:27 INFO 197.239.91.67 713626 3201 box_graph_propales_permonth::showBox 2026-02-02 00:20:27 DEBUG 197.239.91.67 713626 3201 sql=SELECT sp.rowid as id, sp.lastname, sp.firstname, sp.civility as civility_id, sp.datec, sp.tms, sp.fk_soc, sp.statut as status, sp.address, sp.zip, sp.town, sp.phone, sp.phone_perso, sp.phone_mobile, sp.email as spemail, s.rowid as socid, s.nom as name, s.name_alias, s.code_client, s.client, s.code_fournisseur, s.code_compta_fournisseur, s.fournisseur, s.code_compta as code_compta_client, s.code_compta_fournisseur, s.logo, s.email, s.entity, co.label as country, co.code as country_code FROM llxme_socpeople as sp LEFT JOIN llxme_c_country as co ON sp.fk_pays = co.rowid LEFT JOIN llxme_societe as s ON sp.fk_soc = s.rowid WHERE sp.entity IN (1) AND ((sp.fk_user_creat = 1 AND sp.priv = 1) OR sp.priv = 0) ORDER BY sp.tms DESC LIMIT 3 2026-02-02 00:20:27 INFO 197.239.91.67 713626 3201 box_contacts::showBox 2026-02-02 00:20:27 DEBUG 197.239.91.67 713626 3201 box_prospect::loadBox 2026-02-02 00:20:27 DEBUG 197.239.91.67 713626 3201 sql=SELECT s.rowid as socid, s.nom as name, s.name_alias, s.code_client, s.code_compta, s.client, s.logo, s.email, s.entity, s.fk_stcomm, s.datec, s.tms, s.status FROM llxme_societe as s WHERE s.client IN (2, 3) AND s.entity IN (1) ORDER BY s.tms DESC LIMIT 3 2026-02-02 00:20:27 INFO 197.239.91.67 713626 3201 box_prospect::showBox 2026-02-02 00:20:27 DEBUG 197.239.91.67 713626 3201 box_clients::loadBox 2026-02-02 00:20:27 DEBUG 197.239.91.67 713626 3201 sql=SELECT s.rowid as socid, s.nom as name, s.name_alias, s.code_client, s.code_compta as code_compta_client, s.client, s.logo, s.email, s.entity, s.datec, s.tms, s.status FROM llxme_societe as s WHERE s.client IN (1, 3) AND s.entity IN (1) ORDER BY s.tms DESC LIMIT 3 2026-02-02 00:20:27 INFO 197.239.91.67 713626 3201 box_clients::showBox 2026-02-02 00:20:27 DEBUG 197.239.91.67 713626 3201 box_actions_future::loadBox 2026-02-02 00:20:27 DEBUG 197.239.91.67 713626 3201 sql=SELECT a.id, a.label, a.datep as dp, a.percent as percentage, ta.code, ta.libelle as type_label, s.rowid as socid, s.nom as name, s.name_alias, s.code_client, s.code_compta as code_compta_client, s.client, s.logo, s.email, s.entity FROM llxme_c_actioncomm AS ta, llxme_actioncomm AS a LEFT JOIN llxme_societe as s ON a.fk_soc = s.rowid WHERE a.fk_action = ta.id AND a.entity IN (1) AND a.datep > '2026-02-01 17:20:27' ORDER BY a.datep ASC LIMIT 3 2026-02-02 00:20:27 INFO 197.239.91.67 713626 3201 box_actions_future::showBox 2026-02-02 00:20:27 DEBUG 197.239.91.67 713626 3201 box_actions::loadBox 2026-02-02 00:20:27 DEBUG 197.239.91.67 713626 3201 sql=SELECT a.id, a.label, a.datep as dp, a.percent as percentage, ta.code, ta.libelle as type_label, s.rowid as socid, s.nom as name, s.name_alias, s.code_client, s.code_compta as code_compta_client, s.client, s.logo, s.email, s.entity FROM llxme_c_actioncomm AS ta, llxme_actioncomm AS a LEFT JOIN llxme_societe as s ON a.fk_soc = s.rowid WHERE a.fk_action = ta.id AND a.entity IN (1) AND a.percent >= 0 AND a.percent < 100 ORDER BY a.datep ASC LIMIT 3 2026-02-02 00:20:27 INFO 197.239.91.67 713626 3201 box_actions::showBox 2026-02-02 00:20:27 DEBUG 197.239.91.67 713626 3201 sql=SELECT COUNT(DISTINCT u.rowid) as nb FROM llxme_user as u WHERE u.entity IN (0,1) AND u.statut > 0 2026-02-02 00:20:27 DEBUG 197.239.91.67 713626 3201 sql=SELECT count(ex.rowid) as nb FROM llxme_expensereport as ex WHERE ex.fk_statut > 0 AND ex.entity IN (1) 2026-02-02 00:20:27 DEBUG 197.239.91.67 713626 3201 sql=SELECT count(h.rowid) as nb FROM llxme_holiday as h WHERE h.statut > 1 AND h.entity IN (1) 2026-02-02 00:20:27 DEBUG 197.239.91.67 713626 3201 sql=SELECT count(s.rowid) as nb, s.client FROM llxme_societe as s WHERE s.client IN (1,2,3) AND s.entity IN (1) GROUP BY s.client 2026-02-02 00:20:27 DEBUG 197.239.91.67 713626 3201 sql=SELECT count(s.rowid) as nb FROM llxme_societe as s WHERE s.fournisseur = 1 AND s.entity IN (1) 2026-02-02 00:20:27 DEBUG 197.239.91.67 713626 3201 sql=SELECT count(sp.rowid) as nb FROM llxme_socpeople as sp WHERE sp.entity IN (1) AND (sp.priv='0' OR (sp.priv='1' AND sp.fk_user_creat = 1)) 2026-02-02 00:20:27 DEBUG 197.239.91.67 713626 3201 sql=SELECT count(p.rowid) as nb FROM llxme_propal as p LEFT JOIN llxme_societe as s ON p.fk_soc = s.rowid WHERE p.entity IN (1) 2026-02-02 00:20:27 DEBUG 197.239.91.67 713626 3201 sql=SELECT count(f.rowid) as nb FROM llxme_facture as f LEFT JOIN llxme_societe as s ON f.fk_soc = s.rowid WHERE f.entity IN (1) 2026-02-02 00:20:27 DEBUG 197.239.91.67 713626 3201 sql=SELECT count(co.rowid) as nb FROM llxme_commande_fournisseur as co LEFT JOIN llxme_societe as s ON co.fk_soc = s.rowid WHERE co.entity IN (1) 2026-02-02 00:20:27 DEBUG 197.239.91.67 713626 3201 sql=SELECT count(f.rowid) as nb FROM llxme_facture_fourn as f LEFT JOIN llxme_societe as s ON f.fk_soc = s.rowid WHERE f.entity = 1 2026-02-02 00:20:27 INFO 197.239.91.67 713626 3201 box_dolibarr_state_board::showBox 2026-02-02 00:20:27 DEBUG 197.239.91.67 713626 3201 box_birthdays::loadBox 2026-02-02 00:20:27 DEBUG 197.239.91.67 713626 3201 sql=SELECT u.rowid, u.firstname, u.lastname, u.birth as datea, date_format(u.birth, '%d') as daya, 'birth' as typea, u.email, u.statut as status FROM llxme_user as u WHERE u.entity IN (0,1) AND u.statut = 1 AND date_format( u.birth, '%c') = '2' AND u.birth < '2026-01-01 00:00:00' UNION SELECT u.rowid, u.firstname, u.lastname, u.dateemployment as datea, date_format(u.dateemployment, '%d') as daya, 'employment' as typea, u.email, u.statut as status FROM llxme_user as u WHERE u.entity IN (0,1) AND u.statut = 1 AND date_format( u.dateemployment, '%c') = '2' AND u.dateemployment < '2026-01-01 00:00:00' ORDER BY daya ASC LIMIT 3 2026-02-02 00:20:27 INFO 197.239.91.67 713626 3201 box_birthdays::showBox 2026-02-02 00:20:27 INFO 197.239.91.67 713626 3201 ModeleBoxes::showBox 2026-02-02 00:20:27 DEBUG 197.239.91.67 713626 3201 sql=SELECT a.id, a.datep as dp FROM llxme_actioncomm as a WHERE 1 = 1 AND a.percent >= 0 AND a.percent < 100 AND a.entity IN (1) 2026-02-02 00:20:27 DEBUG 197.239.91.67 713626 3201 sql=SELECT p.rowid, p.ref, p.datec as datec, p.fin_validite as datefin, p.total_ht FROM llxme_propal as p WHERE p.entity IN (1) AND p.fk_statut = 1 2026-02-02 00:20:27 DEBUG 197.239.91.67 713626 3201 sql=SELECT p.rowid, p.ref, p.datec as datec, p.fin_validite as datefin, p.total_ht FROM llxme_propal as p WHERE p.entity IN (1) AND p.fk_statut = 2 2026-02-02 00:20:27 DEBUG 197.239.91.67 713626 3201 sql=SELECT c.rowid, c.date_creation as datec, c.date_commande, c.fk_statut, c.date_livraison as delivery_date, c.total_ht FROM llxme_commande_fournisseur as c WHERE c.entity = 1 AND c.fk_statut IN (1, 2) 2026-02-02 00:20:27 DEBUG 197.239.91.67 713626 3201 sql=SELECT c.rowid, c.date_creation as datec, c.date_commande, c.fk_statut, c.date_livraison as delivery_date, c.total_ht FROM llxme_commande_fournisseur as c WHERE c.entity = 1 AND c.fk_statut IN (3, 4) 2026-02-02 00:20:27 DEBUG 197.239.91.67 713626 3201 sql=SELECT f.rowid, f.date_lim_reglement as datefin, f.fk_statut as status, f.total_ht FROM llxme_facture as f WHERE f.paye=0 AND f.entity IN (1) AND f.fk_statut = 1 2026-02-02 00:20:27 DEBUG 197.239.91.67 713626 3201 sql=SELECT ff.rowid, ff.date_lim_reglement as datefin, ff.fk_statut as status, ff.total_ht, ff.total_ttc FROM llxme_facture_fourn as ff WHERE ff.paye = 0 AND ff.fk_statut IN (1) AND ff.entity = 1 2026-02-02 00:20:27 DEBUG 197.239.91.67 713626 3201 sql=SELECT COUNT(ba.rowid) as nb FROM llxme_bank_account as ba WHERE ba.rappro > 0 and ba.clos = 0 AND ba.entity IN (1) AND ba.courant != 2 2026-02-02 00:20:27 DEBUG 197.239.91.67 713626 3201 sql=SELECT b.rowid, b.datev as datefin FROM llxme_bank as b, llxme_bank_account as ba WHERE b.fk_account = ba.rowid AND ba.entity IN (1) AND b.fk_type = 'CHQ' AND b.fk_bordereau = 0 AND b.amount > 0 2026-02-02 00:20:27 DEBUG 197.239.91.67 713626 3201 sql=SELECT ex.rowid, ex.date_valid FROM llxme_expensereport as ex WHERE ex.fk_statut = 2 AND ex.entity IN (1) 2026-02-02 00:20:27 DEBUG 197.239.91.67 713626 3201 sql=SELECT ex.rowid, ex.date_valid FROM llxme_expensereport as ex WHERE ex.fk_statut = 5 AND ex.entity IN (1) 2026-02-02 00:20:27 DEBUG 197.239.91.67 713626 3201 User::loadParentOf 2026-02-02 00:20:27 DEBUG 197.239.91.67 713626 3201 sql=SELECT fk_user as id_parent, rowid as id_son FROM llxme_user WHERE fk_user <> 0 AND entity IN (0,1) 2026-02-02 00:20:27 DEBUG 197.239.91.67 713626 3201 User::get_full_tree get user list 2026-02-02 00:20:27 DEBUG 197.239.91.67 713626 3201 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 llxme_user as u WHERE u.entity IN (0,1) 2026-02-02 00:20:27 DEBUG 197.239.91.67 713626 3201 User::get_full_tree call to build_path_from_id_user 2026-02-02 00:20:27 DEBUG 197.239.91.67 713626 3201 User::get_full_tree dol_sort_array 2026-02-02 00:20:27 INFO 197.239.91.67 713626 3201 Build childid for id = 1 2026-02-02 00:20:27 DEBUG 197.239.91.67 713626 3201 sql=SELECT h.rowid, h.date_debut FROM llxme_holiday as h WHERE h.statut = 2 AND h.entity IN (1) AND (h.fk_user IN (1) OR h.fk_validator IN (1)) 2026-02-02 00:20:27 INFO 197.239.91.67 713626 3201 --- End access to /index.php 2026-02-02 00:20:29 DEBUG 197.239.91.67 713626 3201 - This is an already logged session. _SESSION['dol_login']=intendant _SESSION['dol_entity']=1 2026-02-02 00:20:29 DEBUG 197.239.91.67 713626 3201 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 llxme_user as u LEFT JOIN llxme_c_country as c ON u.fk_country = c.rowid LEFT JOIN llxme_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llxme_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IN (0, 1) AND u.login = 'intendant' ORDER BY u.entity ASC 2026-02-02 00:20:29 DEBUG 197.239.91.67 713626 3201 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, aiprompt, css, cssview, csslist FROM llxme_extrafields WHERE elementtype = 'user' ORDER BY pos 2026-02-02 00:20:29 DEBUG 197.239.91.67 713626 3201 sql=SELECT param, value FROM llxme_user_param WHERE fk_user = 1 AND entity = 1 2026-02-02 00:20:29 DEBUG 197.239.91.67 713626 3201 DefaultValues::fetchAll 2026-02-02 00:20:29 DEBUG 197.239.91.67 713626 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2026-02-02 00:20:29 DEBUG 197.239.91.67 713626 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llxme_user_rights as ur, llxme_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 LIKE '%_advance' 2026-02-02 00:20:29 DEBUG 197.239.91.67 713626 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llxme_usergroup_rights as gr, llxme_usergroup_user as gu, llxme_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 LIKE '%_advance' 2026-02-02 00:20:29 NOTICE 197.239.91.67 713626 3201 --- Access to GET /admin/index.php - action=, massaction= 2026-02-02 00:20:29 DEBUG 197.239.91.67 713626 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 00:20:29 DEBUG 197.239.91.67 713626 3201 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, m.showtopmenuinframe FROM llxme_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 2026-02-02 00:20:29 DEBUG 197.239.91.67 713626 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:20:29 DEBUG 197.239.91.67 713626 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:20:29 DEBUG 197.239.91.67 713626 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:20:29 DEBUG 197.239.91.67 713626 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:20:29 INFO 197.239.91.67 713626 3201 --- End access to /admin/index.php 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 - This is an already logged session. _SESSION['dol_login']=intendant _SESSION['dol_entity']=1 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 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 llxme_user as u LEFT JOIN llxme_c_country as c ON u.fk_country = c.rowid LEFT JOIN llxme_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llxme_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IN (0, 1) AND u.login = 'intendant' ORDER BY u.entity ASC 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, aiprompt, css, cssview, csslist FROM llxme_extrafields WHERE elementtype = 'user' ORDER BY pos 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 sql=SELECT param, value FROM llxme_user_param WHERE fk_user = 1 AND entity = 1 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 DefaultValues::fetchAll 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llxme_user_rights as ur, llxme_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 LIKE '%_advance' 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llxme_usergroup_rights as gr, llxme_usergroup_user as gu, llxme_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 LIKE '%_advance' 2026-02-02 00:20:33 NOTICE 197.239.91.67 713626 3201 --- Access to GET /admin/company.php - action=, massaction= 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 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, m.showtopmenuinframe FROM llxme_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 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 Translate::loadCacheCurrencies 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 sql=SELECT code_iso, label, unicode FROM llxme_c_currencies WHERE active = 1 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 Translate::getLabelFromKey 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'AED' 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 Translate::getLabelFromKey 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'AFN' 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 Translate::getLabelFromKey 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'ALL' 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 Translate::getLabelFromKey 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'ANG' 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 Translate::getLabelFromKey 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'AOA' 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 Translate::getLabelFromKey 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'ARS' 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 Translate::getLabelFromKey 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'AWG' 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 Translate::getLabelFromKey 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'AZN' 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 Translate::getLabelFromKey 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'BAM' 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 Translate::getLabelFromKey 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'BBD' 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 Translate::getLabelFromKey 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'BDT' 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 Translate::getLabelFromKey 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'BGN' 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 Translate::getLabelFromKey 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'BHD' 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 Translate::getLabelFromKey 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'BIF' 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 Translate::getLabelFromKey 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'BMD' 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 Translate::getLabelFromKey 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'BND' 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 Translate::getLabelFromKey 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'BOB' 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 Translate::getLabelFromKey 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'BRL' 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 Translate::getLabelFromKey 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'BSD' 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 Translate::getLabelFromKey 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'BWP' 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 Translate::getLabelFromKey 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'BYR' 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 Translate::getLabelFromKey 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'BZD' 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 Translate::getLabelFromKey 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'CLP' 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 Translate::getLabelFromKey 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'CNY' 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 Translate::getLabelFromKey 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'COP' 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 Translate::getLabelFromKey 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'CRC' 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 Translate::getLabelFromKey 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'CUP' 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 Translate::getLabelFromKey 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'CVE' 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 Translate::getLabelFromKey 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'CZK' 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 Translate::getLabelFromKey 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'DKK' 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 Translate::getLabelFromKey 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'DOP' 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 Translate::getLabelFromKey 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'DZD' 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 Translate::getLabelFromKey 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'ECS' 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 Translate::getLabelFromKey 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'EEK' 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 Translate::getLabelFromKey 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'EGP' 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 Translate::getLabelFromKey 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'ETB' 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 Translate::getLabelFromKey 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'FJD' 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 Translate::getLabelFromKey 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'FKP' 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 Translate::getLabelFromKey 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'GGP' 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 Translate::getLabelFromKey 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'GHC' 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 Translate::getLabelFromKey 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'GIP' 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 Translate::getLabelFromKey 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'GNF' 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 Translate::getLabelFromKey 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'GTQ' 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 Translate::getLabelFromKey 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'GYD' 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 Translate::getLabelFromKey 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'HKD' 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 Translate::getLabelFromKey 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'HNL' 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 Translate::getLabelFromKey 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'HRK' 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 Translate::getLabelFromKey 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'HUF' 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 Translate::getLabelFromKey 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'IDR' 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 Translate::getLabelFromKey 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'ILS' 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 Translate::getLabelFromKey 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'IMP' 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 Translate::getLabelFromKey 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'IRR' 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 Translate::getLabelFromKey 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'ISK' 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 Translate::getLabelFromKey 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'JEP' 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 Translate::getLabelFromKey 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'JMD' 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 Translate::getLabelFromKey 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'JPY' 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 Translate::getLabelFromKey 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'KES' 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 Translate::getLabelFromKey 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'KGS' 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 Translate::getLabelFromKey 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'KHR' 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 Translate::getLabelFromKey 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'KPW' 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 Translate::getLabelFromKey 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'KRW' 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 Translate::getLabelFromKey 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'KYD' 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 Translate::getLabelFromKey 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'KZT' 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 Translate::getLabelFromKey 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'LAK' 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 Translate::getLabelFromKey 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'LBP' 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 Translate::getLabelFromKey 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'LKR' 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 Translate::getLabelFromKey 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'LRD' 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 Translate::getLabelFromKey 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'LTL' 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 Translate::getLabelFromKey 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'LVL' 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 Translate::getLabelFromKey 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'MDL' 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 Translate::getLabelFromKey 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'MKD' 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 Translate::getLabelFromKey 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'MMK' 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 Translate::getLabelFromKey 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'MNT' 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 Translate::getLabelFromKey 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'MRU' 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 Translate::getLabelFromKey 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'MXN' 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 Translate::getLabelFromKey 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'MYR' 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 Translate::getLabelFromKey 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'MZN' 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 Translate::getLabelFromKey 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'NAD' 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 Translate::getLabelFromKey 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'NGN' 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 Translate::getLabelFromKey 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'NIO' 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 Translate::getLabelFromKey 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'NPR' 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 Translate::getLabelFromKey 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'NZD' 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 Translate::getLabelFromKey 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'OMR' 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 Translate::getLabelFromKey 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'PAB' 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 Translate::getLabelFromKey 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'PEN' 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 Translate::getLabelFromKey 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'PHP' 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 Translate::getLabelFromKey 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'PKR' 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 Translate::getLabelFromKey 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'PLN' 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 Translate::getLabelFromKey 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'PYG' 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 Translate::getLabelFromKey 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'QAR' 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 Translate::getLabelFromKey 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'RON' 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 Translate::getLabelFromKey 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'RSD' 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 Translate::getLabelFromKey 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'RUB' 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 Translate::getLabelFromKey 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'SAR' 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 Translate::getLabelFromKey 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'SBD' 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 Translate::getLabelFromKey 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'SCR' 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 Translate::getLabelFromKey 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'SEK' 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 Translate::getLabelFromKey 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'SGD' 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 Translate::getLabelFromKey 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'SHP' 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 Translate::getLabelFromKey 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'SOS' 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 Translate::getLabelFromKey 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'SRD' 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 Translate::getLabelFromKey 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'SVC' 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 Translate::getLabelFromKey 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'SYP' 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 Translate::getLabelFromKey 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'THB' 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 Translate::getLabelFromKey 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'TRY' 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 Translate::getLabelFromKey 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'TTD' 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 Translate::getLabelFromKey 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'TVD' 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 Translate::getLabelFromKey 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'TWD' 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 Translate::getLabelFromKey 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'UYU' 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 Translate::getLabelFromKey 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'UZS' 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 Translate::getLabelFromKey 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'VEF' 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 Translate::getLabelFromKey 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'VND' 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 Translate::getLabelFromKey 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'XCD' 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 Translate::getLabelFromKey 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'YER' 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 Translate::getLabelFromKey 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'ZAR' 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 Translate::getLabelFromKey 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'ZWD' 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 Form::select_country 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 sql=SELECT rowid, code as code_iso, code_iso as code_iso3, label, favorite, eec FROM llxme_c_country WHERE active > 0 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 FormCompany::select_departement selected=0, country_codeid=BF 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 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 llxme_c_departements as d, llxme_c_regions as r,llxme_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 AND c.code = 'BF' ORDER BY c.code, d.code_departement 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 FormCompany::select_departement num=0 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 FormCompany::select_juridicalstatus 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 sql=SELECT f.rowid, f.code as code , f.libelle as label, f.active, c.label as country, c.code as country_code FROM llxme_c_forme_juridique as f, llxme_c_country as c WHERE f.fk_pays=c.rowid AND f.active = 1 AND c.active = 1 AND c.code = 'BF' ORDER BY c.code 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 useRevenueStamp 2026-02-02 00:20:33 DEBUG 197.239.91.67 713626 3201 sql=SELECT COUNT(*) as nb FROM llxme_c_revenuestamp as r, llxme_c_country as c WHERE r.fk_pays = c.rowid AND c.code = 'BF' AND r.active = 1 2026-02-02 00:20:33 INFO 197.239.91.67 713626 3201 --- End access to /admin/company.php 2026-02-02 00:20:46 DEBUG 197.239.91.67 714364 3201 - This is an already logged session. _SESSION['dol_login']=intendant _SESSION['dol_entity']=1 2026-02-02 00:20:46 DEBUG 197.239.91.67 714364 3201 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 llxme_user as u LEFT JOIN llxme_c_country as c ON u.fk_country = c.rowid LEFT JOIN llxme_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llxme_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IN (0, 1) AND u.login = 'intendant' ORDER BY u.entity ASC 2026-02-02 00:20:46 DEBUG 197.239.91.67 714364 3201 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, aiprompt, css, cssview, csslist FROM llxme_extrafields WHERE elementtype = 'user' ORDER BY pos 2026-02-02 00:20:46 DEBUG 197.239.91.67 714364 3201 sql=SELECT param, value FROM llxme_user_param WHERE fk_user = 1 AND entity = 1 2026-02-02 00:20:46 DEBUG 197.239.91.67 714364 3201 DefaultValues::fetchAll 2026-02-02 00:20:46 DEBUG 197.239.91.67 714364 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2026-02-02 00:20:46 DEBUG 197.239.91.67 714364 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llxme_user_rights as ur, llxme_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 LIKE '%_advance' 2026-02-02 00:20:46 DEBUG 197.239.91.67 714364 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llxme_usergroup_rights as gr, llxme_usergroup_user as gu, llxme_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 LIKE '%_advance' 2026-02-02 00:20:46 NOTICE 197.239.91.67 714364 3201 --- Access to GET /admin/accountant.php - action=, massaction= 2026-02-02 00:20:46 DEBUG 197.239.91.67 714364 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 00:20:46 DEBUG 197.239.91.67 714364 3201 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, m.showtopmenuinframe FROM llxme_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 2026-02-02 00:20:46 DEBUG 197.239.91.67 714364 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:20:46 DEBUG 197.239.91.67 714364 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:20:46 DEBUG 197.239.91.67 714364 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:20:46 DEBUG 197.239.91.67 714364 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:20:46 DEBUG 197.239.91.67 714364 3201 Form::select_country 2026-02-02 00:20:46 DEBUG 197.239.91.67 714364 3201 sql=SELECT rowid, code as code_iso, code_iso as code_iso3, label, favorite, eec FROM llxme_c_country WHERE active > 0 2026-02-02 00:20:46 DEBUG 197.239.91.67 714364 3201 FormCompany::select_departement selected=, country_codeid= 2026-02-02 00:20:46 DEBUG 197.239.91.67 714364 3201 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 llxme_c_departements as d, llxme_c_regions as r,llxme_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 2026-02-02 00:20:46 DEBUG 197.239.91.67 714364 3201 FormCompany::select_departement num=1837 2026-02-02 00:20:46 INFO 197.239.91.67 714364 3201 --- End access to /admin/accountant.php 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 - This is an already logged session. _SESSION['dol_login']=intendant _SESSION['dol_entity']=1 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 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 llxme_user as u LEFT JOIN llxme_c_country as c ON u.fk_country = c.rowid LEFT JOIN llxme_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llxme_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IN (0, 1) AND u.login = 'intendant' ORDER BY u.entity ASC 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, aiprompt, css, cssview, csslist FROM llxme_extrafields WHERE elementtype = 'user' ORDER BY pos 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 sql=SELECT param, value FROM llxme_user_param WHERE fk_user = 1 AND entity = 1 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 DefaultValues::fetchAll 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llxme_user_rights as ur, llxme_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 LIKE '%_advance' 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llxme_usergroup_rights as gr, llxme_usergroup_user as gu, llxme_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 LIKE '%_advance' 2026-02-02 00:21:48 NOTICE 197.239.91.67 716040 3201 --- Access to GET /admin/company.php - action=, massaction= 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 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, m.showtopmenuinframe FROM llxme_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 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 Translate::loadCacheCurrencies 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 sql=SELECT code_iso, label, unicode FROM llxme_c_currencies WHERE active = 1 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 Translate::getLabelFromKey 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'AED' 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 Translate::getLabelFromKey 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'AFN' 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 Translate::getLabelFromKey 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'ALL' 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 Translate::getLabelFromKey 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'ANG' 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 Translate::getLabelFromKey 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'AOA' 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 Translate::getLabelFromKey 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'ARS' 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 Translate::getLabelFromKey 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'AWG' 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 Translate::getLabelFromKey 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'AZN' 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 Translate::getLabelFromKey 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'BAM' 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 Translate::getLabelFromKey 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'BBD' 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 Translate::getLabelFromKey 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'BDT' 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 Translate::getLabelFromKey 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'BGN' 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 Translate::getLabelFromKey 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'BHD' 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 Translate::getLabelFromKey 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'BIF' 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 Translate::getLabelFromKey 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'BMD' 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 Translate::getLabelFromKey 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'BND' 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 Translate::getLabelFromKey 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'BOB' 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 Translate::getLabelFromKey 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'BRL' 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 Translate::getLabelFromKey 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'BSD' 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 Translate::getLabelFromKey 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'BWP' 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 Translate::getLabelFromKey 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'BYR' 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 Translate::getLabelFromKey 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'BZD' 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 Translate::getLabelFromKey 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'CLP' 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 Translate::getLabelFromKey 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'CNY' 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 Translate::getLabelFromKey 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'COP' 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 Translate::getLabelFromKey 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'CRC' 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 Translate::getLabelFromKey 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'CUP' 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 Translate::getLabelFromKey 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'CVE' 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 Translate::getLabelFromKey 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'CZK' 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 Translate::getLabelFromKey 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'DKK' 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 Translate::getLabelFromKey 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'DOP' 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 Translate::getLabelFromKey 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'DZD' 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 Translate::getLabelFromKey 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'ECS' 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 Translate::getLabelFromKey 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'EEK' 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 Translate::getLabelFromKey 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'EGP' 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 Translate::getLabelFromKey 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'ETB' 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 Translate::getLabelFromKey 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'FJD' 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 Translate::getLabelFromKey 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'FKP' 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 Translate::getLabelFromKey 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'GGP' 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 Translate::getLabelFromKey 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'GHC' 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 Translate::getLabelFromKey 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'GIP' 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 Translate::getLabelFromKey 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'GNF' 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 Translate::getLabelFromKey 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'GTQ' 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 Translate::getLabelFromKey 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'GYD' 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 Translate::getLabelFromKey 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'HKD' 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 Translate::getLabelFromKey 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'HNL' 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 Translate::getLabelFromKey 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'HRK' 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 Translate::getLabelFromKey 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'HUF' 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 Translate::getLabelFromKey 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'IDR' 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 Translate::getLabelFromKey 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'ILS' 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 Translate::getLabelFromKey 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'IMP' 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 Translate::getLabelFromKey 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'IRR' 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 Translate::getLabelFromKey 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'ISK' 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 Translate::getLabelFromKey 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'JEP' 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 Translate::getLabelFromKey 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'JMD' 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 Translate::getLabelFromKey 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'JPY' 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 Translate::getLabelFromKey 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'KES' 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 Translate::getLabelFromKey 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'KGS' 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 Translate::getLabelFromKey 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'KHR' 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 Translate::getLabelFromKey 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'KPW' 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 Translate::getLabelFromKey 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'KRW' 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 Translate::getLabelFromKey 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'KYD' 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 Translate::getLabelFromKey 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'KZT' 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 Translate::getLabelFromKey 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'LAK' 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 Translate::getLabelFromKey 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'LBP' 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 Translate::getLabelFromKey 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'LKR' 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 Translate::getLabelFromKey 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'LRD' 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 Translate::getLabelFromKey 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'LTL' 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 Translate::getLabelFromKey 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'LVL' 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 Translate::getLabelFromKey 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'MDL' 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 Translate::getLabelFromKey 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'MKD' 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 Translate::getLabelFromKey 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'MMK' 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 Translate::getLabelFromKey 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'MNT' 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 Translate::getLabelFromKey 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'MRU' 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 Translate::getLabelFromKey 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'MXN' 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 Translate::getLabelFromKey 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'MYR' 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 Translate::getLabelFromKey 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'MZN' 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 Translate::getLabelFromKey 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'NAD' 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 Translate::getLabelFromKey 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'NGN' 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 Translate::getLabelFromKey 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'NIO' 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 Translate::getLabelFromKey 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'NPR' 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 Translate::getLabelFromKey 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'NZD' 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 Translate::getLabelFromKey 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'OMR' 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 Translate::getLabelFromKey 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'PAB' 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 Translate::getLabelFromKey 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'PEN' 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 Translate::getLabelFromKey 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'PHP' 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 Translate::getLabelFromKey 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'PKR' 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 Translate::getLabelFromKey 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'PLN' 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 Translate::getLabelFromKey 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'PYG' 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 Translate::getLabelFromKey 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'QAR' 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 Translate::getLabelFromKey 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'RON' 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 Translate::getLabelFromKey 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'RSD' 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 Translate::getLabelFromKey 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'RUB' 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 Translate::getLabelFromKey 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'SAR' 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 Translate::getLabelFromKey 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'SBD' 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 Translate::getLabelFromKey 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'SCR' 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 Translate::getLabelFromKey 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'SEK' 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 Translate::getLabelFromKey 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'SGD' 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 Translate::getLabelFromKey 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'SHP' 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 Translate::getLabelFromKey 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'SOS' 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 Translate::getLabelFromKey 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'SRD' 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 Translate::getLabelFromKey 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'SVC' 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 Translate::getLabelFromKey 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'SYP' 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 Translate::getLabelFromKey 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'THB' 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 Translate::getLabelFromKey 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'TRY' 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 Translate::getLabelFromKey 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'TTD' 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 Translate::getLabelFromKey 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'TVD' 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 Translate::getLabelFromKey 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'TWD' 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 Translate::getLabelFromKey 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'UYU' 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 Translate::getLabelFromKey 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'UZS' 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 Translate::getLabelFromKey 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'VEF' 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 Translate::getLabelFromKey 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'VND' 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 Translate::getLabelFromKey 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'XCD' 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 Translate::getLabelFromKey 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'YER' 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 Translate::getLabelFromKey 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'ZAR' 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 Translate::getLabelFromKey 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'ZWD' 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 Form::select_country 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 sql=SELECT rowid, code as code_iso, code_iso as code_iso3, label, favorite, eec FROM llxme_c_country WHERE active > 0 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 FormCompany::select_departement selected=0, country_codeid=BF 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 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 llxme_c_departements as d, llxme_c_regions as r,llxme_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 AND c.code = 'BF' ORDER BY c.code, d.code_departement 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 FormCompany::select_departement num=0 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 FormCompany::select_juridicalstatus 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 sql=SELECT f.rowid, f.code as code , f.libelle as label, f.active, c.label as country, c.code as country_code FROM llxme_c_forme_juridique as f, llxme_c_country as c WHERE f.fk_pays=c.rowid AND f.active = 1 AND c.active = 1 AND c.code = 'BF' ORDER BY c.code 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 useRevenueStamp 2026-02-02 00:21:48 DEBUG 197.239.91.67 716040 3201 sql=SELECT COUNT(*) as nb FROM llxme_c_revenuestamp as r, llxme_c_country as c WHERE r.fk_pays = c.rowid AND c.code = 'BF' AND r.active = 1 2026-02-02 00:21:48 INFO 197.239.91.67 716040 3201 --- End access to /admin/company.php 2026-02-02 00:22:34 DEBUG 54.201.183.95 718603 3201 NEW TOKEN generated by : /index.php 2026-02-02 00:22:34 NOTICE 54.201.183.95 718603 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 00:22:34 DEBUG 54.201.183.95 718603 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 00:22:34 INFO 54.201.183.95 718603 3201 --- End access to /index.php 2026-02-02 00:22:35 DEBUG 54.201.183.95 718603 3201 DefaultValues::fetchAll 2026-02-02 00:22:35 DEBUG 54.201.183.95 718603 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,0)) AND (entity IN (1,1))) 2026-02-02 00:22:35 NOTICE 54.201.183.95 718603 3201 --- Access to GET /theme/eldy/style.css.php - action=, massaction= NOTOKENRENEWAL=1 2026-02-02 00:22:35 DEBUG 54.201.183.95 718603 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 00:22:35 DEBUG 54.201.183.95 718603 3201 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, m.showtopmenuinframe FROM llxme_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 2026-02-02 00:22:35 INFO 54.201.183.95 718603 3201 --- End access to /theme/eldy/style.css.php 2026-02-02 00:22:35 DEBUG 54.201.183.95 718603 3201 DefaultValues::fetchAll 2026-02-02 00:22:35 DEBUG 54.201.183.95 718603 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,0)) AND (entity IN (1,1))) 2026-02-02 00:22:35 NOTICE 54.201.183.95 718603 3201 --- Access to GET /core/js/lib_head.js.php - action=, massaction= NOTOKENRENEWAL=1 2026-02-02 00:22:35 DEBUG 54.201.183.95 718603 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 00:22:35 INFO 54.201.183.95 718603 3201 --- End access to /core/js/lib_head.js.php 2026-02-02 00:22:35 NOTICE 54.201.183.95 718603 3201 --- Access to GET /theme/eldy/manifest.json.php - action=, massaction= NOTOKENRENEWAL=1 2026-02-02 00:22:35 INFO 54.201.183.95 718603 3201 --- End access to /theme/eldy/manifest.json.php 2026-02-02 00:22:38 DEBUG 54.201.183.95 718603 3201 NEW TOKEN generated by : /index.php 2026-02-02 00:22:38 NOTICE 54.201.183.95 718603 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 00:22:38 DEBUG 54.201.183.95 718603 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 00:22:38 INFO 54.201.183.95 718603 3201 --- End access to /index.php 2026-02-02 00:22:38 DEBUG 54.201.183.95 718603 3201 DefaultValues::fetchAll 2026-02-02 00:22:38 DEBUG 54.201.183.95 718603 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,0)) AND (entity IN (1,1))) 2026-02-02 00:22:38 NOTICE 54.201.183.95 718603 3201 --- Access to GET /theme/eldy/style.css.php - action=, massaction= NOTOKENRENEWAL=1 2026-02-02 00:22:38 DEBUG 54.201.183.95 718603 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 00:22:38 DEBUG 54.201.183.95 718603 3201 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, m.showtopmenuinframe FROM llxme_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 2026-02-02 00:22:38 INFO 54.201.183.95 718603 3201 --- End access to /theme/eldy/style.css.php 2026-02-02 00:22:38 DEBUG 54.201.183.95 718603 3201 DefaultValues::fetchAll 2026-02-02 00:22:38 DEBUG 54.201.183.95 718603 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,0)) AND (entity IN (1,1))) 2026-02-02 00:22:38 NOTICE 54.201.183.95 718603 3201 --- Access to GET /core/js/lib_head.js.php - action=, massaction= NOTOKENRENEWAL=1 2026-02-02 00:22:38 DEBUG 54.201.183.95 718603 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 00:22:38 INFO 54.201.183.95 718603 3201 --- End access to /core/js/lib_head.js.php 2026-02-02 00:22:39 NOTICE 54.201.183.95 718603 3201 --- Access to GET /theme/eldy/manifest.json.php - action=, massaction= NOTOKENRENEWAL=1 2026-02-02 00:22:39 INFO 54.201.183.95 718603 3201 --- End access to /theme/eldy/manifest.json.php 2026-02-02 00:22:44 DEBUG 34.221.39.116 718603 3201 NEW TOKEN generated by : /index.php 2026-02-02 00:22:44 NOTICE 34.221.39.116 718603 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 00:22:44 DEBUG 34.221.39.116 718603 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 00:22:44 INFO 34.221.39.116 718603 3201 --- End access to /index.php 2026-02-02 00:22:44 DEBUG 34.221.39.116 718603 3201 DefaultValues::fetchAll 2026-02-02 00:22:44 DEBUG 34.221.39.116 718603 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,0)) AND (entity IN (1,1))) 2026-02-02 00:22:44 NOTICE 34.221.39.116 718603 3201 --- Access to GET /core/js/lib_head.js.php - action=, massaction= NOTOKENRENEWAL=1 2026-02-02 00:22:44 DEBUG 34.221.39.116 718603 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 00:22:44 INFO 34.221.39.116 718603 3201 --- End access to /core/js/lib_head.js.php 2026-02-02 00:22:44 DEBUG 34.221.39.116 718603 3201 DefaultValues::fetchAll 2026-02-02 00:22:44 DEBUG 34.221.39.116 718603 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,0)) AND (entity IN (1,1))) 2026-02-02 00:22:44 NOTICE 34.221.39.116 718603 3201 --- Access to GET /theme/eldy/style.css.php - action=, massaction= NOTOKENRENEWAL=1 2026-02-02 00:22:44 DEBUG 34.221.39.116 718603 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 00:22:44 DEBUG 34.221.39.116 718603 3201 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, m.showtopmenuinframe FROM llxme_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 2026-02-02 00:22:45 INFO 34.221.39.116 718603 3201 --- End access to /theme/eldy/style.css.php 2026-02-02 00:22:45 NOTICE 34.221.39.116 718603 3201 --- Access to GET /theme/eldy/manifest.json.php - action=, massaction= NOTOKENRENEWAL=1 2026-02-02 00:22:45 INFO 34.221.39.116 718603 3201 --- End access to /theme/eldy/manifest.json.php 2026-02-02 00:22:49 DEBUG 34.221.39.116 718603 3201 NEW TOKEN generated by : /index.php 2026-02-02 00:22:49 NOTICE 34.221.39.116 718603 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 00:22:49 DEBUG 34.221.39.116 718603 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 00:22:49 INFO 34.221.39.116 718603 3201 --- End access to /index.php 2026-02-02 00:22:49 DEBUG 34.221.39.116 718603 3201 DefaultValues::fetchAll 2026-02-02 00:22:49 DEBUG 34.221.39.116 718603 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,0)) AND (entity IN (1,1))) 2026-02-02 00:22:49 NOTICE 34.221.39.116 718603 3201 --- Access to GET /theme/eldy/style.css.php - action=, massaction= NOTOKENRENEWAL=1 2026-02-02 00:22:49 DEBUG 34.221.39.116 718603 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 00:22:49 DEBUG 34.221.39.116 718603 3201 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, m.showtopmenuinframe FROM llxme_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 2026-02-02 00:22:49 INFO 34.221.39.116 718603 3201 --- End access to /theme/eldy/style.css.php 2026-02-02 00:22:49 DEBUG 34.221.39.116 718603 3201 DefaultValues::fetchAll 2026-02-02 00:22:49 DEBUG 34.221.39.116 718603 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,0)) AND (entity IN (1,1))) 2026-02-02 00:22:49 NOTICE 34.221.39.116 718603 3201 --- Access to GET /core/js/lib_head.js.php - action=, massaction= NOTOKENRENEWAL=1 2026-02-02 00:22:49 DEBUG 34.221.39.116 718603 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 00:22:49 INFO 34.221.39.116 718603 3201 --- End access to /core/js/lib_head.js.php 2026-02-02 00:22:50 NOTICE 34.221.39.116 718603 3201 --- Access to GET /theme/eldy/manifest.json.php - action=, massaction= NOTOKENRENEWAL=1 2026-02-02 00:22:50 INFO 34.221.39.116 718603 3201 --- End access to /theme/eldy/manifest.json.php 2026-02-02 00:24:26 DEBUG 84.254.106.197 724017 3201 NEW TOKEN generated by : /index.php 2026-02-02 00:24:26 NOTICE 84.254.106.197 724017 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 00:24:26 DEBUG 84.254.106.197 724017 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 00:24:26 INFO 84.254.106.197 724017 3201 --- End access to /index.php 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 - This is an already logged session. _SESSION['dol_login']=intendant _SESSION['dol_entity']=1 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 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 llxme_user as u LEFT JOIN llxme_c_country as c ON u.fk_country = c.rowid LEFT JOIN llxme_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llxme_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IN (0, 1) AND u.login = 'intendant' ORDER BY u.entity ASC 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, aiprompt, css, cssview, csslist FROM llxme_extrafields WHERE elementtype = 'user' ORDER BY pos 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=SELECT param, value FROM llxme_user_param WHERE fk_user = 1 AND entity = 1 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 DefaultValues::fetchAll 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llxme_user_rights as ur, llxme_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 LIKE '%_advance' 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llxme_usergroup_rights as gr, llxme_usergroup_user as gu, llxme_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 LIKE '%_advance' 2026-02-02 00:30:50 NOTICE 197.239.91.67 749458 3201 --- Access to POST /admin/company.php - action=update, massaction= 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 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, m.showtopmenuinframe FROM llxme_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 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=SELECT rowid, code, label FROM llxme_c_country WHERE rowid = 60 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 BEGIN Transaction 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 admin.lib::dolibarr_set_const 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=DELETE FROM llxme_const WHERE name = 'MAIN_INFO_SOCIETE_COUNTRY' AND entity = 1 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 admin.lib::dolibarr_set_const 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=INSERT INTO llxme_const(name, value, type, visible, note, entity) VALUES ('MAIN_INFO_SOCIETE_COUNTRY', '60:BF:Burkina Faso', 'chaine', 0, '', 1) 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 COMMIT Transaction 2026-02-02 00:30:50 INFO 197.239.91.67 749458 3201 Scan directory /home4/jrbprodu/public_html/erpjrbvita/core/modules/ for modules 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'eventorganization_conferenceorboothattendee' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'actioncomm' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:30:50 INFO 197.239.91.67 749458 3201 Module modZapier not qualified 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'expensereport' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'user' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:30:50 INFO 197.239.91.67 749458 3201 Module modExpenseReport not qualified 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 useNPR 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=SELECT t.rowid FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.recuperableonly = 1 AND t.entity IN (1) 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'product' AND entity IN (0,1) 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'propal' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'propaldet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'propal' AND entity IN (0, 1) 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'propaldet' AND entity IN (0, 1) 2026-02-02 00:30:50 INFO 197.239.91.67 749458 3201 Module modPropale not qualified 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=SELECT DISTINCT tc.rowid, tc.code, tc.libelle as type_label, tc.position FROM llxme_c_type_contact as tc WHERE tc.element = 'commande' AND tc.source = 'external' ORDER BY position ASC, code ASC 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=SELECT DISTINCT tc.rowid, tc.code, tc.libelle as type_label, tc.position FROM llxme_c_type_contact as tc WHERE tc.element = 'commande' AND tc.source = 'external' ORDER BY position ASC, code ASC 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'expedition' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'expeditiondet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'contrat' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'contratdet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'warehouse' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:30:50 INFO 197.239.91.67 749458 3201 Module modAccounting not qualified 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'bom_bom' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'bom_bomline' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE elementtype = 'bom_bom' AND entity IN (0, 1) 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE elementtype = 'bom_bomline' AND entity IN (0, 1) 2026-02-02 00:30:50 INFO 197.239.91.67 749458 3201 Module modAsset not qualified 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 User::loadParentOf 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=SELECT fk_user as id_parent, rowid as id_son FROM llxme_user WHERE fk_user <> 0 AND entity IN (0,1) 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 User::get_full_tree get user list 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 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 llxme_user as u WHERE u.entity IN (0,1) 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 User::get_full_tree call to build_path_from_id_user 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 User::get_full_tree dol_sort_array 2026-02-02 00:30:50 INFO 197.239.91.67 749458 3201 Build childid for id = 1 2026-02-02 00:30:50 INFO 197.239.91.67 749458 3201 Module modImport not qualified 2026-02-02 00:30:50 INFO 197.239.91.67 749458 3201 Module modNotification not qualified 2026-02-02 00:30:50 INFO 197.239.91.67 749458 3201 Module modExport not qualified 2026-02-02 00:30:50 INFO 197.239.91.67 749458 3201 Module modSyslog not qualified 2026-02-02 00:30:50 INFO 197.239.91.67 749458 3201 Module modDynamicPrices not qualified 2026-02-02 00:30:50 INFO 197.239.91.67 749458 3201 Module modCollab not qualified 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE elementtype = 'facture' AND entity IN (0, 1) 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE elementtype = 'facture_det' AND entity IN (0, 1) 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'facture' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'facturedet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'facture' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:30:50 INFO 197.239.91.67 749458 3201 Module modFacture not qualified 2026-02-02 00:30:50 INFO 197.239.91.67 749458 3201 Module modCron not qualified 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'ticket' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:30:50 INFO 197.239.91.67 749458 3201 Module modBanque not qualified 2026-02-02 00:30:50 INFO 197.239.91.67 749458 3201 Module modECM not qualified 2026-02-02 00:30:50 INFO 197.239.91.67 749458 3201 Module modApi not qualified 2026-02-02 00:30:50 INFO 197.239.91.67 749458 3201 Module modDataPolicy not qualified 2026-02-02 00:30:50 INFO 197.239.91.67 749458 3201 Module modFckeditor not qualified 2026-02-02 00:30:50 INFO 197.239.91.67 749458 3201 Module modSubtotals not qualified 2026-02-02 00:30:50 INFO 197.239.91.67 749458 3201 Module modLabel not qualified 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'holiday' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'user' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:30:50 INFO 197.239.91.67 749458 3201 Module modHoliday not qualified 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'adherent' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'adherent' AND entity IN (0,1) 2026-02-02 00:30:50 INFO 197.239.91.67 749458 3201 Module modIntracommreport not qualified 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'user' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'Facture' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'CommandeFournisseur' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'invoice_supplier' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'projet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'projet_task' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'projet' AND entity IN (0,1) 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'projet_task' AND entity IN (0,1) 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'user' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'user' AND entity IN (0,1) 2026-02-02 00:30:50 INFO 197.239.91.67 749458 3201 Module modUser not qualified 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'facture_fourn' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'facture_fourn_det' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'facture_fourn' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'commande_fournisseur' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'commande_fournisseurdet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'facture_fourn' AND entity IN (0, 1) 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'facture_fourn_det' AND entity IN (0, 1) 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'commande_fournisseur' AND entity IN (0, 1) 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'commande_fournisseurdet' AND entity IN (0, 1) 2026-02-02 00:30:50 INFO 197.239.91.67 749458 3201 Module modFournisseur not qualified 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'mrp_mo' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'mrp_mo' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'mrp_production' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE elementtype = 'mrp_mo' AND entity IN (0, 1) 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'commande' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'commandedet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault, fieldrequired FROM llxme_extrafields WHERE elementtype = 'commande' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault, fieldrequired FROM llxme_extrafields WHERE elementtype = 'commandedet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:30:50 INFO 197.239.91.67 749458 3201 Module modTax not qualified 2026-02-02 00:30:50 INFO 197.239.91.67 749458 3201 Module modStockTransfer not qualified 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'fichinter' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'fichinterdet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=SELECT DISTINCT tc.rowid, tc.code, tc.libelle as type_label, tc.position FROM llxme_c_type_contact as tc WHERE tc.element = 'order_supplier' AND tc.source = 'external' ORDER BY position ASC, code ASC 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=SELECT DISTINCT tc.rowid, tc.code, tc.libelle as type_label, tc.position FROM llxme_c_type_contact as tc WHERE tc.element = 'order_supplier' AND tc.source = 'external' ORDER BY position ASC, code ASC 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'reception' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'receptiondet_batch' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:30:50 INFO 197.239.91.67 749458 3201 Module modReception not qualified 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'socpeople' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'societe' AND entity IN (0, 1) 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'socpeople' AND entity IN (0, 1) 2026-02-02 00:30:50 INFO 197.239.91.67 749458 3201 Module modSociete not qualified 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'resource' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'resource' AND entity IN (0,1) 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 useNPR 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=SELECT t.rowid FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.recuperableonly = 1 AND t.entity IN (1) 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'product' AND entity IN (0, 1) 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'product_fournisseur_price' AND entity IN (0, 1) 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=SELECT code, label, description FROM llxme_c_action_trigger ORDER by rang 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'actioncomm' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE elementtype = 'actioncomm' AND entity IN (0, 1) 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'actioncomm' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:30:50 INFO 197.239.91.67 749458 3201 Module modAgenda not qualified 2026-02-02 00:30:50 INFO 197.239.91.67 749458 3201 Module modPartnership not qualified 2026-02-02 00:30:50 INFO 197.239.91.67 749458 3201 Module modBookCal not qualified 2026-02-02 00:30:50 INFO 197.239.91.67 749458 3201 Module modDocumentGeneration not qualified 2026-02-02 00:30:50 INFO 197.239.91.67 749458 3201 Scan directory /home4/jrbprodu/public_html/erpjrbvita/knowledgemanagement/core/modules/ for modules 2026-02-02 00:30:50 INFO 197.239.91.67 749458 3201 Scan directory /home4/jrbprodu/public_html/erpjrbvita/recruitment/core/modules/ for modules 2026-02-02 00:30:50 INFO 197.239.91.67 749458 3201 Scan directory /home4/jrbprodu/public_html/erpjrbvita/partnership/core/modules/ for modules 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 Company.lib::getState 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=SELECT d.rowid as id, d.code_departement as code, d.nom as name, d.active, c.label as country, c.code as country_code, r.code_region as region_code, r.nom as region_name FROM llxme_c_departements as d, llxme_c_regions as r,llxme_c_country as c WHERE d.fk_region=r.code_region and r.fk_pays=c.rowid and d.rowid=0 AND d.active = 1 AND r.active = 1 AND c.active = 1 ORDER BY c.code, d.code_departement 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 admin.lib::dolibarr_del_const 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=DELETE FROM llxme_const WHERE (name = 'MAIN_INFO_SOCIETE_STATE') AND entity = 1 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 BEGIN Transaction 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 admin.lib::dolibarr_set_const 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=DELETE FROM llxme_const WHERE name = 'MAIN_INFO_SOCIETE_NOM' AND entity = 1 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 admin.lib::dolibarr_set_const 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=INSERT INTO llxme_const(name, value, type, visible, note, entity) VALUES ('MAIN_INFO_SOCIETE_NOM', 'JRB VITA SOLUTIONS', 'chaine', 0, '', 1) 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 admin.lib::dolibarr_set_const 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=DELETE FROM llxme_const WHERE name = 'MAIN_INFO_SOCIETE_ADDRESS' AND entity = 1 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 admin.lib::dolibarr_set_const 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=INSERT INTO llxme_const(name, value, type, visible, note, entity) VALUES ('MAIN_INFO_SOCIETE_ADDRESS', 'Karpala, Secteur 30', 'chaine', 0, '', 1) 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 admin.lib::dolibarr_set_const 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=DELETE FROM llxme_const WHERE name = 'MAIN_INFO_SOCIETE_TOWN' AND entity = 1 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 admin.lib::dolibarr_set_const 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=INSERT INTO llxme_const(name, value, type, visible, note, entity) VALUES ('MAIN_INFO_SOCIETE_TOWN', 'Ouagadougou', 'chaine', 0, '', 1) 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 admin.lib::dolibarr_set_const 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=DELETE FROM llxme_const WHERE name = 'MAIN_INFO_SOCIETE_ZIP' AND entity = 1 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 admin.lib::dolibarr_set_const 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=INSERT INTO llxme_const(name, value, type, visible, note, entity) VALUES ('MAIN_INFO_SOCIETE_ZIP', '11 BP 1715 Ouaga CMS 11', 'chaine', 0, '', 1) 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 admin.lib::dolibarr_set_const 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=DELETE FROM llxme_const WHERE name = 'MAIN_INFO_SOCIETE_REGION' AND entity = 1 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 admin.lib::dolibarr_set_const 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=DELETE FROM llxme_const WHERE name = 'MAIN_MONNAIE' AND entity = 1 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 admin.lib::dolibarr_set_const 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=INSERT INTO llxme_const(name, value, type, visible, note, entity) VALUES ('MAIN_MONNAIE', 'XOF', 'chaine', 0, '', 1) 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 admin.lib::dolibarr_set_const 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=DELETE FROM llxme_const WHERE name = 'MAIN_INFO_SOCIETE_TEL' AND entity = 1 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 admin.lib::dolibarr_set_const 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=DELETE FROM llxme_const WHERE name = 'MAIN_INFO_SOCIETE_MOBILE' AND entity = 1 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 admin.lib::dolibarr_set_const 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=INSERT INTO llxme_const(name, value, type, visible, note, entity) VALUES ('MAIN_INFO_SOCIETE_MOBILE', '+22676600196', 'chaine', 0, '', 1) 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 admin.lib::dolibarr_set_const 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=DELETE FROM llxme_const WHERE name = 'MAIN_INFO_SOCIETE_FAX' AND entity = 1 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 admin.lib::dolibarr_set_const 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=DELETE FROM llxme_const WHERE name = 'MAIN_INFO_SOCIETE_MAIL' AND entity = 1 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 admin.lib::dolibarr_set_const 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=INSERT INTO llxme_const(name, value, type, visible, note, entity) VALUES ('MAIN_INFO_SOCIETE_MAIL', 'info@jrbvitasolutions.com', 'chaine', 0, '', 1) 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 admin.lib::dolibarr_set_const 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=DELETE FROM llxme_const WHERE name = 'MAIN_INFO_SOCIETE_WEB' AND entity = 1 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 admin.lib::dolibarr_set_const 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=INSERT INTO llxme_const(name, value, type, visible, note, entity) VALUES ('MAIN_INFO_SOCIETE_WEB', 'https://jrbvitasolutions.com', 'chaine', 0, '', 1) 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 admin.lib::dolibarr_set_const 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=DELETE FROM llxme_const WHERE name = 'MAIN_INFO_SOCIETE_NOTE' AND entity = 1 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 admin.lib::dolibarr_set_const 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=DELETE FROM llxme_const WHERE name = 'MAIN_INFO_SOCIETE_GENCOD' AND entity = 1 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 admin.lib::dolibarr_set_const 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=DELETE FROM llxme_const WHERE name = 'MAIN_INFO_SOCIETE_MANAGERS' AND entity = 1 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 admin.lib::dolibarr_set_const 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=INSERT INTO llxme_const(name, value, type, visible, note, entity) VALUES ('MAIN_INFO_SOCIETE_MANAGERS', 'Abdias COULIBALY', 'chaine', 0, '', 1) 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 admin.lib::dolibarr_set_const 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=DELETE FROM llxme_const WHERE name = 'MAIN_INFO_GDPR' AND entity = 1 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 admin.lib::dolibarr_set_const 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=DELETE FROM llxme_const WHERE name = 'MAIN_INFO_CAPITAL' AND entity = 1 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 admin.lib::dolibarr_set_const 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=DELETE FROM llxme_const WHERE name = 'MAIN_INFO_SOCIETE_FORME_JURIDIQUE' AND entity = 1 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 admin.lib::dolibarr_set_const 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=INSERT INTO llxme_const(name, value, type, visible, note, entity) VALUES ('MAIN_INFO_SOCIETE_FORME_JURIDIQUE', '0', 'chaine', 0, '', 1) 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 admin.lib::dolibarr_set_const 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=DELETE FROM llxme_const WHERE name = 'MAIN_INFO_SIREN' AND entity = 1 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 admin.lib::dolibarr_set_const 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=INSERT INTO llxme_const(name, value, type, visible, note, entity) VALUES ('MAIN_INFO_SIREN', 'IFU: 00287518K', 'chaine', 0, '', 1) 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 admin.lib::dolibarr_set_const 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=DELETE FROM llxme_const WHERE name = 'MAIN_INFO_SIRET' AND entity = 1 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 admin.lib::dolibarr_set_const 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=INSERT INTO llxme_const(name, value, type, visible, note, entity) VALUES ('MAIN_INFO_SIRET', 'RCCM: BF-OUA-01-2025-B13-16222', 'chaine', 0, '', 1) 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 admin.lib::dolibarr_set_const 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=DELETE FROM llxme_const WHERE name = 'MAIN_INFO_APE' AND entity = 1 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 admin.lib::dolibarr_set_const 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=DELETE FROM llxme_const WHERE name = 'MAIN_INFO_RCS' AND entity = 1 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 admin.lib::dolibarr_set_const 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=DELETE FROM llxme_const WHERE name = 'MAIN_INFO_PROFID5' AND entity = 1 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 admin.lib::dolibarr_set_const 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=DELETE FROM llxme_const WHERE name = 'MAIN_INFO_PROFID6' AND entity = 1 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 admin.lib::dolibarr_set_const 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=DELETE FROM llxme_const WHERE name = 'MAIN_INFO_PROFID7' AND entity = 1 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 admin.lib::dolibarr_set_const 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=DELETE FROM llxme_const WHERE name = 'MAIN_INFO_PROFID8' AND entity = 1 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 admin.lib::dolibarr_set_const 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=DELETE FROM llxme_const WHERE name = 'MAIN_INFO_PROFID9' AND entity = 1 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 admin.lib::dolibarr_set_const 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=DELETE FROM llxme_const WHERE name = 'MAIN_INFO_PROFID10' AND entity = 1 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 admin.lib::dolibarr_set_const 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=DELETE FROM llxme_const WHERE name = 'MAIN_INFO_TVAINTRA' AND entity = 1 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 admin.lib::dolibarr_set_const 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=DELETE FROM llxme_const WHERE name = 'MAIN_INFO_SOCIETE_OBJECT' AND entity = 1 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 admin.lib::dolibarr_set_const 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=INSERT INTO llxme_const(name, value, type, visible, note, entity) VALUES ('MAIN_INFO_SOCIETE_OBJECT', 'Activité principale: COMMERCE DE GROS DE PRODUITS ALIMENTAIRES, BOISSONS ET TABACS MANUFACTURES\r\nActivités secondaires: PRODUCTION, TRANSFORMATION, DISTRIBTUION, EXPORTATION ET COMMERCIALISATION DE COMPLEMENTS ALIMENTAIRES, PRODUITS DE NUTRITION, DE BIEN-ETRE ET D\'HYGIENE, REPRESENTATION COMMERCIALE DE MARQUE DE PRODUITS NATURELS...', 'chaine', 0, '', 1) 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 admin.lib::dolibarr_set_const 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=DELETE FROM llxme_const WHERE name = 'SOCIETE_FISCAL_MONTH_START' AND entity = 1 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 admin.lib::dolibarr_set_const 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=INSERT INTO llxme_const(name, value, type, visible, note, entity) VALUES ('SOCIETE_FISCAL_MONTH_START', '1', 'chaine', 0, '', 1) 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 admin.lib::dolibarr_set_const 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=DELETE FROM llxme_const WHERE name = 'FACTURE_TVAOPTION' AND entity = 1 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 admin.lib::dolibarr_set_const 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=INSERT INTO llxme_const(name, value, type, visible, note, entity) VALUES ('FACTURE_TVAOPTION', '0', 'chaine', 0, '', 1) 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 admin.lib::dolibarr_set_const 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=DELETE FROM llxme_const WHERE name = 'FACTURE_LOCAL_TAX1_OPTION' AND entity = 1 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 admin.lib::dolibarr_set_const 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=DELETE FROM llxme_const WHERE name = 'FACTURE_LOCAL_TAX2_OPTION' AND entity = 1 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 admin.lib::dolibarr_del_const 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 sql=DELETE FROM llxme_const WHERE (name = 'MAIN_INFO_SOCIETE_SETUP_TODO_WARNING') AND entity = 1 2026-02-02 00:30:50 DEBUG 197.239.91.67 749458 3201 COMMIT Transaction 2026-02-02 00:30:50 INFO 197.239.91.67 749458 3201 --- End access to /admin/company.php 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 - This is an already logged session. _SESSION['dol_login']=intendant _SESSION['dol_entity']=1 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 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 llxme_user as u LEFT JOIN llxme_c_country as c ON u.fk_country = c.rowid LEFT JOIN llxme_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llxme_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IN (0, 1) AND u.login = 'intendant' ORDER BY u.entity ASC 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, aiprompt, css, cssview, csslist FROM llxme_extrafields WHERE elementtype = 'user' ORDER BY pos 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 sql=SELECT param, value FROM llxme_user_param WHERE fk_user = 1 AND entity = 1 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 DefaultValues::fetchAll 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llxme_user_rights as ur, llxme_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 LIKE '%_advance' 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llxme_usergroup_rights as gr, llxme_usergroup_user as gu, llxme_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 LIKE '%_advance' 2026-02-02 00:30:51 NOTICE 197.239.91.67 749458 3201 --- Access to GET /admin/company.php - action=, massaction= 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 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, m.showtopmenuinframe FROM llxme_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 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 Translate::loadCacheCurrencies 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 sql=SELECT code_iso, label, unicode FROM llxme_c_currencies WHERE active = 1 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 Translate::getLabelFromKey 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'AED' 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 Translate::getLabelFromKey 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'AFN' 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 Translate::getLabelFromKey 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'ALL' 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 Translate::getLabelFromKey 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'ANG' 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 Translate::getLabelFromKey 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'AOA' 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 Translate::getLabelFromKey 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'ARS' 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 Translate::getLabelFromKey 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'AWG' 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 Translate::getLabelFromKey 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'AZN' 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 Translate::getLabelFromKey 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'BAM' 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 Translate::getLabelFromKey 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'BBD' 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 Translate::getLabelFromKey 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'BDT' 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 Translate::getLabelFromKey 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'BGN' 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 Translate::getLabelFromKey 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'BHD' 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 Translate::getLabelFromKey 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'BIF' 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 Translate::getLabelFromKey 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'BMD' 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 Translate::getLabelFromKey 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'BND' 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 Translate::getLabelFromKey 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'BOB' 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 Translate::getLabelFromKey 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'BRL' 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 Translate::getLabelFromKey 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'BSD' 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 Translate::getLabelFromKey 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'BWP' 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 Translate::getLabelFromKey 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'BYR' 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 Translate::getLabelFromKey 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'BZD' 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 Translate::getLabelFromKey 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'CLP' 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 Translate::getLabelFromKey 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'CNY' 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 Translate::getLabelFromKey 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'COP' 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 Translate::getLabelFromKey 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'CRC' 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 Translate::getLabelFromKey 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'CUP' 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 Translate::getLabelFromKey 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'CVE' 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 Translate::getLabelFromKey 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'CZK' 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 Translate::getLabelFromKey 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'DKK' 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 Translate::getLabelFromKey 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'DOP' 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 Translate::getLabelFromKey 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'DZD' 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 Translate::getLabelFromKey 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'ECS' 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 Translate::getLabelFromKey 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'EEK' 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 Translate::getLabelFromKey 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'EGP' 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 Translate::getLabelFromKey 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'ETB' 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 Translate::getLabelFromKey 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'FJD' 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 Translate::getLabelFromKey 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'FKP' 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 Translate::getLabelFromKey 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'GGP' 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 Translate::getLabelFromKey 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'GHC' 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 Translate::getLabelFromKey 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'GIP' 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 Translate::getLabelFromKey 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'GNF' 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 Translate::getLabelFromKey 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'GTQ' 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 Translate::getLabelFromKey 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'GYD' 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 Translate::getLabelFromKey 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'HKD' 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 Translate::getLabelFromKey 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'HNL' 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 Translate::getLabelFromKey 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'HRK' 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 Translate::getLabelFromKey 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'HUF' 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 Translate::getLabelFromKey 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'IDR' 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 Translate::getLabelFromKey 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'ILS' 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 Translate::getLabelFromKey 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'IMP' 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 Translate::getLabelFromKey 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'IRR' 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 Translate::getLabelFromKey 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'ISK' 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 Translate::getLabelFromKey 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'JEP' 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 Translate::getLabelFromKey 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'JMD' 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 Translate::getLabelFromKey 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'JPY' 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 Translate::getLabelFromKey 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'KES' 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 Translate::getLabelFromKey 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'KGS' 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 Translate::getLabelFromKey 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'KHR' 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 Translate::getLabelFromKey 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'KPW' 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 Translate::getLabelFromKey 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'KRW' 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 Translate::getLabelFromKey 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'KYD' 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 Translate::getLabelFromKey 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'KZT' 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 Translate::getLabelFromKey 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'LAK' 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 Translate::getLabelFromKey 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'LBP' 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 Translate::getLabelFromKey 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'LKR' 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 Translate::getLabelFromKey 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'LRD' 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 Translate::getLabelFromKey 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'LTL' 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 Translate::getLabelFromKey 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'LVL' 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 Translate::getLabelFromKey 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'MDL' 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 Translate::getLabelFromKey 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'MKD' 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 Translate::getLabelFromKey 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'MMK' 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 Translate::getLabelFromKey 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'MNT' 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 Translate::getLabelFromKey 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'MRU' 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 Translate::getLabelFromKey 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'MXN' 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 Translate::getLabelFromKey 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'MYR' 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 Translate::getLabelFromKey 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'MZN' 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 Translate::getLabelFromKey 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'NAD' 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 Translate::getLabelFromKey 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'NGN' 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 Translate::getLabelFromKey 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'NIO' 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 Translate::getLabelFromKey 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'NPR' 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 Translate::getLabelFromKey 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'NZD' 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 Translate::getLabelFromKey 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'OMR' 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 Translate::getLabelFromKey 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'PAB' 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 Translate::getLabelFromKey 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'PEN' 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 Translate::getLabelFromKey 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'PHP' 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 Translate::getLabelFromKey 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'PKR' 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 Translate::getLabelFromKey 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'PLN' 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 Translate::getLabelFromKey 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'PYG' 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 Translate::getLabelFromKey 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'QAR' 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 Translate::getLabelFromKey 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'RON' 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 Translate::getLabelFromKey 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'RSD' 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 Translate::getLabelFromKey 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'RUB' 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 Translate::getLabelFromKey 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'SAR' 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 Translate::getLabelFromKey 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'SBD' 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 Translate::getLabelFromKey 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'SCR' 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 Translate::getLabelFromKey 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'SEK' 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 Translate::getLabelFromKey 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'SGD' 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 Translate::getLabelFromKey 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'SHP' 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 Translate::getLabelFromKey 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'SOS' 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 Translate::getLabelFromKey 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'SRD' 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 Translate::getLabelFromKey 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'SVC' 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 Translate::getLabelFromKey 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'SYP' 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 Translate::getLabelFromKey 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'THB' 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 Translate::getLabelFromKey 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'TRY' 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 Translate::getLabelFromKey 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'TTD' 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 Translate::getLabelFromKey 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'TVD' 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 Translate::getLabelFromKey 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'TWD' 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 Translate::getLabelFromKey 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'UYU' 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 Translate::getLabelFromKey 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'UZS' 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 Translate::getLabelFromKey 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'VEF' 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 Translate::getLabelFromKey 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'VND' 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 Translate::getLabelFromKey 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'XCD' 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 Translate::getLabelFromKey 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'YER' 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 Translate::getLabelFromKey 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'ZAR' 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 Translate::getLabelFromKey 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'ZWD' 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 Form::select_country 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 sql=SELECT rowid, code as code_iso, code_iso as code_iso3, label, favorite, eec FROM llxme_c_country WHERE active > 0 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 FormCompany::select_departement selected=0, country_codeid=BF 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 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 llxme_c_departements as d, llxme_c_regions as r,llxme_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 AND c.code = 'BF' ORDER BY c.code, d.code_departement 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 FormCompany::select_departement num=0 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 FormCompany::select_juridicalstatus 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 sql=SELECT f.rowid, f.code as code , f.libelle as label, f.active, c.label as country, c.code as country_code FROM llxme_c_forme_juridique as f, llxme_c_country as c WHERE f.fk_pays=c.rowid AND f.active = 1 AND c.active = 1 AND c.code = 'BF' ORDER BY c.code 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 useRevenueStamp 2026-02-02 00:30:51 DEBUG 197.239.91.67 749458 3201 sql=SELECT COUNT(*) as nb FROM llxme_c_revenuestamp as r, llxme_c_country as c WHERE r.fk_pays = c.rowid AND c.code = 'BF' AND r.active = 1 2026-02-02 00:30:51 INFO 197.239.91.67 749458 3201 --- End access to /admin/company.php 2026-02-02 00:30:54 DEBUG 84.254.106.197 749450 3201 NEW TOKEN generated by : /index.php 2026-02-02 00:30:54 DEBUG 84.254.106.197 749458 3201 NEW TOKEN generated by : /index.php 2026-02-02 00:30:54 NOTICE 84.254.106.197 749458 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 00:30:54 NOTICE 84.254.106.197 749450 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 00:30:54 DEBUG 84.254.106.197 749458 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 00:30:54 DEBUG 84.254.106.197 749450 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 00:30:54 INFO 84.254.106.197 749458 3201 --- End access to /index.php 2026-02-02 00:30:54 INFO 84.254.106.197 749450 3201 --- End access to /index.php 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 - This is an already logged session. _SESSION['dol_login']=intendant _SESSION['dol_entity']=1 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 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 llxme_user as u LEFT JOIN llxme_c_country as c ON u.fk_country = c.rowid LEFT JOIN llxme_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llxme_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IN (0, 1) AND u.login = 'intendant' ORDER BY u.entity ASC 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, aiprompt, css, cssview, csslist FROM llxme_extrafields WHERE elementtype = 'user' ORDER BY pos 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=SELECT param, value FROM llxme_user_param WHERE fk_user = 1 AND entity = 1 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 DefaultValues::fetchAll 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llxme_user_rights as ur, llxme_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 LIKE '%_advance' 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llxme_usergroup_rights as gr, llxme_usergroup_user as gu, llxme_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 LIKE '%_advance' 2026-02-02 00:30:55 NOTICE 197.239.91.67 749458 3201 --- Access to POST /admin/company.php - action=update, massaction= 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 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, m.showtopmenuinframe FROM llxme_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 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=SELECT rowid, code, label FROM llxme_c_country WHERE rowid = 60 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 BEGIN Transaction 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 admin.lib::dolibarr_set_const 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=DELETE FROM llxme_const WHERE name = 'MAIN_INFO_SOCIETE_COUNTRY' AND entity = 1 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 admin.lib::dolibarr_set_const 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=INSERT INTO llxme_const(name, value, type, visible, note, entity) VALUES ('MAIN_INFO_SOCIETE_COUNTRY', '60:BF:Burkina Faso', 'chaine', 0, '', 1) 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 COMMIT Transaction 2026-02-02 00:30:55 INFO 197.239.91.67 749458 3201 Scan directory /home4/jrbprodu/public_html/erpjrbvita/core/modules/ for modules 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'eventorganization_conferenceorboothattendee' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'actioncomm' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:30:55 INFO 197.239.91.67 749458 3201 Module modZapier not qualified 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'expensereport' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'user' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:30:55 INFO 197.239.91.67 749458 3201 Module modExpenseReport not qualified 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 useNPR 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=SELECT t.rowid FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.recuperableonly = 1 AND t.entity IN (1) 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'product' AND entity IN (0,1) 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'propal' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'propaldet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'propal' AND entity IN (0, 1) 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'propaldet' AND entity IN (0, 1) 2026-02-02 00:30:55 INFO 197.239.91.67 749458 3201 Module modPropale not qualified 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=SELECT DISTINCT tc.rowid, tc.code, tc.libelle as type_label, tc.position FROM llxme_c_type_contact as tc WHERE tc.element = 'commande' AND tc.source = 'external' ORDER BY position ASC, code ASC 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=SELECT DISTINCT tc.rowid, tc.code, tc.libelle as type_label, tc.position FROM llxme_c_type_contact as tc WHERE tc.element = 'commande' AND tc.source = 'external' ORDER BY position ASC, code ASC 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'expedition' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'expeditiondet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'contrat' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'contratdet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'warehouse' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:30:55 INFO 197.239.91.67 749458 3201 Module modAccounting not qualified 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'bom_bom' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'bom_bomline' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE elementtype = 'bom_bom' AND entity IN (0, 1) 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE elementtype = 'bom_bomline' AND entity IN (0, 1) 2026-02-02 00:30:55 INFO 197.239.91.67 749458 3201 Module modAsset not qualified 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 User::loadParentOf 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=SELECT fk_user as id_parent, rowid as id_son FROM llxme_user WHERE fk_user <> 0 AND entity IN (0,1) 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 User::get_full_tree get user list 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 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 llxme_user as u WHERE u.entity IN (0,1) 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 User::get_full_tree call to build_path_from_id_user 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 User::get_full_tree dol_sort_array 2026-02-02 00:30:55 INFO 197.239.91.67 749458 3201 Build childid for id = 1 2026-02-02 00:30:55 INFO 197.239.91.67 749458 3201 Module modImport not qualified 2026-02-02 00:30:55 INFO 197.239.91.67 749458 3201 Module modNotification not qualified 2026-02-02 00:30:55 INFO 197.239.91.67 749458 3201 Module modExport not qualified 2026-02-02 00:30:55 INFO 197.239.91.67 749458 3201 Module modSyslog not qualified 2026-02-02 00:30:55 INFO 197.239.91.67 749458 3201 Module modDynamicPrices not qualified 2026-02-02 00:30:55 INFO 197.239.91.67 749458 3201 Module modCollab not qualified 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE elementtype = 'facture' AND entity IN (0, 1) 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE elementtype = 'facture_det' AND entity IN (0, 1) 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'facture' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'facturedet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'facture' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:30:55 INFO 197.239.91.67 749458 3201 Module modFacture not qualified 2026-02-02 00:30:55 INFO 197.239.91.67 749458 3201 Module modCron not qualified 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'ticket' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:30:55 INFO 197.239.91.67 749458 3201 Module modBanque not qualified 2026-02-02 00:30:55 INFO 197.239.91.67 749458 3201 Module modECM not qualified 2026-02-02 00:30:55 INFO 197.239.91.67 749458 3201 Module modApi not qualified 2026-02-02 00:30:55 INFO 197.239.91.67 749458 3201 Module modDataPolicy not qualified 2026-02-02 00:30:55 INFO 197.239.91.67 749458 3201 Module modFckeditor not qualified 2026-02-02 00:30:55 INFO 197.239.91.67 749458 3201 Module modSubtotals not qualified 2026-02-02 00:30:55 INFO 197.239.91.67 749458 3201 Module modLabel not qualified 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'holiday' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'user' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:30:55 INFO 197.239.91.67 749458 3201 Module modHoliday not qualified 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'adherent' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'adherent' AND entity IN (0,1) 2026-02-02 00:30:55 INFO 197.239.91.67 749458 3201 Module modIntracommreport not qualified 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'user' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'Facture' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'CommandeFournisseur' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'invoice_supplier' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'projet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'projet_task' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'projet' AND entity IN (0,1) 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'projet_task' AND entity IN (0,1) 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'user' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'user' AND entity IN (0,1) 2026-02-02 00:30:55 INFO 197.239.91.67 749458 3201 Module modUser not qualified 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'facture_fourn' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'facture_fourn_det' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'facture_fourn' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'commande_fournisseur' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'commande_fournisseurdet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'facture_fourn' AND entity IN (0, 1) 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'facture_fourn_det' AND entity IN (0, 1) 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'commande_fournisseur' AND entity IN (0, 1) 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'commande_fournisseurdet' AND entity IN (0, 1) 2026-02-02 00:30:55 INFO 197.239.91.67 749458 3201 Module modFournisseur not qualified 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'mrp_mo' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'mrp_mo' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'mrp_production' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE elementtype = 'mrp_mo' AND entity IN (0, 1) 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'commande' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'commandedet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault, fieldrequired FROM llxme_extrafields WHERE elementtype = 'commande' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault, fieldrequired FROM llxme_extrafields WHERE elementtype = 'commandedet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:30:55 INFO 197.239.91.67 749458 3201 Module modTax not qualified 2026-02-02 00:30:55 INFO 197.239.91.67 749458 3201 Module modStockTransfer not qualified 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'fichinter' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'fichinterdet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=SELECT DISTINCT tc.rowid, tc.code, tc.libelle as type_label, tc.position FROM llxme_c_type_contact as tc WHERE tc.element = 'order_supplier' AND tc.source = 'external' ORDER BY position ASC, code ASC 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=SELECT DISTINCT tc.rowid, tc.code, tc.libelle as type_label, tc.position FROM llxme_c_type_contact as tc WHERE tc.element = 'order_supplier' AND tc.source = 'external' ORDER BY position ASC, code ASC 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'reception' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'receptiondet_batch' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:30:55 INFO 197.239.91.67 749458 3201 Module modReception not qualified 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'socpeople' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'societe' AND entity IN (0, 1) 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'socpeople' AND entity IN (0, 1) 2026-02-02 00:30:55 INFO 197.239.91.67 749458 3201 Module modSociete not qualified 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'resource' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'resource' AND entity IN (0,1) 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 useNPR 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=SELECT t.rowid FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.recuperableonly = 1 AND t.entity IN (1) 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'product' AND entity IN (0, 1) 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'product_fournisseur_price' AND entity IN (0, 1) 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=SELECT code, label, description FROM llxme_c_action_trigger ORDER by rang 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'actioncomm' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE elementtype = 'actioncomm' AND entity IN (0, 1) 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'actioncomm' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:30:55 INFO 197.239.91.67 749458 3201 Module modAgenda not qualified 2026-02-02 00:30:55 INFO 197.239.91.67 749458 3201 Module modPartnership not qualified 2026-02-02 00:30:55 INFO 197.239.91.67 749458 3201 Module modBookCal not qualified 2026-02-02 00:30:55 INFO 197.239.91.67 749458 3201 Module modDocumentGeneration not qualified 2026-02-02 00:30:55 INFO 197.239.91.67 749458 3201 Scan directory /home4/jrbprodu/public_html/erpjrbvita/knowledgemanagement/core/modules/ for modules 2026-02-02 00:30:55 INFO 197.239.91.67 749458 3201 Scan directory /home4/jrbprodu/public_html/erpjrbvita/recruitment/core/modules/ for modules 2026-02-02 00:30:55 INFO 197.239.91.67 749458 3201 Scan directory /home4/jrbprodu/public_html/erpjrbvita/partnership/core/modules/ for modules 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 Company.lib::getState 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=SELECT d.rowid as id, d.code_departement as code, d.nom as name, d.active, c.label as country, c.code as country_code, r.code_region as region_code, r.nom as region_name FROM llxme_c_departements as d, llxme_c_regions as r,llxme_c_country as c WHERE d.fk_region=r.code_region and r.fk_pays=c.rowid and d.rowid=0 AND d.active = 1 AND r.active = 1 AND c.active = 1 ORDER BY c.code, d.code_departement 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 admin.lib::dolibarr_del_const 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=DELETE FROM llxme_const WHERE (name = 'MAIN_INFO_SOCIETE_STATE') AND entity = 1 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 BEGIN Transaction 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 admin.lib::dolibarr_set_const 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=DELETE FROM llxme_const WHERE name = 'MAIN_INFO_SOCIETE_NOM' AND entity = 1 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 admin.lib::dolibarr_set_const 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=INSERT INTO llxme_const(name, value, type, visible, note, entity) VALUES ('MAIN_INFO_SOCIETE_NOM', 'JRB VITA SOLUTIONS', 'chaine', 0, '', 1) 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 admin.lib::dolibarr_set_const 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=DELETE FROM llxme_const WHERE name = 'MAIN_INFO_SOCIETE_ADDRESS' AND entity = 1 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 admin.lib::dolibarr_set_const 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=INSERT INTO llxme_const(name, value, type, visible, note, entity) VALUES ('MAIN_INFO_SOCIETE_ADDRESS', 'Karpala, Secteur 30', 'chaine', 0, '', 1) 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 admin.lib::dolibarr_set_const 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=DELETE FROM llxme_const WHERE name = 'MAIN_INFO_SOCIETE_TOWN' AND entity = 1 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 admin.lib::dolibarr_set_const 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=INSERT INTO llxme_const(name, value, type, visible, note, entity) VALUES ('MAIN_INFO_SOCIETE_TOWN', 'Ouagadougou', 'chaine', 0, '', 1) 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 admin.lib::dolibarr_set_const 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=DELETE FROM llxme_const WHERE name = 'MAIN_INFO_SOCIETE_ZIP' AND entity = 1 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 admin.lib::dolibarr_set_const 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=INSERT INTO llxme_const(name, value, type, visible, note, entity) VALUES ('MAIN_INFO_SOCIETE_ZIP', '11 BP 1715 Ouaga CMS 11', 'chaine', 0, '', 1) 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 admin.lib::dolibarr_set_const 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=DELETE FROM llxme_const WHERE name = 'MAIN_INFO_SOCIETE_REGION' AND entity = 1 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 admin.lib::dolibarr_set_const 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=DELETE FROM llxme_const WHERE name = 'MAIN_MONNAIE' AND entity = 1 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 admin.lib::dolibarr_set_const 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=INSERT INTO llxme_const(name, value, type, visible, note, entity) VALUES ('MAIN_MONNAIE', 'XOF', 'chaine', 0, '', 1) 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 admin.lib::dolibarr_set_const 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=DELETE FROM llxme_const WHERE name = 'MAIN_INFO_SOCIETE_TEL' AND entity = 1 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 admin.lib::dolibarr_set_const 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=DELETE FROM llxme_const WHERE name = 'MAIN_INFO_SOCIETE_MOBILE' AND entity = 1 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 admin.lib::dolibarr_set_const 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=INSERT INTO llxme_const(name, value, type, visible, note, entity) VALUES ('MAIN_INFO_SOCIETE_MOBILE', '+22676600196', 'chaine', 0, '', 1) 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 admin.lib::dolibarr_set_const 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=DELETE FROM llxme_const WHERE name = 'MAIN_INFO_SOCIETE_FAX' AND entity = 1 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 admin.lib::dolibarr_set_const 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=DELETE FROM llxme_const WHERE name = 'MAIN_INFO_SOCIETE_MAIL' AND entity = 1 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 admin.lib::dolibarr_set_const 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=INSERT INTO llxme_const(name, value, type, visible, note, entity) VALUES ('MAIN_INFO_SOCIETE_MAIL', 'info@jrbvitasolutions.com', 'chaine', 0, '', 1) 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 admin.lib::dolibarr_set_const 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=DELETE FROM llxme_const WHERE name = 'MAIN_INFO_SOCIETE_WEB' AND entity = 1 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 admin.lib::dolibarr_set_const 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=INSERT INTO llxme_const(name, value, type, visible, note, entity) VALUES ('MAIN_INFO_SOCIETE_WEB', 'https://jrbvitasolutions.com', 'chaine', 0, '', 1) 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 admin.lib::dolibarr_set_const 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=DELETE FROM llxme_const WHERE name = 'MAIN_INFO_SOCIETE_NOTE' AND entity = 1 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 admin.lib::dolibarr_set_const 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=DELETE FROM llxme_const WHERE name = 'MAIN_INFO_SOCIETE_GENCOD' AND entity = 1 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 admin.lib::dolibarr_set_const 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=DELETE FROM llxme_const WHERE name = 'MAIN_INFO_SOCIETE_MANAGERS' AND entity = 1 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 admin.lib::dolibarr_set_const 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=INSERT INTO llxme_const(name, value, type, visible, note, entity) VALUES ('MAIN_INFO_SOCIETE_MANAGERS', 'Abdias COULIBALY', 'chaine', 0, '', 1) 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 admin.lib::dolibarr_set_const 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=DELETE FROM llxme_const WHERE name = 'MAIN_INFO_GDPR' AND entity = 1 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 admin.lib::dolibarr_set_const 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=DELETE FROM llxme_const WHERE name = 'MAIN_INFO_CAPITAL' AND entity = 1 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 admin.lib::dolibarr_set_const 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=DELETE FROM llxme_const WHERE name = 'MAIN_INFO_SOCIETE_FORME_JURIDIQUE' AND entity = 1 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 admin.lib::dolibarr_set_const 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=INSERT INTO llxme_const(name, value, type, visible, note, entity) VALUES ('MAIN_INFO_SOCIETE_FORME_JURIDIQUE', '0', 'chaine', 0, '', 1) 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 admin.lib::dolibarr_set_const 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=DELETE FROM llxme_const WHERE name = 'MAIN_INFO_SIREN' AND entity = 1 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 admin.lib::dolibarr_set_const 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=INSERT INTO llxme_const(name, value, type, visible, note, entity) VALUES ('MAIN_INFO_SIREN', 'IFU: 00287518K', 'chaine', 0, '', 1) 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 admin.lib::dolibarr_set_const 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=DELETE FROM llxme_const WHERE name = 'MAIN_INFO_SIRET' AND entity = 1 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 admin.lib::dolibarr_set_const 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=INSERT INTO llxme_const(name, value, type, visible, note, entity) VALUES ('MAIN_INFO_SIRET', 'RCCM: BF-OUA-01-2025-B13-16222', 'chaine', 0, '', 1) 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 admin.lib::dolibarr_set_const 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=DELETE FROM llxme_const WHERE name = 'MAIN_INFO_APE' AND entity = 1 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 admin.lib::dolibarr_set_const 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=DELETE FROM llxme_const WHERE name = 'MAIN_INFO_RCS' AND entity = 1 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 admin.lib::dolibarr_set_const 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=DELETE FROM llxme_const WHERE name = 'MAIN_INFO_PROFID5' AND entity = 1 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 admin.lib::dolibarr_set_const 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=DELETE FROM llxme_const WHERE name = 'MAIN_INFO_PROFID6' AND entity = 1 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 admin.lib::dolibarr_set_const 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=DELETE FROM llxme_const WHERE name = 'MAIN_INFO_PROFID7' AND entity = 1 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 admin.lib::dolibarr_set_const 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=DELETE FROM llxme_const WHERE name = 'MAIN_INFO_PROFID8' AND entity = 1 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 admin.lib::dolibarr_set_const 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=DELETE FROM llxme_const WHERE name = 'MAIN_INFO_PROFID9' AND entity = 1 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 admin.lib::dolibarr_set_const 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=DELETE FROM llxme_const WHERE name = 'MAIN_INFO_PROFID10' AND entity = 1 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 admin.lib::dolibarr_set_const 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=DELETE FROM llxme_const WHERE name = 'MAIN_INFO_TVAINTRA' AND entity = 1 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 admin.lib::dolibarr_set_const 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=DELETE FROM llxme_const WHERE name = 'MAIN_INFO_SOCIETE_OBJECT' AND entity = 1 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 admin.lib::dolibarr_set_const 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=INSERT INTO llxme_const(name, value, type, visible, note, entity) VALUES ('MAIN_INFO_SOCIETE_OBJECT', 'Activité principale: COMMERCE DE GROS DE PRODUITS ALIMENTAIRES, BOISSONS ET TABACS MANUFACTURES\r\nActivités secondaires: PRODUCTION, TRANSFORMATION, DISTRIBTUION, EXPORTATION ET COMMERCIALISATION DE COMPLEMENTS ALIMENTAIRES, PRODUITS DE NUTRITION, DE BIEN-ETRE ET D\'HYGIENE, REPRESENTATION COMMERCIALE DE MARQUE DE PRODUITS NATURELS...', 'chaine', 0, '', 1) 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 admin.lib::dolibarr_set_const 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=DELETE FROM llxme_const WHERE name = 'SOCIETE_FISCAL_MONTH_START' AND entity = 1 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 admin.lib::dolibarr_set_const 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=INSERT INTO llxme_const(name, value, type, visible, note, entity) VALUES ('SOCIETE_FISCAL_MONTH_START', '1', 'chaine', 0, '', 1) 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 admin.lib::dolibarr_set_const 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=DELETE FROM llxme_const WHERE name = 'FACTURE_TVAOPTION' AND entity = 1 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 admin.lib::dolibarr_set_const 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=INSERT INTO llxme_const(name, value, type, visible, note, entity) VALUES ('FACTURE_TVAOPTION', '0', 'chaine', 0, '', 1) 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 admin.lib::dolibarr_set_const 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=DELETE FROM llxme_const WHERE name = 'FACTURE_LOCAL_TAX1_OPTION' AND entity = 1 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 admin.lib::dolibarr_set_const 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=DELETE FROM llxme_const WHERE name = 'FACTURE_LOCAL_TAX2_OPTION' AND entity = 1 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 admin.lib::dolibarr_del_const 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 sql=DELETE FROM llxme_const WHERE (name = 'MAIN_INFO_SOCIETE_SETUP_TODO_WARNING') AND entity = 1 2026-02-02 00:30:55 DEBUG 197.239.91.67 749458 3201 COMMIT Transaction 2026-02-02 00:30:55 INFO 197.239.91.67 749458 3201 --- End access to /admin/company.php 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 - This is an already logged session. _SESSION['dol_login']=intendant _SESSION['dol_entity']=1 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 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 llxme_user as u LEFT JOIN llxme_c_country as c ON u.fk_country = c.rowid LEFT JOIN llxme_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llxme_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IN (0, 1) AND u.login = 'intendant' ORDER BY u.entity ASC 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, aiprompt, css, cssview, csslist FROM llxme_extrafields WHERE elementtype = 'user' ORDER BY pos 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 sql=SELECT param, value FROM llxme_user_param WHERE fk_user = 1 AND entity = 1 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 DefaultValues::fetchAll 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llxme_user_rights as ur, llxme_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 LIKE '%_advance' 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llxme_usergroup_rights as gr, llxme_usergroup_user as gu, llxme_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 LIKE '%_advance' 2026-02-02 00:30:55 NOTICE 197.239.91.67 749450 3201 --- Access to GET /admin/company.php - action=, massaction= 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 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, m.showtopmenuinframe FROM llxme_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 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 Translate::loadCacheCurrencies 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 sql=SELECT code_iso, label, unicode FROM llxme_c_currencies WHERE active = 1 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'AED' 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'AFN' 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'ALL' 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'ANG' 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'AOA' 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'ARS' 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'AWG' 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'AZN' 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'BAM' 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'BBD' 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'BDT' 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'BGN' 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'BHD' 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'BIF' 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'BMD' 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'BND' 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'BOB' 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'BRL' 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'BSD' 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'BWP' 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'BYR' 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'BZD' 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'CLP' 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'CNY' 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'COP' 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'CRC' 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'CUP' 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'CVE' 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'CZK' 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'DKK' 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'DOP' 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'DZD' 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'ECS' 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'EEK' 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'EGP' 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'ETB' 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'FJD' 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'FKP' 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'GGP' 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'GHC' 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'GIP' 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'GNF' 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'GTQ' 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'GYD' 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'HKD' 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'HNL' 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'HRK' 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'HUF' 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'IDR' 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'ILS' 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'IMP' 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'IRR' 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'ISK' 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'JEP' 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'JMD' 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'JPY' 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'KES' 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'KGS' 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'KHR' 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'KPW' 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'KRW' 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'KYD' 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'KZT' 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'LAK' 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'LBP' 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'LKR' 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'LRD' 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'LTL' 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'LVL' 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'MDL' 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'MKD' 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'MMK' 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'MNT' 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'MRU' 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'MXN' 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'MYR' 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'MZN' 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'NAD' 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'NGN' 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'NIO' 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'NPR' 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'NZD' 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'OMR' 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'PAB' 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'PEN' 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'PHP' 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'PKR' 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'PLN' 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'PYG' 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'QAR' 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'RON' 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'RSD' 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'RUB' 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'SAR' 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'SBD' 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'SCR' 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'SEK' 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'SGD' 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'SHP' 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'SOS' 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'SRD' 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'SVC' 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'SYP' 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'THB' 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'TRY' 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'TTD' 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'TVD' 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'TWD' 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'UYU' 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'UZS' 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'VEF' 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'VND' 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'XCD' 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'YER' 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'ZAR' 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'ZWD' 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 Form::select_country 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 sql=SELECT rowid, code as code_iso, code_iso as code_iso3, label, favorite, eec FROM llxme_c_country WHERE active > 0 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 FormCompany::select_departement selected=0, country_codeid=BF 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 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 llxme_c_departements as d, llxme_c_regions as r,llxme_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 AND c.code = 'BF' ORDER BY c.code, d.code_departement 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 FormCompany::select_departement num=0 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 FormCompany::select_juridicalstatus 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 sql=SELECT f.rowid, f.code as code , f.libelle as label, f.active, c.label as country, c.code as country_code FROM llxme_c_forme_juridique as f, llxme_c_country as c WHERE f.fk_pays=c.rowid AND f.active = 1 AND c.active = 1 AND c.code = 'BF' ORDER BY c.code 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 useRevenueStamp 2026-02-02 00:30:55 DEBUG 197.239.91.67 749450 3201 sql=SELECT COUNT(*) as nb FROM llxme_c_revenuestamp as r, llxme_c_country as c WHERE r.fk_pays = c.rowid AND c.code = 'BF' AND r.active = 1 2026-02-02 00:30:55 INFO 197.239.91.67 749450 3201 --- End access to /admin/company.php 2026-02-02 00:30:56 DEBUG 103.4.250.113 749450 3201 NEW TOKEN generated by : /index.php 2026-02-02 00:30:56 NOTICE 103.4.250.113 749450 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 00:30:56 DEBUG 103.4.250.113 749450 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 00:30:56 INFO 103.4.250.113 749450 3201 --- End access to /index.php 2026-02-02 00:30:56 DEBUG 103.196.9.62 749450 3201 NEW TOKEN generated by : /index.php 2026-02-02 00:30:56 NOTICE 103.196.9.62 749450 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 00:30:56 DEBUG 103.196.9.62 749450 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 00:30:56 INFO 103.196.9.62 749450 3201 --- End access to /index.php 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 - This is an already logged session. _SESSION['dol_login']=intendant _SESSION['dol_entity']=1 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 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 llxme_user as u LEFT JOIN llxme_c_country as c ON u.fk_country = c.rowid LEFT JOIN llxme_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llxme_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IN (0, 1) AND u.login = 'intendant' ORDER BY u.entity ASC 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, aiprompt, css, cssview, csslist FROM llxme_extrafields WHERE elementtype = 'user' ORDER BY pos 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT param, value FROM llxme_user_param WHERE fk_user = 1 AND entity = 1 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 DefaultValues::fetchAll 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llxme_user_rights as ur, llxme_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 LIKE '%_advance' 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llxme_usergroup_rights as gr, llxme_usergroup_user as gu, llxme_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 LIKE '%_advance' 2026-02-02 00:31:02 NOTICE 197.239.91.67 749450 3201 --- Access to POST /admin/company.php - action=update, massaction= 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 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, m.showtopmenuinframe FROM llxme_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 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT rowid, code, label FROM llxme_c_country WHERE rowid = 60 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 BEGIN Transaction 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 admin.lib::dolibarr_set_const 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=DELETE FROM llxme_const WHERE name = 'MAIN_INFO_SOCIETE_COUNTRY' AND entity = 1 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 admin.lib::dolibarr_set_const 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=INSERT INTO llxme_const(name, value, type, visible, note, entity) VALUES ('MAIN_INFO_SOCIETE_COUNTRY', '60:BF:Burkina Faso', 'chaine', 0, '', 1) 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 COMMIT Transaction 2026-02-02 00:31:02 INFO 197.239.91.67 749450 3201 Scan directory /home4/jrbprodu/public_html/erpjrbvita/core/modules/ for modules 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'eventorganization_conferenceorboothattendee' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'actioncomm' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:31:02 INFO 197.239.91.67 749450 3201 Module modZapier not qualified 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'expensereport' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'user' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:31:02 INFO 197.239.91.67 749450 3201 Module modExpenseReport not qualified 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 useNPR 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT t.rowid FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.recuperableonly = 1 AND t.entity IN (1) 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'product' AND entity IN (0,1) 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'propal' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'propaldet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'propal' AND entity IN (0, 1) 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'propaldet' AND entity IN (0, 1) 2026-02-02 00:31:02 INFO 197.239.91.67 749450 3201 Module modPropale not qualified 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT DISTINCT tc.rowid, tc.code, tc.libelle as type_label, tc.position FROM llxme_c_type_contact as tc WHERE tc.element = 'commande' AND tc.source = 'external' ORDER BY position ASC, code ASC 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT DISTINCT tc.rowid, tc.code, tc.libelle as type_label, tc.position FROM llxme_c_type_contact as tc WHERE tc.element = 'commande' AND tc.source = 'external' ORDER BY position ASC, code ASC 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'expedition' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'expeditiondet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'contrat' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'contratdet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'warehouse' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:31:02 INFO 197.239.91.67 749450 3201 Module modAccounting not qualified 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'bom_bom' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'bom_bomline' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE elementtype = 'bom_bom' AND entity IN (0, 1) 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE elementtype = 'bom_bomline' AND entity IN (0, 1) 2026-02-02 00:31:02 INFO 197.239.91.67 749450 3201 Module modAsset not qualified 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 User::loadParentOf 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT fk_user as id_parent, rowid as id_son FROM llxme_user WHERE fk_user <> 0 AND entity IN (0,1) 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 User::get_full_tree get user list 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 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 llxme_user as u WHERE u.entity IN (0,1) 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 User::get_full_tree call to build_path_from_id_user 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 User::get_full_tree dol_sort_array 2026-02-02 00:31:02 INFO 197.239.91.67 749450 3201 Build childid for id = 1 2026-02-02 00:31:02 INFO 197.239.91.67 749450 3201 Module modImport not qualified 2026-02-02 00:31:02 INFO 197.239.91.67 749450 3201 Module modNotification not qualified 2026-02-02 00:31:02 INFO 197.239.91.67 749450 3201 Module modExport not qualified 2026-02-02 00:31:02 INFO 197.239.91.67 749450 3201 Module modSyslog not qualified 2026-02-02 00:31:02 INFO 197.239.91.67 749450 3201 Module modDynamicPrices not qualified 2026-02-02 00:31:02 INFO 197.239.91.67 749450 3201 Module modCollab not qualified 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE elementtype = 'facture' AND entity IN (0, 1) 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE elementtype = 'facture_det' AND entity IN (0, 1) 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'facture' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'facturedet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'facture' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:31:02 INFO 197.239.91.67 749450 3201 Module modFacture not qualified 2026-02-02 00:31:02 INFO 197.239.91.67 749450 3201 Module modCron not qualified 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'ticket' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:31:02 INFO 197.239.91.67 749450 3201 Module modBanque not qualified 2026-02-02 00:31:02 INFO 197.239.91.67 749450 3201 Module modECM not qualified 2026-02-02 00:31:02 INFO 197.239.91.67 749450 3201 Module modApi not qualified 2026-02-02 00:31:02 INFO 197.239.91.67 749450 3201 Module modDataPolicy not qualified 2026-02-02 00:31:02 INFO 197.239.91.67 749450 3201 Module modFckeditor not qualified 2026-02-02 00:31:02 INFO 197.239.91.67 749450 3201 Module modSubtotals not qualified 2026-02-02 00:31:02 INFO 197.239.91.67 749450 3201 Module modLabel not qualified 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'holiday' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'user' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:31:02 INFO 197.239.91.67 749450 3201 Module modHoliday not qualified 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'adherent' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'adherent' AND entity IN (0,1) 2026-02-02 00:31:02 INFO 197.239.91.67 749450 3201 Module modIntracommreport not qualified 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'user' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'Facture' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'CommandeFournisseur' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'invoice_supplier' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'projet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'projet_task' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'projet' AND entity IN (0,1) 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'projet_task' AND entity IN (0,1) 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'user' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'user' AND entity IN (0,1) 2026-02-02 00:31:02 INFO 197.239.91.67 749450 3201 Module modUser not qualified 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'facture_fourn' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'facture_fourn_det' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'facture_fourn' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'commande_fournisseur' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'commande_fournisseurdet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'facture_fourn' AND entity IN (0, 1) 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'facture_fourn_det' AND entity IN (0, 1) 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'commande_fournisseur' AND entity IN (0, 1) 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'commande_fournisseurdet' AND entity IN (0, 1) 2026-02-02 00:31:02 INFO 197.239.91.67 749450 3201 Module modFournisseur not qualified 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'mrp_mo' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'mrp_mo' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'mrp_production' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE elementtype = 'mrp_mo' AND entity IN (0, 1) 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'commande' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'commandedet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault, fieldrequired FROM llxme_extrafields WHERE elementtype = 'commande' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault, fieldrequired FROM llxme_extrafields WHERE elementtype = 'commandedet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:31:02 INFO 197.239.91.67 749450 3201 Module modTax not qualified 2026-02-02 00:31:02 INFO 197.239.91.67 749450 3201 Module modStockTransfer not qualified 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'fichinter' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'fichinterdet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT DISTINCT tc.rowid, tc.code, tc.libelle as type_label, tc.position FROM llxme_c_type_contact as tc WHERE tc.element = 'order_supplier' AND tc.source = 'external' ORDER BY position ASC, code ASC 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT DISTINCT tc.rowid, tc.code, tc.libelle as type_label, tc.position FROM llxme_c_type_contact as tc WHERE tc.element = 'order_supplier' AND tc.source = 'external' ORDER BY position ASC, code ASC 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'reception' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'receptiondet_batch' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:31:02 INFO 197.239.91.67 749450 3201 Module modReception not qualified 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'socpeople' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'societe' AND entity IN (0, 1) 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'socpeople' AND entity IN (0, 1) 2026-02-02 00:31:02 INFO 197.239.91.67 749450 3201 Module modSociete not qualified 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'resource' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'resource' AND entity IN (0,1) 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 useNPR 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT t.rowid FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.recuperableonly = 1 AND t.entity IN (1) 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'product' AND entity IN (0, 1) 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'product_fournisseur_price' AND entity IN (0, 1) 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT code, label, description FROM llxme_c_action_trigger ORDER by rang 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'actioncomm' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE elementtype = 'actioncomm' AND entity IN (0, 1) 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'actioncomm' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:31:02 INFO 197.239.91.67 749450 3201 Module modAgenda not qualified 2026-02-02 00:31:02 INFO 197.239.91.67 749450 3201 Module modPartnership not qualified 2026-02-02 00:31:02 INFO 197.239.91.67 749450 3201 Module modBookCal not qualified 2026-02-02 00:31:02 INFO 197.239.91.67 749450 3201 Module modDocumentGeneration not qualified 2026-02-02 00:31:02 INFO 197.239.91.67 749450 3201 Scan directory /home4/jrbprodu/public_html/erpjrbvita/knowledgemanagement/core/modules/ for modules 2026-02-02 00:31:02 INFO 197.239.91.67 749450 3201 Scan directory /home4/jrbprodu/public_html/erpjrbvita/recruitment/core/modules/ for modules 2026-02-02 00:31:02 INFO 197.239.91.67 749450 3201 Scan directory /home4/jrbprodu/public_html/erpjrbvita/partnership/core/modules/ for modules 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 Company.lib::getState 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT d.rowid as id, d.code_departement as code, d.nom as name, d.active, c.label as country, c.code as country_code, r.code_region as region_code, r.nom as region_name FROM llxme_c_departements as d, llxme_c_regions as r,llxme_c_country as c WHERE d.fk_region=r.code_region and r.fk_pays=c.rowid and d.rowid=0 AND d.active = 1 AND r.active = 1 AND c.active = 1 ORDER BY c.code, d.code_departement 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 admin.lib::dolibarr_del_const 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=DELETE FROM llxme_const WHERE (name = 'MAIN_INFO_SOCIETE_STATE') AND entity = 1 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 BEGIN Transaction 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 admin.lib::dolibarr_set_const 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=DELETE FROM llxme_const WHERE name = 'MAIN_INFO_SOCIETE_NOM' AND entity = 1 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 admin.lib::dolibarr_set_const 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=INSERT INTO llxme_const(name, value, type, visible, note, entity) VALUES ('MAIN_INFO_SOCIETE_NOM', 'JRB VITA SOLUTIONS', 'chaine', 0, '', 1) 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 admin.lib::dolibarr_set_const 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=DELETE FROM llxme_const WHERE name = 'MAIN_INFO_SOCIETE_ADDRESS' AND entity = 1 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 admin.lib::dolibarr_set_const 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=INSERT INTO llxme_const(name, value, type, visible, note, entity) VALUES ('MAIN_INFO_SOCIETE_ADDRESS', 'Karpala, Secteur 30', 'chaine', 0, '', 1) 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 admin.lib::dolibarr_set_const 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=DELETE FROM llxme_const WHERE name = 'MAIN_INFO_SOCIETE_TOWN' AND entity = 1 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 admin.lib::dolibarr_set_const 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=INSERT INTO llxme_const(name, value, type, visible, note, entity) VALUES ('MAIN_INFO_SOCIETE_TOWN', 'Ouagadougou', 'chaine', 0, '', 1) 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 admin.lib::dolibarr_set_const 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=DELETE FROM llxme_const WHERE name = 'MAIN_INFO_SOCIETE_ZIP' AND entity = 1 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 admin.lib::dolibarr_set_const 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=INSERT INTO llxme_const(name, value, type, visible, note, entity) VALUES ('MAIN_INFO_SOCIETE_ZIP', '11 BP 1715 Ouaga CMS 11', 'chaine', 0, '', 1) 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 admin.lib::dolibarr_set_const 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=DELETE FROM llxme_const WHERE name = 'MAIN_INFO_SOCIETE_REGION' AND entity = 1 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 admin.lib::dolibarr_set_const 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=DELETE FROM llxme_const WHERE name = 'MAIN_MONNAIE' AND entity = 1 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 admin.lib::dolibarr_set_const 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=INSERT INTO llxme_const(name, value, type, visible, note, entity) VALUES ('MAIN_MONNAIE', 'XOF', 'chaine', 0, '', 1) 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 admin.lib::dolibarr_set_const 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=DELETE FROM llxme_const WHERE name = 'MAIN_INFO_SOCIETE_TEL' AND entity = 1 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 admin.lib::dolibarr_set_const 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=DELETE FROM llxme_const WHERE name = 'MAIN_INFO_SOCIETE_MOBILE' AND entity = 1 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 admin.lib::dolibarr_set_const 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=INSERT INTO llxme_const(name, value, type, visible, note, entity) VALUES ('MAIN_INFO_SOCIETE_MOBILE', '+22676600196', 'chaine', 0, '', 1) 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 admin.lib::dolibarr_set_const 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=DELETE FROM llxme_const WHERE name = 'MAIN_INFO_SOCIETE_FAX' AND entity = 1 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 admin.lib::dolibarr_set_const 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=DELETE FROM llxme_const WHERE name = 'MAIN_INFO_SOCIETE_MAIL' AND entity = 1 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 admin.lib::dolibarr_set_const 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=INSERT INTO llxme_const(name, value, type, visible, note, entity) VALUES ('MAIN_INFO_SOCIETE_MAIL', 'info@jrbvitasolutions.com', 'chaine', 0, '', 1) 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 admin.lib::dolibarr_set_const 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=DELETE FROM llxme_const WHERE name = 'MAIN_INFO_SOCIETE_WEB' AND entity = 1 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 admin.lib::dolibarr_set_const 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=INSERT INTO llxme_const(name, value, type, visible, note, entity) VALUES ('MAIN_INFO_SOCIETE_WEB', 'https://jrbvitasolutions.com', 'chaine', 0, '', 1) 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 admin.lib::dolibarr_set_const 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=DELETE FROM llxme_const WHERE name = 'MAIN_INFO_SOCIETE_NOTE' AND entity = 1 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 admin.lib::dolibarr_set_const 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=DELETE FROM llxme_const WHERE name = 'MAIN_INFO_SOCIETE_GENCOD' AND entity = 1 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 admin.lib::dolibarr_set_const 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=DELETE FROM llxme_const WHERE name = 'MAIN_INFO_SOCIETE_MANAGERS' AND entity = 1 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 admin.lib::dolibarr_set_const 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=INSERT INTO llxme_const(name, value, type, visible, note, entity) VALUES ('MAIN_INFO_SOCIETE_MANAGERS', 'Abdias COULIBALY', 'chaine', 0, '', 1) 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 admin.lib::dolibarr_set_const 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=DELETE FROM llxme_const WHERE name = 'MAIN_INFO_GDPR' AND entity = 1 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 admin.lib::dolibarr_set_const 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=DELETE FROM llxme_const WHERE name = 'MAIN_INFO_CAPITAL' AND entity = 1 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 admin.lib::dolibarr_set_const 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=DELETE FROM llxme_const WHERE name = 'MAIN_INFO_SOCIETE_FORME_JURIDIQUE' AND entity = 1 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 admin.lib::dolibarr_set_const 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=INSERT INTO llxme_const(name, value, type, visible, note, entity) VALUES ('MAIN_INFO_SOCIETE_FORME_JURIDIQUE', '0', 'chaine', 0, '', 1) 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 admin.lib::dolibarr_set_const 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=DELETE FROM llxme_const WHERE name = 'MAIN_INFO_SIREN' AND entity = 1 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 admin.lib::dolibarr_set_const 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=INSERT INTO llxme_const(name, value, type, visible, note, entity) VALUES ('MAIN_INFO_SIREN', 'IFU: 00287518K', 'chaine', 0, '', 1) 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 admin.lib::dolibarr_set_const 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=DELETE FROM llxme_const WHERE name = 'MAIN_INFO_SIRET' AND entity = 1 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 admin.lib::dolibarr_set_const 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=INSERT INTO llxme_const(name, value, type, visible, note, entity) VALUES ('MAIN_INFO_SIRET', 'RCCM: BF-OUA-01-2025-B13-16222', 'chaine', 0, '', 1) 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 admin.lib::dolibarr_set_const 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=DELETE FROM llxme_const WHERE name = 'MAIN_INFO_APE' AND entity = 1 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 admin.lib::dolibarr_set_const 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=DELETE FROM llxme_const WHERE name = 'MAIN_INFO_RCS' AND entity = 1 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 admin.lib::dolibarr_set_const 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=DELETE FROM llxme_const WHERE name = 'MAIN_INFO_PROFID5' AND entity = 1 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 admin.lib::dolibarr_set_const 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=DELETE FROM llxme_const WHERE name = 'MAIN_INFO_PROFID6' AND entity = 1 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 admin.lib::dolibarr_set_const 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=DELETE FROM llxme_const WHERE name = 'MAIN_INFO_PROFID7' AND entity = 1 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 admin.lib::dolibarr_set_const 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=DELETE FROM llxme_const WHERE name = 'MAIN_INFO_PROFID8' AND entity = 1 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 admin.lib::dolibarr_set_const 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=DELETE FROM llxme_const WHERE name = 'MAIN_INFO_PROFID9' AND entity = 1 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 admin.lib::dolibarr_set_const 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=DELETE FROM llxme_const WHERE name = 'MAIN_INFO_PROFID10' AND entity = 1 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 admin.lib::dolibarr_set_const 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=DELETE FROM llxme_const WHERE name = 'MAIN_INFO_TVAINTRA' AND entity = 1 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 admin.lib::dolibarr_set_const 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=DELETE FROM llxme_const WHERE name = 'MAIN_INFO_SOCIETE_OBJECT' AND entity = 1 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 admin.lib::dolibarr_set_const 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=INSERT INTO llxme_const(name, value, type, visible, note, entity) VALUES ('MAIN_INFO_SOCIETE_OBJECT', 'Activité principale: COMMERCE DE GROS DE PRODUITS ALIMENTAIRES, BOISSONS ET TABACS MANUFACTURES\r\nActivités secondaires: PRODUCTION, TRANSFORMATION, DISTRIBTUION, EXPORTATION ET COMMERCIALISATION DE COMPLEMENTS ALIMENTAIRES, PRODUITS DE NUTRITION, DE BIEN-ETRE ET D\'HYGIENE, REPRESENTATION COMMERCIALE DE MARQUE DE PRODUITS NATURELS...', 'chaine', 0, '', 1) 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 admin.lib::dolibarr_set_const 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=DELETE FROM llxme_const WHERE name = 'SOCIETE_FISCAL_MONTH_START' AND entity = 1 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 admin.lib::dolibarr_set_const 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=INSERT INTO llxme_const(name, value, type, visible, note, entity) VALUES ('SOCIETE_FISCAL_MONTH_START', '1', 'chaine', 0, '', 1) 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 admin.lib::dolibarr_set_const 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=DELETE FROM llxme_const WHERE name = 'FACTURE_TVAOPTION' AND entity = 1 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 admin.lib::dolibarr_set_const 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=INSERT INTO llxme_const(name, value, type, visible, note, entity) VALUES ('FACTURE_TVAOPTION', '0', 'chaine', 0, '', 1) 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 admin.lib::dolibarr_set_const 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=DELETE FROM llxme_const WHERE name = 'FACTURE_LOCAL_TAX1_OPTION' AND entity = 1 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 admin.lib::dolibarr_set_const 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=DELETE FROM llxme_const WHERE name = 'FACTURE_LOCAL_TAX2_OPTION' AND entity = 1 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 admin.lib::dolibarr_del_const 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=DELETE FROM llxme_const WHERE (name = 'MAIN_INFO_SOCIETE_SETUP_TODO_WARNING') AND entity = 1 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 COMMIT Transaction 2026-02-02 00:31:02 INFO 197.239.91.67 749450 3201 --- End access to /admin/company.php 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 - This is an already logged session. _SESSION['dol_login']=intendant _SESSION['dol_entity']=1 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 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 llxme_user as u LEFT JOIN llxme_c_country as c ON u.fk_country = c.rowid LEFT JOIN llxme_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llxme_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IN (0, 1) AND u.login = 'intendant' ORDER BY u.entity ASC 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, aiprompt, css, cssview, csslist FROM llxme_extrafields WHERE elementtype = 'user' ORDER BY pos 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT param, value FROM llxme_user_param WHERE fk_user = 1 AND entity = 1 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 DefaultValues::fetchAll 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llxme_user_rights as ur, llxme_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 LIKE '%_advance' 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llxme_usergroup_rights as gr, llxme_usergroup_user as gu, llxme_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 LIKE '%_advance' 2026-02-02 00:31:02 NOTICE 197.239.91.67 749450 3201 --- Access to GET /admin/company.php - action=, massaction= 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 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, m.showtopmenuinframe FROM llxme_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 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 Translate::loadCacheCurrencies 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT code_iso, label, unicode FROM llxme_c_currencies WHERE active = 1 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'AED' 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'AFN' 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'ALL' 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'ANG' 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'AOA' 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'ARS' 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'AWG' 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'AZN' 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'BAM' 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'BBD' 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'BDT' 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'BGN' 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'BHD' 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'BIF' 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'BMD' 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'BND' 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'BOB' 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'BRL' 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'BSD' 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'BWP' 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'BYR' 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'BZD' 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'CLP' 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'CNY' 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'COP' 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'CRC' 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'CUP' 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'CVE' 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'CZK' 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'DKK' 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'DOP' 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'DZD' 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'ECS' 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'EEK' 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'EGP' 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'ETB' 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'FJD' 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'FKP' 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'GGP' 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'GHC' 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'GIP' 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'GNF' 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'GTQ' 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'GYD' 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'HKD' 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'HNL' 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'HRK' 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'HUF' 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'IDR' 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'ILS' 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'IMP' 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'IRR' 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'ISK' 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'JEP' 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'JMD' 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'JPY' 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'KES' 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'KGS' 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'KHR' 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'KPW' 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'KRW' 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'KYD' 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'KZT' 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'LAK' 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'LBP' 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'LKR' 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'LRD' 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'LTL' 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'LVL' 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'MDL' 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'MKD' 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'MMK' 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'MNT' 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'MRU' 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'MXN' 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'MYR' 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'MZN' 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'NAD' 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'NGN' 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'NIO' 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'NPR' 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'NZD' 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'OMR' 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'PAB' 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'PEN' 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'PHP' 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'PKR' 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'PLN' 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'PYG' 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'QAR' 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'RON' 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'RSD' 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'RUB' 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'SAR' 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'SBD' 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'SCR' 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'SEK' 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'SGD' 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'SHP' 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'SOS' 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'SRD' 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'SVC' 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'SYP' 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'THB' 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'TRY' 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'TTD' 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'TVD' 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'TWD' 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'UYU' 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'UZS' 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'VEF' 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'VND' 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'XCD' 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'YER' 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'ZAR' 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 Translate::getLabelFromKey 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'ZWD' 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 Form::select_country 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT rowid, code as code_iso, code_iso as code_iso3, label, favorite, eec FROM llxme_c_country WHERE active > 0 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 FormCompany::select_departement selected=0, country_codeid=BF 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 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 llxme_c_departements as d, llxme_c_regions as r,llxme_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 AND c.code = 'BF' ORDER BY c.code, d.code_departement 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 FormCompany::select_departement num=0 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 FormCompany::select_juridicalstatus 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT f.rowid, f.code as code , f.libelle as label, f.active, c.label as country, c.code as country_code FROM llxme_c_forme_juridique as f, llxme_c_country as c WHERE f.fk_pays=c.rowid AND f.active = 1 AND c.active = 1 AND c.code = 'BF' ORDER BY c.code 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 useRevenueStamp 2026-02-02 00:31:02 DEBUG 197.239.91.67 749450 3201 sql=SELECT COUNT(*) as nb FROM llxme_c_revenuestamp as r, llxme_c_country as c WHERE r.fk_pays = c.rowid AND c.code = 'BF' AND r.active = 1 2026-02-02 00:31:02 INFO 197.239.91.67 749450 3201 --- End access to /admin/company.php 2026-02-02 00:31:09 DEBUG 103.4.250.113 749450 3201 NEW TOKEN generated by : /index.php 2026-02-02 00:31:09 NOTICE 103.4.250.113 749450 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 00:31:09 DEBUG 103.4.250.113 749450 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 00:31:09 INFO 103.4.250.113 749450 3201 --- End access to /index.php 2026-02-02 00:31:21 DEBUG 197.239.91.67 750144 3201 - This is an already logged session. _SESSION['dol_login']=intendant _SESSION['dol_entity']=1 2026-02-02 00:31:21 DEBUG 197.239.91.67 750144 3201 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 llxme_user as u LEFT JOIN llxme_c_country as c ON u.fk_country = c.rowid LEFT JOIN llxme_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llxme_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IN (0, 1) AND u.login = 'intendant' ORDER BY u.entity ASC 2026-02-02 00:31:21 DEBUG 197.239.91.67 750144 3201 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, aiprompt, css, cssview, csslist FROM llxme_extrafields WHERE elementtype = 'user' ORDER BY pos 2026-02-02 00:31:21 DEBUG 197.239.91.67 750144 3201 sql=SELECT param, value FROM llxme_user_param WHERE fk_user = 1 AND entity = 1 2026-02-02 00:31:21 DEBUG 197.239.91.67 750144 3201 DefaultValues::fetchAll 2026-02-02 00:31:21 DEBUG 197.239.91.67 750144 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2026-02-02 00:31:21 DEBUG 197.239.91.67 750144 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llxme_user_rights as ur, llxme_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 LIKE '%_advance' 2026-02-02 00:31:21 DEBUG 197.239.91.67 750144 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llxme_usergroup_rights as gr, llxme_usergroup_user as gu, llxme_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 LIKE '%_advance' 2026-02-02 00:31:21 NOTICE 197.239.91.67 750144 3201 --- Access to GET /accountancy/index.php - action=, massaction= 2026-02-02 00:31:21 DEBUG 197.239.91.67 750144 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 00:31:21 DEBUG 197.239.91.67 750144 3201 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, m.showtopmenuinframe FROM llxme_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 2026-02-02 00:31:21 DEBUG 197.239.91.67 750144 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:31:21 DEBUG 197.239.91.67 750144 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:31:21 DEBUG 197.239.91.67 750144 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:31:21 DEBUG 197.239.91.67 750144 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:31:21 DEBUG 197.239.91.67 750144 3201 sql=SELECT rowid, code, label, nature FROM llxme_accounting_journal WHERE entity = 1 AND active = 1 ORDER BY nature ASC, label DESC 2026-02-02 00:31:21 DEBUG 197.239.91.67 750144 3201 InfoBox::listBoxes get default box list for mode=activated userid= 2026-02-02 00:31:21 DEBUG 197.239.91.67 750144 3201 sql=SELECT b.rowid, b.position, b.box_order, b.fk_user, d.rowid as box_id, d.file, d.note, d.tms FROM llxme_boxes as b, llxme_boxes_def as d WHERE b.box_id = d.rowid AND b.entity IN (0,1) AND b.position = 27 AND b.fk_user = 0 ORDER BY b.box_order 2026-02-02 00:31:21 DEBUG 197.239.91.67 750144 3201 sql=SELECT a.rowid, a.pcg_version, a.label, a.active FROM llxme_accounting_system as a WHERE a.rowid = 2 2026-02-02 00:31:21 INFO 197.239.91.67 750144 3201 --- End access to /accountancy/index.php 2026-02-02 00:31:25 DEBUG 197.239.91.67 750144 3201 - This is an already logged session. _SESSION['dol_login']=intendant _SESSION['dol_entity']=1 2026-02-02 00:31:25 DEBUG 197.239.91.67 750144 3201 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 llxme_user as u LEFT JOIN llxme_c_country as c ON u.fk_country = c.rowid LEFT JOIN llxme_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llxme_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IN (0, 1) AND u.login = 'intendant' ORDER BY u.entity ASC 2026-02-02 00:31:25 DEBUG 197.239.91.67 750144 3201 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, aiprompt, css, cssview, csslist FROM llxme_extrafields WHERE elementtype = 'user' ORDER BY pos 2026-02-02 00:31:25 DEBUG 197.239.91.67 750144 3201 sql=SELECT param, value FROM llxme_user_param WHERE fk_user = 1 AND entity = 1 2026-02-02 00:31:25 DEBUG 197.239.91.67 750144 3201 DefaultValues::fetchAll 2026-02-02 00:31:25 DEBUG 197.239.91.67 750144 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2026-02-02 00:31:25 DEBUG 197.239.91.67 750144 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llxme_user_rights as ur, llxme_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 LIKE '%_advance' 2026-02-02 00:31:25 DEBUG 197.239.91.67 750144 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llxme_usergroup_rights as gr, llxme_usergroup_user as gu, llxme_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 LIKE '%_advance' 2026-02-02 00:31:25 NOTICE 197.239.91.67 750144 3201 --- Access to GET /accountancy/index.php - action=, massaction= 2026-02-02 00:31:25 DEBUG 197.239.91.67 750144 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 00:31:25 DEBUG 197.239.91.67 750144 3201 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, m.showtopmenuinframe FROM llxme_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 2026-02-02 00:31:25 DEBUG 197.239.91.67 750144 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:31:25 DEBUG 197.239.91.67 750144 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:31:25 DEBUG 197.239.91.67 750144 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:31:25 DEBUG 197.239.91.67 750144 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:31:25 DEBUG 197.239.91.67 750144 3201 sql=SELECT rowid, code, label, nature FROM llxme_accounting_journal WHERE entity = 1 AND active = 1 ORDER BY nature ASC, label DESC 2026-02-02 00:31:25 DEBUG 197.239.91.67 750144 3201 InfoBox::listBoxes get default box list for mode=activated userid= 2026-02-02 00:31:25 DEBUG 197.239.91.67 750144 3201 sql=SELECT b.rowid, b.position, b.box_order, b.fk_user, d.rowid as box_id, d.file, d.note, d.tms FROM llxme_boxes as b, llxme_boxes_def as d WHERE b.box_id = d.rowid AND b.entity IN (0,1) AND b.position = 27 AND b.fk_user = 0 ORDER BY b.box_order 2026-02-02 00:31:25 DEBUG 197.239.91.67 750144 3201 sql=SELECT a.rowid, a.pcg_version, a.label, a.active FROM llxme_accounting_system as a WHERE a.rowid = 2 2026-02-02 00:31:25 INFO 197.239.91.67 750144 3201 --- End access to /accountancy/index.php 2026-02-02 00:31:29 DEBUG 197.239.91.67 750144 3201 - This is an already logged session. _SESSION['dol_login']=intendant _SESSION['dol_entity']=1 2026-02-02 00:31:29 DEBUG 197.239.91.67 750144 3201 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 llxme_user as u LEFT JOIN llxme_c_country as c ON u.fk_country = c.rowid LEFT JOIN llxme_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llxme_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IN (0, 1) AND u.login = 'intendant' ORDER BY u.entity ASC 2026-02-02 00:31:29 DEBUG 197.239.91.67 750144 3201 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, aiprompt, css, cssview, csslist FROM llxme_extrafields WHERE elementtype = 'user' ORDER BY pos 2026-02-02 00:31:29 DEBUG 197.239.91.67 750144 3201 sql=SELECT param, value FROM llxme_user_param WHERE fk_user = 1 AND entity = 1 2026-02-02 00:31:29 DEBUG 197.239.91.67 750144 3201 DefaultValues::fetchAll 2026-02-02 00:31:29 DEBUG 197.239.91.67 750144 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2026-02-02 00:31:29 DEBUG 197.239.91.67 750144 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llxme_user_rights as ur, llxme_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 LIKE '%_advance' 2026-02-02 00:31:29 DEBUG 197.239.91.67 750144 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llxme_usergroup_rights as gr, llxme_usergroup_user as gu, llxme_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 LIKE '%_advance' 2026-02-02 00:31:29 NOTICE 197.239.91.67 750144 3201 --- Access to GET /accountancy/admin/index.php - action=, massaction= 2026-02-02 00:31:29 DEBUG 197.239.91.67 750144 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 00:31:29 DEBUG 197.239.91.67 750144 3201 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, m.showtopmenuinframe FROM llxme_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 2026-02-02 00:31:29 DEBUG 197.239.91.67 750144 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:31:29 DEBUG 197.239.91.67 750144 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:31:29 DEBUG 197.239.91.67 750144 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:31:29 DEBUG 197.239.91.67 750144 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:31:29 DEBUG 197.239.91.67 750144 3201 sql=SELECT rowid, code, label, nature FROM llxme_accounting_journal WHERE entity = 1 AND active = 1 ORDER BY nature ASC, label DESC 2026-02-02 00:31:29 DEBUG 197.239.91.67 750144 3201 functions2::get_next_value mode=next 2026-02-02 00:31:29 DEBUG 197.239.91.67 750144 3201 sql=SELECT MAX(SUBSTRING(ref, 7, 5)) as val FROM llxme_accounting_bookkeeping WHERE ref LIKE '2602VT_____' AND ref NOT LIKE '(PROV%)' AND entity IN (1) AND (SUBSTRING(ref, 1, 2) = '26' AND SUBSTRING(ref, 3, 2) = '02') 2026-02-02 00:31:29 DEBUG 197.239.91.67 750144 3201 functions2::get_next_value return 2602VT00001 2026-02-02 00:31:29 INFO 197.239.91.67 750144 3201 --- End access to /accountancy/admin/index.php 2026-02-02 00:31:33 NOTICE 103.4.250.113 750144 3201 --- Access to GET /theme/eldy/manifest.json.php - action=, massaction= NOTOKENRENEWAL=1 2026-02-02 00:31:33 INFO 103.4.250.113 750144 3201 --- End access to /theme/eldy/manifest.json.php 2026-02-02 00:31:48 DEBUG 197.239.91.67 751122 3201 - This is an already logged session. _SESSION['dol_login']=intendant _SESSION['dol_entity']=1 2026-02-02 00:31:48 DEBUG 197.239.91.67 751122 3201 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 llxme_user as u LEFT JOIN llxme_c_country as c ON u.fk_country = c.rowid LEFT JOIN llxme_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llxme_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IN (0, 1) AND u.login = 'intendant' ORDER BY u.entity ASC 2026-02-02 00:31:48 DEBUG 197.239.91.67 751122 3201 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, aiprompt, css, cssview, csslist FROM llxme_extrafields WHERE elementtype = 'user' ORDER BY pos 2026-02-02 00:31:48 DEBUG 197.239.91.67 751122 3201 sql=SELECT param, value FROM llxme_user_param WHERE fk_user = 1 AND entity = 1 2026-02-02 00:31:48 DEBUG 197.239.91.67 751122 3201 DefaultValues::fetchAll 2026-02-02 00:31:48 DEBUG 197.239.91.67 751122 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2026-02-02 00:31:48 DEBUG 197.239.91.67 751122 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llxme_user_rights as ur, llxme_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 LIKE '%_advance' 2026-02-02 00:31:48 DEBUG 197.239.91.67 751122 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llxme_usergroup_rights as gr, llxme_usergroup_user as gu, llxme_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 LIKE '%_advance' 2026-02-02 00:31:48 NOTICE 197.239.91.67 751122 3201 --- Access to GET /accountancy/admin/journals_list.php - action=, massaction= 2026-02-02 00:31:48 DEBUG 197.239.91.67 751122 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 00:31:48 DEBUG 197.239.91.67 751122 3201 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, m.showtopmenuinframe FROM llxme_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 2026-02-02 00:31:48 DEBUG 197.239.91.67 751122 3201 complete_dictionary_with_modules Search external modules to complete the list of dictionary tables 2026-02-02 00:31:48 INFO 197.239.91.67 751122 3201 Scan directory /home4/jrbprodu/public_html/erpjrbvita/core/modules/ for modules 2026-02-02 00:31:48 INFO 197.239.91.67 751122 3201 Module modOauth not qualified 2026-02-02 00:31:48 INFO 197.239.91.67 751122 3201 Module modDebugBar not qualified 2026-02-02 00:31:48 INFO 197.239.91.67 751122 3201 Module modWebPortal not qualified 2026-02-02 00:31:48 DEBUG 197.239.91.67 751122 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'eventorganization_conferenceorboothattendee' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:31:48 DEBUG 197.239.91.67 751122 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'actioncomm' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:31:48 INFO 197.239.91.67 751122 3201 Module modEventOrganization not qualified 2026-02-02 00:31:48 INFO 197.239.91.67 751122 3201 Module modClickToDial not qualified 2026-02-02 00:31:48 INFO 197.239.91.67 751122 3201 Module modBlockedLog not qualified 2026-02-02 00:31:48 INFO 197.239.91.67 751122 3201 Module modZapier not qualified 2026-02-02 00:31:48 DEBUG 197.239.91.67 751122 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'expensereport' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:31:48 DEBUG 197.239.91.67 751122 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'user' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:31:48 DEBUG 197.239.91.67 751122 3201 useNPR 2026-02-02 00:31:48 DEBUG 197.239.91.67 751122 3201 sql=SELECT t.rowid FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.recuperableonly = 1 AND t.entity IN (1) 2026-02-02 00:31:48 DEBUG 197.239.91.67 751122 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:31:48 DEBUG 197.239.91.67 751122 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:31:48 DEBUG 197.239.91.67 751122 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:31:48 DEBUG 197.239.91.67 751122 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'product' AND entity IN (0,1) 2026-02-02 00:31:48 DEBUG 197.239.91.67 751122 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:31:48 DEBUG 197.239.91.67 751122 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:31:48 DEBUG 197.239.91.67 751122 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:31:48 DEBUG 197.239.91.67 751122 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:31:48 DEBUG 197.239.91.67 751122 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:31:48 DEBUG 197.239.91.67 751122 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:31:48 INFO 197.239.91.67 751122 3201 Module modService not qualified 2026-02-02 00:31:48 DEBUG 197.239.91.67 751122 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'propal' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:31:48 DEBUG 197.239.91.67 751122 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'propaldet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:31:48 DEBUG 197.239.91.67 751122 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:31:48 DEBUG 197.239.91.67 751122 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:31:48 DEBUG 197.239.91.67 751122 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'propal' AND entity IN (0, 1) 2026-02-02 00:31:48 DEBUG 197.239.91.67 751122 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'propaldet' AND entity IN (0, 1) 2026-02-02 00:31:48 DEBUG 197.239.91.67 751122 3201 sql=SELECT DISTINCT tc.rowid, tc.code, tc.libelle as type_label, tc.position FROM llxme_c_type_contact as tc WHERE tc.element = 'commande' AND tc.source = 'external' ORDER BY position ASC, code ASC 2026-02-02 00:31:48 DEBUG 197.239.91.67 751122 3201 sql=SELECT DISTINCT tc.rowid, tc.code, tc.libelle as type_label, tc.position FROM llxme_c_type_contact as tc WHERE tc.element = 'commande' AND tc.source = 'external' ORDER BY position ASC, code ASC 2026-02-02 00:31:48 DEBUG 197.239.91.67 751122 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'expedition' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:31:48 DEBUG 197.239.91.67 751122 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'expeditiondet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:31:48 DEBUG 197.239.91.67 751122 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:31:48 INFO 197.239.91.67 751122 3201 Module modExpedition not qualified 2026-02-02 00:31:48 DEBUG 197.239.91.67 751122 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'contrat' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:31:48 DEBUG 197.239.91.67 751122 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'contratdet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:31:48 INFO 197.239.91.67 751122 3201 Module modContrat not qualified 2026-02-02 00:31:48 INFO 197.239.91.67 751122 3201 Module modSocialNetworks not qualified 2026-02-02 00:31:48 INFO 197.239.91.67 751122 3201 Module modOpenSurvey not qualified 2026-02-02 00:31:48 DEBUG 197.239.91.67 751122 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'warehouse' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:31:48 DEBUG 197.239.91.67 751122 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:31:48 INFO 197.239.91.67 751122 3201 Module modStock not qualified 2026-02-02 00:31:48 INFO 197.239.91.67 751122 3201 Module modBookmark not qualified 2026-02-02 00:31:48 DEBUG 197.239.91.67 751122 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'bom_bom' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:31:48 DEBUG 197.239.91.67 751122 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'bom_bomline' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:31:48 DEBUG 197.239.91.67 751122 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE elementtype = 'bom_bom' AND entity IN (0, 1) 2026-02-02 00:31:48 DEBUG 197.239.91.67 751122 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE elementtype = 'bom_bomline' AND entity IN (0, 1) 2026-02-02 00:31:48 INFO 197.239.91.67 751122 3201 Module modBom not qualified 2026-02-02 00:31:48 INFO 197.239.91.67 751122 3201 Module modMailing not qualified 2026-02-02 00:31:48 INFO 197.239.91.67 751122 3201 Module modTakePos not qualified 2026-02-02 00:31:48 INFO 197.239.91.67 751122 3201 Module modWorkflow not qualified 2026-02-02 00:31:48 INFO 197.239.91.67 751122 3201 Module modReceiptPrinter not qualified 2026-02-02 00:31:48 INFO 197.239.91.67 751122 3201 Module modDav not qualified 2026-02-02 00:31:48 INFO 197.239.91.67 751122 3201 Module modAsset not qualified 2026-02-02 00:31:48 INFO 197.239.91.67 751122 3201 Module modLdap not qualified 2026-02-02 00:31:48 INFO 197.239.91.67 751122 3201 Module modWebServices not qualified 2026-02-02 00:31:48 DEBUG 197.239.91.67 751122 3201 User::loadParentOf 2026-02-02 00:31:48 DEBUG 197.239.91.67 751122 3201 sql=SELECT fk_user as id_parent, rowid as id_son FROM llxme_user WHERE fk_user <> 0 AND entity IN (0,1) 2026-02-02 00:31:48 DEBUG 197.239.91.67 751122 3201 User::get_full_tree get user list 2026-02-02 00:31:48 DEBUG 197.239.91.67 751122 3201 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 llxme_user as u WHERE u.entity IN (0,1) 2026-02-02 00:31:48 DEBUG 197.239.91.67 751122 3201 User::get_full_tree call to build_path_from_id_user 2026-02-02 00:31:48 DEBUG 197.239.91.67 751122 3201 User::get_full_tree dol_sort_array 2026-02-02 00:31:48 INFO 197.239.91.67 751122 3201 Build childid for id = 1 2026-02-02 00:31:48 INFO 197.239.91.67 751122 3201 Module modDeplacement not qualified 2026-02-02 00:31:48 INFO 197.239.91.67 751122 3201 Module modMultiCurrency not qualified 2026-02-02 00:31:48 INFO 197.239.91.67 751122 3201 Module modProductBatch not qualified 2026-02-02 00:31:48 INFO 197.239.91.67 751122 3201 Module modSalaries not qualified 2026-02-02 00:31:48 INFO 197.239.91.67 751122 3201 Module modLoan not qualified 2026-02-02 00:31:48 INFO 197.239.91.67 751122 3201 Module modDynamicPrices not qualified 2026-02-02 00:31:48 INFO 197.239.91.67 751122 3201 Module modCollab not qualified 2026-02-02 00:31:48 INFO 197.239.91.67 751122 3201 Module modModuleBuilder not qualified 2026-02-02 00:31:48 DEBUG 197.239.91.67 751122 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE elementtype = 'facture' AND entity IN (0, 1) 2026-02-02 00:31:48 DEBUG 197.239.91.67 751122 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE elementtype = 'facture_det' AND entity IN (0, 1) 2026-02-02 00:31:48 DEBUG 197.239.91.67 751122 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'facture' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:31:48 DEBUG 197.239.91.67 751122 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'facturedet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:31:48 DEBUG 197.239.91.67 751122 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:31:48 DEBUG 197.239.91.67 751122 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:31:48 DEBUG 197.239.91.67 751122 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'facture' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:31:48 INFO 197.239.91.67 751122 3201 Module modGravatar not qualified 2026-02-02 00:31:48 DEBUG 197.239.91.67 751122 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'ticket' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:31:48 INFO 197.239.91.67 751122 3201 Module modTicket not qualified 2026-02-02 00:31:48 INFO 197.239.91.67 751122 3201 Module modPaymentByBankTransfer not qualified 2026-02-02 00:31:48 INFO 197.239.91.67 751122 3201 Module modVariants not qualified 2026-02-02 00:31:48 INFO 197.239.91.67 751122 3201 Module modExternalSite not qualified 2026-02-02 00:31:48 INFO 197.239.91.67 751122 3201 Module modDataPolicy not qualified 2026-02-02 00:31:48 INFO 197.239.91.67 751122 3201 Module modPrinting not qualified 2026-02-02 00:31:48 INFO 197.239.91.67 751122 3201 Module modStripe not qualified 2026-02-02 00:31:48 INFO 197.239.91.67 751122 3201 Module modPaybox not qualified 2026-02-02 00:31:48 INFO 197.239.91.67 751122 3201 Module modSubtotals not qualified 2026-02-02 00:31:48 INFO 197.239.91.67 751122 3201 Module modLabel not qualified 2026-02-02 00:31:48 DEBUG 197.239.91.67 751122 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'holiday' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:31:48 DEBUG 197.239.91.67 751122 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'user' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:31:48 INFO 197.239.91.67 751122 3201 Module modPrelevement not qualified 2026-02-02 00:31:48 INFO 197.239.91.67 751122 3201 Module modSupplierProposal not qualified 2026-02-02 00:31:48 DEBUG 197.239.91.67 751122 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'adherent' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:31:48 DEBUG 197.239.91.67 751122 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'adherent' AND entity IN (0,1) 2026-02-02 00:31:48 INFO 197.239.91.67 751122 3201 Module modAdherent not qualified 2026-02-02 00:31:48 INFO 197.239.91.67 751122 3201 Module modIncoterm not qualified 2026-02-02 00:31:48 INFO 197.239.91.67 751122 3201 Module modAi not qualified 2026-02-02 00:31:48 INFO 197.239.91.67 751122 3201 Module modIntracommreport not qualified 2026-02-02 00:31:48 DEBUG 197.239.91.67 751122 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:31:48 DEBUG 197.239.91.67 751122 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:31:48 DEBUG 197.239.91.67 751122 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'user' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:31:48 DEBUG 197.239.91.67 751122 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'Facture' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:31:48 DEBUG 197.239.91.67 751122 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'CommandeFournisseur' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:31:48 DEBUG 197.239.91.67 751122 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'invoice_supplier' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:31:48 INFO 197.239.91.67 751122 3201 Module modCategorie not qualified 2026-02-02 00:31:48 INFO 197.239.91.67 751122 3201 Module modComptabilite not qualified 2026-02-02 00:31:48 INFO 197.239.91.67 751122 3201 Module modDon not qualified 2026-02-02 00:31:48 INFO 197.239.91.67 751122 3201 Module modOpenIDConnect not qualified 2026-02-02 00:31:48 INFO 197.239.91.67 751122 3201 Module modWebhook not qualified 2026-02-02 00:31:48 DEBUG 197.239.91.67 751122 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'projet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:31:48 DEBUG 197.239.91.67 751122 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'projet_task' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:31:48 DEBUG 197.239.91.67 751122 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'projet' AND entity IN (0,1) 2026-02-02 00:31:48 DEBUG 197.239.91.67 751122 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'projet_task' AND entity IN (0,1) 2026-02-02 00:31:48 INFO 197.239.91.67 751122 3201 Module modProjet not qualified 2026-02-02 00:31:48 INFO 197.239.91.67 751122 3201 Module modMailmanSpip not qualified 2026-02-02 00:31:48 DEBUG 197.239.91.67 751122 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'user' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:31:48 DEBUG 197.239.91.67 751122 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'user' AND entity IN (0,1) 2026-02-02 00:31:48 INFO 197.239.91.67 751122 3201 Module modRecruitment not qualified 2026-02-02 00:31:48 INFO 197.239.91.67 751122 3201 Module modFTP not qualified 2026-02-02 00:31:48 DEBUG 197.239.91.67 751122 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'facture_fourn' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:31:48 DEBUG 197.239.91.67 751122 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'facture_fourn_det' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:31:48 DEBUG 197.239.91.67 751122 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'facture_fourn' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:31:48 DEBUG 197.239.91.67 751122 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'commande_fournisseur' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:31:48 DEBUG 197.239.91.67 751122 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'commande_fournisseurdet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:31:48 DEBUG 197.239.91.67 751122 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'facture_fourn' AND entity IN (0, 1) 2026-02-02 00:31:48 DEBUG 197.239.91.67 751122 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'facture_fourn_det' AND entity IN (0, 1) 2026-02-02 00:31:48 DEBUG 197.239.91.67 751122 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'commande_fournisseur' AND entity IN (0, 1) 2026-02-02 00:31:48 DEBUG 197.239.91.67 751122 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'commande_fournisseurdet' AND entity IN (0, 1) 2026-02-02 00:31:48 DEBUG 197.239.91.67 751122 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'mrp_mo' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:31:48 DEBUG 197.239.91.67 751122 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'mrp_mo' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:31:48 DEBUG 197.239.91.67 751122 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'mrp_production' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:31:48 DEBUG 197.239.91.67 751122 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE elementtype = 'mrp_mo' AND entity IN (0, 1) 2026-02-02 00:31:48 INFO 197.239.91.67 751122 3201 Module modMrp not qualified 2026-02-02 00:31:48 INFO 197.239.91.67 751122 3201 Module modHRM not qualified 2026-02-02 00:31:48 DEBUG 197.239.91.67 751122 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'commande' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:31:48 DEBUG 197.239.91.67 751122 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'commandedet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:31:48 DEBUG 197.239.91.67 751122 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:31:48 DEBUG 197.239.91.67 751122 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:31:48 DEBUG 197.239.91.67 751122 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault, fieldrequired FROM llxme_extrafields WHERE elementtype = 'commande' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:31:48 DEBUG 197.239.91.67 751122 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault, fieldrequired FROM llxme_extrafields WHERE elementtype = 'commandedet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:31:48 INFO 197.239.91.67 751122 3201 Module modCommande not qualified 2026-02-02 00:31:48 INFO 197.239.91.67 751122 3201 Module modStockTransfer not qualified 2026-02-02 00:31:48 DEBUG 197.239.91.67 751122 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'fichinter' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:31:48 DEBUG 197.239.91.67 751122 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'fichinterdet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:31:48 INFO 197.239.91.67 751122 3201 Module modFicheinter not qualified 2026-02-02 00:31:48 DEBUG 197.239.91.67 751122 3201 sql=SELECT DISTINCT tc.rowid, tc.code, tc.libelle as type_label, tc.position FROM llxme_c_type_contact as tc WHERE tc.element = 'order_supplier' AND tc.source = 'external' ORDER BY position ASC, code ASC 2026-02-02 00:31:48 DEBUG 197.239.91.67 751122 3201 sql=SELECT DISTINCT tc.rowid, tc.code, tc.libelle as type_label, tc.position FROM llxme_c_type_contact as tc WHERE tc.element = 'order_supplier' AND tc.source = 'external' ORDER BY position ASC, code ASC 2026-02-02 00:31:48 DEBUG 197.239.91.67 751122 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'reception' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:31:48 DEBUG 197.239.91.67 751122 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'receptiondet_batch' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:31:48 DEBUG 197.239.91.67 751122 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:31:48 DEBUG 197.239.91.67 751122 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'socpeople' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:31:48 DEBUG 197.239.91.67 751122 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:31:48 DEBUG 197.239.91.67 751122 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'societe' AND entity IN (0, 1) 2026-02-02 00:31:48 DEBUG 197.239.91.67 751122 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'socpeople' AND entity IN (0, 1) 2026-02-02 00:31:48 INFO 197.239.91.67 751122 3201 Module modKnowledgeManagement not qualified 2026-02-02 00:31:48 DEBUG 197.239.91.67 751122 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'resource' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:31:48 DEBUG 197.239.91.67 751122 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'resource' AND entity IN (0,1) 2026-02-02 00:31:48 INFO 197.239.91.67 751122 3201 Module modResource not qualified 2026-02-02 00:31:48 DEBUG 197.239.91.67 751122 3201 useNPR 2026-02-02 00:31:48 DEBUG 197.239.91.67 751122 3201 sql=SELECT t.rowid FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.recuperableonly = 1 AND t.entity IN (1) 2026-02-02 00:31:48 DEBUG 197.239.91.67 751122 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:31:48 DEBUG 197.239.91.67 751122 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:31:48 DEBUG 197.239.91.67 751122 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:31:48 DEBUG 197.239.91.67 751122 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'product' AND entity IN (0, 1) 2026-02-02 00:31:48 DEBUG 197.239.91.67 751122 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:31:48 DEBUG 197.239.91.67 751122 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:31:48 DEBUG 197.239.91.67 751122 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:31:48 DEBUG 197.239.91.67 751122 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:31:48 DEBUG 197.239.91.67 751122 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'product_fournisseur_price' AND entity IN (0, 1) 2026-02-02 00:31:48 DEBUG 197.239.91.67 751122 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:31:48 DEBUG 197.239.91.67 751122 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:31:48 INFO 197.239.91.67 751122 3201 Module modProduct not qualified 2026-02-02 00:31:48 INFO 197.239.91.67 751122 3201 Module modBarcode not qualified 2026-02-02 00:31:48 DEBUG 197.239.91.67 751122 3201 sql=SELECT code, label, description FROM llxme_c_action_trigger ORDER by rang 2026-02-02 00:31:48 DEBUG 197.239.91.67 751122 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'actioncomm' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:31:48 DEBUG 197.239.91.67 751122 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE elementtype = 'actioncomm' AND entity IN (0, 1) 2026-02-02 00:31:48 DEBUG 197.239.91.67 751122 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'actioncomm' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:31:48 INFO 197.239.91.67 751122 3201 Module modWorkstation not qualified 2026-02-02 00:31:48 INFO 197.239.91.67 751122 3201 Module modPaypal not qualified 2026-02-02 00:31:48 INFO 197.239.91.67 751122 3201 Module modGeoIPMaxmind not qualified 2026-02-02 00:31:48 INFO 197.239.91.67 751122 3201 Module modMargin not qualified 2026-02-02 00:31:48 INFO 197.239.91.67 751122 3201 Module modBookCal not qualified 2026-02-02 00:31:48 INFO 197.239.91.67 751122 3201 Module modDocumentGeneration not qualified 2026-02-02 00:31:48 INFO 197.239.91.67 751122 3201 Module modWebsite not qualified 2026-02-02 00:31:48 INFO 197.239.91.67 751122 3201 Module modExternalRss not qualified 2026-02-02 00:31:48 INFO 197.239.91.67 751122 3201 Module modEmailCollector not qualified 2026-02-02 00:31:48 INFO 197.239.91.67 751122 3201 Scan directory /home4/jrbprodu/public_html/erpjrbvita/knowledgemanagement/core/modules/ for modules 2026-02-02 00:31:48 INFO 197.239.91.67 751122 3201 Scan directory /home4/jrbprodu/public_html/erpjrbvita/recruitment/core/modules/ for modules 2026-02-02 00:31:48 INFO 197.239.91.67 751122 3201 Scan directory /home4/jrbprodu/public_html/erpjrbvita/partnership/core/modules/ for modules 2026-02-02 00:31:48 DEBUG 197.239.91.67 751122 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:31:48 DEBUG 197.239.91.67 751122 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:31:48 DEBUG 197.239.91.67 751122 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:31:48 DEBUG 197.239.91.67 751122 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:31:48 DEBUG 197.239.91.67 751122 3201 sql=SELECT rowid, code, label, nature FROM llxme_accounting_journal WHERE entity = 1 AND active = 1 ORDER BY nature ASC, label DESC 2026-02-02 00:31:48 DEBUG 197.239.91.67 751122 3201 htdocs/admin/dict 2026-02-02 00:31:48 DEBUG 197.239.91.67 751122 3201 sql=SELECT a.rowid as rowid, a.code as code, a.label, a.nature, a.active FROM llxme_accounting_journal as a WHERE a.entity = 1 ORDER BY code ASC LIMIT 1001 2026-02-02 00:31:48 INFO 197.239.91.67 751122 3201 --- End access to /accountancy/admin/journals_list.php 2026-02-02 00:31:57 DEBUG 197.239.91.67 751122 3201 - This is an already logged session. _SESSION['dol_login']=intendant _SESSION['dol_entity']=1 2026-02-02 00:31:57 DEBUG 197.239.91.67 751122 3201 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 llxme_user as u LEFT JOIN llxme_c_country as c ON u.fk_country = c.rowid LEFT JOIN llxme_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llxme_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IN (0, 1) AND u.login = 'intendant' ORDER BY u.entity ASC 2026-02-02 00:31:57 DEBUG 197.239.91.67 751122 3201 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, aiprompt, css, cssview, csslist FROM llxme_extrafields WHERE elementtype = 'user' ORDER BY pos 2026-02-02 00:31:57 DEBUG 197.239.91.67 751122 3201 sql=SELECT param, value FROM llxme_user_param WHERE fk_user = 1 AND entity = 1 2026-02-02 00:31:57 DEBUG 197.239.91.67 751122 3201 DefaultValues::fetchAll 2026-02-02 00:31:57 DEBUG 197.239.91.67 751122 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2026-02-02 00:31:57 DEBUG 197.239.91.67 751122 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llxme_user_rights as ur, llxme_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 LIKE '%_advance' 2026-02-02 00:31:57 DEBUG 197.239.91.67 751122 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llxme_usergroup_rights as gr, llxme_usergroup_user as gu, llxme_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 LIKE '%_advance' 2026-02-02 00:31:57 NOTICE 197.239.91.67 751122 3201 --- Access to GET /accountancy/admin/accountmodel.php - action=, massaction= 2026-02-02 00:31:57 DEBUG 197.239.91.67 751122 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 00:31:57 DEBUG 197.239.91.67 751122 3201 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, m.showtopmenuinframe FROM llxme_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 2026-02-02 00:31:57 DEBUG 197.239.91.67 751122 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:31:57 DEBUG 197.239.91.67 751122 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:31:57 DEBUG 197.239.91.67 751122 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:31:57 DEBUG 197.239.91.67 751122 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:31:57 DEBUG 197.239.91.67 751122 3201 sql=SELECT rowid, code, label, nature FROM llxme_accounting_journal WHERE entity = 1 AND active = 1 ORDER BY nature ASC, label DESC 2026-02-02 00:31:57 DEBUG 197.239.91.67 751122 3201 Form::select_country 2026-02-02 00:31:57 DEBUG 197.239.91.67 751122 3201 sql=SELECT rowid, code as code_iso, code_iso as code_iso3, label, favorite, eec FROM llxme_c_country WHERE active > 0 2026-02-02 00:31:57 DEBUG 197.239.91.67 751122 3201 htdocs/admin/dict 2026-02-02 00:31:57 DEBUG 197.239.91.67 751122 3201 sql=SELECT s.rowid as rowid, pcg_version, s.label, s.fk_country as country_id, c.code as country_code, c.label as country, s.active FROM llxme_accounting_system as s, llxme_c_country as c WHERE s.fk_country=c.rowid and c.active=1 LIMIT 1001 2026-02-02 00:31:57 DEBUG 197.239.91.67 751122 3201 Form::select_country 2026-02-02 00:31:57 DEBUG 197.239.91.67 751122 3201 sql=SELECT rowid, code as code_iso, code_iso as code_iso3, label, favorite, eec FROM llxme_c_country WHERE active > 0 2026-02-02 00:31:57 INFO 197.239.91.67 751122 3201 --- End access to /accountancy/admin/accountmodel.php 2026-02-02 00:32:26 DEBUG 84.254.106.197 756244 3201 NEW TOKEN generated by : /index.php 2026-02-02 00:32:26 NOTICE 84.254.106.197 756244 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 00:32:26 DEBUG 84.254.106.197 756244 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 00:32:26 INFO 84.254.106.197 756244 3201 --- End access to /index.php 2026-02-02 00:32:27 DEBUG 84.254.106.197 756244 3201 NEW TOKEN generated by : /index.php 2026-02-02 00:32:27 NOTICE 84.254.106.197 756244 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 00:32:27 DEBUG 84.254.106.197 756244 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 00:32:27 INFO 84.254.106.197 756244 3201 --- End access to /index.php 2026-02-02 00:32:35 DEBUG 197.239.91.67 756244 3201 - This is an already logged session. _SESSION['dol_login']=intendant _SESSION['dol_entity']=1 2026-02-02 00:32:35 DEBUG 197.239.91.67 756244 3201 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 llxme_user as u LEFT JOIN llxme_c_country as c ON u.fk_country = c.rowid LEFT JOIN llxme_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llxme_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IN (0, 1) AND u.login = 'intendant' ORDER BY u.entity ASC 2026-02-02 00:32:35 DEBUG 197.239.91.67 756244 3201 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, aiprompt, css, cssview, csslist FROM llxme_extrafields WHERE elementtype = 'user' ORDER BY pos 2026-02-02 00:32:35 DEBUG 197.239.91.67 756244 3201 sql=SELECT param, value FROM llxme_user_param WHERE fk_user = 1 AND entity = 1 2026-02-02 00:32:35 DEBUG 197.239.91.67 756244 3201 DefaultValues::fetchAll 2026-02-02 00:32:35 DEBUG 197.239.91.67 756244 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2026-02-02 00:32:35 DEBUG 197.239.91.67 756244 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llxme_user_rights as ur, llxme_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 LIKE '%_advance' 2026-02-02 00:32:35 DEBUG 197.239.91.67 756244 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llxme_usergroup_rights as gr, llxme_usergroup_user as gu, llxme_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 LIKE '%_advance' 2026-02-02 00:32:35 NOTICE 197.239.91.67 756244 3201 --- Access to GET /accountancy/admin/accountmodel.php - action=, massaction= 2026-02-02 00:32:35 DEBUG 197.239.91.67 756244 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 00:32:35 DEBUG 197.239.91.67 756244 3201 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, m.showtopmenuinframe FROM llxme_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 2026-02-02 00:32:35 DEBUG 197.239.91.67 756244 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:32:35 DEBUG 197.239.91.67 756244 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:32:35 DEBUG 197.239.91.67 756244 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:32:35 DEBUG 197.239.91.67 756244 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:32:35 DEBUG 197.239.91.67 756244 3201 sql=SELECT rowid, code, label, nature FROM llxme_accounting_journal WHERE entity = 1 AND active = 1 ORDER BY nature ASC, label DESC 2026-02-02 00:32:35 DEBUG 197.239.91.67 756244 3201 Form::select_country 2026-02-02 00:32:35 DEBUG 197.239.91.67 756244 3201 sql=SELECT rowid, code as code_iso, code_iso as code_iso3, label, favorite, eec FROM llxme_c_country WHERE active > 0 2026-02-02 00:32:35 DEBUG 197.239.91.67 756244 3201 htdocs/admin/dict 2026-02-02 00:32:35 DEBUG 197.239.91.67 756244 3201 sql=SELECT s.rowid as rowid, pcg_version, s.label, s.fk_country as country_id, c.code as country_code, c.label as country, s.active FROM llxme_accounting_system as s, llxme_c_country as c WHERE s.fk_country=c.rowid and c.active=1 LIMIT 1001 2026-02-02 00:32:35 DEBUG 197.239.91.67 756244 3201 Form::select_country 2026-02-02 00:32:35 DEBUG 197.239.91.67 756244 3201 sql=SELECT rowid, code as code_iso, code_iso as code_iso3, label, favorite, eec FROM llxme_c_country WHERE active > 0 2026-02-02 00:32:35 INFO 197.239.91.67 756244 3201 --- End access to /accountancy/admin/accountmodel.php 2026-02-02 00:33:09 DEBUG 197.239.91.67 757551 3201 - This is an already logged session. _SESSION['dol_login']=intendant _SESSION['dol_entity']=1 2026-02-02 00:33:09 DEBUG 197.239.91.67 757551 3201 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 llxme_user as u LEFT JOIN llxme_c_country as c ON u.fk_country = c.rowid LEFT JOIN llxme_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llxme_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IN (0, 1) AND u.login = 'intendant' ORDER BY u.entity ASC 2026-02-02 00:33:09 DEBUG 197.239.91.67 757551 3201 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, aiprompt, css, cssview, csslist FROM llxme_extrafields WHERE elementtype = 'user' ORDER BY pos 2026-02-02 00:33:09 DEBUG 197.239.91.67 757551 3201 sql=SELECT param, value FROM llxme_user_param WHERE fk_user = 1 AND entity = 1 2026-02-02 00:33:09 DEBUG 197.239.91.67 757551 3201 DefaultValues::fetchAll 2026-02-02 00:33:09 DEBUG 197.239.91.67 757551 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2026-02-02 00:33:09 DEBUG 197.239.91.67 757551 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llxme_user_rights as ur, llxme_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 LIKE '%_advance' 2026-02-02 00:33:09 DEBUG 197.239.91.67 757551 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llxme_usergroup_rights as gr, llxme_usergroup_user as gu, llxme_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 LIKE '%_advance' 2026-02-02 00:33:09 NOTICE 197.239.91.67 757551 3201 --- Access to POST /accountancy/admin/accountmodel.php - action=, massaction= 2026-02-02 00:33:09 DEBUG 197.239.91.67 757551 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 00:33:09 DEBUG 197.239.91.67 757551 3201 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, m.showtopmenuinframe FROM llxme_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 2026-02-02 00:33:09 DEBUG 197.239.91.67 757551 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:33:09 DEBUG 197.239.91.67 757551 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:33:09 DEBUG 197.239.91.67 757551 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:33:09 DEBUG 197.239.91.67 757551 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:33:09 DEBUG 197.239.91.67 757551 3201 sql=SELECT rowid, code, label, nature FROM llxme_accounting_journal WHERE entity = 1 AND active = 1 ORDER BY nature ASC, label DESC 2026-02-02 00:33:09 DEBUG 197.239.91.67 757551 3201 Form::select_country 2026-02-02 00:33:09 DEBUG 197.239.91.67 757551 3201 sql=SELECT rowid, code as code_iso, code_iso as code_iso3, label, favorite, eec FROM llxme_c_country WHERE active > 0 2026-02-02 00:33:09 DEBUG 197.239.91.67 757551 3201 htdocs/admin/dict 2026-02-02 00:33:09 DEBUG 197.239.91.67 757551 3201 sql=SELECT s.rowid as rowid, pcg_version, s.label, s.fk_country as country_id, c.code as country_code, c.label as country, s.active FROM llxme_accounting_system as s, llxme_c_country as c WHERE s.fk_country=c.rowid and c.active=1 LIMIT 1001 2026-02-02 00:33:09 DEBUG 197.239.91.67 757551 3201 Form::select_country 2026-02-02 00:33:09 DEBUG 197.239.91.67 757551 3201 sql=SELECT rowid, code as code_iso, code_iso as code_iso3, label, favorite, eec FROM llxme_c_country WHERE active > 0 2026-02-02 00:33:09 INFO 197.239.91.67 757551 3201 --- End access to /accountancy/admin/accountmodel.php 2026-02-02 00:33:31 DEBUG 197.239.91.67 758083 3201 - This is an already logged session. _SESSION['dol_login']=intendant _SESSION['dol_entity']=1 2026-02-02 00:33:31 DEBUG 197.239.91.67 758083 3201 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 llxme_user as u LEFT JOIN llxme_c_country as c ON u.fk_country = c.rowid LEFT JOIN llxme_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llxme_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IN (0, 1) AND u.login = 'intendant' ORDER BY u.entity ASC 2026-02-02 00:33:31 DEBUG 197.239.91.67 758083 3201 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, aiprompt, css, cssview, csslist FROM llxme_extrafields WHERE elementtype = 'user' ORDER BY pos 2026-02-02 00:33:31 DEBUG 197.239.91.67 758083 3201 sql=SELECT param, value FROM llxme_user_param WHERE fk_user = 1 AND entity = 1 2026-02-02 00:33:31 DEBUG 197.239.91.67 758083 3201 DefaultValues::fetchAll 2026-02-02 00:33:31 DEBUG 197.239.91.67 758083 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2026-02-02 00:33:31 DEBUG 197.239.91.67 758083 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llxme_user_rights as ur, llxme_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 LIKE '%_advance' 2026-02-02 00:33:31 DEBUG 197.239.91.67 758083 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llxme_usergroup_rights as gr, llxme_usergroup_user as gu, llxme_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 LIKE '%_advance' 2026-02-02 00:33:31 NOTICE 197.239.91.67 758083 3201 --- Access to POST /accountancy/admin/accountmodel.php - action=, massaction= 2026-02-02 00:33:31 DEBUG 197.239.91.67 758083 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 00:33:31 DEBUG 197.239.91.67 758083 3201 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, m.showtopmenuinframe FROM llxme_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 2026-02-02 00:33:31 DEBUG 197.239.91.67 758083 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:33:31 DEBUG 197.239.91.67 758083 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:33:31 DEBUG 197.239.91.67 758083 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:33:31 DEBUG 197.239.91.67 758083 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:33:31 DEBUG 197.239.91.67 758083 3201 sql=SELECT rowid, code, label, nature FROM llxme_accounting_journal WHERE entity = 1 AND active = 1 ORDER BY nature ASC, label DESC 2026-02-02 00:33:31 DEBUG 197.239.91.67 758083 3201 Form::select_country 2026-02-02 00:33:31 DEBUG 197.239.91.67 758083 3201 sql=SELECT rowid, code as code_iso, code_iso as code_iso3, label, favorite, eec FROM llxme_c_country WHERE active > 0 2026-02-02 00:33:31 DEBUG 197.239.91.67 758083 3201 htdocs/admin/dict 2026-02-02 00:33:31 DEBUG 197.239.91.67 758083 3201 sql=SELECT s.rowid as rowid, pcg_version, s.label, s.fk_country as country_id, c.code as country_code, c.label as country, s.active FROM llxme_accounting_system as s, llxme_c_country as c WHERE s.fk_country=c.rowid and c.active=1 AND c.rowid = 60 LIMIT 1001 2026-02-02 00:33:31 DEBUG 197.239.91.67 758083 3201 Form::select_country 2026-02-02 00:33:31 DEBUG 197.239.91.67 758083 3201 sql=SELECT rowid, code as code_iso, code_iso as code_iso3, label, favorite, eec FROM llxme_c_country WHERE active > 0 2026-02-02 00:33:31 INFO 197.239.91.67 758083 3201 Save lastsearch_values_tmp_accountancy/admin/accountmodel.php={"search_country_id":"60"} (systematic recording of last search criteria) 2026-02-02 00:33:31 INFO 197.239.91.67 758083 3201 --- End access to /accountancy/admin/accountmodel.php 2026-02-02 00:34:25 DEBUG 197.239.91.67 760176 3201 - This is an already logged session. _SESSION['dol_login']=intendant _SESSION['dol_entity']=1 2026-02-02 00:34:25 DEBUG 197.239.91.67 760176 3201 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 llxme_user as u LEFT JOIN llxme_c_country as c ON u.fk_country = c.rowid LEFT JOIN llxme_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llxme_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IN (0, 1) AND u.login = 'intendant' ORDER BY u.entity ASC 2026-02-02 00:34:25 DEBUG 197.239.91.67 760176 3201 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, aiprompt, css, cssview, csslist FROM llxme_extrafields WHERE elementtype = 'user' ORDER BY pos 2026-02-02 00:34:25 DEBUG 197.239.91.67 760176 3201 sql=SELECT param, value FROM llxme_user_param WHERE fk_user = 1 AND entity = 1 2026-02-02 00:34:25 DEBUG 197.239.91.67 760176 3201 DefaultValues::fetchAll 2026-02-02 00:34:25 DEBUG 197.239.91.67 760176 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2026-02-02 00:34:25 DEBUG 197.239.91.67 760176 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llxme_user_rights as ur, llxme_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 LIKE '%_advance' 2026-02-02 00:34:25 DEBUG 197.239.91.67 760176 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llxme_usergroup_rights as gr, llxme_usergroup_user as gu, llxme_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 LIKE '%_advance' 2026-02-02 00:34:25 NOTICE 197.239.91.67 760176 3201 --- Access to GET /accountancy/admin/accountmodel.php - action=edit, massaction= 2026-02-02 00:34:25 DEBUG 197.239.91.67 760176 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 00:34:25 DEBUG 197.239.91.67 760176 3201 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, m.showtopmenuinframe FROM llxme_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 2026-02-02 00:34:25 DEBUG 197.239.91.67 760176 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:34:25 DEBUG 197.239.91.67 760176 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:34:25 DEBUG 197.239.91.67 760176 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:34:25 DEBUG 197.239.91.67 760176 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:34:25 DEBUG 197.239.91.67 760176 3201 sql=SELECT rowid, code, label, nature FROM llxme_accounting_journal WHERE entity = 1 AND active = 1 ORDER BY nature ASC, label DESC 2026-02-02 00:34:25 DEBUG 197.239.91.67 760176 3201 Form::select_country 2026-02-02 00:34:25 DEBUG 197.239.91.67 760176 3201 sql=SELECT rowid, code as code_iso, code_iso as code_iso3, label, favorite, eec FROM llxme_c_country WHERE active > 0 2026-02-02 00:34:25 DEBUG 197.239.91.67 760176 3201 htdocs/admin/dict 2026-02-02 00:34:25 DEBUG 197.239.91.67 760176 3201 sql=SELECT s.rowid as rowid, pcg_version, s.label, s.fk_country as country_id, c.code as country_code, c.label as country, s.active FROM llxme_accounting_system as s, llxme_c_country as c WHERE s.fk_country=c.rowid and c.active=1 AND c.rowid = 60 LIMIT 1001 2026-02-02 00:34:25 DEBUG 197.239.91.67 760176 3201 Form::select_country 2026-02-02 00:34:25 DEBUG 197.239.91.67 760176 3201 sql=SELECT rowid, code as code_iso, code_iso as code_iso3, label, favorite, eec FROM llxme_c_country WHERE active > 0 2026-02-02 00:34:25 DEBUG 197.239.91.67 760176 3201 Form::select_country 2026-02-02 00:34:25 DEBUG 197.239.91.67 760176 3201 sql=SELECT rowid, code as code_iso, code_iso as code_iso3, label, favorite, eec FROM llxme_c_country WHERE active > 0 2026-02-02 00:34:25 INFO 197.239.91.67 760176 3201 Save lastsearch_values_tmp_accountancy/admin/accountmodel.php={"search_country_id":"60"} (systematic recording of last search criteria) 2026-02-02 00:34:25 INFO 197.239.91.67 760176 3201 --- End access to /accountancy/admin/accountmodel.php 2026-02-02 00:34:39 DEBUG 197.239.91.67 760721 3201 - This is an already logged session. _SESSION['dol_login']=intendant _SESSION['dol_entity']=1 2026-02-02 00:34:39 DEBUG 197.239.91.67 760721 3201 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 llxme_user as u LEFT JOIN llxme_c_country as c ON u.fk_country = c.rowid LEFT JOIN llxme_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llxme_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IN (0, 1) AND u.login = 'intendant' ORDER BY u.entity ASC 2026-02-02 00:34:39 DEBUG 197.239.91.67 760721 3201 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, aiprompt, css, cssview, csslist FROM llxme_extrafields WHERE elementtype = 'user' ORDER BY pos 2026-02-02 00:34:39 DEBUG 197.239.91.67 760721 3201 sql=SELECT param, value FROM llxme_user_param WHERE fk_user = 1 AND entity = 1 2026-02-02 00:34:39 DEBUG 197.239.91.67 760721 3201 DefaultValues::fetchAll 2026-02-02 00:34:39 DEBUG 197.239.91.67 760721 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2026-02-02 00:34:39 DEBUG 197.239.91.67 760721 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llxme_user_rights as ur, llxme_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 LIKE '%_advance' 2026-02-02 00:34:39 DEBUG 197.239.91.67 760721 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llxme_usergroup_rights as gr, llxme_usergroup_user as gu, llxme_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 LIKE '%_advance' 2026-02-02 00:34:39 NOTICE 197.239.91.67 760721 3201 --- Access to GET /accountancy/admin/account.php - action=, massaction= 2026-02-02 00:34:39 DEBUG 197.239.91.67 760721 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 00:34:39 DEBUG 197.239.91.67 760721 3201 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, m.showtopmenuinframe FROM llxme_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 2026-02-02 00:34:39 DEBUG 197.239.91.67 760721 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:34:39 DEBUG 197.239.91.67 760721 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:34:39 DEBUG 197.239.91.67 760721 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:34:39 DEBUG 197.239.91.67 760721 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:34:39 DEBUG 197.239.91.67 760721 3201 sql=SELECT rowid, code, label, nature FROM llxme_accounting_journal WHERE entity = 1 AND active = 1 ORDER BY nature ASC, label DESC 2026-02-02 00:34:39 DEBUG 197.239.91.67 760721 3201 sql=SELECT aa.rowid, aa.fk_pcg_version, aa.pcg_type, aa.account_number, aa.account_parent, aa.label, aa.labelshort, aa.fk_accounting_category, aa.reconcilable, aa.centralized, aa.active, aa.import_key, a2.rowid as rowid2, a2.label as label2, a2.account_number as account_number2 FROM llxme_accounting_account as aa LEFT JOIN llxme_accounting_system as asy ON aa.fk_pcg_version = asy.pcg_version AND aa.entity = 1 LEFT JOIN llxme_accounting_account as a2 ON a2.rowid = aa.account_parent AND a2.entity = 1 WHERE asy.rowid = 2 ORDER BY aa.account_number ASC 2026-02-02 00:34:39 INFO 197.239.91.67 760721 3201 accountancy/admin/account.php:: sql=SELECT aa.rowid, aa.fk_pcg_version, aa.pcg_type, aa.account_number, aa.account_parent, aa.label, aa.labelshort, aa.fk_accounting_category, aa.reconcilable, aa.centralized, aa.active, aa.import_key, a2.rowid as rowid2, a2.label as label2, a2.account_number as account_number2 FROM llxme_accounting_account as aa LEFT JOIN llxme_accounting_system as asy ON aa.fk_pcg_version = asy.pcg_version AND aa.entity = 1 LEFT JOIN llxme_accounting_account as a2 ON a2.rowid = aa.account_parent AND a2.entity = 1 WHERE asy.rowid = 2 ORDER BY aa.account_number ASC LIMIT 21 2026-02-02 00:34:39 DEBUG 197.239.91.67 760721 3201 sql=SELECT aa.rowid, aa.fk_pcg_version, aa.pcg_type, aa.account_number, aa.account_parent, aa.label, aa.labelshort, aa.fk_accounting_category, aa.reconcilable, aa.centralized, aa.active, aa.import_key, a2.rowid as rowid2, a2.label as label2, a2.account_number as account_number2 FROM llxme_accounting_account as aa LEFT JOIN llxme_accounting_system as asy ON aa.fk_pcg_version = asy.pcg_version AND aa.entity = 1 LEFT JOIN llxme_accounting_account as a2 ON a2.rowid = aa.account_parent AND a2.entity = 1 WHERE asy.rowid = 2 ORDER BY aa.account_number ASC LIMIT 21 2026-02-02 00:34:39 INFO 197.239.91.67 760721 3201 accountancy/admin/account.php sql=SELECT a.rowid, a.pcg_version, a.label, a.active, c.code as country_code FROM llxme_accounting_system as a LEFT JOIN llxme_c_country as c ON a.fk_country = c.rowid AND c.active = 1 WHERE a.active = 1 ORDER BY c.code, a.pcg_version 2026-02-02 00:34:39 DEBUG 197.239.91.67 760721 3201 sql=SELECT a.rowid, a.pcg_version, a.label, a.active, c.code as country_code FROM llxme_accounting_system as a LEFT JOIN llxme_c_country as c ON a.fk_country = c.rowid AND c.active = 1 WHERE a.active = 1 ORDER BY c.code, a.pcg_version 2026-02-02 00:34:39 DEBUG 197.239.91.67 760721 3201 FormAccounting::select_account 2026-02-02 00:34:39 DEBUG 197.239.91.67 760721 3201 sql=SELECT DISTINCT aa.account_number, aa.label, aa.labelshort, aa.rowid, aa.fk_pcg_version, aa.centralized FROM llxme_accounting_account as aa INNER JOIN llxme_accounting_system as asy ON aa.fk_pcg_version = asy.pcg_version AND asy.rowid = 2 AND aa.active = 1 AND aa.entity=1 ORDER BY aa.account_number 2026-02-02 00:34:39 INFO 197.239.91.67 760721 3201 --- End access to /accountancy/admin/account.php 2026-02-02 00:34:43 DEBUG 197.239.91.67 760721 3201 - This is an already logged session. _SESSION['dol_login']=intendant _SESSION['dol_entity']=1 2026-02-02 00:34:43 DEBUG 197.239.91.67 760721 3201 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 llxme_user as u LEFT JOIN llxme_c_country as c ON u.fk_country = c.rowid LEFT JOIN llxme_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llxme_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IN (0, 1) AND u.login = 'intendant' ORDER BY u.entity ASC 2026-02-02 00:34:43 DEBUG 197.239.91.67 760721 3201 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, aiprompt, css, cssview, csslist FROM llxme_extrafields WHERE elementtype = 'user' ORDER BY pos 2026-02-02 00:34:43 DEBUG 197.239.91.67 760721 3201 sql=SELECT param, value FROM llxme_user_param WHERE fk_user = 1 AND entity = 1 2026-02-02 00:34:43 DEBUG 197.239.91.67 760721 3201 DefaultValues::fetchAll 2026-02-02 00:34:43 DEBUG 197.239.91.67 760721 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2026-02-02 00:34:43 DEBUG 197.239.91.67 760721 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llxme_user_rights as ur, llxme_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 LIKE '%_advance' 2026-02-02 00:34:43 DEBUG 197.239.91.67 760721 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llxme_usergroup_rights as gr, llxme_usergroup_user as gu, llxme_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 LIKE '%_advance' 2026-02-02 00:34:43 NOTICE 197.239.91.67 760721 3201 --- Access to GET /accountancy/admin/accountmodel.php - action=, massaction= 2026-02-02 00:34:43 DEBUG 197.239.91.67 760721 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 00:34:43 DEBUG 197.239.91.67 760721 3201 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, m.showtopmenuinframe FROM llxme_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 2026-02-02 00:34:43 DEBUG 197.239.91.67 760721 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:34:43 DEBUG 197.239.91.67 760721 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:34:43 DEBUG 197.239.91.67 760721 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:34:43 DEBUG 197.239.91.67 760721 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:34:43 DEBUG 197.239.91.67 760721 3201 sql=SELECT rowid, code, label, nature FROM llxme_accounting_journal WHERE entity = 1 AND active = 1 ORDER BY nature ASC, label DESC 2026-02-02 00:34:43 DEBUG 197.239.91.67 760721 3201 Form::select_country 2026-02-02 00:34:43 DEBUG 197.239.91.67 760721 3201 sql=SELECT rowid, code as code_iso, code_iso as code_iso3, label, favorite, eec FROM llxme_c_country WHERE active > 0 2026-02-02 00:34:43 DEBUG 197.239.91.67 760721 3201 htdocs/admin/dict 2026-02-02 00:34:43 DEBUG 197.239.91.67 760721 3201 sql=SELECT s.rowid as rowid, pcg_version, s.label, s.fk_country as country_id, c.code as country_code, c.label as country, s.active FROM llxme_accounting_system as s, llxme_c_country as c WHERE s.fk_country=c.rowid and c.active=1 LIMIT 1001 2026-02-02 00:34:43 DEBUG 197.239.91.67 760721 3201 Form::select_country 2026-02-02 00:34:43 DEBUG 197.239.91.67 760721 3201 sql=SELECT rowid, code as code_iso, code_iso as code_iso3, label, favorite, eec FROM llxme_c_country WHERE active > 0 2026-02-02 00:34:43 INFO 197.239.91.67 760721 3201 --- End access to /accountancy/admin/accountmodel.php 2026-02-02 00:35:00 DEBUG 197.239.91.67 762393 3201 - This is an already logged session. _SESSION['dol_login']=intendant _SESSION['dol_entity']=1 2026-02-02 00:35:00 DEBUG 197.239.91.67 762393 3201 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 llxme_user as u LEFT JOIN llxme_c_country as c ON u.fk_country = c.rowid LEFT JOIN llxme_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llxme_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IN (0, 1) AND u.login = 'intendant' ORDER BY u.entity ASC 2026-02-02 00:35:00 DEBUG 197.239.91.67 762393 3201 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, aiprompt, css, cssview, csslist FROM llxme_extrafields WHERE elementtype = 'user' ORDER BY pos 2026-02-02 00:35:00 DEBUG 197.239.91.67 762393 3201 sql=SELECT param, value FROM llxme_user_param WHERE fk_user = 1 AND entity = 1 2026-02-02 00:35:00 DEBUG 197.239.91.67 762393 3201 DefaultValues::fetchAll 2026-02-02 00:35:00 DEBUG 197.239.91.67 762393 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2026-02-02 00:35:00 DEBUG 197.239.91.67 762393 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llxme_user_rights as ur, llxme_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 LIKE '%_advance' 2026-02-02 00:35:00 DEBUG 197.239.91.67 762393 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llxme_usergroup_rights as gr, llxme_usergroup_user as gu, llxme_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 LIKE '%_advance' 2026-02-02 00:35:00 NOTICE 197.239.91.67 762393 3201 --- Access to GET /accountancy/admin/accountmodel.php - action=disable, massaction= 2026-02-02 00:35:00 DEBUG 197.239.91.67 762393 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 00:35:00 DEBUG 197.239.91.67 762393 3201 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, m.showtopmenuinframe FROM llxme_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 2026-02-02 00:35:00 DEBUG 197.239.91.67 762393 3201 sql=UPDATE llxme_accounting_system SET active = 0 WHERE rowid = 1 2026-02-02 00:35:00 DEBUG 197.239.91.67 762393 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:35:00 DEBUG 197.239.91.67 762393 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:35:00 DEBUG 197.239.91.67 762393 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:35:00 DEBUG 197.239.91.67 762393 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:35:00 DEBUG 197.239.91.67 762393 3201 sql=SELECT rowid, code, label, nature FROM llxme_accounting_journal WHERE entity = 1 AND active = 1 ORDER BY nature ASC, label DESC 2026-02-02 00:35:00 DEBUG 197.239.91.67 762393 3201 Form::select_country 2026-02-02 00:35:00 DEBUG 197.239.91.67 762393 3201 sql=SELECT rowid, code as code_iso, code_iso as code_iso3, label, favorite, eec FROM llxme_c_country WHERE active > 0 2026-02-02 00:35:00 DEBUG 197.239.91.67 762393 3201 htdocs/admin/dict 2026-02-02 00:35:00 DEBUG 197.239.91.67 762393 3201 sql=SELECT s.rowid as rowid, pcg_version, s.label, s.fk_country as country_id, c.code as country_code, c.label as country, s.active FROM llxme_accounting_system as s, llxme_c_country as c WHERE s.fk_country=c.rowid and c.active=1 LIMIT 1001 2026-02-02 00:35:00 DEBUG 197.239.91.67 762393 3201 Form::select_country 2026-02-02 00:35:00 DEBUG 197.239.91.67 762393 3201 sql=SELECT rowid, code as code_iso, code_iso as code_iso3, label, favorite, eec FROM llxme_c_country WHERE active > 0 2026-02-02 00:35:00 INFO 197.239.91.67 762393 3201 --- End access to /accountancy/admin/accountmodel.php 2026-02-02 00:35:01 DEBUG 197.239.91.67 762393 3201 - This is an already logged session. _SESSION['dol_login']=intendant _SESSION['dol_entity']=1 2026-02-02 00:35:01 DEBUG 197.239.91.67 762393 3201 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 llxme_user as u LEFT JOIN llxme_c_country as c ON u.fk_country = c.rowid LEFT JOIN llxme_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llxme_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IN (0, 1) AND u.login = 'intendant' ORDER BY u.entity ASC 2026-02-02 00:35:01 DEBUG 197.239.91.67 762393 3201 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, aiprompt, css, cssview, csslist FROM llxme_extrafields WHERE elementtype = 'user' ORDER BY pos 2026-02-02 00:35:01 DEBUG 197.239.91.67 762393 3201 sql=SELECT param, value FROM llxme_user_param WHERE fk_user = 1 AND entity = 1 2026-02-02 00:35:01 DEBUG 197.239.91.67 762393 3201 DefaultValues::fetchAll 2026-02-02 00:35:01 DEBUG 197.239.91.67 762393 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2026-02-02 00:35:01 DEBUG 197.239.91.67 762393 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llxme_user_rights as ur, llxme_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 LIKE '%_advance' 2026-02-02 00:35:01 DEBUG 197.239.91.67 762393 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llxme_usergroup_rights as gr, llxme_usergroup_user as gu, llxme_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 LIKE '%_advance' 2026-02-02 00:35:01 NOTICE 197.239.91.67 762393 3201 --- Access to GET /accountancy/admin/accountmodel.php - action=disable, massaction= 2026-02-02 00:35:01 DEBUG 197.239.91.67 762393 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 00:35:01 DEBUG 197.239.91.67 762393 3201 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, m.showtopmenuinframe FROM llxme_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 2026-02-02 00:35:01 DEBUG 197.239.91.67 762393 3201 sql=UPDATE llxme_accounting_system SET active = 0 WHERE rowid = 2 2026-02-02 00:35:01 DEBUG 197.239.91.67 762393 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:35:01 DEBUG 197.239.91.67 762393 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:35:01 DEBUG 197.239.91.67 762393 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:35:01 DEBUG 197.239.91.67 762393 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:35:01 DEBUG 197.239.91.67 762393 3201 sql=SELECT rowid, code, label, nature FROM llxme_accounting_journal WHERE entity = 1 AND active = 1 ORDER BY nature ASC, label DESC 2026-02-02 00:35:01 DEBUG 197.239.91.67 762393 3201 Form::select_country 2026-02-02 00:35:01 DEBUG 197.239.91.67 762393 3201 sql=SELECT rowid, code as code_iso, code_iso as code_iso3, label, favorite, eec FROM llxme_c_country WHERE active > 0 2026-02-02 00:35:01 DEBUG 197.239.91.67 762393 3201 htdocs/admin/dict 2026-02-02 00:35:01 DEBUG 197.239.91.67 762393 3201 sql=SELECT s.rowid as rowid, pcg_version, s.label, s.fk_country as country_id, c.code as country_code, c.label as country, s.active FROM llxme_accounting_system as s, llxme_c_country as c WHERE s.fk_country=c.rowid and c.active=1 LIMIT 1001 2026-02-02 00:35:01 DEBUG 197.239.91.67 762393 3201 Form::select_country 2026-02-02 00:35:01 DEBUG 197.239.91.67 762393 3201 sql=SELECT rowid, code as code_iso, code_iso as code_iso3, label, favorite, eec FROM llxme_c_country WHERE active > 0 2026-02-02 00:35:01 INFO 197.239.91.67 762393 3201 --- End access to /accountancy/admin/accountmodel.php 2026-02-02 00:35:02 DEBUG 197.239.91.67 762393 3201 - This is an already logged session. _SESSION['dol_login']=intendant _SESSION['dol_entity']=1 2026-02-02 00:35:02 DEBUG 197.239.91.67 762393 3201 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 llxme_user as u LEFT JOIN llxme_c_country as c ON u.fk_country = c.rowid LEFT JOIN llxme_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llxme_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IN (0, 1) AND u.login = 'intendant' ORDER BY u.entity ASC 2026-02-02 00:35:02 DEBUG 197.239.91.67 762393 3201 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, aiprompt, css, cssview, csslist FROM llxme_extrafields WHERE elementtype = 'user' ORDER BY pos 2026-02-02 00:35:02 DEBUG 197.239.91.67 762393 3201 sql=SELECT param, value FROM llxme_user_param WHERE fk_user = 1 AND entity = 1 2026-02-02 00:35:02 DEBUG 197.239.91.67 762393 3201 DefaultValues::fetchAll 2026-02-02 00:35:02 DEBUG 197.239.91.67 762393 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2026-02-02 00:35:02 DEBUG 197.239.91.67 762393 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llxme_user_rights as ur, llxme_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 LIKE '%_advance' 2026-02-02 00:35:02 DEBUG 197.239.91.67 762393 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llxme_usergroup_rights as gr, llxme_usergroup_user as gu, llxme_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 LIKE '%_advance' 2026-02-02 00:35:02 NOTICE 197.239.91.67 762393 3201 --- Access to GET /accountancy/admin/accountmodel.php - action=disable, massaction= 2026-02-02 00:35:02 DEBUG 197.239.91.67 762393 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 00:35:02 DEBUG 197.239.91.67 762393 3201 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, m.showtopmenuinframe FROM llxme_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 2026-02-02 00:35:02 DEBUG 197.239.91.67 762393 3201 sql=UPDATE llxme_accounting_system SET active = 0 WHERE rowid = 3 2026-02-02 00:35:02 DEBUG 197.239.91.67 762393 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:35:02 DEBUG 197.239.91.67 762393 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:35:02 DEBUG 197.239.91.67 762393 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:35:02 DEBUG 197.239.91.67 762393 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:35:02 DEBUG 197.239.91.67 762393 3201 sql=SELECT rowid, code, label, nature FROM llxme_accounting_journal WHERE entity = 1 AND active = 1 ORDER BY nature ASC, label DESC 2026-02-02 00:35:02 DEBUG 197.239.91.67 762393 3201 Form::select_country 2026-02-02 00:35:02 DEBUG 197.239.91.67 762393 3201 sql=SELECT rowid, code as code_iso, code_iso as code_iso3, label, favorite, eec FROM llxme_c_country WHERE active > 0 2026-02-02 00:35:02 DEBUG 197.239.91.67 762393 3201 htdocs/admin/dict 2026-02-02 00:35:02 DEBUG 197.239.91.67 762393 3201 sql=SELECT s.rowid as rowid, pcg_version, s.label, s.fk_country as country_id, c.code as country_code, c.label as country, s.active FROM llxme_accounting_system as s, llxme_c_country as c WHERE s.fk_country=c.rowid and c.active=1 LIMIT 1001 2026-02-02 00:35:02 DEBUG 197.239.91.67 762393 3201 Form::select_country 2026-02-02 00:35:02 DEBUG 197.239.91.67 762393 3201 sql=SELECT rowid, code as code_iso, code_iso as code_iso3, label, favorite, eec FROM llxme_c_country WHERE active > 0 2026-02-02 00:35:02 INFO 197.239.91.67 762393 3201 --- End access to /accountancy/admin/accountmodel.php 2026-02-02 00:35:03 DEBUG 197.239.91.67 762393 3201 - This is an already logged session. _SESSION['dol_login']=intendant _SESSION['dol_entity']=1 2026-02-02 00:35:03 DEBUG 197.239.91.67 762393 3201 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 llxme_user as u LEFT JOIN llxme_c_country as c ON u.fk_country = c.rowid LEFT JOIN llxme_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llxme_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IN (0, 1) AND u.login = 'intendant' ORDER BY u.entity ASC 2026-02-02 00:35:03 DEBUG 197.239.91.67 762393 3201 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, aiprompt, css, cssview, csslist FROM llxme_extrafields WHERE elementtype = 'user' ORDER BY pos 2026-02-02 00:35:03 DEBUG 197.239.91.67 762393 3201 sql=SELECT param, value FROM llxme_user_param WHERE fk_user = 1 AND entity = 1 2026-02-02 00:35:03 DEBUG 197.239.91.67 762393 3201 DefaultValues::fetchAll 2026-02-02 00:35:03 DEBUG 197.239.91.67 762393 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2026-02-02 00:35:03 DEBUG 197.239.91.67 762393 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llxme_user_rights as ur, llxme_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 LIKE '%_advance' 2026-02-02 00:35:03 DEBUG 197.239.91.67 762393 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llxme_usergroup_rights as gr, llxme_usergroup_user as gu, llxme_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 LIKE '%_advance' 2026-02-02 00:35:03 NOTICE 197.239.91.67 762393 3201 --- Access to GET /accountancy/admin/accountmodel.php - action=disable, massaction= 2026-02-02 00:35:03 DEBUG 197.239.91.67 762393 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 00:35:03 DEBUG 197.239.91.67 762393 3201 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, m.showtopmenuinframe FROM llxme_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 2026-02-02 00:35:03 DEBUG 197.239.91.67 762393 3201 sql=UPDATE llxme_accounting_system SET active = 0 WHERE rowid = 4 2026-02-02 00:35:03 DEBUG 197.239.91.67 762393 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:35:03 DEBUG 197.239.91.67 762393 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:35:03 DEBUG 197.239.91.67 762393 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:35:03 DEBUG 197.239.91.67 762393 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:35:03 DEBUG 197.239.91.67 762393 3201 sql=SELECT rowid, code, label, nature FROM llxme_accounting_journal WHERE entity = 1 AND active = 1 ORDER BY nature ASC, label DESC 2026-02-02 00:35:03 DEBUG 197.239.91.67 762393 3201 Form::select_country 2026-02-02 00:35:03 DEBUG 197.239.91.67 762393 3201 sql=SELECT rowid, code as code_iso, code_iso as code_iso3, label, favorite, eec FROM llxme_c_country WHERE active > 0 2026-02-02 00:35:03 DEBUG 197.239.91.67 762393 3201 htdocs/admin/dict 2026-02-02 00:35:03 DEBUG 197.239.91.67 762393 3201 sql=SELECT s.rowid as rowid, pcg_version, s.label, s.fk_country as country_id, c.code as country_code, c.label as country, s.active FROM llxme_accounting_system as s, llxme_c_country as c WHERE s.fk_country=c.rowid and c.active=1 LIMIT 1001 2026-02-02 00:35:03 DEBUG 197.239.91.67 762393 3201 Form::select_country 2026-02-02 00:35:03 DEBUG 197.239.91.67 762393 3201 sql=SELECT rowid, code as code_iso, code_iso as code_iso3, label, favorite, eec FROM llxme_c_country WHERE active > 0 2026-02-02 00:35:03 INFO 197.239.91.67 762393 3201 --- End access to /accountancy/admin/accountmodel.php 2026-02-02 00:35:05 DEBUG 197.239.91.67 762393 3201 - This is an already logged session. _SESSION['dol_login']=intendant _SESSION['dol_entity']=1 2026-02-02 00:35:05 DEBUG 197.239.91.67 762393 3201 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 llxme_user as u LEFT JOIN llxme_c_country as c ON u.fk_country = c.rowid LEFT JOIN llxme_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llxme_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IN (0, 1) AND u.login = 'intendant' ORDER BY u.entity ASC 2026-02-02 00:35:05 DEBUG 197.239.91.67 762393 3201 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, aiprompt, css, cssview, csslist FROM llxme_extrafields WHERE elementtype = 'user' ORDER BY pos 2026-02-02 00:35:05 DEBUG 197.239.91.67 762393 3201 sql=SELECT param, value FROM llxme_user_param WHERE fk_user = 1 AND entity = 1 2026-02-02 00:35:05 DEBUG 197.239.91.67 762393 3201 DefaultValues::fetchAll 2026-02-02 00:35:05 DEBUG 197.239.91.67 762393 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2026-02-02 00:35:05 DEBUG 197.239.91.67 762393 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llxme_user_rights as ur, llxme_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 LIKE '%_advance' 2026-02-02 00:35:05 DEBUG 197.239.91.67 762393 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llxme_usergroup_rights as gr, llxme_usergroup_user as gu, llxme_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 LIKE '%_advance' 2026-02-02 00:35:05 NOTICE 197.239.91.67 762393 3201 --- Access to GET /accountancy/admin/accountmodel.php - action=disable, massaction= 2026-02-02 00:35:05 DEBUG 197.239.91.67 762393 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 00:35:05 DEBUG 197.239.91.67 762393 3201 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, m.showtopmenuinframe FROM llxme_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 2026-02-02 00:35:05 DEBUG 197.239.91.67 762393 3201 sql=UPDATE llxme_accounting_system SET active = 0 WHERE rowid = 5 2026-02-02 00:35:05 DEBUG 197.239.91.67 762393 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:35:05 DEBUG 197.239.91.67 762393 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:35:05 DEBUG 197.239.91.67 762393 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:35:05 DEBUG 197.239.91.67 762393 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:35:05 DEBUG 197.239.91.67 762393 3201 sql=SELECT rowid, code, label, nature FROM llxme_accounting_journal WHERE entity = 1 AND active = 1 ORDER BY nature ASC, label DESC 2026-02-02 00:35:05 DEBUG 197.239.91.67 762393 3201 Form::select_country 2026-02-02 00:35:05 DEBUG 197.239.91.67 762393 3201 sql=SELECT rowid, code as code_iso, code_iso as code_iso3, label, favorite, eec FROM llxme_c_country WHERE active > 0 2026-02-02 00:35:05 DEBUG 197.239.91.67 762393 3201 htdocs/admin/dict 2026-02-02 00:35:05 DEBUG 197.239.91.67 762393 3201 sql=SELECT s.rowid as rowid, pcg_version, s.label, s.fk_country as country_id, c.code as country_code, c.label as country, s.active FROM llxme_accounting_system as s, llxme_c_country as c WHERE s.fk_country=c.rowid and c.active=1 LIMIT 1001 2026-02-02 00:35:05 DEBUG 197.239.91.67 762393 3201 Form::select_country 2026-02-02 00:35:05 DEBUG 197.239.91.67 762393 3201 sql=SELECT rowid, code as code_iso, code_iso as code_iso3, label, favorite, eec FROM llxme_c_country WHERE active > 0 2026-02-02 00:35:05 INFO 197.239.91.67 762393 3201 --- End access to /accountancy/admin/accountmodel.php 2026-02-02 00:35:06 DEBUG 197.239.91.67 762393 3201 - This is an already logged session. _SESSION['dol_login']=intendant _SESSION['dol_entity']=1 2026-02-02 00:35:06 DEBUG 197.239.91.67 762393 3201 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 llxme_user as u LEFT JOIN llxme_c_country as c ON u.fk_country = c.rowid LEFT JOIN llxme_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llxme_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IN (0, 1) AND u.login = 'intendant' ORDER BY u.entity ASC 2026-02-02 00:35:06 DEBUG 197.239.91.67 762393 3201 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, aiprompt, css, cssview, csslist FROM llxme_extrafields WHERE elementtype = 'user' ORDER BY pos 2026-02-02 00:35:06 DEBUG 197.239.91.67 762393 3201 sql=SELECT param, value FROM llxme_user_param WHERE fk_user = 1 AND entity = 1 2026-02-02 00:35:06 DEBUG 197.239.91.67 762393 3201 DefaultValues::fetchAll 2026-02-02 00:35:06 DEBUG 197.239.91.67 762393 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2026-02-02 00:35:06 DEBUG 197.239.91.67 762393 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llxme_user_rights as ur, llxme_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 LIKE '%_advance' 2026-02-02 00:35:06 DEBUG 197.239.91.67 762393 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llxme_usergroup_rights as gr, llxme_usergroup_user as gu, llxme_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 LIKE '%_advance' 2026-02-02 00:35:06 NOTICE 197.239.91.67 762393 3201 --- Access to GET /accountancy/admin/accountmodel.php - action=disable, massaction= 2026-02-02 00:35:06 DEBUG 197.239.91.67 762393 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 00:35:06 DEBUG 197.239.91.67 762393 3201 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, m.showtopmenuinframe FROM llxme_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 2026-02-02 00:35:06 DEBUG 197.239.91.67 762393 3201 sql=UPDATE llxme_accounting_system SET active = 0 WHERE rowid = 6 2026-02-02 00:35:06 DEBUG 197.239.91.67 762393 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:35:06 DEBUG 197.239.91.67 762393 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:35:06 DEBUG 197.239.91.67 762393 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:35:06 DEBUG 197.239.91.67 762393 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:35:06 DEBUG 197.239.91.67 762393 3201 sql=SELECT rowid, code, label, nature FROM llxme_accounting_journal WHERE entity = 1 AND active = 1 ORDER BY nature ASC, label DESC 2026-02-02 00:35:06 DEBUG 197.239.91.67 762393 3201 Form::select_country 2026-02-02 00:35:06 DEBUG 197.239.91.67 762393 3201 sql=SELECT rowid, code as code_iso, code_iso as code_iso3, label, favorite, eec FROM llxme_c_country WHERE active > 0 2026-02-02 00:35:06 DEBUG 197.239.91.67 762393 3201 htdocs/admin/dict 2026-02-02 00:35:06 DEBUG 197.239.91.67 762393 3201 sql=SELECT s.rowid as rowid, pcg_version, s.label, s.fk_country as country_id, c.code as country_code, c.label as country, s.active FROM llxme_accounting_system as s, llxme_c_country as c WHERE s.fk_country=c.rowid and c.active=1 LIMIT 1001 2026-02-02 00:35:06 DEBUG 197.239.91.67 762393 3201 Form::select_country 2026-02-02 00:35:06 DEBUG 197.239.91.67 762393 3201 sql=SELECT rowid, code as code_iso, code_iso as code_iso3, label, favorite, eec FROM llxme_c_country WHERE active > 0 2026-02-02 00:35:06 INFO 197.239.91.67 762393 3201 --- End access to /accountancy/admin/accountmodel.php 2026-02-02 00:35:12 DEBUG 197.239.91.67 763031 3201 - This is an already logged session. _SESSION['dol_login']=intendant _SESSION['dol_entity']=1 2026-02-02 00:35:12 DEBUG 197.239.91.67 763031 3201 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 llxme_user as u LEFT JOIN llxme_c_country as c ON u.fk_country = c.rowid LEFT JOIN llxme_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llxme_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IN (0, 1) AND u.login = 'intendant' ORDER BY u.entity ASC 2026-02-02 00:35:12 DEBUG 197.239.91.67 763031 3201 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, aiprompt, css, cssview, csslist FROM llxme_extrafields WHERE elementtype = 'user' ORDER BY pos 2026-02-02 00:35:12 DEBUG 197.239.91.67 763031 3201 sql=SELECT param, value FROM llxme_user_param WHERE fk_user = 1 AND entity = 1 2026-02-02 00:35:12 DEBUG 197.239.91.67 763031 3201 DefaultValues::fetchAll 2026-02-02 00:35:12 DEBUG 197.239.91.67 763031 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2026-02-02 00:35:12 DEBUG 197.239.91.67 763031 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llxme_user_rights as ur, llxme_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 LIKE '%_advance' 2026-02-02 00:35:12 DEBUG 197.239.91.67 763031 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llxme_usergroup_rights as gr, llxme_usergroup_user as gu, llxme_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 LIKE '%_advance' 2026-02-02 00:35:12 NOTICE 197.239.91.67 763031 3201 --- Access to GET /accountancy/admin/accountmodel.php - action=disable, massaction= 2026-02-02 00:35:12 DEBUG 197.239.91.67 763031 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 00:35:12 DEBUG 197.239.91.67 763031 3201 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, m.showtopmenuinframe FROM llxme_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 2026-02-02 00:35:12 DEBUG 197.239.91.67 763031 3201 sql=UPDATE llxme_accounting_system SET active = 0 WHERE rowid = 7 2026-02-02 00:35:12 DEBUG 197.239.91.67 763031 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:35:12 DEBUG 197.239.91.67 763031 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:35:12 DEBUG 197.239.91.67 763031 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:35:12 DEBUG 197.239.91.67 763031 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:35:12 DEBUG 197.239.91.67 763031 3201 sql=SELECT rowid, code, label, nature FROM llxme_accounting_journal WHERE entity = 1 AND active = 1 ORDER BY nature ASC, label DESC 2026-02-02 00:35:12 DEBUG 197.239.91.67 763031 3201 Form::select_country 2026-02-02 00:35:12 DEBUG 197.239.91.67 763031 3201 sql=SELECT rowid, code as code_iso, code_iso as code_iso3, label, favorite, eec FROM llxme_c_country WHERE active > 0 2026-02-02 00:35:12 DEBUG 197.239.91.67 763031 3201 htdocs/admin/dict 2026-02-02 00:35:12 DEBUG 197.239.91.67 763031 3201 sql=SELECT s.rowid as rowid, pcg_version, s.label, s.fk_country as country_id, c.code as country_code, c.label as country, s.active FROM llxme_accounting_system as s, llxme_c_country as c WHERE s.fk_country=c.rowid and c.active=1 LIMIT 1001 2026-02-02 00:35:12 DEBUG 197.239.91.67 763031 3201 Form::select_country 2026-02-02 00:35:12 DEBUG 197.239.91.67 763031 3201 sql=SELECT rowid, code as code_iso, code_iso as code_iso3, label, favorite, eec FROM llxme_c_country WHERE active > 0 2026-02-02 00:35:12 INFO 197.239.91.67 763031 3201 --- End access to /accountancy/admin/accountmodel.php 2026-02-02 00:35:15 DEBUG 197.239.91.67 763031 3201 - This is an already logged session. _SESSION['dol_login']=intendant _SESSION['dol_entity']=1 2026-02-02 00:35:15 DEBUG 197.239.91.67 763031 3201 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 llxme_user as u LEFT JOIN llxme_c_country as c ON u.fk_country = c.rowid LEFT JOIN llxme_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llxme_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IN (0, 1) AND u.login = 'intendant' ORDER BY u.entity ASC 2026-02-02 00:35:15 DEBUG 197.239.91.67 763031 3201 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, aiprompt, css, cssview, csslist FROM llxme_extrafields WHERE elementtype = 'user' ORDER BY pos 2026-02-02 00:35:15 DEBUG 197.239.91.67 763031 3201 sql=SELECT param, value FROM llxme_user_param WHERE fk_user = 1 AND entity = 1 2026-02-02 00:35:15 DEBUG 197.239.91.67 763031 3201 DefaultValues::fetchAll 2026-02-02 00:35:15 DEBUG 197.239.91.67 763031 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2026-02-02 00:35:15 DEBUG 197.239.91.67 763031 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llxme_user_rights as ur, llxme_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 LIKE '%_advance' 2026-02-02 00:35:15 DEBUG 197.239.91.67 763031 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llxme_usergroup_rights as gr, llxme_usergroup_user as gu, llxme_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 LIKE '%_advance' 2026-02-02 00:35:15 NOTICE 197.239.91.67 763031 3201 --- Access to GET /accountancy/admin/accountmodel.php - action=disable, massaction= 2026-02-02 00:35:15 DEBUG 197.239.91.67 763031 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 00:35:15 DEBUG 197.239.91.67 763031 3201 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, m.showtopmenuinframe FROM llxme_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 2026-02-02 00:35:15 DEBUG 197.239.91.67 763031 3201 sql=UPDATE llxme_accounting_system SET active = 0 WHERE rowid = 8 2026-02-02 00:35:15 DEBUG 197.239.91.67 763031 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:35:15 DEBUG 197.239.91.67 763031 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:35:15 DEBUG 197.239.91.67 763031 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:35:15 DEBUG 197.239.91.67 763031 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:35:15 DEBUG 197.239.91.67 763031 3201 sql=SELECT rowid, code, label, nature FROM llxme_accounting_journal WHERE entity = 1 AND active = 1 ORDER BY nature ASC, label DESC 2026-02-02 00:35:15 DEBUG 197.239.91.67 763031 3201 Form::select_country 2026-02-02 00:35:15 DEBUG 197.239.91.67 763031 3201 sql=SELECT rowid, code as code_iso, code_iso as code_iso3, label, favorite, eec FROM llxme_c_country WHERE active > 0 2026-02-02 00:35:15 DEBUG 197.239.91.67 763031 3201 htdocs/admin/dict 2026-02-02 00:35:15 DEBUG 197.239.91.67 763031 3201 sql=SELECT s.rowid as rowid, pcg_version, s.label, s.fk_country as country_id, c.code as country_code, c.label as country, s.active FROM llxme_accounting_system as s, llxme_c_country as c WHERE s.fk_country=c.rowid and c.active=1 LIMIT 1001 2026-02-02 00:35:15 DEBUG 197.239.91.67 763031 3201 Form::select_country 2026-02-02 00:35:15 DEBUG 197.239.91.67 763031 3201 sql=SELECT rowid, code as code_iso, code_iso as code_iso3, label, favorite, eec FROM llxme_c_country WHERE active > 0 2026-02-02 00:35:15 INFO 197.239.91.67 763031 3201 --- End access to /accountancy/admin/accountmodel.php 2026-02-02 00:35:16 DEBUG 197.239.91.67 763031 3201 - This is an already logged session. _SESSION['dol_login']=intendant _SESSION['dol_entity']=1 2026-02-02 00:35:16 DEBUG 197.239.91.67 763031 3201 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 llxme_user as u LEFT JOIN llxme_c_country as c ON u.fk_country = c.rowid LEFT JOIN llxme_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llxme_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IN (0, 1) AND u.login = 'intendant' ORDER BY u.entity ASC 2026-02-02 00:35:16 DEBUG 197.239.91.67 763031 3201 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, aiprompt, css, cssview, csslist FROM llxme_extrafields WHERE elementtype = 'user' ORDER BY pos 2026-02-02 00:35:16 DEBUG 197.239.91.67 763031 3201 sql=SELECT param, value FROM llxme_user_param WHERE fk_user = 1 AND entity = 1 2026-02-02 00:35:16 DEBUG 197.239.91.67 763031 3201 DefaultValues::fetchAll 2026-02-02 00:35:16 DEBUG 197.239.91.67 763031 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2026-02-02 00:35:16 DEBUG 197.239.91.67 763031 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llxme_user_rights as ur, llxme_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 LIKE '%_advance' 2026-02-02 00:35:16 DEBUG 197.239.91.67 763031 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llxme_usergroup_rights as gr, llxme_usergroup_user as gu, llxme_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 LIKE '%_advance' 2026-02-02 00:35:16 NOTICE 197.239.91.67 763031 3201 --- Access to GET /accountancy/admin/accountmodel.php - action=activate, massaction= 2026-02-02 00:35:16 DEBUG 197.239.91.67 763031 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 00:35:16 DEBUG 197.239.91.67 763031 3201 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, m.showtopmenuinframe FROM llxme_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 2026-02-02 00:35:16 DEBUG 197.239.91.67 763031 3201 sql=UPDATE llxme_accounting_system SET active = 1 WHERE rowid = 5 2026-02-02 00:35:16 DEBUG 197.239.91.67 763031 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:35:16 DEBUG 197.239.91.67 763031 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:35:16 DEBUG 197.239.91.67 763031 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:35:16 DEBUG 197.239.91.67 763031 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:35:16 DEBUG 197.239.91.67 763031 3201 sql=SELECT rowid, code, label, nature FROM llxme_accounting_journal WHERE entity = 1 AND active = 1 ORDER BY nature ASC, label DESC 2026-02-02 00:35:16 DEBUG 197.239.91.67 763031 3201 Form::select_country 2026-02-02 00:35:16 DEBUG 197.239.91.67 763031 3201 sql=SELECT rowid, code as code_iso, code_iso as code_iso3, label, favorite, eec FROM llxme_c_country WHERE active > 0 2026-02-02 00:35:16 DEBUG 197.239.91.67 763031 3201 htdocs/admin/dict 2026-02-02 00:35:16 DEBUG 197.239.91.67 763031 3201 sql=SELECT s.rowid as rowid, pcg_version, s.label, s.fk_country as country_id, c.code as country_code, c.label as country, s.active FROM llxme_accounting_system as s, llxme_c_country as c WHERE s.fk_country=c.rowid and c.active=1 LIMIT 1001 2026-02-02 00:35:16 DEBUG 197.239.91.67 763031 3201 Form::select_country 2026-02-02 00:35:16 DEBUG 197.239.91.67 763031 3201 sql=SELECT rowid, code as code_iso, code_iso as code_iso3, label, favorite, eec FROM llxme_c_country WHERE active > 0 2026-02-02 00:35:16 INFO 197.239.91.67 763031 3201 --- End access to /accountancy/admin/accountmodel.php 2026-02-02 00:35:18 DEBUG 197.239.91.67 763031 3201 - This is an already logged session. _SESSION['dol_login']=intendant _SESSION['dol_entity']=1 2026-02-02 00:35:18 DEBUG 197.239.91.67 763031 3201 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 llxme_user as u LEFT JOIN llxme_c_country as c ON u.fk_country = c.rowid LEFT JOIN llxme_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llxme_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IN (0, 1) AND u.login = 'intendant' ORDER BY u.entity ASC 2026-02-02 00:35:18 DEBUG 197.239.91.67 763031 3201 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, aiprompt, css, cssview, csslist FROM llxme_extrafields WHERE elementtype = 'user' ORDER BY pos 2026-02-02 00:35:18 DEBUG 197.239.91.67 763031 3201 sql=SELECT param, value FROM llxme_user_param WHERE fk_user = 1 AND entity = 1 2026-02-02 00:35:18 DEBUG 197.239.91.67 763031 3201 DefaultValues::fetchAll 2026-02-02 00:35:18 DEBUG 197.239.91.67 763031 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2026-02-02 00:35:18 DEBUG 197.239.91.67 763031 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llxme_user_rights as ur, llxme_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 LIKE '%_advance' 2026-02-02 00:35:18 DEBUG 197.239.91.67 763031 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llxme_usergroup_rights as gr, llxme_usergroup_user as gu, llxme_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 LIKE '%_advance' 2026-02-02 00:35:18 NOTICE 197.239.91.67 763031 3201 --- Access to GET /accountancy/admin/accountmodel.php - action=disable, massaction= 2026-02-02 00:35:18 DEBUG 197.239.91.67 763031 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 00:35:18 DEBUG 197.239.91.67 763031 3201 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, m.showtopmenuinframe FROM llxme_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 2026-02-02 00:35:18 DEBUG 197.239.91.67 763031 3201 sql=UPDATE llxme_accounting_system SET active = 0 WHERE rowid = 5 2026-02-02 00:35:18 DEBUG 197.239.91.67 763031 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:35:18 DEBUG 197.239.91.67 763031 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:35:18 DEBUG 197.239.91.67 763031 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:35:18 DEBUG 197.239.91.67 763031 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:35:18 DEBUG 197.239.91.67 763031 3201 sql=SELECT rowid, code, label, nature FROM llxme_accounting_journal WHERE entity = 1 AND active = 1 ORDER BY nature ASC, label DESC 2026-02-02 00:35:18 DEBUG 197.239.91.67 763031 3201 Form::select_country 2026-02-02 00:35:18 DEBUG 197.239.91.67 763031 3201 sql=SELECT rowid, code as code_iso, code_iso as code_iso3, label, favorite, eec FROM llxme_c_country WHERE active > 0 2026-02-02 00:35:18 DEBUG 197.239.91.67 763031 3201 htdocs/admin/dict 2026-02-02 00:35:18 DEBUG 197.239.91.67 763031 3201 sql=SELECT s.rowid as rowid, pcg_version, s.label, s.fk_country as country_id, c.code as country_code, c.label as country, s.active FROM llxme_accounting_system as s, llxme_c_country as c WHERE s.fk_country=c.rowid and c.active=1 LIMIT 1001 2026-02-02 00:35:18 DEBUG 197.239.91.67 763031 3201 Form::select_country 2026-02-02 00:35:18 DEBUG 197.239.91.67 763031 3201 sql=SELECT rowid, code as code_iso, code_iso as code_iso3, label, favorite, eec FROM llxme_c_country WHERE active > 0 2026-02-02 00:35:18 INFO 197.239.91.67 763031 3201 --- End access to /accountancy/admin/accountmodel.php 2026-02-02 00:35:22 DEBUG 197.239.91.67 763031 3201 - This is an already logged session. _SESSION['dol_login']=intendant _SESSION['dol_entity']=1 2026-02-02 00:35:22 DEBUG 197.239.91.67 763031 3201 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 llxme_user as u LEFT JOIN llxme_c_country as c ON u.fk_country = c.rowid LEFT JOIN llxme_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llxme_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IN (0, 1) AND u.login = 'intendant' ORDER BY u.entity ASC 2026-02-02 00:35:22 DEBUG 197.239.91.67 763031 3201 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, aiprompt, css, cssview, csslist FROM llxme_extrafields WHERE elementtype = 'user' ORDER BY pos 2026-02-02 00:35:22 DEBUG 197.239.91.67 763031 3201 sql=SELECT param, value FROM llxme_user_param WHERE fk_user = 1 AND entity = 1 2026-02-02 00:35:22 DEBUG 197.239.91.67 763031 3201 DefaultValues::fetchAll 2026-02-02 00:35:22 DEBUG 197.239.91.67 763031 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2026-02-02 00:35:22 DEBUG 197.239.91.67 763031 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llxme_user_rights as ur, llxme_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 LIKE '%_advance' 2026-02-02 00:35:22 DEBUG 197.239.91.67 763031 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llxme_usergroup_rights as gr, llxme_usergroup_user as gu, llxme_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 LIKE '%_advance' 2026-02-02 00:35:22 NOTICE 197.239.91.67 763031 3201 --- Access to GET /accountancy/admin/accountmodel.php - action=disable, massaction= 2026-02-02 00:35:22 DEBUG 197.239.91.67 763031 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 00:35:22 DEBUG 197.239.91.67 763031 3201 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, m.showtopmenuinframe FROM llxme_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 2026-02-02 00:35:22 DEBUG 197.239.91.67 763031 3201 sql=UPDATE llxme_accounting_system SET active = 0 WHERE rowid = 9 2026-02-02 00:35:22 DEBUG 197.239.91.67 763031 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:35:22 DEBUG 197.239.91.67 763031 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:35:22 DEBUG 197.239.91.67 763031 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:35:22 DEBUG 197.239.91.67 763031 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:35:22 DEBUG 197.239.91.67 763031 3201 sql=SELECT rowid, code, label, nature FROM llxme_accounting_journal WHERE entity = 1 AND active = 1 ORDER BY nature ASC, label DESC 2026-02-02 00:35:22 DEBUG 197.239.91.67 763031 3201 Form::select_country 2026-02-02 00:35:22 DEBUG 197.239.91.67 763031 3201 sql=SELECT rowid, code as code_iso, code_iso as code_iso3, label, favorite, eec FROM llxme_c_country WHERE active > 0 2026-02-02 00:35:22 DEBUG 197.239.91.67 763031 3201 htdocs/admin/dict 2026-02-02 00:35:22 DEBUG 197.239.91.67 763031 3201 sql=SELECT s.rowid as rowid, pcg_version, s.label, s.fk_country as country_id, c.code as country_code, c.label as country, s.active FROM llxme_accounting_system as s, llxme_c_country as c WHERE s.fk_country=c.rowid and c.active=1 LIMIT 1001 2026-02-02 00:35:22 DEBUG 197.239.91.67 763031 3201 Form::select_country 2026-02-02 00:35:22 DEBUG 197.239.91.67 763031 3201 sql=SELECT rowid, code as code_iso, code_iso as code_iso3, label, favorite, eec FROM llxme_c_country WHERE active > 0 2026-02-02 00:35:22 INFO 197.239.91.67 763031 3201 --- End access to /accountancy/admin/accountmodel.php 2026-02-02 00:35:25 DEBUG 197.239.91.67 763031 3201 - This is an already logged session. _SESSION['dol_login']=intendant _SESSION['dol_entity']=1 2026-02-02 00:35:25 DEBUG 197.239.91.67 763031 3201 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 llxme_user as u LEFT JOIN llxme_c_country as c ON u.fk_country = c.rowid LEFT JOIN llxme_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llxme_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IN (0, 1) AND u.login = 'intendant' ORDER BY u.entity ASC 2026-02-02 00:35:25 DEBUG 197.239.91.67 763031 3201 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, aiprompt, css, cssview, csslist FROM llxme_extrafields WHERE elementtype = 'user' ORDER BY pos 2026-02-02 00:35:25 DEBUG 197.239.91.67 763031 3201 sql=SELECT param, value FROM llxme_user_param WHERE fk_user = 1 AND entity = 1 2026-02-02 00:35:25 DEBUG 197.239.91.67 763031 3201 DefaultValues::fetchAll 2026-02-02 00:35:25 DEBUG 197.239.91.67 763031 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2026-02-02 00:35:25 DEBUG 197.239.91.67 763031 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llxme_user_rights as ur, llxme_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 LIKE '%_advance' 2026-02-02 00:35:25 DEBUG 197.239.91.67 763031 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llxme_usergroup_rights as gr, llxme_usergroup_user as gu, llxme_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 LIKE '%_advance' 2026-02-02 00:35:25 NOTICE 197.239.91.67 763031 3201 --- Access to GET /accountancy/admin/accountmodel.php - action=disable, massaction= 2026-02-02 00:35:25 DEBUG 197.239.91.67 763031 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 00:35:25 DEBUG 197.239.91.67 763031 3201 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, m.showtopmenuinframe FROM llxme_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 2026-02-02 00:35:25 DEBUG 197.239.91.67 763031 3201 sql=UPDATE llxme_accounting_system SET active = 0 WHERE rowid = 10 2026-02-02 00:35:25 DEBUG 197.239.91.67 763031 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:35:25 DEBUG 197.239.91.67 763031 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:35:25 DEBUG 197.239.91.67 763031 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:35:25 DEBUG 197.239.91.67 763031 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:35:25 DEBUG 197.239.91.67 763031 3201 sql=SELECT rowid, code, label, nature FROM llxme_accounting_journal WHERE entity = 1 AND active = 1 ORDER BY nature ASC, label DESC 2026-02-02 00:35:25 DEBUG 197.239.91.67 763031 3201 Form::select_country 2026-02-02 00:35:25 DEBUG 197.239.91.67 763031 3201 sql=SELECT rowid, code as code_iso, code_iso as code_iso3, label, favorite, eec FROM llxme_c_country WHERE active > 0 2026-02-02 00:35:25 DEBUG 197.239.91.67 763031 3201 htdocs/admin/dict 2026-02-02 00:35:25 DEBUG 197.239.91.67 763031 3201 sql=SELECT s.rowid as rowid, pcg_version, s.label, s.fk_country as country_id, c.code as country_code, c.label as country, s.active FROM llxme_accounting_system as s, llxme_c_country as c WHERE s.fk_country=c.rowid and c.active=1 LIMIT 1001 2026-02-02 00:35:25 DEBUG 197.239.91.67 763031 3201 Form::select_country 2026-02-02 00:35:25 DEBUG 197.239.91.67 763031 3201 sql=SELECT rowid, code as code_iso, code_iso as code_iso3, label, favorite, eec FROM llxme_c_country WHERE active > 0 2026-02-02 00:35:25 INFO 197.239.91.67 763031 3201 --- End access to /accountancy/admin/accountmodel.php 2026-02-02 00:35:27 DEBUG 197.239.91.67 763031 3201 - This is an already logged session. _SESSION['dol_login']=intendant _SESSION['dol_entity']=1 2026-02-02 00:35:27 DEBUG 197.239.91.67 763031 3201 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 llxme_user as u LEFT JOIN llxme_c_country as c ON u.fk_country = c.rowid LEFT JOIN llxme_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llxme_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IN (0, 1) AND u.login = 'intendant' ORDER BY u.entity ASC 2026-02-02 00:35:27 DEBUG 197.239.91.67 763031 3201 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, aiprompt, css, cssview, csslist FROM llxme_extrafields WHERE elementtype = 'user' ORDER BY pos 2026-02-02 00:35:27 DEBUG 197.239.91.67 763031 3201 sql=SELECT param, value FROM llxme_user_param WHERE fk_user = 1 AND entity = 1 2026-02-02 00:35:27 DEBUG 197.239.91.67 763031 3201 DefaultValues::fetchAll 2026-02-02 00:35:27 DEBUG 197.239.91.67 763031 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2026-02-02 00:35:27 DEBUG 197.239.91.67 763031 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llxme_user_rights as ur, llxme_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 LIKE '%_advance' 2026-02-02 00:35:27 DEBUG 197.239.91.67 763031 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llxme_usergroup_rights as gr, llxme_usergroup_user as gu, llxme_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 LIKE '%_advance' 2026-02-02 00:35:27 NOTICE 197.239.91.67 763031 3201 --- Access to GET /accountancy/admin/accountmodel.php - action=disable, massaction= 2026-02-02 00:35:27 DEBUG 197.239.91.67 763031 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 00:35:27 DEBUG 197.239.91.67 763031 3201 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, m.showtopmenuinframe FROM llxme_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 2026-02-02 00:35:27 DEBUG 197.239.91.67 763031 3201 sql=UPDATE llxme_accounting_system SET active = 0 WHERE rowid = 11 2026-02-02 00:35:27 DEBUG 197.239.91.67 763031 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:35:27 DEBUG 197.239.91.67 763031 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:35:27 DEBUG 197.239.91.67 763031 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:35:27 DEBUG 197.239.91.67 763031 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:35:27 DEBUG 197.239.91.67 763031 3201 sql=SELECT rowid, code, label, nature FROM llxme_accounting_journal WHERE entity = 1 AND active = 1 ORDER BY nature ASC, label DESC 2026-02-02 00:35:27 DEBUG 197.239.91.67 763031 3201 Form::select_country 2026-02-02 00:35:27 DEBUG 197.239.91.67 763031 3201 sql=SELECT rowid, code as code_iso, code_iso as code_iso3, label, favorite, eec FROM llxme_c_country WHERE active > 0 2026-02-02 00:35:27 DEBUG 197.239.91.67 763031 3201 htdocs/admin/dict 2026-02-02 00:35:27 DEBUG 197.239.91.67 763031 3201 sql=SELECT s.rowid as rowid, pcg_version, s.label, s.fk_country as country_id, c.code as country_code, c.label as country, s.active FROM llxme_accounting_system as s, llxme_c_country as c WHERE s.fk_country=c.rowid and c.active=1 LIMIT 1001 2026-02-02 00:35:27 DEBUG 197.239.91.67 763031 3201 Form::select_country 2026-02-02 00:35:27 DEBUG 197.239.91.67 763031 3201 sql=SELECT rowid, code as code_iso, code_iso as code_iso3, label, favorite, eec FROM llxme_c_country WHERE active > 0 2026-02-02 00:35:27 INFO 197.239.91.67 763031 3201 --- End access to /accountancy/admin/accountmodel.php 2026-02-02 00:35:37 DEBUG 197.239.91.67 763031 3201 - This is an already logged session. _SESSION['dol_login']=intendant _SESSION['dol_entity']=1 2026-02-02 00:35:37 DEBUG 197.239.91.67 763031 3201 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 llxme_user as u LEFT JOIN llxme_c_country as c ON u.fk_country = c.rowid LEFT JOIN llxme_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llxme_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IN (0, 1) AND u.login = 'intendant' ORDER BY u.entity ASC 2026-02-02 00:35:37 DEBUG 197.239.91.67 763031 3201 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, aiprompt, css, cssview, csslist FROM llxme_extrafields WHERE elementtype = 'user' ORDER BY pos 2026-02-02 00:35:37 DEBUG 197.239.91.67 763031 3201 sql=SELECT param, value FROM llxme_user_param WHERE fk_user = 1 AND entity = 1 2026-02-02 00:35:37 DEBUG 197.239.91.67 763031 3201 DefaultValues::fetchAll 2026-02-02 00:35:37 DEBUG 197.239.91.67 763031 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2026-02-02 00:35:37 DEBUG 197.239.91.67 763031 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llxme_user_rights as ur, llxme_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 LIKE '%_advance' 2026-02-02 00:35:37 DEBUG 197.239.91.67 763031 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llxme_usergroup_rights as gr, llxme_usergroup_user as gu, llxme_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 LIKE '%_advance' 2026-02-02 00:35:37 NOTICE 197.239.91.67 763031 3201 --- Access to GET /accountancy/admin/accountmodel.php - action=disable, massaction= 2026-02-02 00:35:37 DEBUG 197.239.91.67 763031 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 00:35:37 DEBUG 197.239.91.67 763031 3201 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, m.showtopmenuinframe FROM llxme_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 2026-02-02 00:35:37 DEBUG 197.239.91.67 763031 3201 sql=UPDATE llxme_accounting_system SET active = 0 WHERE rowid = 25 2026-02-02 00:35:37 DEBUG 197.239.91.67 763031 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:35:37 DEBUG 197.239.91.67 763031 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:35:37 DEBUG 197.239.91.67 763031 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:35:37 DEBUG 197.239.91.67 763031 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:35:37 DEBUG 197.239.91.67 763031 3201 sql=SELECT rowid, code, label, nature FROM llxme_accounting_journal WHERE entity = 1 AND active = 1 ORDER BY nature ASC, label DESC 2026-02-02 00:35:37 DEBUG 197.239.91.67 763031 3201 Form::select_country 2026-02-02 00:35:37 DEBUG 197.239.91.67 763031 3201 sql=SELECT rowid, code as code_iso, code_iso as code_iso3, label, favorite, eec FROM llxme_c_country WHERE active > 0 2026-02-02 00:35:37 DEBUG 197.239.91.67 763031 3201 htdocs/admin/dict 2026-02-02 00:35:37 DEBUG 197.239.91.67 763031 3201 sql=SELECT s.rowid as rowid, pcg_version, s.label, s.fk_country as country_id, c.code as country_code, c.label as country, s.active FROM llxme_accounting_system as s, llxme_c_country as c WHERE s.fk_country=c.rowid and c.active=1 LIMIT 1001 2026-02-02 00:35:37 DEBUG 197.239.91.67 763031 3201 Form::select_country 2026-02-02 00:35:37 DEBUG 197.239.91.67 763031 3201 sql=SELECT rowid, code as code_iso, code_iso as code_iso3, label, favorite, eec FROM llxme_c_country WHERE active > 0 2026-02-02 00:35:37 INFO 197.239.91.67 763031 3201 --- End access to /accountancy/admin/accountmodel.php 2026-02-02 00:35:42 DEBUG 197.239.91.67 763031 3201 - This is an already logged session. _SESSION['dol_login']=intendant _SESSION['dol_entity']=1 2026-02-02 00:35:42 DEBUG 197.239.91.67 763031 3201 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 llxme_user as u LEFT JOIN llxme_c_country as c ON u.fk_country = c.rowid LEFT JOIN llxme_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llxme_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IN (0, 1) AND u.login = 'intendant' ORDER BY u.entity ASC 2026-02-02 00:35:42 DEBUG 197.239.91.67 763031 3201 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, aiprompt, css, cssview, csslist FROM llxme_extrafields WHERE elementtype = 'user' ORDER BY pos 2026-02-02 00:35:42 DEBUG 197.239.91.67 763031 3201 sql=SELECT param, value FROM llxme_user_param WHERE fk_user = 1 AND entity = 1 2026-02-02 00:35:42 DEBUG 197.239.91.67 763031 3201 DefaultValues::fetchAll 2026-02-02 00:35:42 DEBUG 197.239.91.67 763031 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2026-02-02 00:35:42 DEBUG 197.239.91.67 763031 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llxme_user_rights as ur, llxme_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 LIKE '%_advance' 2026-02-02 00:35:42 DEBUG 197.239.91.67 763031 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llxme_usergroup_rights as gr, llxme_usergroup_user as gu, llxme_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 LIKE '%_advance' 2026-02-02 00:35:42 NOTICE 197.239.91.67 763031 3201 --- Access to GET /accountancy/admin/accountmodel.php - action=disable, massaction= 2026-02-02 00:35:42 DEBUG 197.239.91.67 763031 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 00:35:42 DEBUG 197.239.91.67 763031 3201 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, m.showtopmenuinframe FROM llxme_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 2026-02-02 00:35:42 DEBUG 197.239.91.67 763031 3201 sql=UPDATE llxme_accounting_system SET active = 0 WHERE rowid = 24 2026-02-02 00:35:42 DEBUG 197.239.91.67 763031 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:35:42 DEBUG 197.239.91.67 763031 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:35:42 DEBUG 197.239.91.67 763031 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:35:42 DEBUG 197.239.91.67 763031 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:35:42 DEBUG 197.239.91.67 763031 3201 sql=SELECT rowid, code, label, nature FROM llxme_accounting_journal WHERE entity = 1 AND active = 1 ORDER BY nature ASC, label DESC 2026-02-02 00:35:42 DEBUG 197.239.91.67 763031 3201 Form::select_country 2026-02-02 00:35:42 DEBUG 197.239.91.67 763031 3201 sql=SELECT rowid, code as code_iso, code_iso as code_iso3, label, favorite, eec FROM llxme_c_country WHERE active > 0 2026-02-02 00:35:42 DEBUG 197.239.91.67 763031 3201 htdocs/admin/dict 2026-02-02 00:35:42 DEBUG 197.239.91.67 763031 3201 sql=SELECT s.rowid as rowid, pcg_version, s.label, s.fk_country as country_id, c.code as country_code, c.label as country, s.active FROM llxme_accounting_system as s, llxme_c_country as c WHERE s.fk_country=c.rowid and c.active=1 LIMIT 1001 2026-02-02 00:35:42 DEBUG 197.239.91.67 763031 3201 Form::select_country 2026-02-02 00:35:42 DEBUG 197.239.91.67 763031 3201 sql=SELECT rowid, code as code_iso, code_iso as code_iso3, label, favorite, eec FROM llxme_c_country WHERE active > 0 2026-02-02 00:35:42 INFO 197.239.91.67 763031 3201 --- End access to /accountancy/admin/accountmodel.php 2026-02-02 00:35:44 DEBUG 197.239.91.67 763031 3201 - This is an already logged session. _SESSION['dol_login']=intendant _SESSION['dol_entity']=1 2026-02-02 00:35:44 DEBUG 197.239.91.67 763031 3201 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 llxme_user as u LEFT JOIN llxme_c_country as c ON u.fk_country = c.rowid LEFT JOIN llxme_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llxme_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IN (0, 1) AND u.login = 'intendant' ORDER BY u.entity ASC 2026-02-02 00:35:44 DEBUG 197.239.91.67 763031 3201 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, aiprompt, css, cssview, csslist FROM llxme_extrafields WHERE elementtype = 'user' ORDER BY pos 2026-02-02 00:35:44 DEBUG 197.239.91.67 763031 3201 sql=SELECT param, value FROM llxme_user_param WHERE fk_user = 1 AND entity = 1 2026-02-02 00:35:44 DEBUG 197.239.91.67 763031 3201 DefaultValues::fetchAll 2026-02-02 00:35:44 DEBUG 197.239.91.67 763031 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2026-02-02 00:35:44 DEBUG 197.239.91.67 763031 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llxme_user_rights as ur, llxme_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 LIKE '%_advance' 2026-02-02 00:35:44 DEBUG 197.239.91.67 763031 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llxme_usergroup_rights as gr, llxme_usergroup_user as gu, llxme_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 LIKE '%_advance' 2026-02-02 00:35:44 NOTICE 197.239.91.67 763031 3201 --- Access to GET /accountancy/admin/accountmodel.php - action=disable, massaction= 2026-02-02 00:35:44 DEBUG 197.239.91.67 763031 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 00:35:44 DEBUG 197.239.91.67 763031 3201 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, m.showtopmenuinframe FROM llxme_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 2026-02-02 00:35:44 DEBUG 197.239.91.67 763031 3201 sql=UPDATE llxme_accounting_system SET active = 0 WHERE rowid = 23 2026-02-02 00:35:44 DEBUG 197.239.91.67 763031 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:35:44 DEBUG 197.239.91.67 763031 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:35:44 DEBUG 197.239.91.67 763031 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:35:44 DEBUG 197.239.91.67 763031 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:35:44 DEBUG 197.239.91.67 763031 3201 sql=SELECT rowid, code, label, nature FROM llxme_accounting_journal WHERE entity = 1 AND active = 1 ORDER BY nature ASC, label DESC 2026-02-02 00:35:44 DEBUG 197.239.91.67 763031 3201 Form::select_country 2026-02-02 00:35:44 DEBUG 197.239.91.67 763031 3201 sql=SELECT rowid, code as code_iso, code_iso as code_iso3, label, favorite, eec FROM llxme_c_country WHERE active > 0 2026-02-02 00:35:44 DEBUG 197.239.91.67 763031 3201 htdocs/admin/dict 2026-02-02 00:35:44 DEBUG 197.239.91.67 763031 3201 sql=SELECT s.rowid as rowid, pcg_version, s.label, s.fk_country as country_id, c.code as country_code, c.label as country, s.active FROM llxme_accounting_system as s, llxme_c_country as c WHERE s.fk_country=c.rowid and c.active=1 LIMIT 1001 2026-02-02 00:35:44 DEBUG 197.239.91.67 763031 3201 Form::select_country 2026-02-02 00:35:44 DEBUG 197.239.91.67 763031 3201 sql=SELECT rowid, code as code_iso, code_iso as code_iso3, label, favorite, eec FROM llxme_c_country WHERE active > 0 2026-02-02 00:35:44 INFO 197.239.91.67 763031 3201 --- End access to /accountancy/admin/accountmodel.php 2026-02-02 00:35:48 DEBUG 197.239.91.67 763031 3201 - This is an already logged session. _SESSION['dol_login']=intendant _SESSION['dol_entity']=1 2026-02-02 00:35:48 DEBUG 197.239.91.67 763031 3201 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 llxme_user as u LEFT JOIN llxme_c_country as c ON u.fk_country = c.rowid LEFT JOIN llxme_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llxme_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IN (0, 1) AND u.login = 'intendant' ORDER BY u.entity ASC 2026-02-02 00:35:48 DEBUG 197.239.91.67 763031 3201 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, aiprompt, css, cssview, csslist FROM llxme_extrafields WHERE elementtype = 'user' ORDER BY pos 2026-02-02 00:35:48 DEBUG 197.239.91.67 763031 3201 sql=SELECT param, value FROM llxme_user_param WHERE fk_user = 1 AND entity = 1 2026-02-02 00:35:48 DEBUG 197.239.91.67 763031 3201 DefaultValues::fetchAll 2026-02-02 00:35:48 DEBUG 197.239.91.67 763031 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2026-02-02 00:35:48 DEBUG 197.239.91.67 763031 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llxme_user_rights as ur, llxme_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 LIKE '%_advance' 2026-02-02 00:35:48 DEBUG 197.239.91.67 763031 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llxme_usergroup_rights as gr, llxme_usergroup_user as gu, llxme_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 LIKE '%_advance' 2026-02-02 00:35:48 NOTICE 197.239.91.67 763031 3201 --- Access to GET /accountancy/admin/accountmodel.php - action=disable, massaction= 2026-02-02 00:35:48 DEBUG 197.239.91.67 763031 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 00:35:48 DEBUG 197.239.91.67 763031 3201 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, m.showtopmenuinframe FROM llxme_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 2026-02-02 00:35:48 DEBUG 197.239.91.67 763031 3201 sql=UPDATE llxme_accounting_system SET active = 0 WHERE rowid = 22 2026-02-02 00:35:48 DEBUG 197.239.91.67 763031 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:35:48 DEBUG 197.239.91.67 763031 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:35:48 DEBUG 197.239.91.67 763031 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:35:48 DEBUG 197.239.91.67 763031 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:35:48 DEBUG 197.239.91.67 763031 3201 sql=SELECT rowid, code, label, nature FROM llxme_accounting_journal WHERE entity = 1 AND active = 1 ORDER BY nature ASC, label DESC 2026-02-02 00:35:48 DEBUG 197.239.91.67 763031 3201 Form::select_country 2026-02-02 00:35:48 DEBUG 197.239.91.67 763031 3201 sql=SELECT rowid, code as code_iso, code_iso as code_iso3, label, favorite, eec FROM llxme_c_country WHERE active > 0 2026-02-02 00:35:48 DEBUG 197.239.91.67 763031 3201 htdocs/admin/dict 2026-02-02 00:35:48 DEBUG 197.239.91.67 763031 3201 sql=SELECT s.rowid as rowid, pcg_version, s.label, s.fk_country as country_id, c.code as country_code, c.label as country, s.active FROM llxme_accounting_system as s, llxme_c_country as c WHERE s.fk_country=c.rowid and c.active=1 LIMIT 1001 2026-02-02 00:35:48 DEBUG 197.239.91.67 763031 3201 Form::select_country 2026-02-02 00:35:48 DEBUG 197.239.91.67 763031 3201 sql=SELECT rowid, code as code_iso, code_iso as code_iso3, label, favorite, eec FROM llxme_c_country WHERE active > 0 2026-02-02 00:35:48 INFO 197.239.91.67 763031 3201 --- End access to /accountancy/admin/accountmodel.php 2026-02-02 00:35:50 DEBUG 197.239.91.67 763031 3201 - This is an already logged session. _SESSION['dol_login']=intendant _SESSION['dol_entity']=1 2026-02-02 00:35:50 DEBUG 197.239.91.67 763031 3201 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 llxme_user as u LEFT JOIN llxme_c_country as c ON u.fk_country = c.rowid LEFT JOIN llxme_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llxme_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IN (0, 1) AND u.login = 'intendant' ORDER BY u.entity ASC 2026-02-02 00:35:50 DEBUG 197.239.91.67 763031 3201 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, aiprompt, css, cssview, csslist FROM llxme_extrafields WHERE elementtype = 'user' ORDER BY pos 2026-02-02 00:35:50 DEBUG 197.239.91.67 763031 3201 sql=SELECT param, value FROM llxme_user_param WHERE fk_user = 1 AND entity = 1 2026-02-02 00:35:50 DEBUG 197.239.91.67 763031 3201 DefaultValues::fetchAll 2026-02-02 00:35:50 DEBUG 197.239.91.67 763031 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2026-02-02 00:35:50 DEBUG 197.239.91.67 763031 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llxme_user_rights as ur, llxme_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 LIKE '%_advance' 2026-02-02 00:35:50 DEBUG 197.239.91.67 763031 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llxme_usergroup_rights as gr, llxme_usergroup_user as gu, llxme_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 LIKE '%_advance' 2026-02-02 00:35:50 NOTICE 197.239.91.67 763031 3201 --- Access to GET /accountancy/admin/accountmodel.php - action=disable, massaction= 2026-02-02 00:35:50 DEBUG 197.239.91.67 763031 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 00:35:50 DEBUG 197.239.91.67 763031 3201 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, m.showtopmenuinframe FROM llxme_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 2026-02-02 00:35:50 DEBUG 197.239.91.67 763031 3201 sql=UPDATE llxme_accounting_system SET active = 0 WHERE rowid = 21 2026-02-02 00:35:50 DEBUG 197.239.91.67 763031 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:35:50 DEBUG 197.239.91.67 763031 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:35:50 DEBUG 197.239.91.67 763031 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:35:50 DEBUG 197.239.91.67 763031 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:35:50 DEBUG 197.239.91.67 763031 3201 sql=SELECT rowid, code, label, nature FROM llxme_accounting_journal WHERE entity = 1 AND active = 1 ORDER BY nature ASC, label DESC 2026-02-02 00:35:50 DEBUG 197.239.91.67 763031 3201 Form::select_country 2026-02-02 00:35:50 DEBUG 197.239.91.67 763031 3201 sql=SELECT rowid, code as code_iso, code_iso as code_iso3, label, favorite, eec FROM llxme_c_country WHERE active > 0 2026-02-02 00:35:50 DEBUG 197.239.91.67 763031 3201 htdocs/admin/dict 2026-02-02 00:35:50 DEBUG 197.239.91.67 763031 3201 sql=SELECT s.rowid as rowid, pcg_version, s.label, s.fk_country as country_id, c.code as country_code, c.label as country, s.active FROM llxme_accounting_system as s, llxme_c_country as c WHERE s.fk_country=c.rowid and c.active=1 LIMIT 1001 2026-02-02 00:35:50 DEBUG 197.239.91.67 763031 3201 Form::select_country 2026-02-02 00:35:50 DEBUG 197.239.91.67 763031 3201 sql=SELECT rowid, code as code_iso, code_iso as code_iso3, label, favorite, eec FROM llxme_c_country WHERE active > 0 2026-02-02 00:35:50 INFO 197.239.91.67 763031 3201 --- End access to /accountancy/admin/accountmodel.php 2026-02-02 00:35:53 DEBUG 197.239.91.67 763031 3201 - This is an already logged session. _SESSION['dol_login']=intendant _SESSION['dol_entity']=1 2026-02-02 00:35:53 DEBUG 197.239.91.67 763031 3201 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 llxme_user as u LEFT JOIN llxme_c_country as c ON u.fk_country = c.rowid LEFT JOIN llxme_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llxme_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IN (0, 1) AND u.login = 'intendant' ORDER BY u.entity ASC 2026-02-02 00:35:53 DEBUG 197.239.91.67 763031 3201 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, aiprompt, css, cssview, csslist FROM llxme_extrafields WHERE elementtype = 'user' ORDER BY pos 2026-02-02 00:35:53 DEBUG 197.239.91.67 763031 3201 sql=SELECT param, value FROM llxme_user_param WHERE fk_user = 1 AND entity = 1 2026-02-02 00:35:53 DEBUG 197.239.91.67 763031 3201 DefaultValues::fetchAll 2026-02-02 00:35:53 DEBUG 197.239.91.67 763031 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2026-02-02 00:35:53 DEBUG 197.239.91.67 763031 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llxme_user_rights as ur, llxme_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 LIKE '%_advance' 2026-02-02 00:35:53 DEBUG 197.239.91.67 763031 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llxme_usergroup_rights as gr, llxme_usergroup_user as gu, llxme_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 LIKE '%_advance' 2026-02-02 00:35:53 NOTICE 197.239.91.67 763031 3201 --- Access to GET /accountancy/admin/accountmodel.php - action=disable, massaction= 2026-02-02 00:35:53 DEBUG 197.239.91.67 763031 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 00:35:53 DEBUG 197.239.91.67 763031 3201 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, m.showtopmenuinframe FROM llxme_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 2026-02-02 00:35:53 DEBUG 197.239.91.67 763031 3201 sql=UPDATE llxme_accounting_system SET active = 0 WHERE rowid = 20 2026-02-02 00:35:53 DEBUG 197.239.91.67 763031 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:35:53 DEBUG 197.239.91.67 763031 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:35:53 DEBUG 197.239.91.67 763031 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:35:53 DEBUG 197.239.91.67 763031 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:35:53 DEBUG 197.239.91.67 763031 3201 sql=SELECT rowid, code, label, nature FROM llxme_accounting_journal WHERE entity = 1 AND active = 1 ORDER BY nature ASC, label DESC 2026-02-02 00:35:53 DEBUG 197.239.91.67 763031 3201 Form::select_country 2026-02-02 00:35:53 DEBUG 197.239.91.67 763031 3201 sql=SELECT rowid, code as code_iso, code_iso as code_iso3, label, favorite, eec FROM llxme_c_country WHERE active > 0 2026-02-02 00:35:53 DEBUG 197.239.91.67 763031 3201 htdocs/admin/dict 2026-02-02 00:35:53 DEBUG 197.239.91.67 763031 3201 sql=SELECT s.rowid as rowid, pcg_version, s.label, s.fk_country as country_id, c.code as country_code, c.label as country, s.active FROM llxme_accounting_system as s, llxme_c_country as c WHERE s.fk_country=c.rowid and c.active=1 LIMIT 1001 2026-02-02 00:35:53 DEBUG 197.239.91.67 763031 3201 Form::select_country 2026-02-02 00:35:53 DEBUG 197.239.91.67 763031 3201 sql=SELECT rowid, code as code_iso, code_iso as code_iso3, label, favorite, eec FROM llxme_c_country WHERE active > 0 2026-02-02 00:35:53 INFO 197.239.91.67 763031 3201 --- End access to /accountancy/admin/accountmodel.php 2026-02-02 00:35:56 DEBUG 197.239.91.67 763031 3201 - This is an already logged session. _SESSION['dol_login']=intendant _SESSION['dol_entity']=1 2026-02-02 00:35:56 DEBUG 197.239.91.67 763031 3201 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 llxme_user as u LEFT JOIN llxme_c_country as c ON u.fk_country = c.rowid LEFT JOIN llxme_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llxme_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IN (0, 1) AND u.login = 'intendant' ORDER BY u.entity ASC 2026-02-02 00:35:56 DEBUG 197.239.91.67 763031 3201 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, aiprompt, css, cssview, csslist FROM llxme_extrafields WHERE elementtype = 'user' ORDER BY pos 2026-02-02 00:35:56 DEBUG 197.239.91.67 763031 3201 sql=SELECT param, value FROM llxme_user_param WHERE fk_user = 1 AND entity = 1 2026-02-02 00:35:56 DEBUG 197.239.91.67 763031 3201 DefaultValues::fetchAll 2026-02-02 00:35:56 DEBUG 197.239.91.67 763031 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2026-02-02 00:35:56 DEBUG 197.239.91.67 763031 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llxme_user_rights as ur, llxme_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 LIKE '%_advance' 2026-02-02 00:35:56 DEBUG 197.239.91.67 763031 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llxme_usergroup_rights as gr, llxme_usergroup_user as gu, llxme_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 LIKE '%_advance' 2026-02-02 00:35:56 NOTICE 197.239.91.67 763031 3201 --- Access to GET /accountancy/admin/accountmodel.php - action=disable, massaction= 2026-02-02 00:35:56 DEBUG 197.239.91.67 763031 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 00:35:56 DEBUG 197.239.91.67 763031 3201 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, m.showtopmenuinframe FROM llxme_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 2026-02-02 00:35:56 DEBUG 197.239.91.67 763031 3201 sql=UPDATE llxme_accounting_system SET active = 0 WHERE rowid = 19 2026-02-02 00:35:56 DEBUG 197.239.91.67 763031 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:35:56 DEBUG 197.239.91.67 763031 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:35:56 DEBUG 197.239.91.67 763031 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:35:56 DEBUG 197.239.91.67 763031 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:35:56 DEBUG 197.239.91.67 763031 3201 sql=SELECT rowid, code, label, nature FROM llxme_accounting_journal WHERE entity = 1 AND active = 1 ORDER BY nature ASC, label DESC 2026-02-02 00:35:56 DEBUG 197.239.91.67 763031 3201 Form::select_country 2026-02-02 00:35:56 DEBUG 197.239.91.67 763031 3201 sql=SELECT rowid, code as code_iso, code_iso as code_iso3, label, favorite, eec FROM llxme_c_country WHERE active > 0 2026-02-02 00:35:56 DEBUG 197.239.91.67 763031 3201 htdocs/admin/dict 2026-02-02 00:35:56 DEBUG 197.239.91.67 763031 3201 sql=SELECT s.rowid as rowid, pcg_version, s.label, s.fk_country as country_id, c.code as country_code, c.label as country, s.active FROM llxme_accounting_system as s, llxme_c_country as c WHERE s.fk_country=c.rowid and c.active=1 LIMIT 1001 2026-02-02 00:35:56 DEBUG 197.239.91.67 763031 3201 Form::select_country 2026-02-02 00:35:56 DEBUG 197.239.91.67 763031 3201 sql=SELECT rowid, code as code_iso, code_iso as code_iso3, label, favorite, eec FROM llxme_c_country WHERE active > 0 2026-02-02 00:35:56 INFO 197.239.91.67 763031 3201 --- End access to /accountancy/admin/accountmodel.php 2026-02-02 00:35:59 DEBUG 197.239.91.67 764335 3201 - This is an already logged session. _SESSION['dol_login']=intendant _SESSION['dol_entity']=1 2026-02-02 00:35:59 DEBUG 197.239.91.67 764335 3201 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 llxme_user as u LEFT JOIN llxme_c_country as c ON u.fk_country = c.rowid LEFT JOIN llxme_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llxme_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IN (0, 1) AND u.login = 'intendant' ORDER BY u.entity ASC 2026-02-02 00:35:59 DEBUG 197.239.91.67 764335 3201 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, aiprompt, css, cssview, csslist FROM llxme_extrafields WHERE elementtype = 'user' ORDER BY pos 2026-02-02 00:35:59 DEBUG 197.239.91.67 764335 3201 sql=SELECT param, value FROM llxme_user_param WHERE fk_user = 1 AND entity = 1 2026-02-02 00:35:59 DEBUG 197.239.91.67 764335 3201 DefaultValues::fetchAll 2026-02-02 00:35:59 DEBUG 197.239.91.67 764335 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2026-02-02 00:35:59 DEBUG 197.239.91.67 764335 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llxme_user_rights as ur, llxme_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 LIKE '%_advance' 2026-02-02 00:35:59 DEBUG 197.239.91.67 764335 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llxme_usergroup_rights as gr, llxme_usergroup_user as gu, llxme_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 LIKE '%_advance' 2026-02-02 00:35:59 NOTICE 197.239.91.67 764335 3201 --- Access to GET /accountancy/admin/accountmodel.php - action=disable, massaction= 2026-02-02 00:35:59 DEBUG 197.239.91.67 764335 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 00:35:59 DEBUG 197.239.91.67 764335 3201 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, m.showtopmenuinframe FROM llxme_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 2026-02-02 00:35:59 DEBUG 197.239.91.67 764335 3201 sql=UPDATE llxme_accounting_system SET active = 0 WHERE rowid = 18 2026-02-02 00:35:59 DEBUG 197.239.91.67 764335 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:35:59 DEBUG 197.239.91.67 764335 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:35:59 DEBUG 197.239.91.67 764335 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:35:59 DEBUG 197.239.91.67 764335 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:35:59 DEBUG 197.239.91.67 764335 3201 sql=SELECT rowid, code, label, nature FROM llxme_accounting_journal WHERE entity = 1 AND active = 1 ORDER BY nature ASC, label DESC 2026-02-02 00:35:59 DEBUG 197.239.91.67 764335 3201 Form::select_country 2026-02-02 00:35:59 DEBUG 197.239.91.67 764335 3201 sql=SELECT rowid, code as code_iso, code_iso as code_iso3, label, favorite, eec FROM llxme_c_country WHERE active > 0 2026-02-02 00:35:59 DEBUG 197.239.91.67 764335 3201 htdocs/admin/dict 2026-02-02 00:35:59 DEBUG 197.239.91.67 764335 3201 sql=SELECT s.rowid as rowid, pcg_version, s.label, s.fk_country as country_id, c.code as country_code, c.label as country, s.active FROM llxme_accounting_system as s, llxme_c_country as c WHERE s.fk_country=c.rowid and c.active=1 LIMIT 1001 2026-02-02 00:35:59 DEBUG 197.239.91.67 764335 3201 Form::select_country 2026-02-02 00:35:59 DEBUG 197.239.91.67 764335 3201 sql=SELECT rowid, code as code_iso, code_iso as code_iso3, label, favorite, eec FROM llxme_c_country WHERE active > 0 2026-02-02 00:35:59 INFO 197.239.91.67 764335 3201 --- End access to /accountancy/admin/accountmodel.php 2026-02-02 00:36:01 DEBUG 197.239.91.67 764335 3201 - This is an already logged session. _SESSION['dol_login']=intendant _SESSION['dol_entity']=1 2026-02-02 00:36:01 DEBUG 197.239.91.67 764335 3201 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 llxme_user as u LEFT JOIN llxme_c_country as c ON u.fk_country = c.rowid LEFT JOIN llxme_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llxme_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IN (0, 1) AND u.login = 'intendant' ORDER BY u.entity ASC 2026-02-02 00:36:01 DEBUG 197.239.91.67 764335 3201 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, aiprompt, css, cssview, csslist FROM llxme_extrafields WHERE elementtype = 'user' ORDER BY pos 2026-02-02 00:36:01 DEBUG 197.239.91.67 764335 3201 sql=SELECT param, value FROM llxme_user_param WHERE fk_user = 1 AND entity = 1 2026-02-02 00:36:01 DEBUG 197.239.91.67 764335 3201 DefaultValues::fetchAll 2026-02-02 00:36:01 DEBUG 197.239.91.67 764335 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2026-02-02 00:36:01 DEBUG 197.239.91.67 764335 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llxme_user_rights as ur, llxme_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 LIKE '%_advance' 2026-02-02 00:36:01 DEBUG 197.239.91.67 764335 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llxme_usergroup_rights as gr, llxme_usergroup_user as gu, llxme_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 LIKE '%_advance' 2026-02-02 00:36:01 NOTICE 197.239.91.67 764335 3201 --- Access to GET /accountancy/admin/accountmodel.php - action=disable, massaction= 2026-02-02 00:36:01 DEBUG 197.239.91.67 764335 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 00:36:01 DEBUG 197.239.91.67 764335 3201 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, m.showtopmenuinframe FROM llxme_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 2026-02-02 00:36:01 DEBUG 197.239.91.67 764335 3201 sql=UPDATE llxme_accounting_system SET active = 0 WHERE rowid = 17 2026-02-02 00:36:01 DEBUG 197.239.91.67 764335 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:36:01 DEBUG 197.239.91.67 764335 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:36:01 DEBUG 197.239.91.67 764335 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:36:01 DEBUG 197.239.91.67 764335 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:36:01 DEBUG 197.239.91.67 764335 3201 sql=SELECT rowid, code, label, nature FROM llxme_accounting_journal WHERE entity = 1 AND active = 1 ORDER BY nature ASC, label DESC 2026-02-02 00:36:01 DEBUG 197.239.91.67 764335 3201 Form::select_country 2026-02-02 00:36:01 DEBUG 197.239.91.67 764335 3201 sql=SELECT rowid, code as code_iso, code_iso as code_iso3, label, favorite, eec FROM llxme_c_country WHERE active > 0 2026-02-02 00:36:01 DEBUG 197.239.91.67 764335 3201 htdocs/admin/dict 2026-02-02 00:36:01 DEBUG 197.239.91.67 764335 3201 sql=SELECT s.rowid as rowid, pcg_version, s.label, s.fk_country as country_id, c.code as country_code, c.label as country, s.active FROM llxme_accounting_system as s, llxme_c_country as c WHERE s.fk_country=c.rowid and c.active=1 LIMIT 1001 2026-02-02 00:36:01 DEBUG 197.239.91.67 764335 3201 Form::select_country 2026-02-02 00:36:01 DEBUG 197.239.91.67 764335 3201 sql=SELECT rowid, code as code_iso, code_iso as code_iso3, label, favorite, eec FROM llxme_c_country WHERE active > 0 2026-02-02 00:36:01 INFO 197.239.91.67 764335 3201 --- End access to /accountancy/admin/accountmodel.php 2026-02-02 00:36:04 DEBUG 197.239.91.67 764335 3201 - This is an already logged session. _SESSION['dol_login']=intendant _SESSION['dol_entity']=1 2026-02-02 00:36:04 DEBUG 197.239.91.67 764335 3201 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 llxme_user as u LEFT JOIN llxme_c_country as c ON u.fk_country = c.rowid LEFT JOIN llxme_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llxme_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IN (0, 1) AND u.login = 'intendant' ORDER BY u.entity ASC 2026-02-02 00:36:04 DEBUG 197.239.91.67 764335 3201 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, aiprompt, css, cssview, csslist FROM llxme_extrafields WHERE elementtype = 'user' ORDER BY pos 2026-02-02 00:36:04 DEBUG 197.239.91.67 764335 3201 sql=SELECT param, value FROM llxme_user_param WHERE fk_user = 1 AND entity = 1 2026-02-02 00:36:04 DEBUG 197.239.91.67 764335 3201 DefaultValues::fetchAll 2026-02-02 00:36:04 DEBUG 197.239.91.67 764335 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2026-02-02 00:36:04 DEBUG 197.239.91.67 764335 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llxme_user_rights as ur, llxme_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 LIKE '%_advance' 2026-02-02 00:36:04 DEBUG 197.239.91.67 764335 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llxme_usergroup_rights as gr, llxme_usergroup_user as gu, llxme_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 LIKE '%_advance' 2026-02-02 00:36:04 NOTICE 197.239.91.67 764335 3201 --- Access to GET /accountancy/admin/accountmodel.php - action=disable, massaction= 2026-02-02 00:36:04 DEBUG 197.239.91.67 764335 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 00:36:04 DEBUG 197.239.91.67 764335 3201 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, m.showtopmenuinframe FROM llxme_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 2026-02-02 00:36:04 DEBUG 197.239.91.67 764335 3201 sql=UPDATE llxme_accounting_system SET active = 0 WHERE rowid = 16 2026-02-02 00:36:04 DEBUG 197.239.91.67 764335 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:36:04 DEBUG 197.239.91.67 764335 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:36:04 DEBUG 197.239.91.67 764335 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:36:04 DEBUG 197.239.91.67 764335 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:36:04 DEBUG 197.239.91.67 764335 3201 sql=SELECT rowid, code, label, nature FROM llxme_accounting_journal WHERE entity = 1 AND active = 1 ORDER BY nature ASC, label DESC 2026-02-02 00:36:04 DEBUG 197.239.91.67 764335 3201 Form::select_country 2026-02-02 00:36:04 DEBUG 197.239.91.67 764335 3201 sql=SELECT rowid, code as code_iso, code_iso as code_iso3, label, favorite, eec FROM llxme_c_country WHERE active > 0 2026-02-02 00:36:04 DEBUG 197.239.91.67 764335 3201 htdocs/admin/dict 2026-02-02 00:36:04 DEBUG 197.239.91.67 764335 3201 sql=SELECT s.rowid as rowid, pcg_version, s.label, s.fk_country as country_id, c.code as country_code, c.label as country, s.active FROM llxme_accounting_system as s, llxme_c_country as c WHERE s.fk_country=c.rowid and c.active=1 LIMIT 1001 2026-02-02 00:36:04 DEBUG 197.239.91.67 764335 3201 Form::select_country 2026-02-02 00:36:04 DEBUG 197.239.91.67 764335 3201 sql=SELECT rowid, code as code_iso, code_iso as code_iso3, label, favorite, eec FROM llxme_c_country WHERE active > 0 2026-02-02 00:36:04 INFO 197.239.91.67 764335 3201 --- End access to /accountancy/admin/accountmodel.php 2026-02-02 00:36:07 DEBUG 197.239.91.67 764335 3201 - This is an already logged session. _SESSION['dol_login']=intendant _SESSION['dol_entity']=1 2026-02-02 00:36:07 DEBUG 197.239.91.67 764335 3201 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 llxme_user as u LEFT JOIN llxme_c_country as c ON u.fk_country = c.rowid LEFT JOIN llxme_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llxme_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IN (0, 1) AND u.login = 'intendant' ORDER BY u.entity ASC 2026-02-02 00:36:07 DEBUG 197.239.91.67 764335 3201 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, aiprompt, css, cssview, csslist FROM llxme_extrafields WHERE elementtype = 'user' ORDER BY pos 2026-02-02 00:36:07 DEBUG 197.239.91.67 764335 3201 sql=SELECT param, value FROM llxme_user_param WHERE fk_user = 1 AND entity = 1 2026-02-02 00:36:07 DEBUG 197.239.91.67 764335 3201 DefaultValues::fetchAll 2026-02-02 00:36:07 DEBUG 197.239.91.67 764335 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2026-02-02 00:36:07 DEBUG 197.239.91.67 764335 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llxme_user_rights as ur, llxme_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 LIKE '%_advance' 2026-02-02 00:36:07 DEBUG 197.239.91.67 764335 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llxme_usergroup_rights as gr, llxme_usergroup_user as gu, llxme_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 LIKE '%_advance' 2026-02-02 00:36:07 NOTICE 197.239.91.67 764335 3201 --- Access to GET /accountancy/admin/accountmodel.php - action=disable, massaction= 2026-02-02 00:36:07 DEBUG 197.239.91.67 764335 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 00:36:07 DEBUG 197.239.91.67 764335 3201 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, m.showtopmenuinframe FROM llxme_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 2026-02-02 00:36:07 DEBUG 197.239.91.67 764335 3201 sql=UPDATE llxme_accounting_system SET active = 0 WHERE rowid = 15 2026-02-02 00:36:07 DEBUG 197.239.91.67 764335 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:36:07 DEBUG 197.239.91.67 764335 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:36:07 DEBUG 197.239.91.67 764335 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:36:07 DEBUG 197.239.91.67 764335 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:36:07 DEBUG 197.239.91.67 764335 3201 sql=SELECT rowid, code, label, nature FROM llxme_accounting_journal WHERE entity = 1 AND active = 1 ORDER BY nature ASC, label DESC 2026-02-02 00:36:07 DEBUG 197.239.91.67 764335 3201 Form::select_country 2026-02-02 00:36:07 DEBUG 197.239.91.67 764335 3201 sql=SELECT rowid, code as code_iso, code_iso as code_iso3, label, favorite, eec FROM llxme_c_country WHERE active > 0 2026-02-02 00:36:07 DEBUG 197.239.91.67 764335 3201 htdocs/admin/dict 2026-02-02 00:36:07 DEBUG 197.239.91.67 764335 3201 sql=SELECT s.rowid as rowid, pcg_version, s.label, s.fk_country as country_id, c.code as country_code, c.label as country, s.active FROM llxme_accounting_system as s, llxme_c_country as c WHERE s.fk_country=c.rowid and c.active=1 LIMIT 1001 2026-02-02 00:36:07 DEBUG 197.239.91.67 764335 3201 Form::select_country 2026-02-02 00:36:07 DEBUG 197.239.91.67 764335 3201 sql=SELECT rowid, code as code_iso, code_iso as code_iso3, label, favorite, eec FROM llxme_c_country WHERE active > 0 2026-02-02 00:36:07 INFO 197.239.91.67 764335 3201 --- End access to /accountancy/admin/accountmodel.php 2026-02-02 00:36:08 DEBUG 197.239.91.67 764335 3201 - This is an already logged session. _SESSION['dol_login']=intendant _SESSION['dol_entity']=1 2026-02-02 00:36:08 DEBUG 197.239.91.67 764335 3201 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 llxme_user as u LEFT JOIN llxme_c_country as c ON u.fk_country = c.rowid LEFT JOIN llxme_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llxme_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IN (0, 1) AND u.login = 'intendant' ORDER BY u.entity ASC 2026-02-02 00:36:08 DEBUG 197.239.91.67 764335 3201 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, aiprompt, css, cssview, csslist FROM llxme_extrafields WHERE elementtype = 'user' ORDER BY pos 2026-02-02 00:36:08 DEBUG 197.239.91.67 764335 3201 sql=SELECT param, value FROM llxme_user_param WHERE fk_user = 1 AND entity = 1 2026-02-02 00:36:08 DEBUG 197.239.91.67 764335 3201 DefaultValues::fetchAll 2026-02-02 00:36:08 DEBUG 197.239.91.67 764335 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2026-02-02 00:36:08 DEBUG 197.239.91.67 764335 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llxme_user_rights as ur, llxme_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 LIKE '%_advance' 2026-02-02 00:36:08 DEBUG 197.239.91.67 764335 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llxme_usergroup_rights as gr, llxme_usergroup_user as gu, llxme_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 LIKE '%_advance' 2026-02-02 00:36:08 NOTICE 197.239.91.67 764335 3201 --- Access to GET /accountancy/admin/accountmodel.php - action=disable, massaction= 2026-02-02 00:36:08 DEBUG 197.239.91.67 764335 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 00:36:08 DEBUG 197.239.91.67 764335 3201 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, m.showtopmenuinframe FROM llxme_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 2026-02-02 00:36:09 DEBUG 197.239.91.67 764335 3201 sql=UPDATE llxme_accounting_system SET active = 0 WHERE rowid = 14 2026-02-02 00:36:09 DEBUG 197.239.91.67 764335 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:36:09 DEBUG 197.239.91.67 764335 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:36:09 DEBUG 197.239.91.67 764335 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:36:09 DEBUG 197.239.91.67 764335 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:36:09 DEBUG 197.239.91.67 764335 3201 sql=SELECT rowid, code, label, nature FROM llxme_accounting_journal WHERE entity = 1 AND active = 1 ORDER BY nature ASC, label DESC 2026-02-02 00:36:09 DEBUG 197.239.91.67 764335 3201 Form::select_country 2026-02-02 00:36:09 DEBUG 197.239.91.67 764335 3201 sql=SELECT rowid, code as code_iso, code_iso as code_iso3, label, favorite, eec FROM llxme_c_country WHERE active > 0 2026-02-02 00:36:09 DEBUG 197.239.91.67 764335 3201 htdocs/admin/dict 2026-02-02 00:36:09 DEBUG 197.239.91.67 764335 3201 sql=SELECT s.rowid as rowid, pcg_version, s.label, s.fk_country as country_id, c.code as country_code, c.label as country, s.active FROM llxme_accounting_system as s, llxme_c_country as c WHERE s.fk_country=c.rowid and c.active=1 LIMIT 1001 2026-02-02 00:36:09 DEBUG 197.239.91.67 764335 3201 Form::select_country 2026-02-02 00:36:09 DEBUG 197.239.91.67 764335 3201 sql=SELECT rowid, code as code_iso, code_iso as code_iso3, label, favorite, eec FROM llxme_c_country WHERE active > 0 2026-02-02 00:36:09 INFO 197.239.91.67 764335 3201 --- End access to /accountancy/admin/accountmodel.php 2026-02-02 00:36:10 DEBUG 197.239.91.67 764335 3201 - This is an already logged session. _SESSION['dol_login']=intendant _SESSION['dol_entity']=1 2026-02-02 00:36:10 DEBUG 197.239.91.67 764335 3201 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 llxme_user as u LEFT JOIN llxme_c_country as c ON u.fk_country = c.rowid LEFT JOIN llxme_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llxme_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IN (0, 1) AND u.login = 'intendant' ORDER BY u.entity ASC 2026-02-02 00:36:10 DEBUG 197.239.91.67 764335 3201 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, aiprompt, css, cssview, csslist FROM llxme_extrafields WHERE elementtype = 'user' ORDER BY pos 2026-02-02 00:36:10 DEBUG 197.239.91.67 764335 3201 sql=SELECT param, value FROM llxme_user_param WHERE fk_user = 1 AND entity = 1 2026-02-02 00:36:10 DEBUG 197.239.91.67 764335 3201 DefaultValues::fetchAll 2026-02-02 00:36:10 DEBUG 197.239.91.67 764335 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2026-02-02 00:36:10 DEBUG 197.239.91.67 764335 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llxme_user_rights as ur, llxme_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 LIKE '%_advance' 2026-02-02 00:36:10 DEBUG 197.239.91.67 764335 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llxme_usergroup_rights as gr, llxme_usergroup_user as gu, llxme_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 LIKE '%_advance' 2026-02-02 00:36:10 NOTICE 197.239.91.67 764335 3201 --- Access to GET /accountancy/admin/accountmodel.php - action=disable, massaction= 2026-02-02 00:36:10 DEBUG 197.239.91.67 764335 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 00:36:10 DEBUG 197.239.91.67 764335 3201 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, m.showtopmenuinframe FROM llxme_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 2026-02-02 00:36:10 DEBUG 197.239.91.67 764335 3201 sql=UPDATE llxme_accounting_system SET active = 0 WHERE rowid = 13 2026-02-02 00:36:10 DEBUG 197.239.91.67 764335 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:36:10 DEBUG 197.239.91.67 764335 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:36:10 DEBUG 197.239.91.67 764335 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:36:10 DEBUG 197.239.91.67 764335 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:36:10 DEBUG 197.239.91.67 764335 3201 sql=SELECT rowid, code, label, nature FROM llxme_accounting_journal WHERE entity = 1 AND active = 1 ORDER BY nature ASC, label DESC 2026-02-02 00:36:10 DEBUG 197.239.91.67 764335 3201 Form::select_country 2026-02-02 00:36:10 DEBUG 197.239.91.67 764335 3201 sql=SELECT rowid, code as code_iso, code_iso as code_iso3, label, favorite, eec FROM llxme_c_country WHERE active > 0 2026-02-02 00:36:10 DEBUG 197.239.91.67 764335 3201 htdocs/admin/dict 2026-02-02 00:36:10 DEBUG 197.239.91.67 764335 3201 sql=SELECT s.rowid as rowid, pcg_version, s.label, s.fk_country as country_id, c.code as country_code, c.label as country, s.active FROM llxme_accounting_system as s, llxme_c_country as c WHERE s.fk_country=c.rowid and c.active=1 LIMIT 1001 2026-02-02 00:36:10 DEBUG 197.239.91.67 764335 3201 Form::select_country 2026-02-02 00:36:10 DEBUG 197.239.91.67 764335 3201 sql=SELECT rowid, code as code_iso, code_iso as code_iso3, label, favorite, eec FROM llxme_c_country WHERE active > 0 2026-02-02 00:36:10 INFO 197.239.91.67 764335 3201 --- End access to /accountancy/admin/accountmodel.php 2026-02-02 00:36:12 DEBUG 197.239.91.67 764335 3201 - This is an already logged session. _SESSION['dol_login']=intendant _SESSION['dol_entity']=1 2026-02-02 00:36:12 DEBUG 197.239.91.67 764335 3201 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 llxme_user as u LEFT JOIN llxme_c_country as c ON u.fk_country = c.rowid LEFT JOIN llxme_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llxme_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IN (0, 1) AND u.login = 'intendant' ORDER BY u.entity ASC 2026-02-02 00:36:12 DEBUG 197.239.91.67 764335 3201 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, aiprompt, css, cssview, csslist FROM llxme_extrafields WHERE elementtype = 'user' ORDER BY pos 2026-02-02 00:36:12 DEBUG 197.239.91.67 764335 3201 sql=SELECT param, value FROM llxme_user_param WHERE fk_user = 1 AND entity = 1 2026-02-02 00:36:12 DEBUG 197.239.91.67 764335 3201 DefaultValues::fetchAll 2026-02-02 00:36:12 DEBUG 197.239.91.67 764335 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2026-02-02 00:36:12 DEBUG 197.239.91.67 764335 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llxme_user_rights as ur, llxme_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 LIKE '%_advance' 2026-02-02 00:36:12 DEBUG 197.239.91.67 764335 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llxme_usergroup_rights as gr, llxme_usergroup_user as gu, llxme_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 LIKE '%_advance' 2026-02-02 00:36:12 NOTICE 197.239.91.67 764335 3201 --- Access to GET /accountancy/admin/accountmodel.php - action=disable, massaction= 2026-02-02 00:36:12 DEBUG 197.239.91.67 764335 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 00:36:12 DEBUG 197.239.91.67 764335 3201 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, m.showtopmenuinframe FROM llxme_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 2026-02-02 00:36:12 DEBUG 197.239.91.67 764335 3201 sql=UPDATE llxme_accounting_system SET active = 0 WHERE rowid = 12 2026-02-02 00:36:12 DEBUG 197.239.91.67 764335 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:36:12 DEBUG 197.239.91.67 764335 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:36:12 DEBUG 197.239.91.67 764335 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:36:12 DEBUG 197.239.91.67 764335 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:36:12 DEBUG 197.239.91.67 764335 3201 sql=SELECT rowid, code, label, nature FROM llxme_accounting_journal WHERE entity = 1 AND active = 1 ORDER BY nature ASC, label DESC 2026-02-02 00:36:12 DEBUG 197.239.91.67 764335 3201 Form::select_country 2026-02-02 00:36:12 DEBUG 197.239.91.67 764335 3201 sql=SELECT rowid, code as code_iso, code_iso as code_iso3, label, favorite, eec FROM llxme_c_country WHERE active > 0 2026-02-02 00:36:12 DEBUG 197.239.91.67 764335 3201 htdocs/admin/dict 2026-02-02 00:36:12 DEBUG 197.239.91.67 764335 3201 sql=SELECT s.rowid as rowid, pcg_version, s.label, s.fk_country as country_id, c.code as country_code, c.label as country, s.active FROM llxme_accounting_system as s, llxme_c_country as c WHERE s.fk_country=c.rowid and c.active=1 LIMIT 1001 2026-02-02 00:36:12 DEBUG 197.239.91.67 764335 3201 Form::select_country 2026-02-02 00:36:12 DEBUG 197.239.91.67 764335 3201 sql=SELECT rowid, code as code_iso, code_iso as code_iso3, label, favorite, eec FROM llxme_c_country WHERE active > 0 2026-02-02 00:36:12 INFO 197.239.91.67 764335 3201 --- End access to /accountancy/admin/accountmodel.php 2026-02-02 00:36:19 DEBUG 197.239.91.67 764335 3201 - This is an already logged session. _SESSION['dol_login']=intendant _SESSION['dol_entity']=1 2026-02-02 00:36:19 DEBUG 197.239.91.67 764335 3201 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 llxme_user as u LEFT JOIN llxme_c_country as c ON u.fk_country = c.rowid LEFT JOIN llxme_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llxme_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IN (0, 1) AND u.login = 'intendant' ORDER BY u.entity ASC 2026-02-02 00:36:19 DEBUG 197.239.91.67 764335 3201 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, aiprompt, css, cssview, csslist FROM llxme_extrafields WHERE elementtype = 'user' ORDER BY pos 2026-02-02 00:36:19 DEBUG 197.239.91.67 764335 3201 sql=SELECT param, value FROM llxme_user_param WHERE fk_user = 1 AND entity = 1 2026-02-02 00:36:19 DEBUG 197.239.91.67 764335 3201 DefaultValues::fetchAll 2026-02-02 00:36:19 DEBUG 197.239.91.67 764335 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2026-02-02 00:36:19 DEBUG 197.239.91.67 764335 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llxme_user_rights as ur, llxme_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 LIKE '%_advance' 2026-02-02 00:36:19 DEBUG 197.239.91.67 764335 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llxme_usergroup_rights as gr, llxme_usergroup_user as gu, llxme_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 LIKE '%_advance' 2026-02-02 00:36:19 NOTICE 197.239.91.67 764335 3201 --- Access to GET /accountancy/admin/accountmodel.php - action=disable, massaction= 2026-02-02 00:36:19 DEBUG 197.239.91.67 764335 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 00:36:19 DEBUG 197.239.91.67 764335 3201 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, m.showtopmenuinframe FROM llxme_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 2026-02-02 00:36:19 DEBUG 197.239.91.67 764335 3201 sql=UPDATE llxme_accounting_system SET active = 0 WHERE rowid = 27 2026-02-02 00:36:19 DEBUG 197.239.91.67 764335 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:36:19 DEBUG 197.239.91.67 764335 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:36:19 DEBUG 197.239.91.67 764335 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:36:19 DEBUG 197.239.91.67 764335 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:36:19 DEBUG 197.239.91.67 764335 3201 sql=SELECT rowid, code, label, nature FROM llxme_accounting_journal WHERE entity = 1 AND active = 1 ORDER BY nature ASC, label DESC 2026-02-02 00:36:19 DEBUG 197.239.91.67 764335 3201 Form::select_country 2026-02-02 00:36:19 DEBUG 197.239.91.67 764335 3201 sql=SELECT rowid, code as code_iso, code_iso as code_iso3, label, favorite, eec FROM llxme_c_country WHERE active > 0 2026-02-02 00:36:19 DEBUG 197.239.91.67 764335 3201 htdocs/admin/dict 2026-02-02 00:36:19 DEBUG 197.239.91.67 764335 3201 sql=SELECT s.rowid as rowid, pcg_version, s.label, s.fk_country as country_id, c.code as country_code, c.label as country, s.active FROM llxme_accounting_system as s, llxme_c_country as c WHERE s.fk_country=c.rowid and c.active=1 LIMIT 1001 2026-02-02 00:36:19 DEBUG 197.239.91.67 764335 3201 Form::select_country 2026-02-02 00:36:19 DEBUG 197.239.91.67 764335 3201 sql=SELECT rowid, code as code_iso, code_iso as code_iso3, label, favorite, eec FROM llxme_c_country WHERE active > 0 2026-02-02 00:36:19 INFO 197.239.91.67 764335 3201 --- End access to /accountancy/admin/accountmodel.php 2026-02-02 00:36:23 DEBUG 197.239.91.67 764335 3201 - This is an already logged session. _SESSION['dol_login']=intendant _SESSION['dol_entity']=1 2026-02-02 00:36:23 DEBUG 197.239.91.67 764335 3201 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 llxme_user as u LEFT JOIN llxme_c_country as c ON u.fk_country = c.rowid LEFT JOIN llxme_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llxme_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IN (0, 1) AND u.login = 'intendant' ORDER BY u.entity ASC 2026-02-02 00:36:23 DEBUG 197.239.91.67 764335 3201 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, aiprompt, css, cssview, csslist FROM llxme_extrafields WHERE elementtype = 'user' ORDER BY pos 2026-02-02 00:36:23 DEBUG 197.239.91.67 764335 3201 sql=SELECT param, value FROM llxme_user_param WHERE fk_user = 1 AND entity = 1 2026-02-02 00:36:23 DEBUG 197.239.91.67 764335 3201 DefaultValues::fetchAll 2026-02-02 00:36:23 DEBUG 197.239.91.67 764335 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2026-02-02 00:36:23 DEBUG 197.239.91.67 764335 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llxme_user_rights as ur, llxme_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 LIKE '%_advance' 2026-02-02 00:36:23 DEBUG 197.239.91.67 764335 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llxme_usergroup_rights as gr, llxme_usergroup_user as gu, llxme_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 LIKE '%_advance' 2026-02-02 00:36:23 NOTICE 197.239.91.67 764335 3201 --- Access to GET /accountancy/admin/accountmodel.php - action=disable, massaction= 2026-02-02 00:36:23 DEBUG 197.239.91.67 764335 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 00:36:23 DEBUG 197.239.91.67 764335 3201 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, m.showtopmenuinframe FROM llxme_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 2026-02-02 00:36:23 DEBUG 197.239.91.67 764335 3201 sql=UPDATE llxme_accounting_system SET active = 0 WHERE rowid = 28 2026-02-02 00:36:23 DEBUG 197.239.91.67 764335 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:36:23 DEBUG 197.239.91.67 764335 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:36:23 DEBUG 197.239.91.67 764335 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:36:23 DEBUG 197.239.91.67 764335 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:36:23 DEBUG 197.239.91.67 764335 3201 sql=SELECT rowid, code, label, nature FROM llxme_accounting_journal WHERE entity = 1 AND active = 1 ORDER BY nature ASC, label DESC 2026-02-02 00:36:23 DEBUG 197.239.91.67 764335 3201 Form::select_country 2026-02-02 00:36:23 DEBUG 197.239.91.67 764335 3201 sql=SELECT rowid, code as code_iso, code_iso as code_iso3, label, favorite, eec FROM llxme_c_country WHERE active > 0 2026-02-02 00:36:23 DEBUG 197.239.91.67 764335 3201 htdocs/admin/dict 2026-02-02 00:36:23 DEBUG 197.239.91.67 764335 3201 sql=SELECT s.rowid as rowid, pcg_version, s.label, s.fk_country as country_id, c.code as country_code, c.label as country, s.active FROM llxme_accounting_system as s, llxme_c_country as c WHERE s.fk_country=c.rowid and c.active=1 LIMIT 1001 2026-02-02 00:36:23 DEBUG 197.239.91.67 764335 3201 Form::select_country 2026-02-02 00:36:23 DEBUG 197.239.91.67 764335 3201 sql=SELECT rowid, code as code_iso, code_iso as code_iso3, label, favorite, eec FROM llxme_c_country WHERE active > 0 2026-02-02 00:36:23 INFO 197.239.91.67 764335 3201 --- End access to /accountancy/admin/accountmodel.php 2026-02-02 00:36:31 DEBUG 197.239.91.67 764335 3201 - This is an already logged session. _SESSION['dol_login']=intendant _SESSION['dol_entity']=1 2026-02-02 00:36:31 DEBUG 197.239.91.67 764335 3201 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 llxme_user as u LEFT JOIN llxme_c_country as c ON u.fk_country = c.rowid LEFT JOIN llxme_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llxme_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IN (0, 1) AND u.login = 'intendant' ORDER BY u.entity ASC 2026-02-02 00:36:31 DEBUG 197.239.91.67 764335 3201 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, aiprompt, css, cssview, csslist FROM llxme_extrafields WHERE elementtype = 'user' ORDER BY pos 2026-02-02 00:36:31 DEBUG 197.239.91.67 764335 3201 sql=SELECT param, value FROM llxme_user_param WHERE fk_user = 1 AND entity = 1 2026-02-02 00:36:31 DEBUG 197.239.91.67 764335 3201 DefaultValues::fetchAll 2026-02-02 00:36:31 DEBUG 197.239.91.67 764335 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2026-02-02 00:36:31 DEBUG 197.239.91.67 764335 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llxme_user_rights as ur, llxme_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 LIKE '%_advance' 2026-02-02 00:36:31 DEBUG 197.239.91.67 764335 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llxme_usergroup_rights as gr, llxme_usergroup_user as gu, llxme_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 LIKE '%_advance' 2026-02-02 00:36:31 NOTICE 197.239.91.67 764335 3201 --- Access to GET /accountancy/admin/accountmodel.php - action=disable, massaction= 2026-02-02 00:36:31 DEBUG 197.239.91.67 764335 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 00:36:31 DEBUG 197.239.91.67 764335 3201 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, m.showtopmenuinframe FROM llxme_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 2026-02-02 00:36:31 DEBUG 197.239.91.67 764335 3201 sql=UPDATE llxme_accounting_system SET active = 0 WHERE rowid = 29 2026-02-02 00:36:31 DEBUG 197.239.91.67 764335 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:36:31 DEBUG 197.239.91.67 764335 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:36:31 DEBUG 197.239.91.67 764335 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:36:31 DEBUG 197.239.91.67 764335 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:36:31 DEBUG 197.239.91.67 764335 3201 sql=SELECT rowid, code, label, nature FROM llxme_accounting_journal WHERE entity = 1 AND active = 1 ORDER BY nature ASC, label DESC 2026-02-02 00:36:31 DEBUG 197.239.91.67 764335 3201 Form::select_country 2026-02-02 00:36:31 DEBUG 197.239.91.67 764335 3201 sql=SELECT rowid, code as code_iso, code_iso as code_iso3, label, favorite, eec FROM llxme_c_country WHERE active > 0 2026-02-02 00:36:31 DEBUG 197.239.91.67 764335 3201 htdocs/admin/dict 2026-02-02 00:36:31 DEBUG 197.239.91.67 764335 3201 sql=SELECT s.rowid as rowid, pcg_version, s.label, s.fk_country as country_id, c.code as country_code, c.label as country, s.active FROM llxme_accounting_system as s, llxme_c_country as c WHERE s.fk_country=c.rowid and c.active=1 LIMIT 1001 2026-02-02 00:36:31 DEBUG 197.239.91.67 764335 3201 Form::select_country 2026-02-02 00:36:31 DEBUG 197.239.91.67 764335 3201 sql=SELECT rowid, code as code_iso, code_iso as code_iso3, label, favorite, eec FROM llxme_c_country WHERE active > 0 2026-02-02 00:36:31 INFO 197.239.91.67 764335 3201 --- End access to /accountancy/admin/accountmodel.php 2026-02-02 00:36:35 DEBUG 197.239.91.67 764335 3201 - This is an already logged session. _SESSION['dol_login']=intendant _SESSION['dol_entity']=1 2026-02-02 00:36:35 DEBUG 197.239.91.67 764335 3201 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 llxme_user as u LEFT JOIN llxme_c_country as c ON u.fk_country = c.rowid LEFT JOIN llxme_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llxme_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IN (0, 1) AND u.login = 'intendant' ORDER BY u.entity ASC 2026-02-02 00:36:35 DEBUG 197.239.91.67 764335 3201 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, aiprompt, css, cssview, csslist FROM llxme_extrafields WHERE elementtype = 'user' ORDER BY pos 2026-02-02 00:36:35 DEBUG 197.239.91.67 764335 3201 sql=SELECT param, value FROM llxme_user_param WHERE fk_user = 1 AND entity = 1 2026-02-02 00:36:35 DEBUG 197.239.91.67 764335 3201 DefaultValues::fetchAll 2026-02-02 00:36:35 DEBUG 197.239.91.67 764335 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2026-02-02 00:36:35 DEBUG 197.239.91.67 764335 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llxme_user_rights as ur, llxme_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 LIKE '%_advance' 2026-02-02 00:36:35 DEBUG 197.239.91.67 764335 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llxme_usergroup_rights as gr, llxme_usergroup_user as gu, llxme_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 LIKE '%_advance' 2026-02-02 00:36:35 NOTICE 197.239.91.67 764335 3201 --- Access to GET /accountancy/admin/accountmodel.php - action=disable, massaction= 2026-02-02 00:36:35 DEBUG 197.239.91.67 764335 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 00:36:35 DEBUG 197.239.91.67 764335 3201 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, m.showtopmenuinframe FROM llxme_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 2026-02-02 00:36:35 DEBUG 197.239.91.67 764335 3201 sql=UPDATE llxme_accounting_system SET active = 0 WHERE rowid = 30 2026-02-02 00:36:35 DEBUG 197.239.91.67 764335 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:36:35 DEBUG 197.239.91.67 764335 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:36:35 DEBUG 197.239.91.67 764335 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:36:35 DEBUG 197.239.91.67 764335 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:36:35 DEBUG 197.239.91.67 764335 3201 sql=SELECT rowid, code, label, nature FROM llxme_accounting_journal WHERE entity = 1 AND active = 1 ORDER BY nature ASC, label DESC 2026-02-02 00:36:35 DEBUG 197.239.91.67 764335 3201 Form::select_country 2026-02-02 00:36:35 DEBUG 197.239.91.67 764335 3201 sql=SELECT rowid, code as code_iso, code_iso as code_iso3, label, favorite, eec FROM llxme_c_country WHERE active > 0 2026-02-02 00:36:35 DEBUG 197.239.91.67 764335 3201 htdocs/admin/dict 2026-02-02 00:36:35 DEBUG 197.239.91.67 764335 3201 sql=SELECT s.rowid as rowid, pcg_version, s.label, s.fk_country as country_id, c.code as country_code, c.label as country, s.active FROM llxme_accounting_system as s, llxme_c_country as c WHERE s.fk_country=c.rowid and c.active=1 LIMIT 1001 2026-02-02 00:36:35 DEBUG 197.239.91.67 764335 3201 Form::select_country 2026-02-02 00:36:35 DEBUG 197.239.91.67 764335 3201 sql=SELECT rowid, code as code_iso, code_iso as code_iso3, label, favorite, eec FROM llxme_c_country WHERE active > 0 2026-02-02 00:36:35 INFO 197.239.91.67 764335 3201 --- End access to /accountancy/admin/accountmodel.php 2026-02-02 00:36:39 DEBUG 197.239.91.67 764335 3201 - This is an already logged session. _SESSION['dol_login']=intendant _SESSION['dol_entity']=1 2026-02-02 00:36:39 DEBUG 197.239.91.67 764335 3201 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 llxme_user as u LEFT JOIN llxme_c_country as c ON u.fk_country = c.rowid LEFT JOIN llxme_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llxme_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IN (0, 1) AND u.login = 'intendant' ORDER BY u.entity ASC 2026-02-02 00:36:39 DEBUG 197.239.91.67 764335 3201 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, aiprompt, css, cssview, csslist FROM llxme_extrafields WHERE elementtype = 'user' ORDER BY pos 2026-02-02 00:36:39 DEBUG 197.239.91.67 764335 3201 sql=SELECT param, value FROM llxme_user_param WHERE fk_user = 1 AND entity = 1 2026-02-02 00:36:39 DEBUG 197.239.91.67 764335 3201 DefaultValues::fetchAll 2026-02-02 00:36:39 DEBUG 197.239.91.67 764335 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2026-02-02 00:36:39 DEBUG 197.239.91.67 764335 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llxme_user_rights as ur, llxme_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 LIKE '%_advance' 2026-02-02 00:36:39 DEBUG 197.239.91.67 764335 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llxme_usergroup_rights as gr, llxme_usergroup_user as gu, llxme_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 LIKE '%_advance' 2026-02-02 00:36:39 NOTICE 197.239.91.67 764335 3201 --- Access to GET /accountancy/admin/accountmodel.php - action=disable, massaction= 2026-02-02 00:36:39 DEBUG 197.239.91.67 764335 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 00:36:39 DEBUG 197.239.91.67 764335 3201 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, m.showtopmenuinframe FROM llxme_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 2026-02-02 00:36:39 DEBUG 197.239.91.67 764335 3201 sql=UPDATE llxme_accounting_system SET active = 0 WHERE rowid = 31 2026-02-02 00:36:39 DEBUG 197.239.91.67 764335 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:36:39 DEBUG 197.239.91.67 764335 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:36:39 DEBUG 197.239.91.67 764335 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:36:39 DEBUG 197.239.91.67 764335 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:36:39 DEBUG 197.239.91.67 764335 3201 sql=SELECT rowid, code, label, nature FROM llxme_accounting_journal WHERE entity = 1 AND active = 1 ORDER BY nature ASC, label DESC 2026-02-02 00:36:39 DEBUG 197.239.91.67 764335 3201 Form::select_country 2026-02-02 00:36:39 DEBUG 197.239.91.67 764335 3201 sql=SELECT rowid, code as code_iso, code_iso as code_iso3, label, favorite, eec FROM llxme_c_country WHERE active > 0 2026-02-02 00:36:39 DEBUG 197.239.91.67 764335 3201 htdocs/admin/dict 2026-02-02 00:36:39 DEBUG 197.239.91.67 764335 3201 sql=SELECT s.rowid as rowid, pcg_version, s.label, s.fk_country as country_id, c.code as country_code, c.label as country, s.active FROM llxme_accounting_system as s, llxme_c_country as c WHERE s.fk_country=c.rowid and c.active=1 LIMIT 1001 2026-02-02 00:36:39 DEBUG 197.239.91.67 764335 3201 Form::select_country 2026-02-02 00:36:39 DEBUG 197.239.91.67 764335 3201 sql=SELECT rowid, code as code_iso, code_iso as code_iso3, label, favorite, eec FROM llxme_c_country WHERE active > 0 2026-02-02 00:36:39 INFO 197.239.91.67 764335 3201 --- End access to /accountancy/admin/accountmodel.php 2026-02-02 00:36:43 DEBUG 197.239.91.67 764335 3201 - This is an already logged session. _SESSION['dol_login']=intendant _SESSION['dol_entity']=1 2026-02-02 00:36:43 DEBUG 197.239.91.67 764335 3201 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 llxme_user as u LEFT JOIN llxme_c_country as c ON u.fk_country = c.rowid LEFT JOIN llxme_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llxme_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IN (0, 1) AND u.login = 'intendant' ORDER BY u.entity ASC 2026-02-02 00:36:43 DEBUG 197.239.91.67 764335 3201 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, aiprompt, css, cssview, csslist FROM llxme_extrafields WHERE elementtype = 'user' ORDER BY pos 2026-02-02 00:36:43 DEBUG 197.239.91.67 764335 3201 sql=SELECT param, value FROM llxme_user_param WHERE fk_user = 1 AND entity = 1 2026-02-02 00:36:43 DEBUG 197.239.91.67 764335 3201 DefaultValues::fetchAll 2026-02-02 00:36:43 DEBUG 197.239.91.67 764335 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2026-02-02 00:36:43 DEBUG 197.239.91.67 764335 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llxme_user_rights as ur, llxme_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 LIKE '%_advance' 2026-02-02 00:36:43 DEBUG 197.239.91.67 764335 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llxme_usergroup_rights as gr, llxme_usergroup_user as gu, llxme_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 LIKE '%_advance' 2026-02-02 00:36:43 NOTICE 197.239.91.67 764335 3201 --- Access to GET /accountancy/admin/accountmodel.php - action=disable, massaction= 2026-02-02 00:36:43 DEBUG 197.239.91.67 764335 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 00:36:43 DEBUG 197.239.91.67 764335 3201 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, m.showtopmenuinframe FROM llxme_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 2026-02-02 00:36:43 DEBUG 197.239.91.67 764335 3201 sql=UPDATE llxme_accounting_system SET active = 0 WHERE rowid = 32 2026-02-02 00:36:43 DEBUG 197.239.91.67 764335 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:36:43 DEBUG 197.239.91.67 764335 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:36:43 DEBUG 197.239.91.67 764335 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:36:43 DEBUG 197.239.91.67 764335 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:36:43 DEBUG 197.239.91.67 764335 3201 sql=SELECT rowid, code, label, nature FROM llxme_accounting_journal WHERE entity = 1 AND active = 1 ORDER BY nature ASC, label DESC 2026-02-02 00:36:43 DEBUG 197.239.91.67 764335 3201 Form::select_country 2026-02-02 00:36:43 DEBUG 197.239.91.67 764335 3201 sql=SELECT rowid, code as code_iso, code_iso as code_iso3, label, favorite, eec FROM llxme_c_country WHERE active > 0 2026-02-02 00:36:43 DEBUG 197.239.91.67 764335 3201 htdocs/admin/dict 2026-02-02 00:36:43 DEBUG 197.239.91.67 764335 3201 sql=SELECT s.rowid as rowid, pcg_version, s.label, s.fk_country as country_id, c.code as country_code, c.label as country, s.active FROM llxme_accounting_system as s, llxme_c_country as c WHERE s.fk_country=c.rowid and c.active=1 LIMIT 1001 2026-02-02 00:36:43 DEBUG 197.239.91.67 764335 3201 Form::select_country 2026-02-02 00:36:43 DEBUG 197.239.91.67 764335 3201 sql=SELECT rowid, code as code_iso, code_iso as code_iso3, label, favorite, eec FROM llxme_c_country WHERE active > 0 2026-02-02 00:36:43 INFO 197.239.91.67 764335 3201 --- End access to /accountancy/admin/accountmodel.php 2026-02-02 00:36:47 DEBUG 197.239.91.67 766154 3201 - This is an already logged session. _SESSION['dol_login']=intendant _SESSION['dol_entity']=1 2026-02-02 00:36:47 DEBUG 197.239.91.67 766154 3201 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 llxme_user as u LEFT JOIN llxme_c_country as c ON u.fk_country = c.rowid LEFT JOIN llxme_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llxme_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IN (0, 1) AND u.login = 'intendant' ORDER BY u.entity ASC 2026-02-02 00:36:47 DEBUG 197.239.91.67 766154 3201 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, aiprompt, css, cssview, csslist FROM llxme_extrafields WHERE elementtype = 'user' ORDER BY pos 2026-02-02 00:36:47 DEBUG 197.239.91.67 766154 3201 sql=SELECT param, value FROM llxme_user_param WHERE fk_user = 1 AND entity = 1 2026-02-02 00:36:47 DEBUG 197.239.91.67 766154 3201 DefaultValues::fetchAll 2026-02-02 00:36:47 DEBUG 197.239.91.67 766154 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2026-02-02 00:36:47 DEBUG 197.239.91.67 766154 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llxme_user_rights as ur, llxme_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 LIKE '%_advance' 2026-02-02 00:36:47 DEBUG 197.239.91.67 766154 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llxme_usergroup_rights as gr, llxme_usergroup_user as gu, llxme_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 LIKE '%_advance' 2026-02-02 00:36:47 NOTICE 197.239.91.67 766154 3201 --- Access to GET /accountancy/admin/accountmodel.php - action=disable, massaction= 2026-02-02 00:36:47 DEBUG 197.239.91.67 766154 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 00:36:47 DEBUG 197.239.91.67 766154 3201 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, m.showtopmenuinframe FROM llxme_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 2026-02-02 00:36:47 DEBUG 197.239.91.67 766154 3201 sql=UPDATE llxme_accounting_system SET active = 0 WHERE rowid = 33 2026-02-02 00:36:47 DEBUG 197.239.91.67 766154 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:36:47 DEBUG 197.239.91.67 766154 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:36:47 DEBUG 197.239.91.67 766154 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:36:47 DEBUG 197.239.91.67 766154 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:36:47 DEBUG 197.239.91.67 766154 3201 sql=SELECT rowid, code, label, nature FROM llxme_accounting_journal WHERE entity = 1 AND active = 1 ORDER BY nature ASC, label DESC 2026-02-02 00:36:47 DEBUG 197.239.91.67 766154 3201 Form::select_country 2026-02-02 00:36:47 DEBUG 197.239.91.67 766154 3201 sql=SELECT rowid, code as code_iso, code_iso as code_iso3, label, favorite, eec FROM llxme_c_country WHERE active > 0 2026-02-02 00:36:47 DEBUG 197.239.91.67 766154 3201 htdocs/admin/dict 2026-02-02 00:36:47 DEBUG 197.239.91.67 766154 3201 sql=SELECT s.rowid as rowid, pcg_version, s.label, s.fk_country as country_id, c.code as country_code, c.label as country, s.active FROM llxme_accounting_system as s, llxme_c_country as c WHERE s.fk_country=c.rowid and c.active=1 LIMIT 1001 2026-02-02 00:36:47 DEBUG 197.239.91.67 766154 3201 Form::select_country 2026-02-02 00:36:47 DEBUG 197.239.91.67 766154 3201 sql=SELECT rowid, code as code_iso, code_iso as code_iso3, label, favorite, eec FROM llxme_c_country WHERE active > 0 2026-02-02 00:36:47 INFO 197.239.91.67 766154 3201 --- End access to /accountancy/admin/accountmodel.php 2026-02-02 00:36:50 DEBUG 197.239.91.67 766154 3201 - This is an already logged session. _SESSION['dol_login']=intendant _SESSION['dol_entity']=1 2026-02-02 00:36:50 DEBUG 197.239.91.67 766154 3201 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 llxme_user as u LEFT JOIN llxme_c_country as c ON u.fk_country = c.rowid LEFT JOIN llxme_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llxme_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IN (0, 1) AND u.login = 'intendant' ORDER BY u.entity ASC 2026-02-02 00:36:50 DEBUG 197.239.91.67 766154 3201 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, aiprompt, css, cssview, csslist FROM llxme_extrafields WHERE elementtype = 'user' ORDER BY pos 2026-02-02 00:36:50 DEBUG 197.239.91.67 766154 3201 sql=SELECT param, value FROM llxme_user_param WHERE fk_user = 1 AND entity = 1 2026-02-02 00:36:50 DEBUG 197.239.91.67 766154 3201 DefaultValues::fetchAll 2026-02-02 00:36:50 DEBUG 197.239.91.67 766154 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2026-02-02 00:36:50 DEBUG 197.239.91.67 766154 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llxme_user_rights as ur, llxme_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 LIKE '%_advance' 2026-02-02 00:36:50 DEBUG 197.239.91.67 766154 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llxme_usergroup_rights as gr, llxme_usergroup_user as gu, llxme_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 LIKE '%_advance' 2026-02-02 00:36:50 NOTICE 197.239.91.67 766154 3201 --- Access to GET /accountancy/admin/accountmodel.php - action=disable, massaction= 2026-02-02 00:36:50 DEBUG 197.239.91.67 766154 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 00:36:50 DEBUG 197.239.91.67 766154 3201 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, m.showtopmenuinframe FROM llxme_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 2026-02-02 00:36:50 DEBUG 197.239.91.67 766154 3201 sql=UPDATE llxme_accounting_system SET active = 0 WHERE rowid = 34 2026-02-02 00:36:50 DEBUG 197.239.91.67 766154 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:36:50 DEBUG 197.239.91.67 766154 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:36:50 DEBUG 197.239.91.67 766154 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:36:50 DEBUG 197.239.91.67 766154 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:36:50 DEBUG 197.239.91.67 766154 3201 sql=SELECT rowid, code, label, nature FROM llxme_accounting_journal WHERE entity = 1 AND active = 1 ORDER BY nature ASC, label DESC 2026-02-02 00:36:50 DEBUG 197.239.91.67 766154 3201 Form::select_country 2026-02-02 00:36:50 DEBUG 197.239.91.67 766154 3201 sql=SELECT rowid, code as code_iso, code_iso as code_iso3, label, favorite, eec FROM llxme_c_country WHERE active > 0 2026-02-02 00:36:50 DEBUG 197.239.91.67 766154 3201 htdocs/admin/dict 2026-02-02 00:36:50 DEBUG 197.239.91.67 766154 3201 sql=SELECT s.rowid as rowid, pcg_version, s.label, s.fk_country as country_id, c.code as country_code, c.label as country, s.active FROM llxme_accounting_system as s, llxme_c_country as c WHERE s.fk_country=c.rowid and c.active=1 LIMIT 1001 2026-02-02 00:36:50 DEBUG 197.239.91.67 766154 3201 Form::select_country 2026-02-02 00:36:50 DEBUG 197.239.91.67 766154 3201 sql=SELECT rowid, code as code_iso, code_iso as code_iso3, label, favorite, eec FROM llxme_c_country WHERE active > 0 2026-02-02 00:36:50 INFO 197.239.91.67 766154 3201 --- End access to /accountancy/admin/accountmodel.php 2026-02-02 00:36:53 DEBUG 197.239.91.67 766154 3201 - This is an already logged session. _SESSION['dol_login']=intendant _SESSION['dol_entity']=1 2026-02-02 00:36:53 DEBUG 197.239.91.67 766154 3201 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 llxme_user as u LEFT JOIN llxme_c_country as c ON u.fk_country = c.rowid LEFT JOIN llxme_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llxme_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IN (0, 1) AND u.login = 'intendant' ORDER BY u.entity ASC 2026-02-02 00:36:53 DEBUG 197.239.91.67 766154 3201 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, aiprompt, css, cssview, csslist FROM llxme_extrafields WHERE elementtype = 'user' ORDER BY pos 2026-02-02 00:36:53 DEBUG 197.239.91.67 766154 3201 sql=SELECT param, value FROM llxme_user_param WHERE fk_user = 1 AND entity = 1 2026-02-02 00:36:53 DEBUG 197.239.91.67 766154 3201 DefaultValues::fetchAll 2026-02-02 00:36:53 DEBUG 197.239.91.67 766154 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2026-02-02 00:36:53 DEBUG 197.239.91.67 766154 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llxme_user_rights as ur, llxme_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 LIKE '%_advance' 2026-02-02 00:36:53 DEBUG 197.239.91.67 766154 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llxme_usergroup_rights as gr, llxme_usergroup_user as gu, llxme_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 LIKE '%_advance' 2026-02-02 00:36:53 NOTICE 197.239.91.67 766154 3201 --- Access to GET /accountancy/admin/accountmodel.php - action=disable, massaction= 2026-02-02 00:36:53 DEBUG 197.239.91.67 766154 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 00:36:53 DEBUG 197.239.91.67 766154 3201 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, m.showtopmenuinframe FROM llxme_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 2026-02-02 00:36:53 DEBUG 197.239.91.67 766154 3201 sql=UPDATE llxme_accounting_system SET active = 0 WHERE rowid = 35 2026-02-02 00:36:53 DEBUG 197.239.91.67 766154 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:36:53 DEBUG 197.239.91.67 766154 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:36:53 DEBUG 197.239.91.67 766154 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:36:53 DEBUG 197.239.91.67 766154 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:36:53 DEBUG 197.239.91.67 766154 3201 sql=SELECT rowid, code, label, nature FROM llxme_accounting_journal WHERE entity = 1 AND active = 1 ORDER BY nature ASC, label DESC 2026-02-02 00:36:53 DEBUG 197.239.91.67 766154 3201 Form::select_country 2026-02-02 00:36:53 DEBUG 197.239.91.67 766154 3201 sql=SELECT rowid, code as code_iso, code_iso as code_iso3, label, favorite, eec FROM llxme_c_country WHERE active > 0 2026-02-02 00:36:53 DEBUG 197.239.91.67 766154 3201 htdocs/admin/dict 2026-02-02 00:36:53 DEBUG 197.239.91.67 766154 3201 sql=SELECT s.rowid as rowid, pcg_version, s.label, s.fk_country as country_id, c.code as country_code, c.label as country, s.active FROM llxme_accounting_system as s, llxme_c_country as c WHERE s.fk_country=c.rowid and c.active=1 LIMIT 1001 2026-02-02 00:36:53 DEBUG 197.239.91.67 766154 3201 Form::select_country 2026-02-02 00:36:53 DEBUG 197.239.91.67 766154 3201 sql=SELECT rowid, code as code_iso, code_iso as code_iso3, label, favorite, eec FROM llxme_c_country WHERE active > 0 2026-02-02 00:36:53 INFO 197.239.91.67 766154 3201 --- End access to /accountancy/admin/accountmodel.php 2026-02-02 00:36:56 DEBUG 197.239.91.67 766154 3201 - This is an already logged session. _SESSION['dol_login']=intendant _SESSION['dol_entity']=1 2026-02-02 00:36:56 DEBUG 197.239.91.67 766154 3201 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 llxme_user as u LEFT JOIN llxme_c_country as c ON u.fk_country = c.rowid LEFT JOIN llxme_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llxme_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IN (0, 1) AND u.login = 'intendant' ORDER BY u.entity ASC 2026-02-02 00:36:56 DEBUG 197.239.91.67 766154 3201 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, aiprompt, css, cssview, csslist FROM llxme_extrafields WHERE elementtype = 'user' ORDER BY pos 2026-02-02 00:36:56 DEBUG 197.239.91.67 766154 3201 sql=SELECT param, value FROM llxme_user_param WHERE fk_user = 1 AND entity = 1 2026-02-02 00:36:56 DEBUG 197.239.91.67 766154 3201 DefaultValues::fetchAll 2026-02-02 00:36:56 DEBUG 197.239.91.67 766154 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2026-02-02 00:36:56 DEBUG 197.239.91.67 766154 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llxme_user_rights as ur, llxme_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 LIKE '%_advance' 2026-02-02 00:36:56 DEBUG 197.239.91.67 766154 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llxme_usergroup_rights as gr, llxme_usergroup_user as gu, llxme_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 LIKE '%_advance' 2026-02-02 00:36:56 NOTICE 197.239.91.67 766154 3201 --- Access to GET /accountancy/admin/accountmodel.php - action=disable, massaction= 2026-02-02 00:36:56 DEBUG 197.239.91.67 766154 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 00:36:56 DEBUG 197.239.91.67 766154 3201 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, m.showtopmenuinframe FROM llxme_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 2026-02-02 00:36:56 DEBUG 197.239.91.67 766154 3201 sql=UPDATE llxme_accounting_system SET active = 0 WHERE rowid = 36 2026-02-02 00:36:56 DEBUG 197.239.91.67 766154 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:36:56 DEBUG 197.239.91.67 766154 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:36:56 DEBUG 197.239.91.67 766154 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:36:56 DEBUG 197.239.91.67 766154 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:36:56 DEBUG 197.239.91.67 766154 3201 sql=SELECT rowid, code, label, nature FROM llxme_accounting_journal WHERE entity = 1 AND active = 1 ORDER BY nature ASC, label DESC 2026-02-02 00:36:56 DEBUG 197.239.91.67 766154 3201 Form::select_country 2026-02-02 00:36:56 DEBUG 197.239.91.67 766154 3201 sql=SELECT rowid, code as code_iso, code_iso as code_iso3, label, favorite, eec FROM llxme_c_country WHERE active > 0 2026-02-02 00:36:56 DEBUG 197.239.91.67 766154 3201 htdocs/admin/dict 2026-02-02 00:36:56 DEBUG 197.239.91.67 766154 3201 sql=SELECT s.rowid as rowid, pcg_version, s.label, s.fk_country as country_id, c.code as country_code, c.label as country, s.active FROM llxme_accounting_system as s, llxme_c_country as c WHERE s.fk_country=c.rowid and c.active=1 LIMIT 1001 2026-02-02 00:36:56 DEBUG 197.239.91.67 766154 3201 Form::select_country 2026-02-02 00:36:56 DEBUG 197.239.91.67 766154 3201 sql=SELECT rowid, code as code_iso, code_iso as code_iso3, label, favorite, eec FROM llxme_c_country WHERE active > 0 2026-02-02 00:36:56 INFO 197.239.91.67 766154 3201 --- End access to /accountancy/admin/accountmodel.php 2026-02-02 00:37:01 DEBUG 197.239.91.67 766154 3201 - This is an already logged session. _SESSION['dol_login']=intendant _SESSION['dol_entity']=1 2026-02-02 00:37:01 DEBUG 197.239.91.67 766154 3201 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 llxme_user as u LEFT JOIN llxme_c_country as c ON u.fk_country = c.rowid LEFT JOIN llxme_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llxme_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IN (0, 1) AND u.login = 'intendant' ORDER BY u.entity ASC 2026-02-02 00:37:01 DEBUG 197.239.91.67 766154 3201 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, aiprompt, css, cssview, csslist FROM llxme_extrafields WHERE elementtype = 'user' ORDER BY pos 2026-02-02 00:37:01 DEBUG 197.239.91.67 766154 3201 sql=SELECT param, value FROM llxme_user_param WHERE fk_user = 1 AND entity = 1 2026-02-02 00:37:01 DEBUG 197.239.91.67 766154 3201 DefaultValues::fetchAll 2026-02-02 00:37:01 DEBUG 197.239.91.67 766154 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2026-02-02 00:37:01 DEBUG 197.239.91.67 766154 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llxme_user_rights as ur, llxme_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 LIKE '%_advance' 2026-02-02 00:37:01 DEBUG 197.239.91.67 766154 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llxme_usergroup_rights as gr, llxme_usergroup_user as gu, llxme_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 LIKE '%_advance' 2026-02-02 00:37:01 NOTICE 197.239.91.67 766154 3201 --- Access to GET /accountancy/admin/accountmodel.php - action=disable, massaction= 2026-02-02 00:37:01 DEBUG 197.239.91.67 766154 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 00:37:01 DEBUG 197.239.91.67 766154 3201 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, m.showtopmenuinframe FROM llxme_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 2026-02-02 00:37:01 DEBUG 197.239.91.67 766154 3201 sql=UPDATE llxme_accounting_system SET active = 0 WHERE rowid = 37 2026-02-02 00:37:01 DEBUG 197.239.91.67 766154 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:37:01 DEBUG 197.239.91.67 766154 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:37:01 DEBUG 197.239.91.67 766154 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:37:01 DEBUG 197.239.91.67 766154 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:37:01 DEBUG 197.239.91.67 766154 3201 sql=SELECT rowid, code, label, nature FROM llxme_accounting_journal WHERE entity = 1 AND active = 1 ORDER BY nature ASC, label DESC 2026-02-02 00:37:01 DEBUG 197.239.91.67 766154 3201 Form::select_country 2026-02-02 00:37:01 DEBUG 197.239.91.67 766154 3201 sql=SELECT rowid, code as code_iso, code_iso as code_iso3, label, favorite, eec FROM llxme_c_country WHERE active > 0 2026-02-02 00:37:01 DEBUG 197.239.91.67 766154 3201 htdocs/admin/dict 2026-02-02 00:37:01 DEBUG 197.239.91.67 766154 3201 sql=SELECT s.rowid as rowid, pcg_version, s.label, s.fk_country as country_id, c.code as country_code, c.label as country, s.active FROM llxme_accounting_system as s, llxme_c_country as c WHERE s.fk_country=c.rowid and c.active=1 LIMIT 1001 2026-02-02 00:37:01 DEBUG 197.239.91.67 766154 3201 Form::select_country 2026-02-02 00:37:01 DEBUG 197.239.91.67 766154 3201 sql=SELECT rowid, code as code_iso, code_iso as code_iso3, label, favorite, eec FROM llxme_c_country WHERE active > 0 2026-02-02 00:37:01 INFO 197.239.91.67 766154 3201 --- End access to /accountancy/admin/accountmodel.php 2026-02-02 00:37:04 DEBUG 197.239.91.67 766154 3201 - This is an already logged session. _SESSION['dol_login']=intendant _SESSION['dol_entity']=1 2026-02-02 00:37:04 DEBUG 197.239.91.67 766154 3201 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 llxme_user as u LEFT JOIN llxme_c_country as c ON u.fk_country = c.rowid LEFT JOIN llxme_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llxme_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IN (0, 1) AND u.login = 'intendant' ORDER BY u.entity ASC 2026-02-02 00:37:04 DEBUG 197.239.91.67 766154 3201 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, aiprompt, css, cssview, csslist FROM llxme_extrafields WHERE elementtype = 'user' ORDER BY pos 2026-02-02 00:37:04 DEBUG 197.239.91.67 766154 3201 sql=SELECT param, value FROM llxme_user_param WHERE fk_user = 1 AND entity = 1 2026-02-02 00:37:04 DEBUG 197.239.91.67 766154 3201 DefaultValues::fetchAll 2026-02-02 00:37:04 DEBUG 197.239.91.67 766154 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2026-02-02 00:37:04 DEBUG 197.239.91.67 766154 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llxme_user_rights as ur, llxme_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 LIKE '%_advance' 2026-02-02 00:37:04 DEBUG 197.239.91.67 766154 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llxme_usergroup_rights as gr, llxme_usergroup_user as gu, llxme_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 LIKE '%_advance' 2026-02-02 00:37:04 NOTICE 197.239.91.67 766154 3201 --- Access to GET /accountancy/admin/accountmodel.php - action=disable, massaction= 2026-02-02 00:37:04 DEBUG 197.239.91.67 766154 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 00:37:04 DEBUG 197.239.91.67 766154 3201 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, m.showtopmenuinframe FROM llxme_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 2026-02-02 00:37:05 DEBUG 197.239.91.67 766154 3201 sql=UPDATE llxme_accounting_system SET active = 0 WHERE rowid = 38 2026-02-02 00:37:05 DEBUG 197.239.91.67 766154 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:37:05 DEBUG 197.239.91.67 766154 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:37:05 DEBUG 197.239.91.67 766154 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:37:05 DEBUG 197.239.91.67 766154 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:37:05 DEBUG 197.239.91.67 766154 3201 sql=SELECT rowid, code, label, nature FROM llxme_accounting_journal WHERE entity = 1 AND active = 1 ORDER BY nature ASC, label DESC 2026-02-02 00:37:05 DEBUG 197.239.91.67 766154 3201 Form::select_country 2026-02-02 00:37:05 DEBUG 197.239.91.67 766154 3201 sql=SELECT rowid, code as code_iso, code_iso as code_iso3, label, favorite, eec FROM llxme_c_country WHERE active > 0 2026-02-02 00:37:05 DEBUG 197.239.91.67 766154 3201 htdocs/admin/dict 2026-02-02 00:37:05 DEBUG 197.239.91.67 766154 3201 sql=SELECT s.rowid as rowid, pcg_version, s.label, s.fk_country as country_id, c.code as country_code, c.label as country, s.active FROM llxme_accounting_system as s, llxme_c_country as c WHERE s.fk_country=c.rowid and c.active=1 LIMIT 1001 2026-02-02 00:37:05 DEBUG 197.239.91.67 766154 3201 Form::select_country 2026-02-02 00:37:05 DEBUG 197.239.91.67 766154 3201 sql=SELECT rowid, code as code_iso, code_iso as code_iso3, label, favorite, eec FROM llxme_c_country WHERE active > 0 2026-02-02 00:37:05 INFO 197.239.91.67 766154 3201 --- End access to /accountancy/admin/accountmodel.php 2026-02-02 00:37:08 DEBUG 197.239.91.67 766154 3201 - This is an already logged session. _SESSION['dol_login']=intendant _SESSION['dol_entity']=1 2026-02-02 00:37:08 DEBUG 197.239.91.67 766154 3201 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 llxme_user as u LEFT JOIN llxme_c_country as c ON u.fk_country = c.rowid LEFT JOIN llxme_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llxme_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IN (0, 1) AND u.login = 'intendant' ORDER BY u.entity ASC 2026-02-02 00:37:08 DEBUG 197.239.91.67 766154 3201 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, aiprompt, css, cssview, csslist FROM llxme_extrafields WHERE elementtype = 'user' ORDER BY pos 2026-02-02 00:37:08 DEBUG 197.239.91.67 766154 3201 sql=SELECT param, value FROM llxme_user_param WHERE fk_user = 1 AND entity = 1 2026-02-02 00:37:08 DEBUG 197.239.91.67 766154 3201 DefaultValues::fetchAll 2026-02-02 00:37:08 DEBUG 197.239.91.67 766154 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2026-02-02 00:37:08 DEBUG 197.239.91.67 766154 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llxme_user_rights as ur, llxme_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 LIKE '%_advance' 2026-02-02 00:37:08 DEBUG 197.239.91.67 766154 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llxme_usergroup_rights as gr, llxme_usergroup_user as gu, llxme_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 LIKE '%_advance' 2026-02-02 00:37:08 NOTICE 197.239.91.67 766154 3201 --- Access to GET /accountancy/admin/accountmodel.php - action=disable, massaction= 2026-02-02 00:37:08 DEBUG 197.239.91.67 766154 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 00:37:08 DEBUG 197.239.91.67 766154 3201 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, m.showtopmenuinframe FROM llxme_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 2026-02-02 00:37:08 DEBUG 197.239.91.67 766154 3201 sql=UPDATE llxme_accounting_system SET active = 0 WHERE rowid = 39 2026-02-02 00:37:08 DEBUG 197.239.91.67 766154 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:37:08 DEBUG 197.239.91.67 766154 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:37:08 DEBUG 197.239.91.67 766154 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:37:08 DEBUG 197.239.91.67 766154 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:37:08 DEBUG 197.239.91.67 766154 3201 sql=SELECT rowid, code, label, nature FROM llxme_accounting_journal WHERE entity = 1 AND active = 1 ORDER BY nature ASC, label DESC 2026-02-02 00:37:08 DEBUG 197.239.91.67 766154 3201 Form::select_country 2026-02-02 00:37:08 DEBUG 197.239.91.67 766154 3201 sql=SELECT rowid, code as code_iso, code_iso as code_iso3, label, favorite, eec FROM llxme_c_country WHERE active > 0 2026-02-02 00:37:08 DEBUG 197.239.91.67 766154 3201 htdocs/admin/dict 2026-02-02 00:37:08 DEBUG 197.239.91.67 766154 3201 sql=SELECT s.rowid as rowid, pcg_version, s.label, s.fk_country as country_id, c.code as country_code, c.label as country, s.active FROM llxme_accounting_system as s, llxme_c_country as c WHERE s.fk_country=c.rowid and c.active=1 LIMIT 1001 2026-02-02 00:37:08 DEBUG 197.239.91.67 766154 3201 Form::select_country 2026-02-02 00:37:08 DEBUG 197.239.91.67 766154 3201 sql=SELECT rowid, code as code_iso, code_iso as code_iso3, label, favorite, eec FROM llxme_c_country WHERE active > 0 2026-02-02 00:37:08 INFO 197.239.91.67 766154 3201 --- End access to /accountancy/admin/accountmodel.php 2026-02-02 00:37:12 DEBUG 197.239.91.67 766154 3201 - This is an already logged session. _SESSION['dol_login']=intendant _SESSION['dol_entity']=1 2026-02-02 00:37:12 DEBUG 197.239.91.67 766154 3201 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 llxme_user as u LEFT JOIN llxme_c_country as c ON u.fk_country = c.rowid LEFT JOIN llxme_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llxme_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IN (0, 1) AND u.login = 'intendant' ORDER BY u.entity ASC 2026-02-02 00:37:12 DEBUG 197.239.91.67 766154 3201 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, aiprompt, css, cssview, csslist FROM llxme_extrafields WHERE elementtype = 'user' ORDER BY pos 2026-02-02 00:37:12 DEBUG 197.239.91.67 766154 3201 sql=SELECT param, value FROM llxme_user_param WHERE fk_user = 1 AND entity = 1 2026-02-02 00:37:12 DEBUG 197.239.91.67 766154 3201 DefaultValues::fetchAll 2026-02-02 00:37:12 DEBUG 197.239.91.67 766154 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2026-02-02 00:37:12 DEBUG 197.239.91.67 766154 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llxme_user_rights as ur, llxme_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 LIKE '%_advance' 2026-02-02 00:37:12 DEBUG 197.239.91.67 766154 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llxme_usergroup_rights as gr, llxme_usergroup_user as gu, llxme_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 LIKE '%_advance' 2026-02-02 00:37:12 NOTICE 197.239.91.67 766154 3201 --- Access to GET /accountancy/admin/accountmodel.php - action=disable, massaction= 2026-02-02 00:37:12 DEBUG 197.239.91.67 766154 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 00:37:12 DEBUG 197.239.91.67 766154 3201 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, m.showtopmenuinframe FROM llxme_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 2026-02-02 00:37:12 DEBUG 197.239.91.67 766154 3201 sql=UPDATE llxme_accounting_system SET active = 0 WHERE rowid = 40 2026-02-02 00:37:12 DEBUG 197.239.91.67 766154 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:37:12 DEBUG 197.239.91.67 766154 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:37:12 DEBUG 197.239.91.67 766154 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:37:12 DEBUG 197.239.91.67 766154 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:37:12 DEBUG 197.239.91.67 766154 3201 sql=SELECT rowid, code, label, nature FROM llxme_accounting_journal WHERE entity = 1 AND active = 1 ORDER BY nature ASC, label DESC 2026-02-02 00:37:12 DEBUG 197.239.91.67 766154 3201 Form::select_country 2026-02-02 00:37:12 DEBUG 197.239.91.67 766154 3201 sql=SELECT rowid, code as code_iso, code_iso as code_iso3, label, favorite, eec FROM llxme_c_country WHERE active > 0 2026-02-02 00:37:12 DEBUG 197.239.91.67 766154 3201 htdocs/admin/dict 2026-02-02 00:37:12 DEBUG 197.239.91.67 766154 3201 sql=SELECT s.rowid as rowid, pcg_version, s.label, s.fk_country as country_id, c.code as country_code, c.label as country, s.active FROM llxme_accounting_system as s, llxme_c_country as c WHERE s.fk_country=c.rowid and c.active=1 LIMIT 1001 2026-02-02 00:37:12 DEBUG 197.239.91.67 766154 3201 Form::select_country 2026-02-02 00:37:12 DEBUG 197.239.91.67 766154 3201 sql=SELECT rowid, code as code_iso, code_iso as code_iso3, label, favorite, eec FROM llxme_c_country WHERE active > 0 2026-02-02 00:37:12 INFO 197.239.91.67 766154 3201 --- End access to /accountancy/admin/accountmodel.php 2026-02-02 00:37:15 DEBUG 197.239.91.67 766154 3201 - This is an already logged session. _SESSION['dol_login']=intendant _SESSION['dol_entity']=1 2026-02-02 00:37:15 DEBUG 197.239.91.67 766154 3201 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 llxme_user as u LEFT JOIN llxme_c_country as c ON u.fk_country = c.rowid LEFT JOIN llxme_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llxme_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IN (0, 1) AND u.login = 'intendant' ORDER BY u.entity ASC 2026-02-02 00:37:15 DEBUG 197.239.91.67 766154 3201 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, aiprompt, css, cssview, csslist FROM llxme_extrafields WHERE elementtype = 'user' ORDER BY pos 2026-02-02 00:37:15 DEBUG 197.239.91.67 766154 3201 sql=SELECT param, value FROM llxme_user_param WHERE fk_user = 1 AND entity = 1 2026-02-02 00:37:15 DEBUG 197.239.91.67 766154 3201 DefaultValues::fetchAll 2026-02-02 00:37:15 DEBUG 197.239.91.67 766154 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2026-02-02 00:37:15 DEBUG 197.239.91.67 766154 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llxme_user_rights as ur, llxme_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 LIKE '%_advance' 2026-02-02 00:37:15 DEBUG 197.239.91.67 766154 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llxme_usergroup_rights as gr, llxme_usergroup_user as gu, llxme_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 LIKE '%_advance' 2026-02-02 00:37:15 NOTICE 197.239.91.67 766154 3201 --- Access to GET /accountancy/admin/accountmodel.php - action=disable, massaction= 2026-02-02 00:37:15 DEBUG 197.239.91.67 766154 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 00:37:15 DEBUG 197.239.91.67 766154 3201 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, m.showtopmenuinframe FROM llxme_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 2026-02-02 00:37:15 DEBUG 197.239.91.67 766154 3201 sql=UPDATE llxme_accounting_system SET active = 0 WHERE rowid = 41 2026-02-02 00:37:15 DEBUG 197.239.91.67 766154 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:37:15 DEBUG 197.239.91.67 766154 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:37:15 DEBUG 197.239.91.67 766154 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:37:15 DEBUG 197.239.91.67 766154 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:37:15 DEBUG 197.239.91.67 766154 3201 sql=SELECT rowid, code, label, nature FROM llxme_accounting_journal WHERE entity = 1 AND active = 1 ORDER BY nature ASC, label DESC 2026-02-02 00:37:15 DEBUG 197.239.91.67 766154 3201 Form::select_country 2026-02-02 00:37:15 DEBUG 197.239.91.67 766154 3201 sql=SELECT rowid, code as code_iso, code_iso as code_iso3, label, favorite, eec FROM llxme_c_country WHERE active > 0 2026-02-02 00:37:15 DEBUG 197.239.91.67 766154 3201 htdocs/admin/dict 2026-02-02 00:37:15 DEBUG 197.239.91.67 766154 3201 sql=SELECT s.rowid as rowid, pcg_version, s.label, s.fk_country as country_id, c.code as country_code, c.label as country, s.active FROM llxme_accounting_system as s, llxme_c_country as c WHERE s.fk_country=c.rowid and c.active=1 LIMIT 1001 2026-02-02 00:37:15 DEBUG 197.239.91.67 766154 3201 Form::select_country 2026-02-02 00:37:15 DEBUG 197.239.91.67 766154 3201 sql=SELECT rowid, code as code_iso, code_iso as code_iso3, label, favorite, eec FROM llxme_c_country WHERE active > 0 2026-02-02 00:37:15 INFO 197.239.91.67 766154 3201 --- End access to /accountancy/admin/accountmodel.php 2026-02-02 00:37:19 DEBUG 197.239.91.67 766154 3201 - This is an already logged session. _SESSION['dol_login']=intendant _SESSION['dol_entity']=1 2026-02-02 00:37:19 DEBUG 197.239.91.67 766154 3201 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 llxme_user as u LEFT JOIN llxme_c_country as c ON u.fk_country = c.rowid LEFT JOIN llxme_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llxme_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IN (0, 1) AND u.login = 'intendant' ORDER BY u.entity ASC 2026-02-02 00:37:19 DEBUG 197.239.91.67 766154 3201 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, aiprompt, css, cssview, csslist FROM llxme_extrafields WHERE elementtype = 'user' ORDER BY pos 2026-02-02 00:37:19 DEBUG 197.239.91.67 766154 3201 sql=SELECT param, value FROM llxme_user_param WHERE fk_user = 1 AND entity = 1 2026-02-02 00:37:19 DEBUG 197.239.91.67 766154 3201 DefaultValues::fetchAll 2026-02-02 00:37:19 DEBUG 197.239.91.67 766154 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2026-02-02 00:37:19 DEBUG 197.239.91.67 766154 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llxme_user_rights as ur, llxme_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 LIKE '%_advance' 2026-02-02 00:37:19 DEBUG 197.239.91.67 766154 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llxme_usergroup_rights as gr, llxme_usergroup_user as gu, llxme_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 LIKE '%_advance' 2026-02-02 00:37:19 NOTICE 197.239.91.67 766154 3201 --- Access to GET /accountancy/admin/accountmodel.php - action=disable, massaction= 2026-02-02 00:37:19 DEBUG 197.239.91.67 766154 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 00:37:19 DEBUG 197.239.91.67 766154 3201 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, m.showtopmenuinframe FROM llxme_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 2026-02-02 00:37:19 DEBUG 197.239.91.67 766154 3201 sql=UPDATE llxme_accounting_system SET active = 0 WHERE rowid = 42 2026-02-02 00:37:19 DEBUG 197.239.91.67 766154 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:37:19 DEBUG 197.239.91.67 766154 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:37:19 DEBUG 197.239.91.67 766154 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:37:19 DEBUG 197.239.91.67 766154 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:37:19 DEBUG 197.239.91.67 766154 3201 sql=SELECT rowid, code, label, nature FROM llxme_accounting_journal WHERE entity = 1 AND active = 1 ORDER BY nature ASC, label DESC 2026-02-02 00:37:19 DEBUG 197.239.91.67 766154 3201 Form::select_country 2026-02-02 00:37:19 DEBUG 197.239.91.67 766154 3201 sql=SELECT rowid, code as code_iso, code_iso as code_iso3, label, favorite, eec FROM llxme_c_country WHERE active > 0 2026-02-02 00:37:19 DEBUG 197.239.91.67 766154 3201 htdocs/admin/dict 2026-02-02 00:37:19 DEBUG 197.239.91.67 766154 3201 sql=SELECT s.rowid as rowid, pcg_version, s.label, s.fk_country as country_id, c.code as country_code, c.label as country, s.active FROM llxme_accounting_system as s, llxme_c_country as c WHERE s.fk_country=c.rowid and c.active=1 LIMIT 1001 2026-02-02 00:37:19 DEBUG 197.239.91.67 766154 3201 Form::select_country 2026-02-02 00:37:19 DEBUG 197.239.91.67 766154 3201 sql=SELECT rowid, code as code_iso, code_iso as code_iso3, label, favorite, eec FROM llxme_c_country WHERE active > 0 2026-02-02 00:37:19 INFO 197.239.91.67 766154 3201 --- End access to /accountancy/admin/accountmodel.php 2026-02-02 00:37:23 DEBUG 197.239.91.67 766154 3201 - This is an already logged session. _SESSION['dol_login']=intendant _SESSION['dol_entity']=1 2026-02-02 00:37:23 DEBUG 197.239.91.67 766154 3201 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 llxme_user as u LEFT JOIN llxme_c_country as c ON u.fk_country = c.rowid LEFT JOIN llxme_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llxme_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IN (0, 1) AND u.login = 'intendant' ORDER BY u.entity ASC 2026-02-02 00:37:23 DEBUG 197.239.91.67 766154 3201 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, aiprompt, css, cssview, csslist FROM llxme_extrafields WHERE elementtype = 'user' ORDER BY pos 2026-02-02 00:37:23 DEBUG 197.239.91.67 766154 3201 sql=SELECT param, value FROM llxme_user_param WHERE fk_user = 1 AND entity = 1 2026-02-02 00:37:23 DEBUG 197.239.91.67 766154 3201 DefaultValues::fetchAll 2026-02-02 00:37:23 DEBUG 197.239.91.67 766154 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2026-02-02 00:37:23 DEBUG 197.239.91.67 766154 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llxme_user_rights as ur, llxme_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 LIKE '%_advance' 2026-02-02 00:37:23 DEBUG 197.239.91.67 766154 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llxme_usergroup_rights as gr, llxme_usergroup_user as gu, llxme_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 LIKE '%_advance' 2026-02-02 00:37:23 NOTICE 197.239.91.67 766154 3201 --- Access to GET /accountancy/admin/accountmodel.php - action=disable, massaction= 2026-02-02 00:37:23 DEBUG 197.239.91.67 766154 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 00:37:23 DEBUG 197.239.91.67 766154 3201 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, m.showtopmenuinframe FROM llxme_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 2026-02-02 00:37:23 DEBUG 197.239.91.67 766154 3201 sql=UPDATE llxme_accounting_system SET active = 0 WHERE rowid = 43 2026-02-02 00:37:23 DEBUG 197.239.91.67 766154 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:37:23 DEBUG 197.239.91.67 766154 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:37:23 DEBUG 197.239.91.67 766154 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:37:23 DEBUG 197.239.91.67 766154 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:37:23 DEBUG 197.239.91.67 766154 3201 sql=SELECT rowid, code, label, nature FROM llxme_accounting_journal WHERE entity = 1 AND active = 1 ORDER BY nature ASC, label DESC 2026-02-02 00:37:23 DEBUG 197.239.91.67 766154 3201 Form::select_country 2026-02-02 00:37:23 DEBUG 197.239.91.67 766154 3201 sql=SELECT rowid, code as code_iso, code_iso as code_iso3, label, favorite, eec FROM llxme_c_country WHERE active > 0 2026-02-02 00:37:23 DEBUG 197.239.91.67 766154 3201 htdocs/admin/dict 2026-02-02 00:37:23 DEBUG 197.239.91.67 766154 3201 sql=SELECT s.rowid as rowid, pcg_version, s.label, s.fk_country as country_id, c.code as country_code, c.label as country, s.active FROM llxme_accounting_system as s, llxme_c_country as c WHERE s.fk_country=c.rowid and c.active=1 LIMIT 1001 2026-02-02 00:37:23 DEBUG 197.239.91.67 766154 3201 Form::select_country 2026-02-02 00:37:23 DEBUG 197.239.91.67 766154 3201 sql=SELECT rowid, code as code_iso, code_iso as code_iso3, label, favorite, eec FROM llxme_c_country WHERE active > 0 2026-02-02 00:37:23 INFO 197.239.91.67 766154 3201 --- End access to /accountancy/admin/accountmodel.php 2026-02-02 00:37:26 DEBUG 197.239.91.67 766154 3201 - This is an already logged session. _SESSION['dol_login']=intendant _SESSION['dol_entity']=1 2026-02-02 00:37:26 DEBUG 197.239.91.67 766154 3201 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 llxme_user as u LEFT JOIN llxme_c_country as c ON u.fk_country = c.rowid LEFT JOIN llxme_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llxme_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IN (0, 1) AND u.login = 'intendant' ORDER BY u.entity ASC 2026-02-02 00:37:26 DEBUG 197.239.91.67 766154 3201 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, aiprompt, css, cssview, csslist FROM llxme_extrafields WHERE elementtype = 'user' ORDER BY pos 2026-02-02 00:37:26 DEBUG 197.239.91.67 766154 3201 sql=SELECT param, value FROM llxme_user_param WHERE fk_user = 1 AND entity = 1 2026-02-02 00:37:26 DEBUG 197.239.91.67 766154 3201 DefaultValues::fetchAll 2026-02-02 00:37:26 DEBUG 197.239.91.67 766154 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2026-02-02 00:37:26 DEBUG 197.239.91.67 766154 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llxme_user_rights as ur, llxme_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 LIKE '%_advance' 2026-02-02 00:37:26 DEBUG 197.239.91.67 766154 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llxme_usergroup_rights as gr, llxme_usergroup_user as gu, llxme_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 LIKE '%_advance' 2026-02-02 00:37:26 NOTICE 197.239.91.67 766154 3201 --- Access to GET /accountancy/admin/accountmodel.php - action=disable, massaction= 2026-02-02 00:37:26 DEBUG 197.239.91.67 766154 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 00:37:26 DEBUG 197.239.91.67 766154 3201 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, m.showtopmenuinframe FROM llxme_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 2026-02-02 00:37:26 DEBUG 197.239.91.67 766154 3201 sql=UPDATE llxme_accounting_system SET active = 0 WHERE rowid = 44 2026-02-02 00:37:26 DEBUG 197.239.91.67 766154 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:37:26 DEBUG 197.239.91.67 766154 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:37:26 DEBUG 197.239.91.67 766154 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:37:26 DEBUG 197.239.91.67 766154 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:37:26 DEBUG 197.239.91.67 766154 3201 sql=SELECT rowid, code, label, nature FROM llxme_accounting_journal WHERE entity = 1 AND active = 1 ORDER BY nature ASC, label DESC 2026-02-02 00:37:26 DEBUG 197.239.91.67 766154 3201 Form::select_country 2026-02-02 00:37:26 DEBUG 197.239.91.67 766154 3201 sql=SELECT rowid, code as code_iso, code_iso as code_iso3, label, favorite, eec FROM llxme_c_country WHERE active > 0 2026-02-02 00:37:26 DEBUG 197.239.91.67 766154 3201 htdocs/admin/dict 2026-02-02 00:37:26 DEBUG 197.239.91.67 766154 3201 sql=SELECT s.rowid as rowid, pcg_version, s.label, s.fk_country as country_id, c.code as country_code, c.label as country, s.active FROM llxme_accounting_system as s, llxme_c_country as c WHERE s.fk_country=c.rowid and c.active=1 LIMIT 1001 2026-02-02 00:37:26 DEBUG 197.239.91.67 766154 3201 Form::select_country 2026-02-02 00:37:26 DEBUG 197.239.91.67 766154 3201 sql=SELECT rowid, code as code_iso, code_iso as code_iso3, label, favorite, eec FROM llxme_c_country WHERE active > 0 2026-02-02 00:37:26 INFO 197.239.91.67 766154 3201 --- End access to /accountancy/admin/accountmodel.php 2026-02-02 00:37:39 DEBUG 197.239.91.67 768120 3201 - This is an already logged session. _SESSION['dol_login']=intendant _SESSION['dol_entity']=1 2026-02-02 00:37:39 DEBUG 197.239.91.67 768120 3201 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 llxme_user as u LEFT JOIN llxme_c_country as c ON u.fk_country = c.rowid LEFT JOIN llxme_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llxme_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IN (0, 1) AND u.login = 'intendant' ORDER BY u.entity ASC 2026-02-02 00:37:39 DEBUG 197.239.91.67 768120 3201 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, aiprompt, css, cssview, csslist FROM llxme_extrafields WHERE elementtype = 'user' ORDER BY pos 2026-02-02 00:37:39 DEBUG 197.239.91.67 768120 3201 sql=SELECT param, value FROM llxme_user_param WHERE fk_user = 1 AND entity = 1 2026-02-02 00:37:39 DEBUG 197.239.91.67 768120 3201 DefaultValues::fetchAll 2026-02-02 00:37:39 DEBUG 197.239.91.67 768120 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2026-02-02 00:37:39 DEBUG 197.239.91.67 768120 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llxme_user_rights as ur, llxme_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 LIKE '%_advance' 2026-02-02 00:37:39 DEBUG 197.239.91.67 768120 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llxme_usergroup_rights as gr, llxme_usergroup_user as gu, llxme_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 LIKE '%_advance' 2026-02-02 00:37:39 NOTICE 197.239.91.67 768120 3201 --- Access to GET /accountancy/admin/account.php - action=, massaction= 2026-02-02 00:37:39 DEBUG 197.239.91.67 768120 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 00:37:39 DEBUG 197.239.91.67 768120 3201 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, m.showtopmenuinframe FROM llxme_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 2026-02-02 00:37:39 DEBUG 197.239.91.67 768120 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:37:39 DEBUG 197.239.91.67 768120 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:37:39 DEBUG 197.239.91.67 768120 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:37:39 DEBUG 197.239.91.67 768120 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:37:39 DEBUG 197.239.91.67 768120 3201 sql=SELECT rowid, code, label, nature FROM llxme_accounting_journal WHERE entity = 1 AND active = 1 ORDER BY nature ASC, label DESC 2026-02-02 00:37:39 DEBUG 197.239.91.67 768120 3201 sql=SELECT aa.rowid, aa.fk_pcg_version, aa.pcg_type, aa.account_number, aa.account_parent, aa.label, aa.labelshort, aa.fk_accounting_category, aa.reconcilable, aa.centralized, aa.active, aa.import_key, a2.rowid as rowid2, a2.label as label2, a2.account_number as account_number2 FROM llxme_accounting_account as aa LEFT JOIN llxme_accounting_system as asy ON aa.fk_pcg_version = asy.pcg_version AND aa.entity = 1 LEFT JOIN llxme_accounting_account as a2 ON a2.rowid = aa.account_parent AND a2.entity = 1 WHERE asy.rowid = 2 ORDER BY aa.account_number ASC 2026-02-02 00:37:39 INFO 197.239.91.67 768120 3201 accountancy/admin/account.php:: sql=SELECT aa.rowid, aa.fk_pcg_version, aa.pcg_type, aa.account_number, aa.account_parent, aa.label, aa.labelshort, aa.fk_accounting_category, aa.reconcilable, aa.centralized, aa.active, aa.import_key, a2.rowid as rowid2, a2.label as label2, a2.account_number as account_number2 FROM llxme_accounting_account as aa LEFT JOIN llxme_accounting_system as asy ON aa.fk_pcg_version = asy.pcg_version AND aa.entity = 1 LEFT JOIN llxme_accounting_account as a2 ON a2.rowid = aa.account_parent AND a2.entity = 1 WHERE asy.rowid = 2 ORDER BY aa.account_number ASC LIMIT 21 2026-02-02 00:37:39 DEBUG 197.239.91.67 768120 3201 sql=SELECT aa.rowid, aa.fk_pcg_version, aa.pcg_type, aa.account_number, aa.account_parent, aa.label, aa.labelshort, aa.fk_accounting_category, aa.reconcilable, aa.centralized, aa.active, aa.import_key, a2.rowid as rowid2, a2.label as label2, a2.account_number as account_number2 FROM llxme_accounting_account as aa LEFT JOIN llxme_accounting_system as asy ON aa.fk_pcg_version = asy.pcg_version AND aa.entity = 1 LEFT JOIN llxme_accounting_account as a2 ON a2.rowid = aa.account_parent AND a2.entity = 1 WHERE asy.rowid = 2 ORDER BY aa.account_number ASC LIMIT 21 2026-02-02 00:37:39 INFO 197.239.91.67 768120 3201 accountancy/admin/account.php sql=SELECT a.rowid, a.pcg_version, a.label, a.active, c.code as country_code FROM llxme_accounting_system as a LEFT JOIN llxme_c_country as c ON a.fk_country = c.rowid AND c.active = 1 WHERE a.active = 1 ORDER BY c.code, a.pcg_version 2026-02-02 00:37:39 DEBUG 197.239.91.67 768120 3201 sql=SELECT a.rowid, a.pcg_version, a.label, a.active, c.code as country_code FROM llxme_accounting_system as a LEFT JOIN llxme_c_country as c ON a.fk_country = c.rowid AND c.active = 1 WHERE a.active = 1 ORDER BY c.code, a.pcg_version 2026-02-02 00:37:39 DEBUG 197.239.91.67 768120 3201 FormAccounting::select_account 2026-02-02 00:37:39 DEBUG 197.239.91.67 768120 3201 sql=SELECT DISTINCT aa.account_number, aa.label, aa.labelshort, aa.rowid, aa.fk_pcg_version, aa.centralized FROM llxme_accounting_account as aa INNER JOIN llxme_accounting_system as asy ON aa.fk_pcg_version = asy.pcg_version AND asy.rowid = 2 AND aa.active = 1 AND aa.entity=1 ORDER BY aa.account_number 2026-02-02 00:37:39 INFO 197.239.91.67 768120 3201 --- End access to /accountancy/admin/account.php 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 - This is an already logged session. _SESSION['dol_login']=intendant _SESSION['dol_entity']=1 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 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 llxme_user as u LEFT JOIN llxme_c_country as c ON u.fk_country = c.rowid LEFT JOIN llxme_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llxme_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IN (0, 1) AND u.login = 'intendant' ORDER BY u.entity ASC 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, aiprompt, css, cssview, csslist FROM llxme_extrafields WHERE elementtype = 'user' ORDER BY pos 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=SELECT param, value FROM llxme_user_param WHERE fk_user = 1 AND entity = 1 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 DefaultValues::fetchAll 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llxme_user_rights as ur, llxme_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 LIKE '%_advance' 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llxme_usergroup_rights as gr, llxme_usergroup_user as gu, llxme_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 LIKE '%_advance' 2026-02-02 00:37:49 NOTICE 197.239.91.67 768120 3201 --- Access to GET /accountancy/admin/account.php - action=, massaction= 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 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, m.showtopmenuinframe FROM llxme_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 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=SELECT code FROM llxme_c_country as c, llxme_accounting_system as a WHERE c.rowid = a.fk_country AND a.rowid = 26 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql run sql file /home4/jrbprodu/public_html/erpjrbvita/install/mysql/data/llx_accounting_account_bf.sql silent=1 entity=1 usesavepoint=1 handler= okerror=default 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15000 + 106000000, 'SYSCOHADA-BF','CAPIT','1', 0,'Capital','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 2 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15001 + 106000000, 'SYSCOHADA-BF','CAPIT','101', 15000 + 106000000,'Capital social','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 3 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15002 + 106000000, 'SYSCOHADA-BF','CAPIT','1011', 15001 + 106000000,'Capital souscrit, non appelé','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 4 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15003 + 106000000, 'SYSCOHADA-BF','CAPIT','1012', 15001 + 106000000,'Capital souscrit, appelé, non versé','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 5 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15004 + 106000000, 'SYSCOHADA-BF','CAPIT','1013', 15001 + 106000000,'Capital souscrit, appelé, versé, non amorti','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 6 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15005 + 106000000, 'SYSCOHADA-BF','CAPIT','1014', 15001 + 106000000,'Capital souscrit, appelé, versé, amorti','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 7 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15006 + 106000000, 'SYSCOHADA-BF','CAPIT','1018', 15001 + 106000000,'Capital souscrit, soumis à des conditions particulières','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 8 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15007 + 106000000, 'SYSCOHADA-BF','CAPIT','102', 15000 + 106000000,'Capital par dotation','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 9 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15008 + 106000000, 'SYSCOHADA-BF','CAPIT','1021', 15007 + 106000000,'Dotation initiale','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 10 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15009 + 106000000, 'SYSCOHADA-BF','CAPIT','1022', 15007 + 106000000,'Dotations complémentaires','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 11 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15010 + 106000000, 'SYSCOHADA-BF','CAPIT','1028', 15007 + 106000000,'Autres dotations','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 12 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15011 + 106000000, 'SYSCOHADA-BF','CAPIT','103', 15000 + 106000000,'Capital personnel','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 13 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15012 + 106000000, 'SYSCOHADA-BF','CAPIT','104', 15000 + 106000000,'Compte de l''exploitant','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 14 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15013 + 106000000, 'SYSCOHADA-BF','CAPIT','1041', 15012 + 106000000,'Apports temporaires','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 15 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15014 + 106000000, 'SYSCOHADA-BF','CAPIT','1042', 15012 + 106000000,'Opérations courantes','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 16 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15015 + 106000000, 'SYSCOHADA-BF','CAPIT','1043', 15012 + 106000000,'Rémunérations, impôts et autres charges personnelles','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 17 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15016 + 106000000, 'SYSCOHADA-BF','CAPIT','1047', 15012 + 106000000,'Prélèvements d''autoconsommation','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 18 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15017 + 106000000, 'SYSCOHADA-BF','CAPIT','1048', 15012 + 106000000,'Autres prélèvements','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 19 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15018 + 106000000, 'SYSCOHADA-BF','CAPIT','105', 15000 + 106000000,'Primes liees aux capitaux propres','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 20 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15019 + 106000000, 'SYSCOHADA-BF','CAPIT','1051', 15018 + 106000000,'Primes d''émission','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 21 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15020 + 106000000, 'SYSCOHADA-BF','CAPIT','1052', 15018 + 106000000,'Primes d''apport','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 22 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15021 + 106000000, 'SYSCOHADA-BF','CAPIT','1053', 15018 + 106000000,'Primes de fusion','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 23 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15022 + 106000000, 'SYSCOHADA-BF','CAPIT','1054', 15018 + 106000000,'Primes de conversion','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 24 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15023 + 106000000, 'SYSCOHADA-BF','CAPIT','1058', 15018 + 106000000,'Autres primes','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 25 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15024 + 106000000, 'SYSCOHADA-BF','CAPIT','106', 15000 + 106000000,'Ecarts de reevaluation','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 26 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15025 + 106000000, 'SYSCOHADA-BF','CAPIT','1061', 15024 + 106000000,'Ecarts de réévaluation légale','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 27 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15026 + 106000000, 'SYSCOHADA-BF','CAPIT','1062', 15024 + 106000000,'Ecarts de réévaluation libre','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 28 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15027 + 106000000, 'SYSCOHADA-BF','CAPIT','109', 15000 + 106000000,'Actionnaires, capital souscrit, non appele','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 29 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15028 + 106000000, 'SYSCOHADA-BF','CAPIT','11', 15000 + 106000000,'Reserves','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 30 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15029 + 106000000, 'SYSCOHADA-BF','CAPIT','111', 15028 + 106000000,'Reserve legale','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 31 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15030 + 106000000, 'SYSCOHADA-BF','CAPIT','1111', 15029 + 106000000,'Réserves légales','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 32 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15031 + 106000000, 'SYSCOHADA-BF','CAPIT','112', 15028 + 106000000,'Reserves statutaires ou contractuelles','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 33 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15032 + 106000000, 'SYSCOHADA-BF','CAPIT','113', 15028 + 106000000,'Reserves reglementees','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 34 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15033 + 106000000, 'SYSCOHADA-BF','CAPIT','1131', 15032 + 106000000,'Réserves de plus-values nettes à long terme','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 35 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15034 + 106000000, 'SYSCOHADA-BF','CAPIT','1133', 15032 + 106000000,'Réserves consécutives à l''octroi de subventions d''investissement','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 36 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15035 + 106000000, 'SYSCOHADA-BF','CAPIT','1134', 15032 + 106000000,'Réserves spéciales navires renouvelés','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 37 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15036 + 106000000, 'SYSCOHADA-BF','CAPIT','1135', 15032 + 106000000,'Réserves spéciales matériels et outillage renouvelés','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 38 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15037 + 106000000, 'SYSCOHADA-BF','CAPIT','1138', 15032 + 106000000,'Autres réserves réglementées','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 39 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15038 + 106000000, 'SYSCOHADA-BF','CAPIT','118', 15028 + 106000000,'Autres reserves','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 40 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15039 + 106000000, 'SYSCOHADA-BF','CAPIT','1181', 15038 + 106000000,'Réserves facultatives','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 41 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15040 + 106000000, 'SYSCOHADA-BF','CAPIT','1188', 15038 + 106000000,'Réserves diverses','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 42 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15041 + 106000000, 'SYSCOHADA-BF','CAPIT','12', 15000 + 106000000,'Report a nouveau','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 43 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15042 + 106000000, 'SYSCOHADA-BF','CAPIT','121', 15041 + 106000000,'Report a nouveau crediteur','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 44 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15043 + 106000000, 'SYSCOHADA-BF','CAPIT','1211', 15042 + 106000000,'Report à nouveau crediteur','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 45 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15044 + 106000000, 'SYSCOHADA-BF','CAPIT','129', 15041 + 106000000,'Report a nouveau debiteur','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 46 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15045 + 106000000, 'SYSCOHADA-BF','CAPIT','1291', 15044 + 106000000,'Perte nette à reporter','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 47 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15046 + 106000000, 'SYSCOHADA-BF','CAPIT','1292', 15044 + 106000000,'Perte - amortissements réputés différés','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 48 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15047 + 106000000, 'SYSCOHADA-BF','CAPIT','13', 15000 + 106000000,'Resultat net de l''exercice','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 49 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15048 + 106000000, 'SYSCOHADA-BF','CAPIT','1301', 15047 + 106000000,'Résultat en instance d''affectation : bénéfice','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 50 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15049 + 106000000, 'SYSCOHADA-BF','CAPIT','1309', 15047 + 106000000,'Résultat en instance d''affectation : perte','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 51 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15050 + 106000000, 'SYSCOHADA-BF','CAPIT','131', 15047 + 106000000,'Resultat net : benefice','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 52 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15051 + 106000000, 'SYSCOHADA-BF','CAPIT','132', 15047 + 106000000,'Marge brute (mb)','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 53 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15052 + 106000000, 'SYSCOHADA-BF','CAPIT','1321', 15051 + 106000000,'Marge brute sur marchandises','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 54 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15053 + 106000000, 'SYSCOHADA-BF','CAPIT','1322', 15051 + 106000000,'Marge brute sur matières','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 55 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15054 + 106000000, 'SYSCOHADA-BF','CAPIT','133', 15047 + 106000000,'Valeur ajoutee (v.a.)','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 56 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15055 + 106000000, 'SYSCOHADA-BF','CAPIT','134', 15047 + 106000000,'Excedent brut d''exploitation (e.b.e.)','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 57 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15056 + 106000000, 'SYSCOHADA-BF','CAPIT','135', 15047 + 106000000,'Resultat d''exploitation (r.e.)','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 58 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15057 + 106000000, 'SYSCOHADA-BF','CAPIT','136', 15047 + 106000000,'Resultat financier (r.f.)','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 59 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15058 + 106000000, 'SYSCOHADA-BF','CAPIT','137', 15047 + 106000000,'Resultat des activites ordinaires (r.a.o.)','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 60 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15059 + 106000000, 'SYSCOHADA-BF','CAPIT','138', 15047 + 106000000,'Resultat hors activites ordinaires (r.h.a.o.)','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 61 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15060 + 106000000, 'SYSCOHADA-BF','CAPIT','139', 15047 + 106000000,'Resultat net : perte','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 62 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15061 + 106000000, 'SYSCOHADA-BF','CAPIT','14', 15000 + 106000000,'Subventions d''investissement','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 63 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15062 + 106000000, 'SYSCOHADA-BF','CAPIT','141', 15061 + 106000000,'Subventions d''equipement a','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 64 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15063 + 106000000, 'SYSCOHADA-BF','CAPIT','1411', 15062 + 106000000,'Etat','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 65 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15064 + 106000000, 'SYSCOHADA-BF','CAPIT','1412', 15062 + 106000000,'Régions','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 66 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15065 + 106000000, 'SYSCOHADA-BF','CAPIT','1413', 15062 + 106000000,'Départements','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 67 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15066 + 106000000, 'SYSCOHADA-BF','CAPIT','1414', 15062 + 106000000,'Communes et collectivités publiques décentralisées','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 68 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15067 + 106000000, 'SYSCOHADA-BF','CAPIT','1415', 15062 + 106000000,'Entreprises publiques ou mixtes','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 69 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15068 + 106000000, 'SYSCOHADA-BF','CAPIT','1416', 15062 + 106000000,'Entreprises et organismes privés','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 70 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15069 + 106000000, 'SYSCOHADA-BF','CAPIT','1417', 15062 + 106000000,'Organismes internationaux','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 71 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15070 + 106000000, 'SYSCOHADA-BF','CAPIT','1418', 15062 + 106000000,'Autres','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 72 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15071 + 106000000, 'SYSCOHADA-BF','CAPIT','142', 15061 + 106000000,'Subventions d''equipement b','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 73 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15072 + 106000000, 'SYSCOHADA-BF','CAPIT','1421', 15071 + 106000000,'Subventions d''équipements','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 74 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15073 + 106000000, 'SYSCOHADA-BF','CAPIT','148', 15061 + 106000000,'Autres subventions d''investissement','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 75 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15074 + 106000000, 'SYSCOHADA-BF','CAPIT','15', 15000 + 106000000,'Provisions reglementees et fonds assimiles','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 76 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15075 + 106000000, 'SYSCOHADA-BF','CAPIT','151', 15074 + 106000000,'Amortissements derogatoires','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 77 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15076 + 106000000, 'SYSCOHADA-BF','CAPIT','152', 15074 + 106000000,'Plus-values de cession a reinvestir','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 78 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15077 + 106000000, 'SYSCOHADA-BF','CAPIT','1521', 15076 + 106000000,'Plus-values de cession à réinvestir','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 79 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15078 + 106000000, 'SYSCOHADA-BF','CAPIT','153', 15074 + 106000000,'Fonds reglementes','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 80 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15079 + 106000000, 'SYSCOHADA-BF','CAPIT','1531', 15078 + 106000000,'Fonds national','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 81 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15080 + 106000000, 'SYSCOHADA-BF','CAPIT','1532', 15078 + 106000000,'Prélèvement pour le budget','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 82 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15081 + 106000000, 'SYSCOHADA-BF','CAPIT','154', 15074 + 106000000,'Provision speciale de reevaluation','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 83 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15082 + 106000000, 'SYSCOHADA-BF','CAPIT','155', 15074 + 106000000,'Provisions reglementees relatives aux immobilisations','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 84 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15083 + 106000000, 'SYSCOHADA-BF','CAPIT','1551', 15082 + 106000000,'Recontitution des gisements miniers et pétroliers','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 85 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15084 + 106000000, 'SYSCOHADA-BF','CAPIT','1552', 15082 + 106000000,'Provisions de croissance des immobilisations','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 86 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15085 + 106000000, 'SYSCOHADA-BF','CAPIT','1553', 15082 + 106000000,'Provisions de renouvellement du matériel naval','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 87 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15086 + 106000000, 'SYSCOHADA-BF','CAPIT','1554', 15082 + 106000000,'Provisions pourle renouvellement du matériel et outillage','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 88 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15087 + 106000000, 'SYSCOHADA-BF','CAPIT','156', 15074 + 106000000,'Provisions reglementees relatives aux stocks','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 89 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15088 + 106000000, 'SYSCOHADA-BF','CAPIT','1561', 15087 + 106000000,'Hausse de prix','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 90 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15089 + 106000000, 'SYSCOHADA-BF','CAPIT','1562', 15087 + 106000000,'Fluctuation des cours','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 91 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15090 + 106000000, 'SYSCOHADA-BF','CAPIT','157', 15074 + 106000000,'Provisions pour investissement','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 92 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15091 + 106000000, 'SYSCOHADA-BF','CAPIT','158', 15074 + 106000000,'Autres provisions et fonds reglementes','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 93 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15092 + 106000000, 'SYSCOHADA-BF','CAPIT','16', 15000 + 106000000,'Emprunts et dettes assimilees','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 94 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15093 + 106000000, 'SYSCOHADA-BF','CAPIT','161', 15092 + 106000000,'Emprunts obligataires','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 95 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15094 + 106000000, 'SYSCOHADA-BF','CAPIT','1611', 15093 + 106000000,'Emprunts obligataires ordinaires','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 96 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15095 + 106000000, 'SYSCOHADA-BF','CAPIT','1612', 15093 + 106000000,'Emprunts obligataires convertibles','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 97 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15096 + 106000000, 'SYSCOHADA-BF','CAPIT','1618', 15093 + 106000000,'Autres emprunts obligataires','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 98 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15097 + 106000000, 'SYSCOHADA-BF','CAPIT','1619', 15093 + 106000000,'Obligations à souscrire, à la souche','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 99 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15098 + 106000000, 'SYSCOHADA-BF','CAPIT','162', 15092 + 106000000,'Emprunts et dettes aupres des etablissements de credit','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 100 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15099 + 106000000, 'SYSCOHADA-BF','CAPIT','163', 15092 + 106000000,'Avances recues de l''etat','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 101 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15100 + 106000000, 'SYSCOHADA-BF','CAPIT','164', 15092 + 106000000,'Avances recues et comptes courants bloques','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 102 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15101 + 106000000, 'SYSCOHADA-BF','CAPIT','165', 15092 + 106000000,'Depots et cautionnements recus','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 103 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15102 + 106000000, 'SYSCOHADA-BF','CAPIT','1651', 15101 + 106000000,'Dépôts à terme','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 104 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15103 + 106000000, 'SYSCOHADA-BF','CAPIT','1652', 15101 + 106000000,'Cautionnements','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 105 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15104 + 106000000, 'SYSCOHADA-BF','CAPIT','166', 15092 + 106000000,'Interets courus','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 106 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15105 + 106000000, 'SYSCOHADA-BF','CAPIT','1661', 15104 + 106000000,'Sur emprunts obligataires','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 107 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15106 + 106000000, 'SYSCOHADA-BF','CAPIT','1662', 15104 + 106000000,'Sur emprunts et dettes auprès des établissements de crédit','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 108 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15107 + 106000000, 'SYSCOHADA-BF','CAPIT','1663', 15104 + 106000000,'Sur avances reçues de l''etat','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 109 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15108 + 106000000, 'SYSCOHADA-BF','CAPIT','1664', 15104 + 106000000,'Sur avances reçues et comptes courants bloqués','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 110 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15109 + 106000000, 'SYSCOHADA-BF','CAPIT','1665', 15104 + 106000000,'Sur dépôts et cautionnements reçus','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 111 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15110 + 106000000, 'SYSCOHADA-BF','CAPIT','1667', 15104 + 106000000,'Sur avances assorties de conditions particulières','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 112 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15111 + 106000000, 'SYSCOHADA-BF','CAPIT','1668', 15104 + 106000000,'Sur autres emprunts et dettes','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 113 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15112 + 106000000, 'SYSCOHADA-BF','CAPIT','167', 15092 + 106000000,'Avances assorties de conditions particulieres','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 114 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15113 + 106000000, 'SYSCOHADA-BF','CAPIT','1671', 15112 + 106000000,'Avances bloquées pour augmentation du capital','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 115 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15114 + 106000000, 'SYSCOHADA-BF','CAPIT','1672', 15112 + 106000000,'Avances conditionnées par l''etat','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 116 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15115 + 106000000, 'SYSCOHADA-BF','CAPIT','1673', 15112 + 106000000,'Avances conditionnées par les autres organismes africains','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 117 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15116 + 106000000, 'SYSCOHADA-BF','CAPIT','1674', 15112 + 106000000,'Avances conditionné par les autres organismes internationaux','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 118 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15117 + 106000000, 'SYSCOHADA-BF','CAPIT','1676', 15112 + 106000000,'Droits du concédant exigibles en nature','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 119 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15118 + 106000000, 'SYSCOHADA-BF','CAPIT','168', 15092 + 106000000,'Autres emprunts et dettes','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 120 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15119 + 106000000, 'SYSCOHADA-BF','CAPIT','1681', 15118 + 106000000,'Rentes viagères capitalisées','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 121 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15120 + 106000000, 'SYSCOHADA-BF','CAPIT','1682', 15118 + 106000000,'Billets de fonds','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 122 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15121 + 106000000, 'SYSCOHADA-BF','CAPIT','1683', 15118 + 106000000,'Dettes consécutives à des titres emprunté','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 123 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15122 + 106000000, 'SYSCOHADA-BF','CAPIT','1684', 15118 + 106000000,'Dettes du concédant exigibles en nature','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 124 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15123 + 106000000, 'SYSCOHADA-BF','CAPIT','1685', 15118 + 106000000,'Emprunts participatifs','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 125 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15124 + 106000000, 'SYSCOHADA-BF','CAPIT','1686', 15118 + 106000000,'Participation des travailleurs aux bénéfices','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 126 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15125 + 106000000, 'SYSCOHADA-BF','CAPIT','17', 15000 + 106000000,'Dettes de credit-bail et contrats assimiles','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 127 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15126 + 106000000, 'SYSCOHADA-BF','CAPIT','172', 15125 + 106000000,'Emprunts equivalents de credit-bail immobilier','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 128 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15127 + 106000000, 'SYSCOHADA-BF','CAPIT','173', 15125 + 106000000,'Emprunts equivalents de credit-bail mobilier','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 129 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15128 + 106000000, 'SYSCOHADA-BF','CAPIT','176', 15125 + 106000000,'Interets courus','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 130 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15129 + 106000000, 'SYSCOHADA-BF','CAPIT','1762', 15128 + 106000000,'Sur emprunts équivalents de crédit-bail immobilier','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 131 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15130 + 106000000, 'SYSCOHADA-BF','CAPIT','1763', 15128 + 106000000,'Sur emprunts équivalents de crédit-bail mobilier','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 132 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15131 + 106000000, 'SYSCOHADA-BF','CAPIT','1768', 15128 + 106000000,'Sur emprunts équivalents d''autres contrats','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 133 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15132 + 106000000, 'SYSCOHADA-BF','CAPIT','178', 15125 + 106000000,'Emprunts equivalents d''autres contrats','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 134 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15133 + 106000000, 'SYSCOHADA-BF','CAPIT','18', 15000 + 106000000,'Dettes liees a des participations et comptes de liaison des etablissements et societes en participation','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 135 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15134 + 106000000, 'SYSCOHADA-BF','CAPIT','181', 15133 + 106000000,'Dettes liees a des participations','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 136 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15135 + 106000000, 'SYSCOHADA-BF','CAPIT','1811', 15134 + 106000000,'Dettes liées à des participations (groupe)','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 137 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15136 + 106000000, 'SYSCOHADA-BF','CAPIT','1812', 15134 + 106000000,'Dettes liées à des participations (hors groupe)','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 138 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15137 + 106000000, 'SYSCOHADA-BF','CAPIT','182', 15133 + 106000000,'Dettes liees a des societes en paticipation','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 139 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15138 + 106000000, 'SYSCOHADA-BF','CAPIT','183', 15133 + 106000000,'Interets courus sur dettes liees a des participations','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 140 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15139 + 106000000, 'SYSCOHADA-BF','CAPIT','184', 15133 + 106000000,'Comptes permanents bloques des etablissements et succursales','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 141 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15140 + 106000000, 'SYSCOHADA-BF','CAPIT','185', 15133 + 106000000,'Comptes permanents non bloques des etablissements et succursales','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 142 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15141 + 106000000, 'SYSCOHADA-BF','CAPIT','186', 15133 + 106000000,'Comptes de liaison charges','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 143 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15142 + 106000000, 'SYSCOHADA-BF','CAPIT','187', 15133 + 106000000,'Comptes de liaison produits','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 144 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15143 + 106000000, 'SYSCOHADA-BF','CAPIT','188', 15133 + 106000000,'Comptes de liaison des societes en participation','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 145 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15144 + 106000000, 'SYSCOHADA-BF','CAPIT','19', 15000 + 106000000,'Provisions financieres pour risques et charges','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 146 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15145 + 106000000, 'SYSCOHADA-BF','CAPIT','191', 15144 + 106000000,'Provisions pour litiges','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 147 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15146 + 106000000, 'SYSCOHADA-BF','CAPIT','192', 15144 + 106000000,'Provisions pour garanties donnees aux clients','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 148 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15147 + 106000000, 'SYSCOHADA-BF','CAPIT','193', 15144 + 106000000,'Provisions pour pertes sur marches a achevement futur','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 149 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15148 + 106000000, 'SYSCOHADA-BF','CAPIT','194', 15144 + 106000000,'Provisions pour pertes de change','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 150 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15149 + 106000000, 'SYSCOHADA-BF','CAPIT','195', 15144 + 106000000,'Provisions pour impots','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 151 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15150 + 106000000, 'SYSCOHADA-BF','CAPIT','196', 15144 + 106000000,'Provisions pour pensions et obligations similaires','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 152 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15151 + 106000000, 'SYSCOHADA-BF','CAPIT','197', 15144 + 106000000,'Provisions pour charges a repartir sur plusieurs exercices','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 153 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15152 + 106000000, 'SYSCOHADA-BF','CAPIT','1971', 15151 + 106000000,'Provisions pour grosses réparations','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 154 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15153 + 106000000, 'SYSCOHADA-BF','CAPIT','198', 15144 + 106000000,'Autres provisions financieres pour risques et charges','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 155 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15154 + 106000000, 'SYSCOHADA-BF','CAPIT','1981', 15153 + 106000000,'Provisions pour amendes et pénalités','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 156 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15155 + 106000000, 'SYSCOHADA-BF','CAPIT','1982', 15153 + 106000000,'Provisions pour renouvellement des immobilisations (entreprises concessionnaires)','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 157 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15156 + 106000000, 'SYSCOHADA-BF','CAPIT','1983', 15153 + 106000000,'Provisions pour propres assureurs','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 158 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15157 + 106000000, 'SYSCOHADA-BF','CAPIT','1988', 15153 + 106000000,'Autres provisions financières pour risques et charges','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 159 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15158 + 106000000, 'SYSCOHADA-BF','IMMO','2', 0,'Charges immobilisees','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 160 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15159 + 106000000, 'SYSCOHADA-BF','IMMO','201', 15158 + 106000000,'Frais d''etablissement','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 161 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15160 + 106000000, 'SYSCOHADA-BF','IMMO','2011', 15159 + 106000000,'Frais de constitution','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 162 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15161 + 106000000, 'SYSCOHADA-BF','IMMO','2012', 15159 + 106000000,'Frais de prospection','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 163 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15162 + 106000000, 'SYSCOHADA-BF','IMMO','2013', 15159 + 106000000,'Frais de publicité et de lancement','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 164 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15163 + 106000000, 'SYSCOHADA-BF','IMMO','2014', 15159 + 106000000,'Frais de fonctionnement antérieurs au démarrage','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 165 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15164 + 106000000, 'SYSCOHADA-BF','IMMO','2015', 15159 + 106000000,'Frais de modification du capital (fusions, scissions transformations)','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 166 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15165 + 106000000, 'SYSCOHADA-BF','IMMO','2016', 15159 + 106000000,'Frais d''entrée à la bourse','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 167 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15166 + 106000000, 'SYSCOHADA-BF','IMMO','2017', 15159 + 106000000,'Frais de restructuration','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 168 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15167 + 106000000, 'SYSCOHADA-BF','IMMO','2018', 15159 + 106000000,'Frais divers d''établissement','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 169 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15168 + 106000000, 'SYSCOHADA-BF','IMMO','202', 15158 + 106000000,'Charges a repartir sur plusieurs exercices','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 170 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15169 + 106000000, 'SYSCOHADA-BF','IMMO','2021', 15168 + 106000000,'Charges différées','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 171 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15170 + 106000000, 'SYSCOHADA-BF','IMMO','2022', 15168 + 106000000,'Frais d''acquisition d''immobilisations','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 172 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15171 + 106000000, 'SYSCOHADA-BF','IMMO','2026', 15168 + 106000000,'Fais d''émission des emprunts','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 173 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15172 + 106000000, 'SYSCOHADA-BF','IMMO','2028', 15168 + 106000000,'Charges à étaler','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 174 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15173 + 106000000, 'SYSCOHADA-BF','IMMO','206', 15158 + 106000000,'Primes de remboursement des obligations','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 175 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15174 + 106000000, 'SYSCOHADA-BF','IMMO','2061', 15173 + 106000000,'Obligations ordinaires','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 176 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15175 + 106000000, 'SYSCOHADA-BF','IMMO','2062', 15173 + 106000000,'Obligations convertibles','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 177 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15176 + 106000000, 'SYSCOHADA-BF','IMMO','2068', 15173 + 106000000,'Autres emprunts obligataires','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 178 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15177 + 106000000, 'SYSCOHADA-BF','IMMO','21', 15158 + 106000000,'Immobilisations incorporelles','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 179 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15178 + 106000000, 'SYSCOHADA-BF','IMMO','211', 15177 + 106000000,'Frais de recherche et de developpement','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 180 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15179 + 106000000, 'SYSCOHADA-BF','IMMO','212', 15177 + 106000000,'Brevets, licences, concessions et droits similaires','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 181 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15180 + 106000000, 'SYSCOHADA-BF','IMMO','213', 15177 + 106000000,'Logiciels','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 182 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15181 + 106000000, 'SYSCOHADA-BF','IMMO','214', 15177 + 106000000,'Marques','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 183 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15182 + 106000000, 'SYSCOHADA-BF','IMMO','215', 15177 + 106000000,'Fonds commercial','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 184 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15183 + 106000000, 'SYSCOHADA-BF','IMMO','216', 15177 + 106000000,'Droit au bail','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 185 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15184 + 106000000, 'SYSCOHADA-BF','IMMO','217', 15177 + 106000000,'Investissements de creation','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 186 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15185 + 106000000, 'SYSCOHADA-BF','IMMO','218', 15177 + 106000000,'Autres droits et valeurs incorporels','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 187 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15186 + 106000000, 'SYSCOHADA-BF','IMMO','219', 15177 + 106000000,'Immobilisations incorporelles en cours','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 188 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15187 + 106000000, 'SYSCOHADA-BF','IMMO','2191', 15186 + 106000000,'Frais de recherche et de développement','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 189 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15188 + 106000000, 'SYSCOHADA-BF','IMMO','2193', 15186 + 106000000,'Logiciels','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 190 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15189 + 106000000, 'SYSCOHADA-BF','IMMO','2198', 15186 + 106000000,'Autres droits et valeurs incorporels','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 191 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15190 + 106000000, 'SYSCOHADA-BF','IMMO','22', 15158 + 106000000,'Terrains','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 192 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15191 + 106000000, 'SYSCOHADA-BF','IMMO','221', 15190 + 106000000,'Terrains agricoles et forestiers','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 193 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15192 + 106000000, 'SYSCOHADA-BF','IMMO','2211', 15191 + 106000000,'Terrains d''exploitation agricole','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 194 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15193 + 106000000, 'SYSCOHADA-BF','IMMO','2212', 15191 + 106000000,'Terrains d''exploitation forestière','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 195 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15194 + 106000000, 'SYSCOHADA-BF','IMMO','2218', 15191 + 106000000,'Autres terrains','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 196 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15195 + 106000000, 'SYSCOHADA-BF','IMMO','222', 15190 + 106000000,'Terrains nus','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 197 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15196 + 106000000, 'SYSCOHADA-BF','IMMO','2221', 15195 + 106000000,'Terrains à bâtir','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 198 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15197 + 106000000, 'SYSCOHADA-BF','IMMO','2228', 15195 + 106000000,'Autres terrains nus','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 199 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15198 + 106000000, 'SYSCOHADA-BF','IMMO','223', 15190 + 106000000,'Terrains batis','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 200 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15199 + 106000000, 'SYSCOHADA-BF','IMMO','2231', 15198 + 106000000,'Pour bâtiments industriels et agricoles','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 201 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15200 + 106000000, 'SYSCOHADA-BF','IMMO','2232', 15198 + 106000000,'Pour bâtiments administratifs et commerciaux','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 202 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15201 + 106000000, 'SYSCOHADA-BF','IMMO','2234', 15198 + 106000000,'Pour bâtiments affectés aux autres opérations professionnelles','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 203 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15202 + 106000000, 'SYSCOHADA-BF','IMMO','2235', 15198 + 106000000,'Pour bâtiments affectés aux autres opérations non professionnelles','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 204 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15203 + 106000000, 'SYSCOHADA-BF','IMMO','2236', 15198 + 106000000,'Autres terrains bâtis','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 205 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15204 + 106000000, 'SYSCOHADA-BF','IMMO','224', 15190 + 106000000,'Travaux de mise en valeur des terrains','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 206 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15205 + 106000000, 'SYSCOHADA-BF','IMMO','2241', 15204 + 106000000,'Plantation d''arbres et d''arbustes','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 207 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15206 + 106000000, 'SYSCOHADA-BF','IMMO','2248', 15204 + 106000000,'Autres travaux','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 208 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15207 + 106000000, 'SYSCOHADA-BF','IMMO','225', 15190 + 106000000,'Terrains de gisement','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 209 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15208 + 106000000, 'SYSCOHADA-BF','IMMO','2251', 15207 + 106000000,'Carrières','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 210 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15209 + 106000000, 'SYSCOHADA-BF','IMMO','226', 15190 + 106000000,'Terrains amenages','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 211 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15210 + 106000000, 'SYSCOHADA-BF','IMMO','2261', 15209 + 106000000,'Parkings','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 212 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15211 + 106000000, 'SYSCOHADA-BF','IMMO','227', 15190 + 106000000,'Terrains mis en concession','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 213 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15212 + 106000000, 'SYSCOHADA-BF','IMMO','228', 15190 + 106000000,'Autres terrains','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 214 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15213 + 106000000, 'SYSCOHADA-BF','IMMO','2281', 15212 + 106000000,'Terrains des immeubles de rapport','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 215 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15214 + 106000000, 'SYSCOHADA-BF','IMMO','2285', 15212 + 106000000,'Terrains des logements affectés au personnel','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 216 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15215 + 106000000, 'SYSCOHADA-BF','IMMO','2288', 15212 + 106000000,'Autres terrains','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 217 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15216 + 106000000, 'SYSCOHADA-BF','IMMO','229', 15190 + 106000000,'Amenagements des terrains en cours','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 218 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15217 + 106000000, 'SYSCOHADA-BF','IMMO','2291', 15216 + 106000000,'Terrains agricoles et forestiers','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 219 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15218 + 106000000, 'SYSCOHADA-BF','IMMO','2292', 15216 + 106000000,'Terrains nus','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 220 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15219 + 106000000, 'SYSCOHADA-BF','IMMO','2295', 15216 + 106000000,'Terrains de gisement','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 221 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15220 + 106000000, 'SYSCOHADA-BF','IMMO','2298', 15216 + 106000000,'Autres travaux','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 222 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15221 + 106000000, 'SYSCOHADA-BF','IMMO','23', 15158 + 106000000,'Bâtiments, installations techniques et agencements','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 223 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15222 + 106000000, 'SYSCOHADA-BF','IMMO','231', 15221 + 106000000,'Bâtiments industriels, agricoles, administratifs et commerciaux sur sol propre','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 224 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15223 + 106000000, 'SYSCOHADA-BF','IMMO','2311', 15222 + 106000000,'Bâtiments industriels','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 225 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15224 + 106000000, 'SYSCOHADA-BF','IMMO','2312', 15222 + 106000000,'Bâtiments agricoles','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 226 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15225 + 106000000, 'SYSCOHADA-BF','IMMO','2313', 15222 + 106000000,'Bâtiments administratifs et commerciaux','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 227 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15226 + 106000000, 'SYSCOHADA-BF','IMMO','2314', 15222 + 106000000,'Bâtiments affectés au logement du personnel','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 228 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15227 + 106000000, 'SYSCOHADA-BF','IMMO','2315', 15222 + 106000000,'Immeubles de rapport','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 229 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15228 + 106000000, 'SYSCOHADA-BF','IMMO','232', 15221 + 106000000,'Bâtiments industriels, agricoles, administratifs et commerciaux sur sol d''autrui','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 230 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15229 + 106000000, 'SYSCOHADA-BF','IMMO','2321', 15228 + 106000000,'Bâtiments industriels','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 231 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15230 + 106000000, 'SYSCOHADA-BF','IMMO','2322', 15228 + 106000000,'Bâtiments agricoles','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 232 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15231 + 106000000, 'SYSCOHADA-BF','IMMO','2323', 15228 + 106000000,'Bâtiments administratifs et commerciaux','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 233 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15232 + 106000000, 'SYSCOHADA-BF','IMMO','2324', 15228 + 106000000,'Bâtiments affectés au logement du personnel','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 234 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15233 + 106000000, 'SYSCOHADA-BF','IMMO','2325', 15228 + 106000000,'Immeubles de rapport','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 235 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15234 + 106000000, 'SYSCOHADA-BF','IMMO','233', 15221 + 106000000,'Ouvrages d''infrastructures','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 236 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15235 + 106000000, 'SYSCOHADA-BF','IMMO','2331', 15234 + 106000000,'Voies de terre','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 237 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15236 + 106000000, 'SYSCOHADA-BF','IMMO','2332', 15234 + 106000000,'Voies de fer','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 238 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15237 + 106000000, 'SYSCOHADA-BF','IMMO','2333', 15234 + 106000000,'Voies d''eau','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 239 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15238 + 106000000, 'SYSCOHADA-BF','IMMO','2334', 15234 + 106000000,'Barrages, digues','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 240 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15239 + 106000000, 'SYSCOHADA-BF','IMMO','2335', 15234 + 106000000,'Pistes d''aérodrome','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 241 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15240 + 106000000, 'SYSCOHADA-BF','IMMO','2338', 15234 + 106000000,'Autres','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 242 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15241 + 106000000, 'SYSCOHADA-BF','IMMO','234', 15221 + 106000000,'Installations techniques','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 243 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15242 + 106000000, 'SYSCOHADA-BF','IMMO','2341', 15241 + 106000000,'Installations complexes spécialisées sur sol propre','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 244 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15243 + 106000000, 'SYSCOHADA-BF','IMMO','2342', 15241 + 106000000,'Installations complexes spécialisées sur sol d''autrui','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 245 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15244 + 106000000, 'SYSCOHADA-BF','IMMO','2343', 15241 + 106000000,'Installations à caractère spécifique sur sol propre','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 246 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15245 + 106000000, 'SYSCOHADA-BF','IMMO','2344', 15241 + 106000000,'Installations à caractère spécifique sur sol d''autrui','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 247 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15246 + 106000000, 'SYSCOHADA-BF','IMMO','235', 15221 + 106000000,'Amenagements de bureaux','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 248 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15247 + 106000000, 'SYSCOHADA-BF','IMMO','2351', 15246 + 106000000,'Installations générales','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 249 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15248 + 106000000, 'SYSCOHADA-BF','IMMO','2358', 15246 + 106000000,'Autres installations','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 250 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15249 + 106000000, 'SYSCOHADA-BF','IMMO','237', 15221 + 106000000,'Batiments industriels, agricoles et commerciaux mis en concession','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 251 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15250 + 106000000, 'SYSCOHADA-BF','IMMO','238', 15221 + 106000000,'Autres installations et agencements','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 252 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15251 + 106000000, 'SYSCOHADA-BF','IMMO','239', 15221 + 106000000,'Bâtiments et installations en cours','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 253 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15252 + 106000000, 'SYSCOHADA-BF','IMMO','2391', 15251 + 106000000,'Bâtiments et installations en cours','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 254 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15253 + 106000000, 'SYSCOHADA-BF','IMMO','24', 15158 + 106000000,'Materiels','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 255 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15254 + 106000000, 'SYSCOHADA-BF','IMMO','241', 15253 + 106000000,'Materiel et outillage industriel et commercial','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 256 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15255 + 106000000, 'SYSCOHADA-BF','IMMO','2411', 15254 + 106000000,'Matériel industriel','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 257 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15256 + 106000000, 'SYSCOHADA-BF','IMMO','2412', 15254 + 106000000,'Outillage industriel','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 258 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15257 + 106000000, 'SYSCOHADA-BF','IMMO','2413', 15254 + 106000000,'Matériel commercial','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 259 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15258 + 106000000, 'SYSCOHADA-BF','IMMO','2414', 15254 + 106000000,'Outillage commercial','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 260 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15259 + 106000000, 'SYSCOHADA-BF','IMMO','242', 15253 + 106000000,'Materiel et outillage agricole','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 261 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15260 + 106000000, 'SYSCOHADA-BF','IMMO','2421', 15259 + 106000000,'Matériel agricole','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 262 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15261 + 106000000, 'SYSCOHADA-BF','IMMO','2422', 15259 + 106000000,'Outillage agricole','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 263 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15262 + 106000000, 'SYSCOHADA-BF','IMMO','243', 15253 + 106000000,'Materiel d''emballage recuperable et identifiable','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 264 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15263 + 106000000, 'SYSCOHADA-BF','IMMO','244', 15253 + 106000000,'Materiel et mobilier','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 265 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15264 + 106000000, 'SYSCOHADA-BF','IMMO','2441', 15263 + 106000000,'Matériel de bureau','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 266 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15265 + 106000000, 'SYSCOHADA-BF','IMMO','2442', 15263 + 106000000,'Matériel informatique','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 267 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15266 + 106000000, 'SYSCOHADA-BF','IMMO','2443', 15263 + 106000000,'Matériel bureautique','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 268 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15267 + 106000000, 'SYSCOHADA-BF','IMMO','2444', 15263 + 106000000,'Mobilier de bureau','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 269 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15268 + 106000000, 'SYSCOHADA-BF','IMMO','2446', 15263 + 106000000,'Matériel et mobilier des immeubles de rapport','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 270 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15269 + 106000000, 'SYSCOHADA-BF','IMMO','2447', 15263 + 106000000,'Matériel et mobilier des logements du personnel','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 271 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15270 + 106000000, 'SYSCOHADA-BF','IMMO','245', 15253 + 106000000,'Materiel de transport','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 272 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15271 + 106000000, 'SYSCOHADA-BF','IMMO','2451', 15270 + 106000000,'Matériel automobile','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 273 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15272 + 106000000, 'SYSCOHADA-BF','IMMO','2452', 15270 + 106000000,'Matériel ferroviaire','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 274 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15273 + 106000000, 'SYSCOHADA-BF','IMMO','2453', 15270 + 106000000,'Matériel fluvial, lagunaire','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 275 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15274 + 106000000, 'SYSCOHADA-BF','IMMO','2454', 15270 + 106000000,'Matériel naval','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 276 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15275 + 106000000, 'SYSCOHADA-BF','IMMO','2455', 15270 + 106000000,'Matériel aérien','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 277 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15276 + 106000000, 'SYSCOHADA-BF','IMMO','2456', 15270 + 106000000,'Matériel hippomobile','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 278 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15277 + 106000000, 'SYSCOHADA-BF','IMMO','2458', 15270 + 106000000,'Autres (vélo, mobylette, moto)','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 279 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15278 + 106000000, 'SYSCOHADA-BF','IMMO','246', 15253 + 106000000,'Immobilisations animales et agricoles','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 280 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15279 + 106000000, 'SYSCOHADA-BF','IMMO','2461', 15278 + 106000000,'Cheptel, animaux de trait','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 281 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15280 + 106000000, 'SYSCOHADA-BF','IMMO','2462', 15278 + 106000000,'Cheptel, animaux reproducteurs','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 282 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15281 + 106000000, 'SYSCOHADA-BF','IMMO','2463', 15278 + 106000000,'Animaux de garde','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 283 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15282 + 106000000, 'SYSCOHADA-BF','IMMO','2465', 15278 + 106000000,'Plantations agricoles','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 284 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15283 + 106000000, 'SYSCOHADA-BF','IMMO','2468', 15278 + 106000000,'Autres','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 285 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15284 + 106000000, 'SYSCOHADA-BF','IMMO','247', 15253 + 106000000,'Agencements et amenagements du materiel','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 286 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15285 + 106000000, 'SYSCOHADA-BF','IMMO','248', 15253 + 106000000,'Autres materiels','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 287 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15286 + 106000000, 'SYSCOHADA-BF','IMMO','2481', 15285 + 106000000,'Collections et oeuvres d''art','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 288 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15287 + 106000000, 'SYSCOHADA-BF','IMMO','249', 15253 + 106000000,'Materiel en cours','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 289 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15288 + 106000000, 'SYSCOHADA-BF','IMMO','2491', 15287 + 106000000,'Matériel et outillage industriel et commercial','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 290 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15289 + 106000000, 'SYSCOHADA-BF','IMMO','2492', 15287 + 106000000,'Matériel et outillage agricole','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 291 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15290 + 106000000, 'SYSCOHADA-BF','IMMO','2493', 15287 + 106000000,'Matériel d''emballage récupérable et identifiable','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 292 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15291 + 106000000, 'SYSCOHADA-BF','IMMO','2494', 15287 + 106000000,'Matériel et mobilier de bureau','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 293 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15292 + 106000000, 'SYSCOHADA-BF','IMMO','2495', 15287 + 106000000,'Matériel de transport','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 294 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15293 + 106000000, 'SYSCOHADA-BF','IMMO','2496', 15287 + 106000000,'Immobilisations animales et agricoles','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 295 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15294 + 106000000, 'SYSCOHADA-BF','IMMO','2497', 15287 + 106000000,'Agencements et aménagements du matériel','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 296 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15295 + 106000000, 'SYSCOHADA-BF','IMMO','2498', 15287 + 106000000,'Autres matériels','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 297 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15296 + 106000000, 'SYSCOHADA-BF','IMMO','25', 15158 + 106000000,'Avances et acomptes verses sur immobilisations','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 298 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15297 + 106000000, 'SYSCOHADA-BF','IMMO','251', 15296 + 106000000,'Avances et acomptes verses sur immobilisations incorporelles','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 299 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15298 + 106000000, 'SYSCOHADA-BF','IMMO','252', 15296 + 106000000,'Avances et acomptes verses sur immobilisations corporelles','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 300 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15299 + 106000000, 'SYSCOHADA-BF','IMMO','26', 15158 + 106000000,'Titres de participation','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 301 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15300 + 106000000, 'SYSCOHADA-BF','IMMO','261', 15299 + 106000000,'Titres de participation dans des societes sous contrôle exclusif','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 302 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15301 + 106000000, 'SYSCOHADA-BF','IMMO','262', 15299 + 106000000,'Titres de participation dans des societes sous contrôle conjoint','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 303 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15302 + 106000000, 'SYSCOHADA-BF','IMMO','263', 15299 + 106000000,'Titres de participation dans des societes conferant une influence notable','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 304 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15303 + 106000000, 'SYSCOHADA-BF','IMMO','265', 15299 + 106000000,'Participations dans des organismes professionnels','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 305 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15304 + 106000000, 'SYSCOHADA-BF','IMMO','266', 15299 + 106000000,'Part dans des groupements d''interets economique (g.i.e.)','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 306 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15305 + 106000000, 'SYSCOHADA-BF','IMMO','268', 15299 + 106000000,'Autres titres de participation','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 307 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15306 + 106000000, 'SYSCOHADA-BF','IMMO','27', 15158 + 106000000,'Autres immobilisations financières','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 308 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15307 + 106000000, 'SYSCOHADA-BF','IMMO','271', 15306 + 106000000,'Prêts et creances non commerciales','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 309 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15308 + 106000000, 'SYSCOHADA-BF','IMMO','2711', 15307 + 106000000,'Prêts participatifs','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 310 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15309 + 106000000, 'SYSCOHADA-BF','IMMO','2712', 15307 + 106000000,'Prêts aux associés','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 311 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15310 + 106000000, 'SYSCOHADA-BF','IMMO','2713', 15307 + 106000000,'Billets de fonds','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 312 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15311 + 106000000, 'SYSCOHADA-BF','IMMO','2714', 15307 + 106000000,'Titres prêtés','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 313 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15312 + 106000000, 'SYSCOHADA-BF','IMMO','272', 15306 + 106000000,'Prets au personnel','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 314 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15313 + 106000000, 'SYSCOHADA-BF','IMMO','2721', 15312 + 106000000,'Prêts immobiliers','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 315 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15314 + 106000000, 'SYSCOHADA-BF','IMMO','2722', 15312 + 106000000,'Prêts mobiliers et d''intallation','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 316 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15315 + 106000000, 'SYSCOHADA-BF','IMMO','2728', 15312 + 106000000,'Autres prêts (frais d''étude...)','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 317 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15316 + 106000000, 'SYSCOHADA-BF','IMMO','273', 15306 + 106000000,'Creances sur l''etat','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 318 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15317 + 106000000, 'SYSCOHADA-BF','IMMO','2731', 15316 + 106000000,'Retenues de garantie','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 319 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15318 + 106000000, 'SYSCOHADA-BF','IMMO','2733', 15316 + 106000000,'Fonds reglementé','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 320 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15319 + 106000000, 'SYSCOHADA-BF','IMMO','2738', 15316 + 106000000,'Autres','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 321 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15320 + 106000000, 'SYSCOHADA-BF','IMMO','274', 15306 + 106000000,'Titres immobilises','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 322 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15321 + 106000000, 'SYSCOHADA-BF','IMMO','2741', 15320 + 106000000,'Titres immobilisés de l''activité de portefeuille (t.i.a.p.)','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 323 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15322 + 106000000, 'SYSCOHADA-BF','IMMO','2742', 15320 + 106000000,'Titres participatifs','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 324 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15323 + 106000000, 'SYSCOHADA-BF','IMMO','2743', 15320 + 106000000,'Certificats d''investissement','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 325 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15324 + 106000000, 'SYSCOHADA-BF','IMMO','2744', 15320 + 106000000,'Parts de fonds commun de placement (f.c.p.)','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 326 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15325 + 106000000, 'SYSCOHADA-BF','IMMO','2748', 15320 + 106000000,'Autres titres immobilisés','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 327 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15326 + 106000000, 'SYSCOHADA-BF','IMMO','275', 15306 + 106000000,'Depots et cautionnements verses','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 328 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15327 + 106000000, 'SYSCOHADA-BF','IMMO','2751', 15326 + 106000000,'Dépôts pour loyers d''avance','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 329 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15328 + 106000000, 'SYSCOHADA-BF','IMMO','2752', 15326 + 106000000,'Dépôts pour l''électricité','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 330 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15329 + 106000000, 'SYSCOHADA-BF','IMMO','2753', 15326 + 106000000,'Dépôts pour l''eau','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 331 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15330 + 106000000, 'SYSCOHADA-BF','IMMO','2754', 15326 + 106000000,'Dépôts pour le gaz','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 332 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15331 + 106000000, 'SYSCOHADA-BF','IMMO','2755', 15326 + 106000000,'Dépôts pour le téléphone, le télex, la télécopie','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 333 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15332 + 106000000, 'SYSCOHADA-BF','IMMO','2756', 15326 + 106000000,'Cautionnements sur les marchés publics','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 334 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15333 + 106000000, 'SYSCOHADA-BF','IMMO','2757', 15326 + 106000000,'Cautionnements sur autres opérations','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 335 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15334 + 106000000, 'SYSCOHADA-BF','IMMO','2758', 15326 + 106000000,'Autres dépôts et cautionnements','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 336 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15335 + 106000000, 'SYSCOHADA-BF','IMMO','276', 15306 + 106000000,'Interets courus','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 337 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15336 + 106000000, 'SYSCOHADA-BF','IMMO','2761', 15335 + 106000000,'Prêts et créances non commerciales','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 338 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15337 + 106000000, 'SYSCOHADA-BF','IMMO','2762', 15335 + 106000000,'Prêts au personnel','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 339 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15338 + 106000000, 'SYSCOHADA-BF','IMMO','2763', 15335 + 106000000,'Créances sur l''etat','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 340 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15339 + 106000000, 'SYSCOHADA-BF','IMMO','2764', 15335 + 106000000,'Titres immobilisés','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 341 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15340 + 106000000, 'SYSCOHADA-BF','IMMO','2765', 15335 + 106000000,'Dépôts et cautionnements versés','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 342 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15341 + 106000000, 'SYSCOHADA-BF','IMMO','2767', 15335 + 106000000,'Créances rattachées à des participations','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 343 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15342 + 106000000, 'SYSCOHADA-BF','IMMO','2768', 15335 + 106000000,'Immobilisations financières diverses','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 344 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15343 + 106000000, 'SYSCOHADA-BF','IMMO','277', 15306 + 106000000,'Créances rattachees a des participations et des avances a des g.i.e.','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 345 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15344 + 106000000, 'SYSCOHADA-BF','IMMO','2771', 15343 + 106000000,'Créances rattachées à des participations (groupe)','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 346 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15345 + 106000000, 'SYSCOHADA-BF','IMMO','2772', 15343 + 106000000,'Créances rattachées à des participations (hors groupe)','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 347 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15346 + 106000000, 'SYSCOHADA-BF','IMMO','2773', 15343 + 106000000,'Créances rattachées à des sociétés en participation','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 348 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15347 + 106000000, 'SYSCOHADA-BF','IMMO','2774', 15343 + 106000000,'Avances à des groupements d''intérêt économique (g.i.e.)','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 349 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15348 + 106000000, 'SYSCOHADA-BF','IMMO','278', 15306 + 106000000,'Immobilisations financieres diverses','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 350 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15349 + 106000000, 'SYSCOHADA-BF','IMMO','2781', 15348 + 106000000,'Créances diverses groupe','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 351 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15350 + 106000000, 'SYSCOHADA-BF','IMMO','2782', 15348 + 106000000,'Créances diverses hors groupe','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 352 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15351 + 106000000, 'SYSCOHADA-BF','IMMO','2785', 15348 + 106000000,'Or et métaux précieux (1)','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 353 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15352 + 106000000, 'SYSCOHADA-BF','IMMO','28', 15158 + 106000000,'Amortissemnts','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 354 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15353 + 106000000, 'SYSCOHADA-BF','IMMO','281', 15352 + 106000000,'Amortissements des immobilisations incorporelles','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 355 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15354 + 106000000, 'SYSCOHADA-BF','IMMO','2811', 15353 + 106000000,'Amortissements des frais de recherche et de développement','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 356 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15355 + 106000000, 'SYSCOHADA-BF','IMMO','2812', 15353 + 106000000,'Amortissements des brevets, licences, concessions et droits similaires','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 357 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15356 + 106000000, 'SYSCOHADA-BF','IMMO','2813', 15353 + 106000000,'Amortissements des logiciels','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 358 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15357 + 106000000, 'SYSCOHADA-BF','IMMO','2814', 15353 + 106000000,'Amortissements des marques','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 359 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15358 + 106000000, 'SYSCOHADA-BF','IMMO','2815', 15353 + 106000000,'Amortissements du fonds commercial','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 360 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15359 + 106000000, 'SYSCOHADA-BF','IMMO','2816', 15353 + 106000000,'Amortissements du droit au bail','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 361 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15360 + 106000000, 'SYSCOHADA-BF','IMMO','2817', 15353 + 106000000,'Amortissements des investissements de création','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 362 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15361 + 106000000, 'SYSCOHADA-BF','IMMO','2818', 15353 + 106000000,'Amortissements des autres droits et valeurs incorporels','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 363 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15362 + 106000000, 'SYSCOHADA-BF','IMMO','282', 15352 + 106000000,'Amortissements des terrains','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 364 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15363 + 106000000, 'SYSCOHADA-BF','IMMO','2821', 15362 + 106000000,'Amortissements des terrains agricoles','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 365 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15364 + 106000000, 'SYSCOHADA-BF','IMMO','2824', 15362 + 106000000,'Amortissements des travaux de mise en valeur des terrains','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 366 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15365 + 106000000, 'SYSCOHADA-BF','IMMO','2825', 15362 + 106000000,'Amortissements des terrains de gisements','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 367 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15366 + 106000000, 'SYSCOHADA-BF','IMMO','283', 15352 + 106000000,'Amortissements des batiments, installations techniques et agencements','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 368 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15367 + 106000000, 'SYSCOHADA-BF','IMMO','2831', 15366 + 106000000,'Amortissements des bâtiments industriels, agricoles, administratifs et commerciaux sur sol propres','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 369 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15368 + 106000000, 'SYSCOHADA-BF','IMMO','2832', 15366 + 106000000,'Amortissements des bâtiments industriels, agricoles, administratifs et commerciaux sur sol d''autrui','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 370 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15369 + 106000000, 'SYSCOHADA-BF','IMMO','2833', 15366 + 106000000,'Amortissements des ouvrages d''infrastructure','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 371 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15370 + 106000000, 'SYSCOHADA-BF','IMMO','2834', 15366 + 106000000,'Amortissements des installations techniques','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 372 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15371 + 106000000, 'SYSCOHADA-BF','IMMO','2835', 15366 + 106000000,'Amortissements des aménagements de bureaux','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 373 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15372 + 106000000, 'SYSCOHADA-BF','IMMO','2837', 15366 + 106000000,'Amortissements des bâtiments industriels, agricoles et commerciaux mis en concession','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 374 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15373 + 106000000, 'SYSCOHADA-BF','IMMO','2838', 15366 + 106000000,'Amortissements des autres installations et agencements','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 375 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15374 + 106000000, 'SYSCOHADA-BF','IMMO','284', 15352 + 106000000,'Amortissement du materiel','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 376 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15375 + 106000000, 'SYSCOHADA-BF','IMMO','2841', 15374 + 106000000,'Amortissements du matériel et outillage industriel et commercial','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 377 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15376 + 106000000, 'SYSCOHADA-BF','IMMO','2842', 15374 + 106000000,'Amortissements du matériel et outillage agricole','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 378 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15377 + 106000000, 'SYSCOHADA-BF','IMMO','2843', 15374 + 106000000,'Amortissements du matériel d''emballage récupérable et identifiable','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 379 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15378 + 106000000, 'SYSCOHADA-BF','IMMO','2844', 15374 + 106000000,'Amortissements du matériel et mobilier','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 380 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15379 + 106000000, 'SYSCOHADA-BF','IMMO','2845', 15374 + 106000000,'Amortissements du materiel de transport','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 381 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15380 + 106000000, 'SYSCOHADA-BF','IMMO','2846', 15374 + 106000000,'Amortissements des immobilisations animales et agricoles','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 382 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15381 + 106000000, 'SYSCOHADA-BF','IMMO','2847', 15374 + 106000000,'Amortissements des agencements et aménagements du matériel','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 383 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15382 + 106000000, 'SYSCOHADA-BF','IMMO','2848', 15374 + 106000000,'Amortissements des autres matériels','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 384 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15383 + 106000000, 'SYSCOHADA-BF','IMMO','29', 15158 + 106000000,'Provisions pour depreciation','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 385 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15384 + 106000000, 'SYSCOHADA-BF','IMMO','291', 15383 + 106000000,'Provisions pour depreciation des immobilisations incorporelles','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 386 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15385 + 106000000, 'SYSCOHADA-BF','IMMO','2912', 15384 + 106000000,'Provisions pour dépréciation des brevets, licences, concessions et droits similaires','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 387 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15386 + 106000000, 'SYSCOHADA-BF','IMMO','2913', 15384 + 106000000,'Provisions pour dépréciation des logiciels','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 388 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15387 + 106000000, 'SYSCOHADA-BF','IMMO','2914', 15384 + 106000000,'Provisions pour dépréciation des marques','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 389 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15388 + 106000000, 'SYSCOHADA-BF','IMMO','2915', 15384 + 106000000,'Provisions pour dépréciation du fonds de commerce','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 390 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15389 + 106000000, 'SYSCOHADA-BF','IMMO','2916', 15384 + 106000000,'Provisions pour dépréciation du droit de bail','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 391 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15390 + 106000000, 'SYSCOHADA-BF','IMMO','2917', 15384 + 106000000,'Provisions pour dépréciation des investissements de création','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 392 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15391 + 106000000, 'SYSCOHADA-BF','IMMO','2918', 15384 + 106000000,'Provisions pour dépréciation des autres droits et valeurs incorporels','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 393 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15392 + 106000000, 'SYSCOHADA-BF','IMMO','2919', 15384 + 106000000,'Provisions pour dépréciation des immobilisations incorporelles en cours','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 394 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15393 + 106000000, 'SYSCOHADA-BF','IMMO','292', 15383 + 106000000,'Provisions pour depreciation des terrains','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 395 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15394 + 106000000, 'SYSCOHADA-BF','IMMO','2921', 15393 + 106000000,'Provisions pour dépréciations des terrains agricoles et forestiers','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 396 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15395 + 106000000, 'SYSCOHADA-BF','IMMO','2922', 15393 + 106000000,'Provisions pour dépréciation des terrains nus','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 397 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15396 + 106000000, 'SYSCOHADA-BF','IMMO','2923', 15393 + 106000000,'Provisions pour dépréciation des terrains bâtis','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 398 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15397 + 106000000, 'SYSCOHADA-BF','IMMO','2924', 15393 + 106000000,'Provisions pour dépréciation des travaux de mise en valeur des terrains','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 399 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15398 + 106000000, 'SYSCOHADA-BF','IMMO','2925', 15393 + 106000000,'Provisions pour dépréciation des terrains de gisement','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 400 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15399 + 106000000, 'SYSCOHADA-BF','IMMO','2926', 15393 + 106000000,'Provisions pour dépréciation des terrains aménagés','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 401 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15400 + 106000000, 'SYSCOHADA-BF','IMMO','2927', 15393 + 106000000,'Provisions pour dépréciation des terrains mis en concession','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 402 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15401 + 106000000, 'SYSCOHADA-BF','IMMO','2928', 15393 + 106000000,'Provisions pour dépréciation des autres terrains','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 403 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15402 + 106000000, 'SYSCOHADA-BF','IMMO','2929', 15393 + 106000000,'Provisions pour dépréciation des aménagements terrains en cours','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 404 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15403 + 106000000, 'SYSCOHADA-BF','IMMO','293', 15383 + 106000000,'Provisions pour depreciation des batiments, installations techniques et agencements','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 405 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15404 + 106000000, 'SYSCOHADA-BF','IMMO','2931', 15403 + 106000000,'Provisions pour dépréciation des bâtiments industriels, agricoles, administratifs et commerciaux sur sol propre','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 406 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15405 + 106000000, 'SYSCOHADA-BF','IMMO','2932', 15403 + 106000000,'Provisions pour dépréciation des bâtiments industriels, agricoles, administratifs et commerciaux sur sol d''autrui','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 407 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15406 + 106000000, 'SYSCOHADA-BF','IMMO','2933', 15403 + 106000000,'Provisions pour dépréciation des ouvrages d''infrastructures','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 408 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15407 + 106000000, 'SYSCOHADA-BF','IMMO','2934', 15403 + 106000000,'Provisions pour dépréciation des installations techniques','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 409 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15408 + 106000000, 'SYSCOHADA-BF','IMMO','2935', 15403 + 106000000,'Provisions pour dépréciation des aménagements de bureaux','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 410 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15409 + 106000000, 'SYSCOHADA-BF','IMMO','2937', 15403 + 106000000,'Provisions pour dépréciation des bâtiments industriels, agricoles et commerciaux mis en concession','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 411 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15410 + 106000000, 'SYSCOHADA-BF','IMMO','2938', 15403 + 106000000,'Provisions pour dépréciation des autres installations et agencements','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 412 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15411 + 106000000, 'SYSCOHADA-BF','IMMO','2939', 15403 + 106000000,'Provisions pour dépréciation des bâtiments et installations en cours','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 413 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15412 + 106000000, 'SYSCOHADA-BF','IMMO','294', 15383 + 106000000,'Provisions pour depreciation des materiels','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 414 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15413 + 106000000, 'SYSCOHADA-BF','IMMO','2941', 15412 + 106000000,'Provisions pour dépréciation du matériel et outillage industriel et commercial','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 415 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15414 + 106000000, 'SYSCOHADA-BF','IMMO','2942', 15412 + 106000000,'Provisions pour dépréciation du matériel et outillage agricole','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 416 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15415 + 106000000, 'SYSCOHADA-BF','IMMO','2943', 15412 + 106000000,'Provisions pour dépréciation du matériel d''emballage récupérable et identifiable','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 417 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15416 + 106000000, 'SYSCOHADA-BF','IMMO','2944', 15412 + 106000000,'Provisions pour dépréciation du matériel et mobilier','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 418 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15417 + 106000000, 'SYSCOHADA-BF','IMMO','2945', 15412 + 106000000,'Provisions pour dépréciation du matériel de transport','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 419 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15418 + 106000000, 'SYSCOHADA-BF','IMMO','2946', 15412 + 106000000,'Provisions pour dépréciation des immobilisations animales et agricoles','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 420 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15419 + 106000000, 'SYSCOHADA-BF','IMMO','2947', 15412 + 106000000,'Provisions pour dépréciation des agencements et aménagements du matériel','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 421 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15420 + 106000000, 'SYSCOHADA-BF','IMMO','2948', 15412 + 106000000,'Provisions pour dépréciation des autres matériels','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 422 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15421 + 106000000, 'SYSCOHADA-BF','IMMO','2949', 15412 + 106000000,'Provisions pour dépréciation des matériels en cours','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 423 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15422 + 106000000, 'SYSCOHADA-BF','IMMO','295', 15383 + 106000000,'Provisions pour depreciation des avances et acomptes verses sur immobilisations','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 424 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15423 + 106000000, 'SYSCOHADA-BF','IMMO','2951', 15422 + 106000000,'Provisions pour dépréciation des avances et acomptes versés sur immobilisations incorporelles','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 425 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15424 + 106000000, 'SYSCOHADA-BF','IMMO','2952', 15422 + 106000000,'Provisions pour dépréciation des avances et acomptes versés sur immobilisations corporelles','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 426 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15425 + 106000000, 'SYSCOHADA-BF','IMMO','296', 15383 + 106000000,'Provisions pour dépréciation des titres de participation','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 427 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15426 + 106000000, 'SYSCOHADA-BF','IMMO','2961', 15425 + 106000000,'Provisions pour dépréciation des titres de participation dans des sociétés sous contrôle exclusif','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 428 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15427 + 106000000, 'SYSCOHADA-BF','IMMO','2962', 15425 + 106000000,'Provisions pour dépréciation des titres de participations dans les sociétés sous contrôle conjoint','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 429 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15428 + 106000000, 'SYSCOHADA-BF','IMMO','2963', 15425 + 106000000,'Provisions pour dépréciation des titres de participations dans les sociétés confèrant une influence notable','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 430 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15429 + 106000000, 'SYSCOHADA-BF','IMMO','2965', 15425 + 106000000,'Provisions pour dépréciation des participations dans les organismes professionnels','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 431 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15430 + 106000000, 'SYSCOHADA-BF','IMMO','2966', 15425 + 106000000,'Provisions pour dépréciation des parts dans des g.i.e.','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 432 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15431 + 106000000, 'SYSCOHADA-BF','IMMO','2968', 15425 + 106000000,'Provisions pour dépréciation des autres titres de participation','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 433 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15432 + 106000000, 'SYSCOHADA-BF','IMMO','297', 15383 + 106000000,'Provisions pour dépréciation des autres immobilisations financieres','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 434 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15433 + 106000000, 'SYSCOHADA-BF','IMMO','2971', 15432 + 106000000,'Provisions pour dépréciation des prêts et créances non commerciales','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 435 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15434 + 106000000, 'SYSCOHADA-BF','IMMO','2972', 15432 + 106000000,'Provisions pour dépréciation des prêts du personnel','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 436 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15435 + 106000000, 'SYSCOHADA-BF','IMMO','2973', 15432 + 106000000,'Provisions pour dépréciation des créances sur l''etat','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 437 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15436 + 106000000, 'SYSCOHADA-BF','IMMO','2974', 15432 + 106000000,'Provisions pour dépréciation des titres immobilisés','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 438 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15437 + 106000000, 'SYSCOHADA-BF','IMMO','2975', 15432 + 106000000,'Provisions pour dépréciation des dépôts et cautionnements versés','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 439 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15438 + 106000000, 'SYSCOHADA-BF','IMMO','2977', 15432 + 106000000,'Provisions pour dépréciation des créances rattachées à des participations et avances à des g.i.e.','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 440 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15439 + 106000000, 'SYSCOHADA-BF','IMMO','2978', 15432 + 106000000,'Provisions pour dépréciation des créances financières','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 441 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15440 + 106000000, 'SYSCOHADA-BF','STOCK','31', 0,'Marchandises','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 442 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15441 + 106000000, 'SYSCOHADA-BF','STOCK','311', 15440 + 106000000,'Marchandises a','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 443 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15442 + 106000000, 'SYSCOHADA-BF','STOCK','3111', 15441 + 106000000,'Marchandises a1','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 444 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15443 + 106000000, 'SYSCOHADA-BF','STOCK','3112', 15441 + 106000000,'Marchandises a2','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 445 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15444 + 106000000, 'SYSCOHADA-BF','STOCK','312', 15440 + 106000000,'Marchandises b','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 446 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15445 + 106000000, 'SYSCOHADA-BF','STOCK','3121', 15444 + 106000000,'Marchandises b1','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 447 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15446 + 106000000, 'SYSCOHADA-BF','STOCK','3122', 15444 + 106000000,'Marchandises b2','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 448 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15447 + 106000000, 'SYSCOHADA-BF','STOCK','318', 15440 + 106000000,'Marchandises hors activites ordinaires (h.a.o.)','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 449 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15448 + 106000000, 'SYSCOHADA-BF','STOCK','32', 0,'Matieres premieres et fournitures liees','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 450 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15449 + 106000000, 'SYSCOHADA-BF','STOCK','321', 15448 + 106000000,'Matieres a','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 451 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15450 + 106000000, 'SYSCOHADA-BF','STOCK','322', 15448 + 106000000,'Matieres b','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 452 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15451 + 106000000, 'SYSCOHADA-BF','STOCK','323', 15448 + 106000000,'Fournitures (a,b)','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 453 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15452 + 106000000, 'SYSCOHADA-BF','STOCK','33', 0,'Autres approvisionnements','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 454 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15453 + 106000000, 'SYSCOHADA-BF','STOCK','331', 15452 + 106000000,'Matieres consommables','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 455 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15454 + 106000000, 'SYSCOHADA-BF','STOCK','332', 15452 + 106000000,'Fournitures d''atelier et d''usine','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 456 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15455 + 106000000, 'SYSCOHADA-BF','STOCK','333', 15452 + 106000000,'Fournitures de magasin','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 457 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15456 + 106000000, 'SYSCOHADA-BF','STOCK','334', 15452 + 106000000,'Fournitures de bureau','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 458 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15457 + 106000000, 'SYSCOHADA-BF','STOCK','335', 15452 + 106000000,'Emballages','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 459 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15458 + 106000000, 'SYSCOHADA-BF','STOCK','3351', 15457 + 106000000,'Emballages perdus','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 460 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15459 + 106000000, 'SYSCOHADA-BF','STOCK','3352', 15457 + 106000000,'Emballages récupérables non identifiables','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 461 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15460 + 106000000, 'SYSCOHADA-BF','STOCK','3353', 15457 + 106000000,'Emballages à usage mixte','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 462 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15461 + 106000000, 'SYSCOHADA-BF','STOCK','3358', 15457 + 106000000,'Autres emballages','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 463 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15462 + 106000000, 'SYSCOHADA-BF','STOCK','338', 15452 + 106000000,'Autres matieres','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 464 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15463 + 106000000, 'SYSCOHADA-BF','STOCK','34', 0,'Produits en cours','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 465 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15464 + 106000000, 'SYSCOHADA-BF','STOCK','341', 15463 + 106000000,'Produits en cours','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 466 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15465 + 106000000, 'SYSCOHADA-BF','STOCK','3411', 15464 + 106000000,'Produits en cours p1','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 467 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15466 + 106000000, 'SYSCOHADA-BF','STOCK','3412', 15464 + 106000000,'Produits en cours p2','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 468 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15467 + 106000000, 'SYSCOHADA-BF','STOCK','342', 15463 + 106000000,'Travaux en cours','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 469 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15468 + 106000000, 'SYSCOHADA-BF','STOCK','3421', 15467 + 106000000,'Travaux en cours t1','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 470 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15469 + 106000000, 'SYSCOHADA-BF','STOCK','3422', 15467 + 106000000,'Travaux en cours t2','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 471 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15470 + 106000000, 'SYSCOHADA-BF','STOCK','343', 15463 + 106000000,'Produits intermediaires en cours','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 472 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15471 + 106000000, 'SYSCOHADA-BF','STOCK','3431', 15470 + 106000000,'Produits intermédiaires a','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 473 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15472 + 106000000, 'SYSCOHADA-BF','STOCK','3432', 15470 + 106000000,'Produits intermédiaires b','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 474 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15473 + 106000000, 'SYSCOHADA-BF','STOCK','344', 15463 + 106000000,'Produits residuels en cours','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 475 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15474 + 106000000, 'SYSCOHADA-BF','STOCK','3441', 15473 + 106000000,'Produits résiduels a','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 476 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15475 + 106000000, 'SYSCOHADA-BF','STOCK','3442', 15473 + 106000000,'Produits résiduels b','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 477 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15476 + 106000000, 'SYSCOHADA-BF','STOCK','35', 0,'Services en cours','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 478 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15477 + 106000000, 'SYSCOHADA-BF','STOCK','351', 15476 + 106000000,'Etudes en cours','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 479 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15478 + 106000000, 'SYSCOHADA-BF','STOCK','3511', 15477 + 106000000,'Etudes en cours e1','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 480 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15479 + 106000000, 'SYSCOHADA-BF','STOCK','3512', 15477 + 106000000,'Etudes en cours e2','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 481 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15480 + 106000000, 'SYSCOHADA-BF','STOCK','352', 15476 + 106000000,'Prestations de services en cours','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 482 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15481 + 106000000, 'SYSCOHADA-BF','STOCK','3521', 15480 + 106000000,'Prestations de services s1','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 483 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15482 + 106000000, 'SYSCOHADA-BF','STOCK','3522', 15480 + 106000000,'Prestations de services s2','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 484 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15483 + 106000000, 'SYSCOHADA-BF','STOCK','36', 0,'Produits finis','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 485 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15484 + 106000000, 'SYSCOHADA-BF','STOCK','361', 15483 + 106000000,'Produits a','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 486 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15485 + 106000000, 'SYSCOHADA-BF','STOCK','362', 15483 + 106000000,'Produits b','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 487 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15486 + 106000000, 'SYSCOHADA-BF','STOCK','37', 0,'Produits intermediaires et residuels','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 488 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15487 + 106000000, 'SYSCOHADA-BF','STOCK','371', 15486 + 106000000,'Produits intermediaires','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 489 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15488 + 106000000, 'SYSCOHADA-BF','STOCK','3711', 15487 + 106000000,'Produits intermédiaires a','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 490 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15489 + 106000000, 'SYSCOHADA-BF','STOCK','3712', 15487 + 106000000,'Produits intermédiaires b','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 491 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15490 + 106000000, 'SYSCOHADA-BF','STOCK','372', 15486 + 106000000,'Produits residuels','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 492 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15491 + 106000000, 'SYSCOHADA-BF','STOCK','3721', 15490 + 106000000,'Déchets','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 493 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15492 + 106000000, 'SYSCOHADA-BF','STOCK','3722', 15490 + 106000000,'Rebuts','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 494 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15493 + 106000000, 'SYSCOHADA-BF','STOCK','3723', 15490 + 106000000,'Matières de récupération','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 495 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15494 + 106000000, 'SYSCOHADA-BF','STOCK','38', 0,'Stocks en cours de route, en consignation ou en depot','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 496 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15495 + 106000000, 'SYSCOHADA-BF','STOCK','381', 15494 + 106000000,'Marchandises en cours de route','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 497 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15496 + 106000000, 'SYSCOHADA-BF','STOCK','382', 15494 + 106000000,'Matieres premieres et fournitures liees en cours de route','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 498 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15497 + 106000000, 'SYSCOHADA-BF','STOCK','383', 15494 + 106000000,'Autres approvisionnements en cours de route','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 499 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15498 + 106000000, 'SYSCOHADA-BF','STOCK','386', 15494 + 106000000,'Produits finis en cours de route','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 500 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15499 + 106000000, 'SYSCOHADA-BF','STOCK','387', 15494 + 106000000,'Stocks en consignation ou en depot','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 501 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15500 + 106000000, 'SYSCOHADA-BF','STOCK','3871', 15499 + 106000000,'Stock en consignation','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 502 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15501 + 106000000, 'SYSCOHADA-BF','STOCK','3872', 15499 + 106000000,'Stock en dépôt','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 503 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15502 + 106000000, 'SYSCOHADA-BF','STOCK','388', 15494 + 106000000,'Stock provenant d''immobilisations mises hors service ou au rebut','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 504 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15503 + 106000000, 'SYSCOHADA-BF','STOCK','39', 0,'Depreciation des stocks','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 505 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15504 + 106000000, 'SYSCOHADA-BF','STOCK','391', 15503 + 106000000,'Depreciation des stoks de marchandises','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 506 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15505 + 106000000, 'SYSCOHADA-BF','STOCK','392', 15503 + 106000000,'Depreciation des stoks de matieres premieres et fournitures liees','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 507 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15506 + 106000000, 'SYSCOHADA-BF','STOCK','393', 15503 + 106000000,'Depreciation des stocks d''autres approvisionnements','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 508 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15507 + 106000000, 'SYSCOHADA-BF','STOCK','394', 15503 + 106000000,'Depreciations des productions en cours','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 509 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15508 + 106000000, 'SYSCOHADA-BF','STOCK','395', 15503 + 106000000,'Depreciations des services en cours','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 510 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15509 + 106000000, 'SYSCOHADA-BF','STOCK','396', 15503 + 106000000,'Depreciation des stocks de produits finis','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 511 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15510 + 106000000, 'SYSCOHADA-BF','STOCK','397', 15503 + 106000000,'Depreciation des stocks de produits intermediaires et residuels','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 512 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15511 + 106000000, 'SYSCOHADA-BF','STOCK','398', 15503 + 106000000,'Depreciation des stocks en cours de route, en consignation ou en depot','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 513 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15512 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','4', 0,'Fournisseurs et comptes rattaches','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 514 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15513 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','401', 15512 + 106000000,'Fournisseurs, dettes en comptes','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 515 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15514 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','4011', 15513 + 106000000,'Fournisseurs locaux','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 516 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15515 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','4012', 15513 + 106000000,'Fournisseurs groupe','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 517 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15516 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','4013', 15513 + 106000000,'Fournisseurs sous-traitants','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 518 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15517 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','4017', 15513 + 106000000,'Fournisseurs retenue de garantie','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 519 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15518 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','402', 15512 + 106000000,'Fournisseurs, effets a payer (e.a.p)','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 520 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15519 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','4021', 15518 + 106000000,'Fournisseurs, effets à payer','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 521 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15520 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','4022', 15518 + 106000000,'Fournisseurs-groupe, effets à payer','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 522 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15521 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','4023', 15518 + 106000000,'Fournisseurs sous-traitants effets à payer','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 523 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15522 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','408', 15512 + 106000000,'Fournisseurs, factures non parvenues','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 524 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15523 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','4081', 15522 + 106000000,'Fournisseurs factures non parvenues','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 525 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15524 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','4082', 15522 + 106000000,'Fournisseurs - groupe','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 526 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15525 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','4083', 15522 + 106000000,'Fournisseurs sous-traitant','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 527 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15526 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','4086', 15522 + 106000000,'Fournisseurs, intérêts courus','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 528 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15527 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','409', 15512 + 106000000,'Fournisseurs debiteurs','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 529 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15528 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','4091', 15527 + 106000000,'Fournisseurs avances et acomptes versés','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 530 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15529 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','4092', 15527 + 106000000,'Fournisseurs - groupe avances et acomptes versés','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 531 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15530 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','4093', 15527 + 106000000,'Fournisseurs sous-traitants avances et acompte versés','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 532 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15531 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','4094', 15527 + 106000000,'Fournisseurs créances pour emballages et matériels à rendre','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 533 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15532 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','4098', 15527 + 106000000,'Rabais, remises, ristournes et autres avoirs à obtenir','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 534 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15533 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','41', 15512 + 106000000,'Clients et compte rattaches','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 535 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15534 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','411', 15533 + 106000000,'Clients','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 536 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15535 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','4111', 15534 + 106000000,'Clients','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 537 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15536 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','4112', 15534 + 106000000,'Clients-groupe','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 538 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15537 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','4114', 15534 + 106000000,'Clients, état et collectivités publiques','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 539 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15538 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','4115', 15534 + 106000000,'Clients, organismes internationaux','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 540 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15539 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','4117', 15534 + 106000000,'Clients, retenues de garanti','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 541 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15540 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','4118', 15534 + 106000000,'Clients, dégrèvement de taxes sur la valeur ajoutée (t.v.a.)','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 542 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15541 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','412', 15533 + 106000000,'Clients, effets a recevoir en portefeuille','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 543 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15542 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','4121', 15541 + 106000000,'Clients, effets à recevoir','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 544 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15543 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','4122', 15541 + 106000000,'Clients-groupe, effets à recevoir','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 545 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15544 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','4124', 15541 + 106000000,'Etat et collectivités publiques, effets à recevoir','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 546 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15545 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','4125', 15541 + 106000000,'Oganismes internationaux, effets à recevoir','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 547 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15546 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','414', 15533 + 106000000,'Créances sur cessions d''immobilisations','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 548 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15547 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','4141', 15546 + 106000000,'Créances en compte','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 549 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15548 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','4142', 15546 + 106000000,'Effet à recevoir','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 550 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15549 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','415', 15533 + 106000000,'Clients, effets escomptes non echus','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 551 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15550 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','416', 15533 + 106000000,'Creances clients litigieuses ou douteuses','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 552 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15551 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','4161', 15550 + 106000000,'Créances litigieuses','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 553 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15552 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','4162', 15550 + 106000000,'Créances douteuses','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 554 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15553 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','418', 15533 + 106000000,'Clients, produits à recevoir','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 555 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15554 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','4181', 15553 + 106000000,'Clients, factures à établir','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 556 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15555 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','4186', 15553 + 106000000,'Clients, intérêts courus','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 557 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15556 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','419', 15533 + 106000000,'Clients crediteurs','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 558 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15557 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','4191', 15556 + 106000000,'Clients, avances et acompte reçus','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 559 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15558 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','4192', 15556 + 106000000,'Client - groupe, avances et acomptes reçus','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 560 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15559 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','4194', 15556 + 106000000,'Clients, dettes pour emballages et matériels consignés','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 561 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15560 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','4198', 15556 + 106000000,'Rabais, remises, ristournes et autres avoirs à accorder','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 562 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15561 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','42', 15512 + 106000000,'Personnel','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 563 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15562 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','421', 15561 + 106000000,'Personnel, avanceqs et acomptes','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 564 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15563 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','4211', 15562 + 106000000,'Personnel, avances','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 565 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15564 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','4212', 15562 + 106000000,'Personnel, acomptes','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 566 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15565 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','4213', 15562 + 106000000,'Frais avancés et fournitures au personnel','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 567 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15566 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','422', 15561 + 106000000,'Personnel, remunerations due','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 568 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15567 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','4221', 15566 + 106000000,'Personnel rémunérations dues','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 569 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15568 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','4222', 15566 + 106000000,'Personnel arrondis de paie','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 570 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15569 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','423', 15561 + 106000000,'Personnel, oppositions, saisie-arrets','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 571 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15570 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','4231', 15569 + 106000000,'Personnel, oppositions','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 572 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15571 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','4232', 15569 + 106000000,'Personnel, saisie arrêts','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 573 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15572 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','4233', 15569 + 106000000,'Personnel, avis à tiers détenteur','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 574 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15573 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','424', 15561 + 106000000,'Personnel, oeuvres sociales internes','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 575 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15574 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','4241', 15573 + 106000000,'Assistance médicale','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 576 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15575 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','4242', 15573 + 106000000,'Allocations familiales','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 577 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15576 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','4245', 15573 + 106000000,'Organisme sociaux rattachés à l''entreprise','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 578 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15577 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','4248', 15573 + 106000000,'Autres oeuvres sociales internes','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 579 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15578 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','425', 15561 + 106000000,'Representants du personnel','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 580 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15579 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','4251', 15578 + 106000000,'Délégués du personnel','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 581 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15580 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','4252', 15578 + 106000000,'Syndicats et comités d''entreprises, d''établissement','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 582 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15581 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','4258', 15578 + 106000000,'Autres représentatants du personnel','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 583 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15582 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','426', 15561 + 106000000,'Personnel, participation aux benefices','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 584 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15583 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','427', 15561 + 106000000,'Personnel-depots','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 585 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15584 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','428', 15561 + 106000000,'Personnel, charges a payer et produits a recevoir','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 586 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15585 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','4281', 15584 + 106000000,'Dettes provisionnées pour congés à payer','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 587 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15586 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','4286', 15584 + 106000000,'Autres charges à payer','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 588 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15587 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','4287', 15584 + 106000000,'Produits à recevoir','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 589 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15588 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','43', 15512 + 106000000,'Organismes sociaux','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 590 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15589 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','431', 15588 + 106000000,'Securite sociale','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 591 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15590 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','4311', 15589 + 106000000,'Prestations familiales','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 592 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15591 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','4312', 15589 + 106000000,'Accidents de travail','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 593 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15592 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','4313', 15589 + 106000000,'Caisse de retraite obligatoire','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 594 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15593 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','4314', 15589 + 106000000,'Caisse de retraite facultative','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 595 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15594 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','4318', 15589 + 106000000,'Autres cotisations sociales','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 596 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15595 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','432', 15588 + 106000000,'Caisse de retraite complementaire','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 597 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15596 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','433', 15588 + 106000000,'Autres organismes sociaux','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 598 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15597 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','4331', 15596 + 106000000,'Mutuelle','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 599 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15598 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','438', 15588 + 106000000,'Organismes sociaux, charges a payer et produits a recevoir','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 600 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15599 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','4381', 15598 + 106000000,'Charges sociales sur gratifications à payer','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 601 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15600 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','4382', 15598 + 106000000,'Charges sociales sur congés à payer','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 602 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15601 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','4386', 15598 + 106000000,'Autres charges à payer','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 603 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15602 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','4387', 15598 + 106000000,'Produits à recevoir','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 604 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15603 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','44', 15512 + 106000000,'Etat et collectivites publiques','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 605 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15604 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','441', 15603 + 106000000,'Etat,impot sur les benefices','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 606 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15605 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','442', 15603 + 106000000,'Etat, autres impots et taxes','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 607 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15606 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','4421', 15606 + 106000000,'Impôts et taxes d''etat','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 608 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15607 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','4422', 15606 + 106000000,'Impôts et taxes sur les collectivités publiques','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 609 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15608 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','4423', 15606 + 106000000,'Impôts et taxes recouvrables sur des obligataires','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 610 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15609 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','4424', 15606 + 106000000,'Impôts et taxes recouvrables sur des associés','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 611 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15610 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','4426', 15606 + 106000000,'Droits de douane','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 612 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15611 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','4428', 15606 + 106000000,'Autres impôts et taxes','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 613 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15612 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','443', 15603 + 106000000,'Etat, t.v.a. facturee','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 614 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15613 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','4431', 15612 + 106000000,'T.v.a. facturée sur ventes','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 615 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15614 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','4432', 15612 + 106000000,'T.v.a. facturée sur prestations de service','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 616 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15615 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','4433', 15612 + 106000000,'T.v.a. facturée sur travaux','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 617 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15616 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','4434', 15612 + 106000000,'T.v.a. facturée sur production livrée à soi-même','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 618 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15617 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','4435', 15612 + 106000000,'T.v.a. sur factures à établir','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 619 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15618 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','444', 15603 + 106000000,'Etat, t.v.a. due ou credit de t.v.a.','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 620 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15619 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','4441', 15618 + 106000000,'Etat, t.v.a. due','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 621 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15620 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','4449', 15618 + 106000000,'Etat, crédit de t.v.a. à reporter','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 622 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15621 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','445', 15603 + 106000000,'Etat, t.v.a. recuperable','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 623 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15622 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','4451', 15621 + 106000000,'T.v.a. récupérable sur immobilisations','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 624 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15623 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','4452', 15621 + 106000000,'T.v.a. récupérable sur achats','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 625 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15624 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','4453', 15621 + 106000000,'T.v.a. récupérable sur transports','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 626 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15625 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','4454', 15621 + 106000000,'T.v.a. récupérable sur services extérieurs et autres charges','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 627 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15626 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','4455', 15621 + 106000000,'T.v.a. récupérable sur factures non parvenues','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 628 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15627 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','4456', 15621 + 106000000,'T.v.a. transférée par d''autres entreprises','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 629 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15628 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','446', 15603 + 106000000,'Etat, autres taxes sur le chiffre d''affaires','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 630 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15629 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','447', 15603 + 106000000,'Etat, impots retenus a la source','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 631 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15630 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','4471', 15629 + 106000000,'Impôt général sur le revenu','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 632 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15631 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','4472', 15629 + 106000000,'Impôts sur salaires','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 633 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15632 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','4473', 15629 + 106000000,'Contribution nationale','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 634 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15633 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','4474', 15629 + 106000000,'Contribution nationale de solidarité','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 635 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15634 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','4478', 15629 + 106000000,'Autres impôts et contributions','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 636 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15635 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','448', 15603 + 106000000,'Etat, charges a payer et produits a recevoir','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 637 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15636 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','4486', 15635 + 106000000,'Charges à payer','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 638 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15637 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','4487', 15635 + 106000000,'Produits à recevoir','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 639 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15638 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','449', 15603 + 106000000,'Etats, creances et dettes diverses','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 640 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15639 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','4491', 15638 + 106000000,'Etat, obligations cautionnées','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 641 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15640 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','4492', 15638 + 106000000,'Etat, avances et acomptes versés sur impôts','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 642 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15641 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','4493', 15638 + 106000000,'Etat, fonds de dotation à recevoir','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 643 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15642 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','4494', 15638 + 106000000,'Etat, subventions d''équipement à recevoir','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 644 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15643 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','4495', 15638 + 106000000,'Etat, subventions d''exploitation à recevoir','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 645 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15644 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','4496', 15638 + 106000000,'Etat, subventions d''équilibre à recevoir','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 646 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15645 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','4499', 15638 + 106000000,'Etat, fond réglementé provisionné','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 647 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15646 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','45', 15512 + 106000000,'Organismes internationaux','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 648 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15647 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','451', 15646 + 106000000,'Operations avec les organismes africains','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 649 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15648 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','452', 15646 + 106000000,'Operations avec les autres organismes internationaux','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 650 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15649 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','458', 15646 + 106000000,'Organismes internationaux, fonds de dotation et subventions a recevoir','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 651 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15650 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','4581', 15649 + 106000000,'Organismes internationaux, fonds de dotation à recevoir','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 652 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15651 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','4582', 15649 + 106000000,'Organismes internationaux, subventions à recevoir','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 653 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15652 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','46', 15512 + 106000000,'Associes-groupe','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 654 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15653 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','461', 15652 + 106000000,'Associes, operations sur le capital','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 655 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15654 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','4611', 15653 + 106000000,'Associés apport en nature','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 656 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15655 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','4612', 15653 + 106000000,'Associés apport en numéraire','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 657 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15656 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','4613', 15653 + 106000000,'Actionnaires, capital souscrit appelé non versé','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 658 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15657 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','4614', 15653 + 106000000,'Associés, capital appelé non versé','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 659 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15658 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','4615', 15653 + 106000000,'Associés, versements reçus sur augmentation de capital','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 660 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15659 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','4616', 15653 + 106000000,'Associés, versements anticipés','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 661 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15660 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','4617', 15653 + 106000000,'Actionnaires défaillants','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 662 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15661 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','4618', 15653 + 106000000,'Associés, autres apports','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 663 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15662 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','4619', 15653 + 106000000,'Associés, capital à rembourser','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 664 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15663 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','462', 15652 + 106000000,'Associes, comptes courants','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 665 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15664 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','4621', 15663 + 106000000,'Principal','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 666 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15665 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','4626', 15663 + 106000000,'Intérêts courus','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 667 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15666 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','463', 15652 + 106000000,'Associes, operations faites en commun','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 668 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15667 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','465', 15652 + 106000000,'Associes, dividendes a payer','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 669 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15668 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','466', 15652 + 106000000,'Groupe, comptes courants','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 670 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15669 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','467', 15652 + 106000000,'Actionnaires, restant dû sur capital appele','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 671 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15670 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','47', 15512 + 106000000,'Debiteurs et crediteur divers','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 672 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15671 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','471', 15670 + 106000000,'Comptes d''attente','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 673 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15672 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','4711', 15671 + 106000000,'Débiteurs divers','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 674 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15673 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','4712', 15671 + 106000000,'Créditeurs divers','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 675 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15674 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','4713', 15671 + 106000000,'Obligataires, comptes de souscription','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 676 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15675 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','472', 15670 + 106000000,'Versements restant a effectuer sur titres non liberes','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 677 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15676 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','4726', 15675 + 106000000,'Titres de participation','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 678 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15677 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','4727', 15675 + 106000000,'Titres immobilisés','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 679 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15678 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','4728', 15675 + 106000000,'Titres de placement','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 680 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15679 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','474', 15670 + 106000000,'Repartition periodique des charges et des produits','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 681 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15680 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','4746', 15679 + 106000000,'Charges','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 682 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15681 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','4747', 15679 + 106000000,'Produits','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 683 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15682 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','475', 15670 + 106000000,'Creances sur travaux non encore facturables','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 684 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15683 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','476', 15670 + 106000000,'Charges constatees d''avance','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 685 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15684 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','477', 15670 + 106000000,'Produits constates d''avance','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 686 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15685 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','478', 15670 + 106000000,'Ecarts de conversion actif','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 687 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15686 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','4781', 15685 + 106000000,'Diminution des créances','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 688 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15687 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','4782', 15685 + 106000000,'Augmentation des dettes','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 689 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15688 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','4788', 15685 + 106000000,'Différences compensées par couverture de change','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 690 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15689 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','479', 15670 + 106000000,'Ecarts de conversion passif','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 691 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15690 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','4791', 15689 + 106000000,'Augmentation de créances','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 692 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15691 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','4792', 15689 + 106000000,'Diminution des dettes','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 693 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15692 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','4798', 15689 + 106000000,'Différences compensées par couverture de change','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 694 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15693 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','48', 15512 + 106000000,'Creances et dettes hors activites ordinaires (hao)','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 695 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15694 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','481', 15693 + 106000000,'Fournisseurs d''investissements','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 696 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15695 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','4811', 15694 + 106000000,'Immobilisations incorporelles','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 697 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15696 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','4812', 15694 + 106000000,'Immobilisations corporelles','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 698 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15697 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','4817', 15694 + 106000000,'Retenues de garantie','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 699 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15698 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','4818', 15694 + 106000000,'Factures non parvenues','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 700 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15699 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','482', 15693 + 106000000,'Fournisseurs d''investissements, effets a payer','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 701 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15700 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','483', 15693 + 106000000,'Dettes sur acquisition de titres de placement','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 702 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15701 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','484', 15693 + 106000000,'Autres dettes hors activites ordinaires (h.a.o.)','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 703 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15702 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','485', 15693 + 106000000,'Creances sur cessions d''immobilisations','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 704 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15703 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','4851', 15702 + 106000000,'En compte','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 705 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15704 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','4852', 15702 + 106000000,'Effet à recevoir','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 706 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15705 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','4855', 15702 + 106000000,'Créances sur cessions immobilisations effets escomptés et non échus','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 707 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15706 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','4857', 15702 + 106000000,'Retenues de garantie','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 708 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15707 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','4858', 15702 + 106000000,'Factures à établir','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 709 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15708 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','486', 15693 + 106000000,'Creances sur cessions de titre de placement','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 710 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15709 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','488', 15693 + 106000000,'Autres creances hors activites ordinaires (h.a.o.)','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 711 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15710 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','49', 15512 + 106000000,'Depreciations des comptes fournisseurs','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 712 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15711 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','491', 15710 + 106000000,'Depreciations des comptes clients','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 713 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15712 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','4911', 15711 + 106000000,'Créances litigieuses','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 714 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15713 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','4912', 15711 + 106000000,'Créances douteuses','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 715 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15714 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','492', 15710 + 106000000,'Depreciations des comptes personnel','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 716 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15715 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','493', 15710 + 106000000,'Depreciations des comptes organismes sociaux','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 717 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15716 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','494', 15710 + 106000000,'Depreciations des comptes etats et collectivites publiques','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 718 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15717 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','495', 15710 + 106000000,'Depreciations des comptes organismes internationaux','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 719 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15718 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','496', 15710 + 106000000,'Depreciations des comptes associes et groupe','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 720 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15719 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','4962', 15718 + 106000000,'Associés, comptes courants','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 721 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15720 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','4963', 15718 + 106000000,'Associés, opérations faites en commun','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 722 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15721 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','4966', 15718 + 106000000,'Groupe, comptes courants','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 723 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15722 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','497', 15710 + 106000000,'Depreciations des comptes debiteurs divers','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 724 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15723 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','498', 15710 + 106000000,'Depreciations des comptes de creances h.a.o.','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 725 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15724 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','4981', 15723 + 106000000,'Créances sur cessions d''immobilisations','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 726 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15725 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','4982', 15723 + 106000000,'Créances sur cessions de titres de placement','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 727 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15726 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','4983', 15723 + 106000000,'Autres créances (h.a.o.)','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 728 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15727 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','499', 15710 + 106000000,'Risques provisionnes','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 729 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15728 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','4991', 15727 + 106000000,'Sur opérations d''exploitation','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 730 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15729 + 106000000, 'SYSCOHADA-BF','THIRDPARTY','4998', 15727 + 106000000,'Sur opérations (h.a.o.)','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 731 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15730 + 106000000, 'SYSCOHADA-BF','FINAN','5', 0,'Titres de placement','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 732 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15731 + 106000000, 'SYSCOHADA-BF','FINAN','501', 15730 + 106000000,'Titres du tresor et bon de caisse a court terme','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 733 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15732 + 106000000, 'SYSCOHADA-BF','FINAN','5011', 15731 + 106000000,'Titres du trésor à court terme','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 734 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15733 + 106000000, 'SYSCOHADA-BF','FINAN','5012', 15731 + 106000000,'Titres d''organismes financiers','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 735 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15734 + 106000000, 'SYSCOHADA-BF','FINAN','5013', 15731 + 106000000,'Bons de caisse à court terme','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 736 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15735 + 106000000, 'SYSCOHADA-BF','FINAN','502', 15730 + 106000000,'Actions','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 737 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15736 + 106000000, 'SYSCOHADA-BF','FINAN','5021', 15735 + 106000000,'Actions propres','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 738 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15737 + 106000000, 'SYSCOHADA-BF','FINAN','5022', 15735 + 106000000,'Actions cotées','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 739 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15738 + 106000000, 'SYSCOHADA-BF','FINAN','5023', 15735 + 106000000,'Actions non cotées','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 740 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15739 + 106000000, 'SYSCOHADA-BF','FINAN','5024', 15735 + 106000000,'Actions démembrées (certificats d''investissement; droits de vote)','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 741 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15740 + 106000000, 'SYSCOHADA-BF','FINAN','5025', 15735 + 106000000,'Autres titres conférant un droit de propriété','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 742 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15741 + 106000000, 'SYSCOHADA-BF','FINAN','503', 15730 + 106000000,'Obligations','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 743 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15742 + 106000000, 'SYSCOHADA-BF','FINAN','5031', 15741 + 106000000,'Obligations émises par la société et rachetées par elle','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 744 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15743 + 106000000, 'SYSCOHADA-BF','FINAN','5032', 15741 + 106000000,'Obligations cotées','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 745 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15744 + 106000000, 'SYSCOHADA-BF','FINAN','5033', 15741 + 106000000,'Obligations non cotées','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 746 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15745 + 106000000, 'SYSCOHADA-BF','FINAN','5035', 15741 + 106000000,'Autres titres conférant un droit de créance','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 747 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15746 + 106000000, 'SYSCOHADA-BF','FINAN','504', 15730 + 106000000,'Bon de souscription','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 748 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15747 + 106000000, 'SYSCOHADA-BF','FINAN','5042', 15746 + 106000000,'Bons de souscription d''actions','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 749 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15748 + 106000000, 'SYSCOHADA-BF','FINAN','5043', 15746 + 106000000,'Bon de souscription d''obligations','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 750 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15749 + 106000000, 'SYSCOHADA-BF','FINAN','505', 15730 + 106000000,'Titres negociables hors region','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 751 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15750 + 106000000, 'SYSCOHADA-BF','FINAN','506', 15730 + 106000000,'Interets courus','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 752 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15751 + 106000000, 'SYSCOHADA-BF','FINAN','5061', 15750 + 106000000,'Titres du trésor et bons de caisse à court terme','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 753 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15752 + 106000000, 'SYSCOHADA-BF','FINAN','5062', 15750 + 106000000,'Actions','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 754 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15753 + 106000000, 'SYSCOHADA-BF','FINAN','5063', 15750 + 106000000,'Obligations','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 755 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15754 + 106000000, 'SYSCOHADA-BF','FINAN','508', 15730 + 106000000,'Autres valeurs assimilees','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 756 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15755 + 106000000, 'SYSCOHADA-BF','FINAN','51', 15730 + 106000000,'Valeurs a encaisser','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 757 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15756 + 106000000, 'SYSCOHADA-BF','FINAN','511', 15755 + 106000000,'Effets a encaisser','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 758 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15757 + 106000000, 'SYSCOHADA-BF','FINAN','512', 15755 + 106000000,'Effets a l''encaissement','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 759 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15758 + 106000000, 'SYSCOHADA-BF','FINAN','513', 15755 + 106000000,'Cheques a encaisser','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 760 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15759 + 106000000, 'SYSCOHADA-BF','FINAN','514', 15755 + 106000000,'Cheques a l''encaissement','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 761 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15760 + 106000000, 'SYSCOHADA-BF','FINAN','515', 15755 + 106000000,'Cartes de credit a encaisser','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 762 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15761 + 106000000, 'SYSCOHADA-BF','FINAN','518', 15755 + 106000000,'Autres valeurs a l''encaissement','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 763 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15762 + 106000000, 'SYSCOHADA-BF','FINAN','5181', 15761 + 106000000,'Warrants','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 764 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15763 + 106000000, 'SYSCOHADA-BF','FINAN','5182', 15761 + 106000000,'Billets de fonds','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 765 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15764 + 106000000, 'SYSCOHADA-BF','FINAN','5185', 15761 + 106000000,'Chèque de voyage','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 766 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15765 + 106000000, 'SYSCOHADA-BF','FINAN','5186', 15761 + 106000000,'Coupons échus','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 767 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15766 + 106000000, 'SYSCOHADA-BF','FINAN','5187', 15761 + 106000000,'Intérêts échus des obligations','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 768 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15767 + 106000000, 'SYSCOHADA-BF','FINAN','52', 15730 + 106000000,'Banques','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 769 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15768 + 106000000, 'SYSCOHADA-BF','FINAN','521', 15767 + 106000000,'Banques locales','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 770 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15769 + 106000000, 'SYSCOHADA-BF','FINAN','5211', 15768 + 106000000,'Banque x','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 771 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15770 + 106000000, 'SYSCOHADA-BF','FINAN','5212', 15768 + 106000000,'Banque y','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 772 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15771 + 106000000, 'SYSCOHADA-BF','FINAN','522', 15767 + 106000000,'Banques autres etats region','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 773 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15772 + 106000000, 'SYSCOHADA-BF','FINAN','523', 15767 + 106000000,'Banques autres etats zone monetaire','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 774 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15773 + 106000000, 'SYSCOHADA-BF','FINAN','524', 15767 + 106000000,'Banques hors zone monetaire','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 775 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15774 + 106000000, 'SYSCOHADA-BF','FINAN','526', 15767 + 106000000,'Banques, interets courus','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 776 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15775 + 106000000, 'SYSCOHADA-BF','FINAN','5261', 15768 + 106000000,'Banques, intérêts courus, charges à payer','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 777 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15776 + 106000000, 'SYSCOHADA-BF','FINAN','5267', 15768 + 106000000,'Banques, intérêts courus, produits à recevoir','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 778 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15777 + 106000000, 'SYSCOHADA-BF','FINAN','53', 15730 + 106000000,'Etablissements financiers et assimiles','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 779 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15778 + 106000000, 'SYSCOHADA-BF','FINAN','531', 15777 + 106000000,'Cheques postaux','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 780 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15779 + 106000000, 'SYSCOHADA-BF','FINAN','532', 15777 + 106000000,'Tresor','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 781 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15780 + 106000000, 'SYSCOHADA-BF','FINAN','533', 15777 + 106000000,'Societe de gestion et d''intermediation (s.g.i.)','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 782 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15781 + 106000000, 'SYSCOHADA-BF','FINAN','536', 15777 + 106000000,'Etablissements financiers, interets courus','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 783 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15782 + 106000000, 'SYSCOHADA-BF','FINAN','5361', 15781 + 106000000,'Etablissements financiers, intérêts courus, charges à payer','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 784 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15783 + 106000000, 'SYSCOHADA-BF','FINAN','5362', 15781 + 106000000,'Etablissements financiers, intérêts courus, produits à recevoir','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 785 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15784 + 106000000, 'SYSCOHADA-BF','FINAN','538', 15777 + 106000000,'Autres organismes financiers','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 786 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15785 + 106000000, 'SYSCOHADA-BF','FINAN','54', 15730 + 106000000,'Instruments de tresorerie','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 787 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15786 + 106000000, 'SYSCOHADA-BF','FINAN','541', 15785 + 106000000,'Options de taux d''interets','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 788 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15787 + 106000000, 'SYSCOHADA-BF','FINAN','542', 15785 + 106000000,'Options de taux de change','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 789 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15788 + 106000000, 'SYSCOHADA-BF','FINAN','543', 15785 + 106000000,'Options de taux boursiers','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 790 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15789 + 106000000, 'SYSCOHADA-BF','FINAN','544', 15785 + 106000000,'Instruments de marches a terme','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 791 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15790 + 106000000, 'SYSCOHADA-BF','FINAN','545', 15785 + 106000000,'Avoirs d''or et autres metaux precieux','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 792 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15791 + 106000000, 'SYSCOHADA-BF','FINAN','56', 15730 + 106000000,'Banques, credits de tresorerie et d''escompte','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 793 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15792 + 106000000, 'SYSCOHADA-BF','FINAN','561', 15791 + 106000000,'Credits de tresorerie','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 794 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15793 + 106000000, 'SYSCOHADA-BF','FINAN','564', 15791 + 106000000,'Escompte de credits de campagne','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 795 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15794 + 106000000, 'SYSCOHADA-BF','FINAN','565', 15791 + 106000000,'Escompte de credits ordinaires','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 796 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15795 + 106000000, 'SYSCOHADA-BF','FINAN','566', 15791 + 106000000,'Banques, credits de tresorerie, interets courus','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 797 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15796 + 106000000, 'SYSCOHADA-BF','FINAN','5661', 15795 + 106000000,'Banques, crédits de trésorerie, intérêts courus, charges à payer','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 798 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15797 + 106000000, 'SYSCOHADA-BF','FINAN','5667', 15795 + 106000000,'Banques, crédits de trésorerie, intérêts courus, produits à recevoir','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 799 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15798 + 106000000, 'SYSCOHADA-BF','FINAN','57', 15730 + 106000000,'Caisse','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 800 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15799 + 106000000, 'SYSCOHADA-BF','FINAN','571', 15798 + 106000000,'Caisse siege social','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 801 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15800 + 106000000, 'SYSCOHADA-BF','FINAN','5711', 15799 + 106000000,'En unités monétaires légales','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 802 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15801 + 106000000, 'SYSCOHADA-BF','FINAN','5712', 15799 + 106000000,'En devises','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 803 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15802 + 106000000, 'SYSCOHADA-BF','FINAN','572', 15798 + 106000000,'Caisse succursale a','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 804 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15803 + 106000000, 'SYSCOHADA-BF','FINAN','5721', 15802 + 106000000,'En unités monétaires légales','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 805 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15804 + 106000000, 'SYSCOHADA-BF','FINAN','5722', 15802 + 106000000,'En devises','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 806 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15805 + 106000000, 'SYSCOHADA-BF','FINAN','573', 15798 + 106000000,'Caisse succursale b','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 807 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15806 + 106000000, 'SYSCOHADA-BF','FINAN','5731', 15805 + 106000000,'En unités monétaires légales','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 808 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15807 + 106000000, 'SYSCOHADA-BF','FINAN','5732', 15805 + 106000000,'En devises','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 809 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15808 + 106000000, 'SYSCOHADA-BF','FINAN','58', 15730 + 106000000,'Regies d''avances, accreditifs et virements internes','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 810 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15809 + 106000000, 'SYSCOHADA-BF','FINAN','581', 15808 + 106000000,'Regies d''avances','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 811 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15810 + 106000000, 'SYSCOHADA-BF','FINAN','582', 15808 + 106000000,'Accreditifs','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 812 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15811 + 106000000, 'SYSCOHADA-BF','FINAN','585', 15808 + 106000000,'Virements de fonds','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 813 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15812 + 106000000, 'SYSCOHADA-BF','FINAN','588', 15808 + 106000000,'Autres virements internes','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 814 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15813 + 106000000, 'SYSCOHADA-BF','FINAN','59', 15730 + 106000000,'Depreciations des titres de placement','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 815 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15814 + 106000000, 'SYSCOHADA-BF','FINAN','591', 15813 + 106000000,'Depreciations des titres et valeurs a encaisser','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 816 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15815 + 106000000, 'SYSCOHADA-BF','FINAN','592', 15813 + 106000000,'Depreciations des comptes banques','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 817 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15816 + 106000000, 'SYSCOHADA-BF','FINAN','593', 15813 + 106000000,'Depreciations des comptes etablissements financiers et assimiles','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 818 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15817 + 106000000, 'SYSCOHADA-BF','FINAN','594', 15813 + 106000000,'Depreciations des comptes d''instruments de tresorerie','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 819 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15818 + 106000000, 'SYSCOHADA-BF','FINAN','599', 15813 + 106000000,'Risques provisionnes a caractere financier','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 820 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15819 + 106000000, 'SYSCOHADA-BF','EXPENSE','6', 0,'Achats et variations de stocks','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 821 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15820 + 106000000, 'SYSCOHADA-BF','EXPENSE','601', 15819 + 106000000,'Achats de marchandises','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 822 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15821 + 106000000, 'SYSCOHADA-BF','EXPENSE','6011', 16820 + 106000000,'Dans la région','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 823 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15822 + 106000000, 'SYSCOHADA-BF','EXPENSE','6012', 16820 + 106000000,'Hors région','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 824 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15823 + 106000000, 'SYSCOHADA-BF','EXPENSE','6013', 16820 + 106000000,'Aux entreprises du groupe dans la région','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 825 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15824 + 106000000, 'SYSCOHADA-BF','EXPENSE','6014', 16820 + 106000000,'Aux entreprises du groupe hors région','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 826 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15825 + 106000000, 'SYSCOHADA-BF','EXPENSE','6019', 16820 + 106000000,'Rabais, remises et ristournes obtenus (non ventilés)','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 827 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15826 + 106000000, 'SYSCOHADA-BF','EXPENSE','602', 15819 + 106000000,'Achats de matieres premieres et fournitures liees','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 828 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15827 + 106000000, 'SYSCOHADA-BF','EXPENSE','6021', 15826 + 106000000,'Dans la région','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 829 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15828 + 106000000, 'SYSCOHADA-BF','EXPENSE','6022', 15826 + 106000000,'Hors région','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 830 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15829 + 106000000, 'SYSCOHADA-BF','EXPENSE','6023', 15826 + 106000000,'Aux entreprises du groupe dans la région','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 831 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15830 + 106000000, 'SYSCOHADA-BF','EXPENSE','6024', 15826 + 106000000,'Aux entreprises du groupe hors région','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 832 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15831 + 106000000, 'SYSCOHADA-BF','EXPENSE','6029', 15826 + 106000000,'Rabais, remises et ristournes obtenus (non ventilés)','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 833 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15832 + 106000000, 'SYSCOHADA-BF','EXPENSE','603', 15819 + 106000000,'Variations des stocks et biens achetes','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 834 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15833 + 106000000, 'SYSCOHADA-BF','EXPENSE','6031', 15832 + 106000000,'Variations des stocks de marchandises','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 835 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15834 + 106000000, 'SYSCOHADA-BF','EXPENSE','6032', 15832 + 106000000,'Variations des stocks de matiéres premiéres et fournitures liées','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 836 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15835 + 106000000, 'SYSCOHADA-BF','EXPENSE','6033', 15832 + 106000000,'Variations des stocks d''autres approvisionnements','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 837 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15836 + 106000000, 'SYSCOHADA-BF','EXPENSE','604', 15819 + 106000000,'Achats stockes de matieres et fournitures consommables','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 838 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15837 + 106000000, 'SYSCOHADA-BF','EXPENSE','6041', 15836 + 106000000,'Matiéres consommables','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 839 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15838 + 106000000, 'SYSCOHADA-BF','EXPENSE','6042', 15836 + 106000000,'Matiéres combustibles','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 840 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15839 + 106000000, 'SYSCOHADA-BF','EXPENSE','6043', 15836 + 106000000,'Produits d''entretien','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 841 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15840 + 106000000, 'SYSCOHADA-BF','EXPENSE','6044', 15836 + 106000000,'Fournitures d''atelier et d''usine','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 842 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15841 + 106000000, 'SYSCOHADA-BF','EXPENSE','6046', 15836 + 106000000,'Fournitures de magasin','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 843 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15842 + 106000000, 'SYSCOHADA-BF','EXPENSE','6047', 15836 + 106000000,'Fournitures de bureau','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 844 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15843 + 106000000, 'SYSCOHADA-BF','EXPENSE','6049', 15836 + 106000000,'Rabais, remises et ristournes obtenus (non ventilés)','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 845 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15844 + 106000000, 'SYSCOHADA-BF','EXPENSE','605', 15819 + 106000000,'Autres achats','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 846 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15845 + 106000000, 'SYSCOHADA-BF','EXPENSE','6051', 15844 + 106000000,'Fournitures non stockables - eau','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 847 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15846 + 106000000, 'SYSCOHADA-BF','EXPENSE','6052', 15844 + 106000000,'Fournitures non stockables - electricité','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 848 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15847 + 106000000, 'SYSCOHADA-BF','EXPENSE','6053', 15844 + 106000000,'Fournitures non stockables - autres énergies','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 849 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15848 + 106000000, 'SYSCOHADA-BF','EXPENSE','6054', 15844 + 106000000,'Fournitures d''entretien non stockables','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 850 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15849 + 106000000, 'SYSCOHADA-BF','EXPENSE','6055', 15844 + 106000000,'Fournitures de bureau non stockables','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 851 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15850 + 106000000, 'SYSCOHADA-BF','EXPENSE','6056', 15844 + 106000000,'Achats de petits matériel et outillage','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 852 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15851 + 106000000, 'SYSCOHADA-BF','EXPENSE','6057', 15844 + 106000000,'Achats d''études et de prestations de services','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 853 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15852 + 106000000, 'SYSCOHADA-BF','EXPENSE','6058', 15844 + 106000000,'Achats de travaux, matériels et équipements','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 854 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15853 + 106000000, 'SYSCOHADA-BF','EXPENSE','6059', 15844 + 106000000,'Rabais, remises et ristournes obtenus (non ventilés)','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 855 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15854 + 106000000, 'SYSCOHADA-BF','EXPENSE','608', 15819 + 106000000,'Achats d''emballages','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 856 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15855 + 106000000, 'SYSCOHADA-BF','EXPENSE','6081', 15854 + 106000000,'Emballages perdus','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 857 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15856 + 106000000, 'SYSCOHADA-BF','EXPENSE','6082', 15854 + 106000000,'Emballages récupérables non identifiables','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 858 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15857 + 106000000, 'SYSCOHADA-BF','EXPENSE','6083', 15854 + 106000000,'Emballages à usage mixte','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 859 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15858 + 106000000, 'SYSCOHADA-BF','EXPENSE','6089', 15854 + 106000000,'Rabais, remises et ristournes obtenus (non ventilés)','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 860 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15859 + 106000000, 'SYSCOHADA-BF','EXPENSE','61', 15819 + 106000000,'Transports','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 861 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15860 + 106000000, 'SYSCOHADA-BF','EXPENSE','611', 15859 + 106000000,'Transports sur achats','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 862 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15861 + 106000000, 'SYSCOHADA-BF','EXPENSE','612', 15859 + 106000000,'Transport sur ventes','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 863 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15862 + 106000000, 'SYSCOHADA-BF','EXPENSE','613', 15859 + 106000000,'Transports pour le compte de tiers','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 864 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15863 + 106000000, 'SYSCOHADA-BF','EXPENSE','614', 15859 + 106000000,'Transports du personnel','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 865 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15864 + 106000000, 'SYSCOHADA-BF','EXPENSE','616', 15859 + 106000000,'Transports de plis','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 866 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15865 + 106000000, 'SYSCOHADA-BF','EXPENSE','618', 15859 + 106000000,'Autres frais de transport','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 867 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15866 + 106000000, 'SYSCOHADA-BF','EXPENSE','6181', 15865 + 106000000,'Voyages et déplacements','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 868 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15867 + 106000000, 'SYSCOHADA-BF','EXPENSE','6182', 15865 + 106000000,'Transports entre établissements ou chantiers','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 869 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15868 + 106000000, 'SYSCOHADA-BF','EXPENSE','6183', 15865 + 106000000,'Transports administratifs','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 870 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15869 + 106000000, 'SYSCOHADA-BF','EXPENSE','62', 15819 + 106000000,'Services exterieurs a','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 871 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15870 + 106000000, 'SYSCOHADA-BF','EXPENSE','621', 15869 + 106000000,'Sous traitance generale','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 872 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15871 + 106000000, 'SYSCOHADA-BF','EXPENSE','622', 15869 + 106000000,'Locations et charges locatives','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 873 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15872 + 106000000, 'SYSCOHADA-BF','EXPENSE','6221', 15871 + 106000000,'Locations de terrains','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 874 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15873 + 106000000, 'SYSCOHADA-BF','EXPENSE','6222', 15871 + 106000000,'Locations de bâtiments','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 875 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15874 + 106000000, 'SYSCOHADA-BF','EXPENSE','6223', 15871 + 106000000,'Location de matériels et outillages','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 876 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15875 + 106000000, 'SYSCOHADA-BF','EXPENSE','6224', 15871 + 106000000,'Malis sur emballages','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 877 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15876 + 106000000, 'SYSCOHADA-BF','EXPENSE','6225', 15871 + 106000000,'Locations d''emballages','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 878 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15877 + 106000000, 'SYSCOHADA-BF','EXPENSE','6228', 15871 + 106000000,'Locations et charges locatives diverses','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 879 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15878 + 106000000, 'SYSCOHADA-BF','EXPENSE','623', 15869 + 106000000,'Redevances de credit bail et contrats assimiles','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 880 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15879 + 106000000, 'SYSCOHADA-BF','EXPENSE','6232', 15878 + 106000000,'Crédits-bail immobilier','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 881 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15880 + 106000000, 'SYSCOHADA-BF','EXPENSE','6233', 15878 + 106000000,'Crédits-bail mobilier','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 882 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15881 + 106000000, 'SYSCOHADA-BF','EXPENSE','6235', 15878 + 106000000,'Contrats assimilés','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 883 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15882 + 106000000, 'SYSCOHADA-BF','EXPENSE','624', 15869 + 106000000,'Entretiens, reparations et maintenance','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 884 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15883 + 106000000, 'SYSCOHADA-BF','EXPENSE','6241', 15882 + 106000000,'Entretien et réparation des biens immobiliers','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 885 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15884 + 106000000, 'SYSCOHADA-BF','EXPENSE','6242', 15882 + 106000000,'Entretien et réparation des biens mobiliers','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 886 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15885 + 106000000, 'SYSCOHADA-BF','EXPENSE','6243', 15882 + 106000000,'Maintenance','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 887 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15886 + 106000000, 'SYSCOHADA-BF','EXPENSE','6248', 15882 + 106000000,'Autres entretiens et réparations','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 888 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15887 + 106000000, 'SYSCOHADA-BF','EXPENSE','625', 15869 + 106000000,'Primes d''assurance','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 889 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15888 + 106000000, 'SYSCOHADA-BF','EXPENSE','6251', 15887 + 106000000,'Assurances multirisques','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 890 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15889 + 106000000, 'SYSCOHADA-BF','EXPENSE','6252', 15887 + 106000000,'Assurances matériel de transport','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 891 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15890 + 106000000, 'SYSCOHADA-BF','EXPENSE','6253', 15887 + 106000000,'Assurances risques d''exploitation','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 892 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15891 + 106000000, 'SYSCOHADA-BF','EXPENSE','6254', 15887 + 106000000,'Assurances responsabilité du producteur','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 893 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15892 + 106000000, 'SYSCOHADA-BF','EXPENSE','6255', 15887 + 106000000,'Assurances insolvabilité clients','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 894 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15893 + 106000000, 'SYSCOHADA-BF','EXPENSE','6256', 15887 + 106000000,'Assurances transport sur achats','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 895 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15894 + 106000000, 'SYSCOHADA-BF','EXPENSE','6257', 15887 + 106000000,'Assurances transport sur ventes','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 896 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15895 + 106000000, 'SYSCOHADA-BF','EXPENSE','6258', 15887 + 106000000,'Autres primes d''assurances','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 897 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15896 + 106000000, 'SYSCOHADA-BF','EXPENSE','626', 15869 + 106000000,'Etudes, recherches et documentation','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 898 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15897 + 106000000, 'SYSCOHADA-BF','EXPENSE','6261', 15896 + 106000000,'Etudes et recherches','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 899 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15898 + 106000000, 'SYSCOHADA-BF','EXPENSE','6265', 15896 + 106000000,'Documentation générale','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 900 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15899 + 106000000, 'SYSCOHADA-BF','EXPENSE','6266', 15896 + 106000000,'Documentation technique','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 901 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15900 + 106000000, 'SYSCOHADA-BF','EXPENSE','627', 15869 + 106000000,'Publicite, publications, relations publiques','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 902 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15901 + 106000000, 'SYSCOHADA-BF','EXPENSE','6271', 15900 + 106000000,'Annonces, insertions','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 903 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15902 + 106000000, 'SYSCOHADA-BF','EXPENSE','6272', 15900 + 106000000,'Catalogues, imprimés publicitaires','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 904 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15903 + 106000000, 'SYSCOHADA-BF','EXPENSE','6273', 15900 + 106000000,'Echantillons','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 905 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15904 + 106000000, 'SYSCOHADA-BF','EXPENSE','6274', 15900 + 106000000,'Foires et expositions','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 906 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15905 + 106000000, 'SYSCOHADA-BF','EXPENSE','6275', 15900 + 106000000,'Publications','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 907 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15906 + 106000000, 'SYSCOHADA-BF','EXPENSE','6276', 15900 + 106000000,'Cadeaux à la clientèle','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 908 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15907 + 106000000, 'SYSCOHADA-BF','EXPENSE','6277', 15900 + 106000000,'Frais de colloques, séminaires, conférences','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 909 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15908 + 106000000, 'SYSCOHADA-BF','EXPENSE','6278', 15900 + 106000000,'Autres charges de publicités et relations publiques','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 910 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15909 + 106000000, 'SYSCOHADA-BF','EXPENSE','628', 15869 + 106000000,'Frais de telecommunications','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 911 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15910 + 106000000, 'SYSCOHADA-BF','EXPENSE','6281', 15909 + 106000000,'Frais de téléphone','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 912 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15911 + 106000000, 'SYSCOHADA-BF','EXPENSE','6282', 15909 + 106000000,'Frais de télex','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 913 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15912 + 106000000, 'SYSCOHADA-BF','EXPENSE','6283', 15909 + 106000000,'Frais de télécopie','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 914 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15913 + 106000000, 'SYSCOHADA-BF','EXPENSE','6288', 15909 + 106000000,'Autres frais de télécommunications','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 915 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15914 + 106000000, 'SYSCOHADA-BF','EXPENSE','63', 15819 + 106000000,'Services exterieurs b','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 916 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15915 + 106000000, 'SYSCOHADA-BF','EXPENSE','631', 15914 + 106000000,'Frais bancaires','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 917 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15916 + 106000000, 'SYSCOHADA-BF','EXPENSE','6311', 15915 + 106000000,'Frais sur titre (achats, vente, garde)','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 918 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15917 + 106000000, 'SYSCOHADA-BF','EXPENSE','6312', 15915 + 106000000,'Frais sur effets','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 919 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15918 + 106000000, 'SYSCOHADA-BF','EXPENSE','6313', 15915 + 106000000,'Locations de coffres','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 920 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15919 + 106000000, 'SYSCOHADA-BF','EXPENSE','6315', 15915 + 106000000,'Commissions sur cartes de crédit','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 921 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15920 + 106000000, 'SYSCOHADA-BF','EXPENSE','6316', 15915 + 106000000,'Frais d''émission d''emprunts','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 922 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15921 + 106000000, 'SYSCOHADA-BF','EXPENSE','6318', 15915 + 106000000,'Autres frais bancaires','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 923 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15922 + 106000000, 'SYSCOHADA-BF','EXPENSE','632', 15914 + 106000000,'Remunerations d''intermediaires et de conseils','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 924 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15923 + 106000000, 'SYSCOHADA-BF','EXPENSE','6321', 15922 + 106000000,'Commissions et courtages sur achats','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 925 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15924 + 106000000, 'SYSCOHADA-BF','EXPENSE','6322', 15922 + 106000000,'Commissions et courtages sur ventes','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 926 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15925 + 106000000, 'SYSCOHADA-BF','EXPENSE','6323', 15922 + 106000000,'Rémunérations des transitaires','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 927 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15926 + 106000000, 'SYSCOHADA-BF','EXPENSE','6324', 15922 + 106000000,'Honoraires','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 928 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15927 + 106000000, 'SYSCOHADA-BF','EXPENSE','6325', 15922 + 106000000,'Frais d''actes et de contentieux','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 929 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15928 + 106000000, 'SYSCOHADA-BF','EXPENSE','6328', 15922 + 106000000,'Divers frais','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 930 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15929 + 106000000, 'SYSCOHADA-BF','EXPENSE','633', 15914 + 106000000,'Frais de formation du personnel','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 931 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15930 + 106000000, 'SYSCOHADA-BF','EXPENSE','634', 15914 + 106000000,'Redevances pour brevets, licences, logiciels et droits similaires','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 932 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15931 + 106000000, 'SYSCOHADA-BF','EXPENSE','6342', 15930 + 106000000,'Redevances pour brevets, licences, concessions et droits similaires','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 933 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15932 + 106000000, 'SYSCOHADA-BF','EXPENSE','6343', 15930 + 106000000,'Redevances pour logiciel','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 934 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15933 + 106000000, 'SYSCOHADA-BF','EXPENSE','6344', 15930 + 106000000,'Redevances pour marques','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 935 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15934 + 106000000, 'SYSCOHADA-BF','EXPENSE','635', 15914 + 106000000,'Cotisations','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 936 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15935 + 106000000, 'SYSCOHADA-BF','EXPENSE','6351', 15934 + 106000000,'Cotisations','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 937 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15936 + 106000000, 'SYSCOHADA-BF','EXPENSE','6358', 15934 + 106000000,'Concours divers','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 938 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15937 + 106000000, 'SYSCOHADA-BF','EXPENSE','636', 15914 + 106000000,'Redevances verses au concedant (concessions service public)','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 939 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15938 + 106000000, 'SYSCOHADA-BF','EXPENSE','637', 15914 + 106000000,'Remunerations du personnel exterieur a l''entreprise','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 940 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15939 + 106000000, 'SYSCOHADA-BF','EXPENSE','6371', 15938 + 106000000,'Personnel intérimaire','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 941 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15940 + 106000000, 'SYSCOHADA-BF','EXPENSE','6372', 15938 + 106000000,'Personnel détaché ou prêté à l''entreprise','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 942 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15941 + 106000000, 'SYSCOHADA-BF','EXPENSE','638', 15914 + 106000000,'Autres charges externes','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 943 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15942 + 106000000, 'SYSCOHADA-BF','EXPENSE','6381', 15941 + 106000000,'Frais de recrutement du personnel','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 944 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15943 + 106000000, 'SYSCOHADA-BF','EXPENSE','6382', 15941 + 106000000,'Frais de déménagement','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 945 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15944 + 106000000, 'SYSCOHADA-BF','EXPENSE','6383', 15941 + 106000000,'Réceptions','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 946 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15945 + 106000000, 'SYSCOHADA-BF','EXPENSE','6384', 15941 + 106000000,'Missions','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 947 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15946 + 106000000, 'SYSCOHADA-BF','EXPENSE','64', 15819 + 106000000,'Impots et taxes','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 948 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15947 + 106000000, 'SYSCOHADA-BF','EXPENSE','641', 15946 + 106000000,'Impots et taxes directs','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 949 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15948 + 106000000, 'SYSCOHADA-BF','EXPENSE','6411', 15947 + 106000000,'Impots fonciers et taxes annexes','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 950 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15949 + 106000000, 'SYSCOHADA-BF','EXPENSE','6412', 15947 + 106000000,'Patentes, licences et taxes annexes','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 951 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15950 + 106000000, 'SYSCOHADA-BF','EXPENSE','6413', 15947 + 106000000,'Taxes sur appointements et salaires','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 952 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15951 + 106000000, 'SYSCOHADA-BF','EXPENSE','6414', 15947 + 106000000,'Taxes d''apprentissage','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 953 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15952 + 106000000, 'SYSCOHADA-BF','EXPENSE','6415', 15947 + 106000000,'Formation professionnelle continue','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 954 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15953 + 106000000, 'SYSCOHADA-BF','EXPENSE','6418', 15947 + 106000000,'Autres impôts et taxes directs','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 955 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15954 + 106000000, 'SYSCOHADA-BF','EXPENSE','645', 15946 + 106000000,'Impots et taxes indirects','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 956 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15955 + 106000000, 'SYSCOHADA-BF','EXPENSE','646', 15946 + 106000000,'Droits d''enregistrement','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 957 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15956 + 106000000, 'SYSCOHADA-BF','EXPENSE','6461', 15955 + 106000000,'Droits de mutation','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 958 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15957 + 106000000, 'SYSCOHADA-BF','EXPENSE','6462', 15955 + 106000000,'Droits de timbre','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 959 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15958 + 106000000, 'SYSCOHADA-BF','EXPENSE','6463', 15955 + 106000000,'Taxes sur les véhicules de société','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 960 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15959 + 106000000, 'SYSCOHADA-BF','EXPENSE','6464', 15955 + 106000000,'Vignettes','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 961 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15960 + 106000000, 'SYSCOHADA-BF','EXPENSE','6468', 15955 + 106000000,'Autres droits','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 962 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15961 + 106000000, 'SYSCOHADA-BF','EXPENSE','647', 15946 + 106000000,'Penalites et amendes fiscales','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 963 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15962 + 106000000, 'SYSCOHADA-BF','EXPENSE','6471', 15961 + 106000000,'Pénalités d''assiette, impots directs','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 964 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15963 + 106000000, 'SYSCOHADA-BF','EXPENSE','6472', 15961 + 106000000,'Pénalités d''assiette, impôts indirects','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 965 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15964 + 106000000, 'SYSCOHADA-BF','EXPENSE','6473', 15961 + 106000000,'Pénalités de recouvrement, impôts directs','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 966 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15965 + 106000000, 'SYSCOHADA-BF','EXPENSE','6474', 15961 + 106000000,'Pénalités de recouvrement, impôts indirects','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 967 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15966 + 106000000, 'SYSCOHADA-BF','EXPENSE','6478', 15961 + 106000000,'Autres amendes pénales et fiscales','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 968 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15967 + 106000000, 'SYSCOHADA-BF','EXPENSE','648', 15946 + 106000000,'Autres impots et taxes','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 969 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15968 + 106000000, 'SYSCOHADA-BF','EXPENSE','65', 15819 + 106000000,'Autres charges','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 970 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15969 + 106000000, 'SYSCOHADA-BF','EXPENSE','651', 15968 + 106000000,'Pertes sur creances clients et autres debiteurs','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 971 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15970 + 106000000, 'SYSCOHADA-BF','EXPENSE','6511', 15969 + 106000000,'Pertes sur clients','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 972 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15971 + 106000000, 'SYSCOHADA-BF','EXPENSE','6515', 15969 + 106000000,'Autres débiteurs','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 973 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15972 + 106000000, 'SYSCOHADA-BF','EXPENSE','652', 15968 + 106000000,'Quote-part de resultat sur operations faites en commun','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 974 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15973 + 106000000, 'SYSCOHADA-BF','EXPENSE','6521', 15972 + 106000000,'Quote-part transféré de bénéfices (comptabilté du gérants)','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 975 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15974 + 106000000, 'SYSCOHADA-BF','EXPENSE','6525', 15972 + 106000000,'Pertes imputées par transfert (comptabilité des associés non gérants)','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 976 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15975 + 106000000, 'SYSCOHADA-BF','EXPENSE','653', 15968 + 106000000,'Quote-part de resultat annulee sur execution partielle de contrats pluri-exercices','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 977 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15976 + 106000000, 'SYSCOHADA-BF','EXPENSE','654', 15968 + 106000000,'Valeur comptable des cessions courantes d''immobilisations','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 978 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15977 + 106000000, 'SYSCOHADA-BF','EXPENSE','658', 15968 + 106000000,'Charges diverses','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 979 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15978 + 106000000, 'SYSCOHADA-BF','EXPENSE','6581', 15977 + 106000000,'Jetons de présence et autres rémunérations d''administrateurs','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 980 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15979 + 106000000, 'SYSCOHADA-BF','EXPENSE','6582', 15977 + 106000000,'Dons','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 981 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15980 + 106000000, 'SYSCOHADA-BF','EXPENSE','6583', 15977 + 106000000,'Mécénat','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 982 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15981 + 106000000, 'SYSCOHADA-BF','EXPENSE','659', 15968 + 106000000,'Charges provisionnees d''exploitation','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 983 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15982 + 106000000, 'SYSCOHADA-BF','EXPENSE','6591', 15981 + 106000000,'Sur risque à court terme','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 984 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15983 + 106000000, 'SYSCOHADA-BF','EXPENSE','6593', 15981 + 106000000,'Sur stocks','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 985 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15984 + 106000000, 'SYSCOHADA-BF','EXPENSE','6594', 15981 + 106000000,'Sur créances','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 986 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15985 + 106000000, 'SYSCOHADA-BF','EXPENSE','6598', 15981 + 106000000,'Autres charges provisionnées','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 987 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15986 + 106000000, 'SYSCOHADA-BF','EXPENSE','66', 15819 + 106000000,'Charges de personnel','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 988 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15987 + 106000000, 'SYSCOHADA-BF','EXPENSE','661', 15986 + 106000000,'Remunerations directes versees au personnel national','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 989 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15988 + 106000000, 'SYSCOHADA-BF','EXPENSE','6611', 15987 + 106000000,'Appointements salaires et commissions','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 990 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15989 + 106000000, 'SYSCOHADA-BF','EXPENSE','6612', 15987 + 106000000,'Primes et gratifications','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 991 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15990 + 106000000, 'SYSCOHADA-BF','EXPENSE','6613', 15987 + 106000000,'Congés payés','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 992 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15991 + 106000000, 'SYSCOHADA-BF','EXPENSE','6614', 15987 + 106000000,'Indemnités de préavis, de licencement et de recherche d''embauche','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 993 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15992 + 106000000, 'SYSCOHADA-BF','EXPENSE','6615', 15987 + 106000000,'Indemnités de maladie versées aux travailleurs','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 994 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15993 + 106000000, 'SYSCOHADA-BF','EXPENSE','6616', 15987 + 106000000,'Supplément familial','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 995 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15994 + 106000000, 'SYSCOHADA-BF','EXPENSE','6617', 15987 + 106000000,'Avantages en nature','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 996 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15995 + 106000000, 'SYSCOHADA-BF','EXPENSE','6618', 15987 + 106000000,'Autres rémunérations directes','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 997 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15996 + 106000000, 'SYSCOHADA-BF','EXPENSE','662', 15986 + 106000000,'Remunerations directes versees au personnel non national','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 998 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15997 + 106000000, 'SYSCOHADA-BF','EXPENSE','6621', 15996 + 106000000,'Appointements salaires et commissions','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 999 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15998 + 106000000, 'SYSCOHADA-BF','EXPENSE','6622', 15996 + 106000000,'Primes et gratifications','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1000 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 15999 + 106000000, 'SYSCOHADA-BF','EXPENSE','6623', 15996 + 106000000,'Congés payés','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1001 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16000 + 106000000, 'SYSCOHADA-BF','EXPENSE','6624', 15996 + 106000000,'Indemnités de préavis, de licencement et de recherche d''embauche','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1002 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16001 + 106000000, 'SYSCOHADA-BF','EXPENSE','6625', 15996 + 106000000,'Indemnités de maladie versées aux travailleurs','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1003 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16002 + 106000000, 'SYSCOHADA-BF','EXPENSE','6626', 15996 + 106000000,'Supplément familial','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1004 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16003 + 106000000, 'SYSCOHADA-BF','EXPENSE','6627', 15996 + 106000000,'Avantages en nature','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1005 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16004 + 106000000, 'SYSCOHADA-BF','EXPENSE','6628', 15996 + 106000000,'Autres rémunérations directes','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1006 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16005 + 106000000, 'SYSCOHADA-BF','EXPENSE','663', 15986 + 106000000,'Indemnites forfaitaires versees au personnel','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1007 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16006 + 106000000, 'SYSCOHADA-BF','EXPENSE','6631', 16005 + 106000000,'Indemnités de logement','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1008 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16007 + 106000000, 'SYSCOHADA-BF','EXPENSE','6632', 16005 + 106000000,'Indemnités de représentation','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1009 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16008 + 106000000, 'SYSCOHADA-BF','EXPENSE','6633', 16005 + 106000000,'Indemnités d''expatriation','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1010 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16009 + 106000000, 'SYSCOHADA-BF','EXPENSE','6638', 16005 + 106000000,'Autres indemnités et avantages divers','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1011 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16010 + 106000000, 'SYSCOHADA-BF','EXPENSE','664', 15986 + 106000000,'Charges sociales','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1012 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16011 + 106000000, 'SYSCOHADA-BF','EXPENSE','6641', 16010 + 106000000,'Charges sociales sur rémunération du personnel national','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1013 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16012 + 106000000, 'SYSCOHADA-BF','EXPENSE','6642', 16010 + 106000000,'Charges sociales sur rémunération du personnel non national','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1014 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16013 + 106000000, 'SYSCOHADA-BF','EXPENSE','666', 15986 + 106000000,'Remunerations et charges sociales de l''exploitant individuel','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1015 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16014 + 106000000, 'SYSCOHADA-BF','EXPENSE','6661', 16013 + 106000000,'Rémunérations du travail de l''exploitant','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1016 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16015 + 106000000, 'SYSCOHADA-BF','EXPENSE','6662', 16013 + 106000000,'Charges sociales','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1017 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16016 + 106000000, 'SYSCOHADA-BF','EXPENSE','667', 15986 + 106000000,'Remunerations transferee de personnel exterieur','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1018 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16017 + 106000000, 'SYSCOHADA-BF','EXPENSE','6671', 16016 + 106000000,'Personnel intérimaire','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1019 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16018 + 106000000, 'SYSCOHADA-BF','EXPENSE','6672', 16016 + 106000000,'Personnel détaché ou prêté à l''entreprise','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1020 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16019 + 106000000, 'SYSCOHADA-BF','EXPENSE','668', 15986 + 106000000,'Autres charges sociales','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1021 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16020 + 106000000, 'SYSCOHADA-BF','EXPENSE','6681', 16019 + 106000000,'Versements aux syndicats et comités d''entreprise, d''établisement','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1022 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16021 + 106000000, 'SYSCOHADA-BF','EXPENSE','6682', 16019 + 106000000,'Versements aux comité d''hygiéne et de sécurité','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1023 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16022 + 106000000, 'SYSCOHADA-BF','EXPENSE','6683', 16019 + 106000000,'Versements aux autres oeuvres sociales','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1024 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16023 + 106000000, 'SYSCOHADA-BF','EXPENSE','6684', 16019 + 106000000,'Médecine du travail et pharmacie','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1025 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16024 + 106000000, 'SYSCOHADA-BF','EXPENSE','67', 15819 + 106000000,'Frais financiers et charges assimilees','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1026 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16025 + 106000000, 'SYSCOHADA-BF','EXPENSE','671', 16024 + 106000000,'Interets des emprunts','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1027 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16026 + 106000000, 'SYSCOHADA-BF','EXPENSE','6711', 16025 + 106000000,'Emprunts obligataires','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1028 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16027 + 106000000, 'SYSCOHADA-BF','EXPENSE','6712', 16025 + 106000000,'Emprunts auprès des établissements de crédit','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1029 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16028 + 106000000, 'SYSCOHADA-BF','EXPENSE','6713', 16025 + 106000000,'Dettes liées à des participations','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1030 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16029 + 106000000, 'SYSCOHADA-BF','EXPENSE','672', 16024 + 106000000,'Interets dans loyers de credit bail et contrats assimiles','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1031 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16030 + 106000000, 'SYSCOHADA-BF','EXPENSE','6721', 16029 + 106000000,'Intérêts dans loyers de crédit-bail immobilier','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1032 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16031 + 106000000, 'SYSCOHADA-BF','EXPENSE','6722', 16029 + 106000000,'Intérêts dans loyers de crédit-bail mobilier','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1033 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16032 + 106000000, 'SYSCOHADA-BF','EXPENSE','6723', 16029 + 106000000,'Intérêts dans loyers des autres contrats','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1034 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16033 + 106000000, 'SYSCOHADA-BF','EXPENSE','673', 16024 + 106000000,'Escomptes accordes','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1035 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16034 + 106000000, 'SYSCOHADA-BF','EXPENSE','674', 16024 + 106000000,'Autres interets','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1036 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16035 + 106000000, 'SYSCOHADA-BF','EXPENSE','6741', 16034 + 106000000,'Avances reçues et dépôts créditeurs','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1037 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16036 + 106000000, 'SYSCOHADA-BF','EXPENSE','6742', 16034 + 106000000,'Comptes courants bloqués','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1038 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16037 + 106000000, 'SYSCOHADA-BF','EXPENSE','6743', 16034 + 106000000,'Intérêts sur obligations cautionnées','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1039 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16038 + 106000000, 'SYSCOHADA-BF','EXPENSE','6744', 16034 + 106000000,'Intérêts sur dettes commerciales','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1040 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16039 + 106000000, 'SYSCOHADA-BF','EXPENSE','6745', 16034 + 106000000,'Intérêts bancaires et sur opérations de trésorerie et d''escompte','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1041 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16040 + 106000000, 'SYSCOHADA-BF','EXPENSE','6748', 16034 + 106000000,'Intérêts sur dettes diverses','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1042 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16041 + 106000000, 'SYSCOHADA-BF','EXPENSE','675', 16024 + 106000000,'Escomptes des effets de commerce','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1043 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16042 + 106000000, 'SYSCOHADA-BF','EXPENSE','676', 16024 + 106000000,'Pertes de change','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1044 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16043 + 106000000, 'SYSCOHADA-BF','EXPENSE','677', 16024 + 106000000,'Pertes sur cessions de titres de placement','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1045 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16044 + 106000000, 'SYSCOHADA-BF','EXPENSE','678', 16024 + 106000000,'Pertes sur risques financiers','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1046 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16045 + 106000000, 'SYSCOHADA-BF','EXPENSE','6781', 16044 + 106000000,'Sur rentes viagères','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1047 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16046 + 106000000, 'SYSCOHADA-BF','EXPENSE','6782', 16044 + 106000000,'Sur opérations fiancières','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1048 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16047 + 106000000, 'SYSCOHADA-BF','EXPENSE','6783', 16044 + 106000000,'Sur instruments de trésorerie','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1049 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16048 + 106000000, 'SYSCOHADA-BF','EXPENSE','679', 16024 + 106000000,'Charges provisionnees financieres','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1050 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16049 + 106000000, 'SYSCOHADA-BF','EXPENSE','6791', 16048 + 106000000,'Sur risque financiers','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1051 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16050 + 106000000, 'SYSCOHADA-BF','EXPENSE','6795', 16048 + 106000000,'Sur titres de placements','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1052 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16051 + 106000000, 'SYSCOHADA-BF','EXPENSE','6798', 16048 + 106000000,'Autres charges provisionnées financières','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1053 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16052 + 106000000, 'SYSCOHADA-BF','EXPENSE','68', 15819 + 106000000,'Dotations aus amortissements','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1054 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16053 + 106000000, 'SYSCOHADA-BF','EXPENSE','681', 16052 + 106000000,'Dotations aux amortissements d''exploitation','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1055 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16054 + 106000000, 'SYSCOHADA-BF','EXPENSE','6811', 16052 + 106000000,'Dotations aux amortissements des charges immobilisées','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1056 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16055 + 106000000, 'SYSCOHADA-BF','EXPENSE','6812', 16052 + 106000000,'Dotations aux amortissements des immobilisations incorporelles','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1057 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16056 + 106000000, 'SYSCOHADA-BF','EXPENSE','6813', 16052 + 106000000,'Dotations aux amortissements des immobilisations corporelles','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1058 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16057 + 106000000, 'SYSCOHADA-BF','EXPENSE','687', 16052 + 106000000,'Dotations aux amortissements a caractere financier','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1059 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16058 + 106000000, 'SYSCOHADA-BF','EXPENSE','6872', 16057 + 106000000,'Dotations aux amortissements des primes de remboursement des obligations','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1060 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16059 + 106000000, 'SYSCOHADA-BF','EXPENSE','6878', 16057 + 106000000,'Autres dotations aux amortissements à caractère financier','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1061 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16060 + 106000000, 'SYSCOHADA-BF','EXPENSE','69', 15819 + 106000000,'Dotattions aux provisions','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1062 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16061 + 106000000, 'SYSCOHADA-BF','EXPENSE','691', 16060 + 106000000,'Dotation aux provisions d''exploitation','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1063 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16062 + 106000000, 'SYSCOHADA-BF','EXPENSE','6911', 16061 + 106000000,'Pour risques et charges','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1064 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16063 + 106000000, 'SYSCOHADA-BF','EXPENSE','6912', 16061 + 106000000,'Pour grosses réparations','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1065 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16064 + 106000000, 'SYSCOHADA-BF','EXPENSE','6913', 16061 + 106000000,'Pour dépréciation des immobilisations incorporelles','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1066 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16065 + 106000000, 'SYSCOHADA-BF','EXPENSE','6914', 16061 + 106000000,'Pour dépréciation des immobilisations corporelles','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1067 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16066 + 106000000, 'SYSCOHADA-BF','EXPENSE','697', 16060 + 106000000,'Dotations aux provisions financieres','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1068 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16067 + 106000000, 'SYSCOHADA-BF','EXPENSE','6971', 16066 + 106000000,'Pour risques et charges','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1069 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16068 + 106000000, 'SYSCOHADA-BF','EXPENSE','6972', 16066 + 106000000,'Pour dépréciation des immobilisations financières','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1070 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16069 + 106000000, 'SYSCOHADA-BF','INCOME','7', 0,'Ventes','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1071 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16070 + 106000000, 'SYSCOHADA-BF','INCOME','701', 16069 + 106000000,'Ventes de marchandises','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1072 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16071 + 106000000, 'SYSCOHADA-BF','INCOME','7011', 16070 + 106000000,'Dans la région','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1073 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16072 + 106000000, 'SYSCOHADA-BF','INCOME','7012', 16070 + 106000000,'Hors région','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1074 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16073 + 106000000, 'SYSCOHADA-BF','INCOME','7013', 16070 + 106000000,'Aux entreprises du groupe dans la région','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1075 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16074 + 106000000, 'SYSCOHADA-BF','INCOME','7014', 16070 + 106000000,'Aux entreprises du groupe hors région','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1076 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16075 + 106000000, 'SYSCOHADA-BF','INCOME','702', 16069 + 106000000,'Ventes de produits finis','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1077 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16076 + 106000000, 'SYSCOHADA-BF','INCOME','7021', 16075 + 106000000,'Dans la région','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1078 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16077 + 106000000, 'SYSCOHADA-BF','INCOME','7022', 16075 + 106000000,'Hors région','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1079 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16078 + 106000000, 'SYSCOHADA-BF','INCOME','7023', 16075 + 106000000,'Aux entreprises de groupe dans la région','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1080 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16079 + 106000000, 'SYSCOHADA-BF','INCOME','7024', 16075 + 106000000,'Aux entreprises du groupe hors région','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1081 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16080 + 106000000, 'SYSCOHADA-BF','INCOME','703', 16069 + 106000000,'Ventes de produits intermediaires','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1082 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16081 + 106000000, 'SYSCOHADA-BF','INCOME','7031', 16080 + 106000000,'Dans la région','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1083 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16082 + 106000000, 'SYSCOHADA-BF','INCOME','7032', 16080 + 106000000,'Hors région','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1084 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16083 + 106000000, 'SYSCOHADA-BF','INCOME','7033', 16080 + 106000000,'Aux entreprises du groupe dans la région','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1085 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16084 + 106000000, 'SYSCOHADA-BF','INCOME','7034', 16080 + 106000000,'Aux entreprises du groupe hors région','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1086 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16085 + 106000000, 'SYSCOHADA-BF','INCOME','704', 16069 + 106000000,'Ventes de produits residuels','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1087 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16086 + 106000000, 'SYSCOHADA-BF','INCOME','7041', 16085 + 106000000,'Dans la région','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1088 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16087 + 106000000, 'SYSCOHADA-BF','INCOME','7042', 16085 + 106000000,'Hors région','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1089 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16088 + 106000000, 'SYSCOHADA-BF','INCOME','7043', 16085 + 106000000,'Aux entreprises du groupe dans la région','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1090 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16089 + 106000000, 'SYSCOHADA-BF','INCOME','7044', 16085 + 106000000,'Aux entreprises du groupe hors région','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1091 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16090 + 106000000, 'SYSCOHADA-BF','INCOME','705', 16069 + 106000000,'Travaux factures','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1092 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16091 + 106000000, 'SYSCOHADA-BF','INCOME','7051', 16090 + 106000000,'Dans la région','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1093 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16092 + 106000000, 'SYSCOHADA-BF','INCOME','7052', 16090 + 106000000,'Hors région','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1094 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16093 + 106000000, 'SYSCOHADA-BF','INCOME','7053', 16090 + 106000000,'Aux entreprises du groupe dans la région','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1095 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16094 + 106000000, 'SYSCOHADA-BF','INCOME','7054', 16090 + 106000000,'Aux entreprises du groupe hors région','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1096 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16095 + 106000000, 'SYSCOHADA-BF','INCOME','706', 16069 + 106000000,'Services vendus','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1097 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16096 + 106000000, 'SYSCOHADA-BF','INCOME','7061', 16095 + 106000000,'Dans la région','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1098 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16097 + 106000000, 'SYSCOHADA-BF','INCOME','7062', 16095 + 106000000,'Hors région','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1099 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16098 + 106000000, 'SYSCOHADA-BF','INCOME','7063', 16095 + 106000000,'Aux entreprises du groupe dans la région','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1100 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16099 + 106000000, 'SYSCOHADA-BF','INCOME','7064', 16095 + 106000000,'Aux entreprises du groupe hors région','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1101 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16100 + 106000000, 'SYSCOHADA-BF','INCOME','707', 16069 + 106000000,'Produits accessoires','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1102 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16101 + 106000000, 'SYSCOHADA-BF','INCOME','7071', 16100 + 106000000,'Port, emballages perdus et autres frais facturés','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1103 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16102 + 106000000, 'SYSCOHADA-BF','INCOME','7072', 16100 + 106000000,'Commissions et courtages','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1104 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16103 + 106000000, 'SYSCOHADA-BF','INCOME','7073', 16100 + 106000000,'Locations','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1105 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16104 + 106000000, 'SYSCOHADA-BF','INCOME','7074', 16100 + 106000000,'Bonis sur reprises et cessions d''emballages','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1106 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16105 + 106000000, 'SYSCOHADA-BF','INCOME','7075', 16100 + 106000000,'Mise à disposition de personnel','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1107 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16106 + 106000000, 'SYSCOHADA-BF','INCOME','7076', 16100 + 106000000,'Redevances pour brevets, logiciels, marques et droits similaires','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1108 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16107 + 106000000, 'SYSCOHADA-BF','INCOME','7077', 16100 + 106000000,'Services exploités dans l''intérêt du personnel','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1109 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16108 + 106000000, 'SYSCOHADA-BF','INCOME','7078', 16100 + 106000000,'Autres produits accessoires','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1110 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16109 + 106000000, 'SYSCOHADA-BF','INCOME','71', 16069 + 106000000,'Suvventions d''exploitation','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1111 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16110 + 106000000, 'SYSCOHADA-BF','INCOME','711', 16109 + 106000000,'Sur produits a l''exportation','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1112 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16111 + 106000000, 'SYSCOHADA-BF','INCOME','712', 16109 + 106000000,'Sur produits a l''importation','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1113 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16112 + 106000000, 'SYSCOHADA-BF','INCOME','713', 16109 + 106000000,'Sur produits de perequation','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1114 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16113 + 106000000, 'SYSCOHADA-BF','INCOME','718', 16109 + 106000000,'Autres subventions d''exploitation','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1115 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16114 + 106000000, 'SYSCOHADA-BF','INCOME','7181', 16113 + 106000000,'Versées par l''etat et les collectivités publiques','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1116 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16115 + 106000000, 'SYSCOHADA-BF','INCOME','7182', 16113 + 106000000,'Versées par les organismes internationaux','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1117 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16116 + 106000000, 'SYSCOHADA-BF','INCOME','7183', 16113 + 106000000,'Versées par des tiers','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1118 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16117 + 106000000, 'SYSCOHADA-BF','INCOME','72', 16069 + 106000000,'Production immobilisée','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1119 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16118 + 106000000, 'SYSCOHADA-BF','INCOME','721', 16117 + 106000000,'Immobilisations incorporelles','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1120 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16119 + 106000000, 'SYSCOHADA-BF','INCOME','722', 16117 + 106000000,'Immobilisations corporelles','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1121 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16120 + 106000000, 'SYSCOHADA-BF','INCOME','726', 16117 + 106000000,'Immobilisations financieres','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1122 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16121 + 106000000, 'SYSCOHADA-BF','INCOME','73', 16069 + 106000000,'Variations des stocks de biens et de services produits','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1123 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16122 + 106000000, 'SYSCOHADA-BF','INCOME','734', 16121 + 106000000,'Variations des stocks de produitsn en cours','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1124 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16123 + 106000000, 'SYSCOHADA-BF','INCOME','7341', 16122 + 106000000,'Produits en cours','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1125 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16124 + 106000000, 'SYSCOHADA-BF','INCOME','7342', 16122 + 106000000,'Travaux en cours','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1126 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16125 + 106000000, 'SYSCOHADA-BF','INCOME','735', 16121 + 106000000,'Variations des en-cours de services','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1127 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16126 + 106000000, 'SYSCOHADA-BF','INCOME','7351', 16125 + 106000000,'Etudes en cours','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1128 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16127 + 106000000, 'SYSCOHADA-BF','INCOME','7352', 16125 + 106000000,'Prestations de services en cours','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1129 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16128 + 106000000, 'SYSCOHADA-BF','INCOME','736', 16121 + 106000000,'Variations des stocks de produits finis','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1130 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16129 + 106000000, 'SYSCOHADA-BF','INCOME','737', 16121 + 106000000,'Variations des stocks de produits intermediaires et residuels','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1131 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16130 + 106000000, 'SYSCOHADA-BF','INCOME','7371', 16129 + 106000000,'Produits intermédiaires','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1132 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16131 + 106000000, 'SYSCOHADA-BF','INCOME','7372', 16129 + 106000000,'Produits résiduels','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1133 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16132 + 106000000, 'SYSCOHADA-BF','INCOME','75', 16069 + 106000000,'Autres produits','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1134 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16133 + 106000000, 'SYSCOHADA-BF','INCOME','752', 16132 + 106000000,'Quote-part de resultat sur operations faites en commun','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1135 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16134 + 106000000, 'SYSCOHADA-BF','INCOME','7521', 16133 + 106000000,'Quote-part trsnsférée de pertes (comptabilité de gérant)','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1136 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16135 + 106000000, 'SYSCOHADA-BF','INCOME','7525', 16133 + 106000000,'Bénéfices attribués par transfert (comptabilité des associés non gérants)','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1137 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16136 + 106000000, 'SYSCOHADA-BF','INCOME','753', 16132 + 106000000,'Quote-part de resultat sue execution partielle de contrats pluri-ecercices','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1138 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16137 + 106000000, 'SYSCOHADA-BF','INCOME','754', 16132 + 106000000,'Produits des cessions courantes d''immobilisations','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1139 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16138 + 106000000, 'SYSCOHADA-BF','INCOME','758', 16132 + 106000000,'Produits divers','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1140 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16139 + 106000000, 'SYSCOHADA-BF','INCOME','7581', 16138 + 106000000,'Jetons de présence et autres rémunérations d''administrateurs','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1141 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16140 + 106000000, 'SYSCOHADA-BF','INCOME','7582', 16138 + 106000000,'Indemnités d''assurances reçues','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1142 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16141 + 106000000, 'SYSCOHADA-BF','INCOME','759', 16132 + 106000000,'Reprises de charges provisionnees d''exploitation','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1143 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16142 + 106000000, 'SYSCOHADA-BF','INCOME','7591', 16141 + 106000000,'Sur risques à court terme','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1144 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16143 + 106000000, 'SYSCOHADA-BF','INCOME','7593', 16141 + 106000000,'Sur stocks','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1145 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16144 + 106000000, 'SYSCOHADA-BF','INCOME','7594', 16141 + 106000000,'Sur créances','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1146 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16145 + 106000000, 'SYSCOHADA-BF','INCOME','7598', 16141 + 106000000,'Sur autres charges provisionnées','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1147 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16146 + 106000000, 'SYSCOHADA-BF','INCOME','77', 16069 + 106000000,'Revenus financiers et produits assimiles','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1148 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16147 + 106000000, 'SYSCOHADA-BF','INCOME','771', 16146 + 106000000,'Interets de prets','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1149 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16148 + 106000000, 'SYSCOHADA-BF','INCOME','772', 16146 + 106000000,'Revenus de participations','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1150 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16149 + 106000000, 'SYSCOHADA-BF','INCOME','773', 16146 + 106000000,'Escomptes obtenus','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1151 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16150 + 106000000, 'SYSCOHADA-BF','INCOME','774', 16146 + 106000000,'Revenus de titres de placement','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1152 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16151 + 106000000, 'SYSCOHADA-BF','INCOME','775', 16146 + 106000000,'Revenus des creances commerciales','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1153 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16152 + 106000000, 'SYSCOHADA-BF','INCOME','776', 16146 + 106000000,'Gains de change','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1154 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16153 + 106000000, 'SYSCOHADA-BF','INCOME','777', 16146 + 106000000,'Gains sur cessions de titres de placement','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1155 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16154 + 106000000, 'SYSCOHADA-BF','INCOME','778', 16146 + 106000000,'Gains sur risques financiers','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1156 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16155 + 106000000, 'SYSCOHADA-BF','INCOME','7781', 16154 + 106000000,'Gains sur rentes viagères','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1157 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16156 + 106000000, 'SYSCOHADA-BF','INCOME','7782', 16154 + 106000000,'Gains sur opérations financières','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1158 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16157 + 106000000, 'SYSCOHADA-BF','INCOME','7784', 16154 + 106000000,'Gains sur instruments de trésorerie','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1159 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16158 + 106000000, 'SYSCOHADA-BF','INCOME','779', 16146 + 106000000,'Reprises de charges provisionnees financieres','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1160 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16159 + 106000000, 'SYSCOHADA-BF','INCOME','7791', 16158 + 106000000,'Sur risques financiers','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1161 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16160 + 106000000, 'SYSCOHADA-BF','INCOME','7795', 16158 + 106000000,'Sur titres de placement','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1162 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16161 + 106000000, 'SYSCOHADA-BF','INCOME','7798', 16158 + 106000000,'Autres charges provisionnées financières','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1163 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16162 + 106000000, 'SYSCOHADA-BF','INCOME','78', 16069 + 106000000,'Transfert de charges','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1164 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16163 + 106000000, 'SYSCOHADA-BF','INCOME','781', 16162 + 106000000,'Transfert de charges d''exploitation','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1165 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16164 + 106000000, 'SYSCOHADA-BF','INCOME','787', 16162 + 106000000,'Transfert de charges financieres','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1166 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16165 + 106000000, 'SYSCOHADA-BF','INCOME','79', 16069 + 106000000,'Reprises de provisions','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1167 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16166 + 106000000, 'SYSCOHADA-BF','INCOME','791', 16165 + 106000000,'Reprises de provisions d''exploitation','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1168 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16167 + 106000000, 'SYSCOHADA-BF','INCOME','7911', 16166 + 106000000,'Pour risques et charges d''exploitation','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1169 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16168 + 106000000, 'SYSCOHADA-BF','INCOME','7912', 16166 + 106000000,'Pour grosses réparation d''exploitation','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1170 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16169 + 106000000, 'SYSCOHADA-BF','INCOME','7913', 16166 + 106000000,'Pour dépreciation des immobilisations incorporelles','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1171 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16170 + 106000000, 'SYSCOHADA-BF','INCOME','7914', 16166 + 106000000,'Pour dépreciation des immobilisations corporelles','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1172 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16171 + 106000000, 'SYSCOHADA-BF','INCOME','797', 16165 + 106000000,'Reprises de provisions financieres','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1173 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16172 + 106000000, 'SYSCOHADA-BF','INCOME','7971', 16171 + 106000000,'Pour risques et charges financiers','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1174 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16173 + 106000000, 'SYSCOHADA-BF','INCOME','7972', 16171 + 106000000,'Pour dépréciation des immobilisations financières','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1175 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16174 + 106000000, 'SYSCOHADA-BF','INCOME','798', 16165 + 106000000,'Reprises d''amortissements','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1176 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16175 + 106000000, 'SYSCOHADA-BF','AUTRES','81', 0,'Valeurs comptables des cessions d''immobilisations','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1177 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16176 + 106000000, 'SYSCOHADA-BF','AUTRES','811', 16175 + 106000000,'Immobilisations incorporelles','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1178 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16177 + 106000000, 'SYSCOHADA-BF','AUTRES','812', 16175 + 106000000,'Immobilisations corporelles','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1179 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16178 + 106000000, 'SYSCOHADA-BF','AUTRES','816', 16175 + 106000000,'Immobilisations financieres','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1180 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16179 + 106000000, 'SYSCOHADA-BF','AUTRES','82', 0,'Produits de cessions d''immobilisations','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1181 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16180 + 106000000, 'SYSCOHADA-BF','AUTRES','821', 16179 + 106000000,'Immobilisations incorporelles','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1182 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16181 + 106000000, 'SYSCOHADA-BF','AUTRES','822', 16179 + 106000000,'Immobilisations corporelles','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1183 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16182 + 106000000, 'SYSCOHADA-BF','AUTRES','826', 16179 + 106000000,'Immobilisations financieres','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1184 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16183 + 106000000, 'SYSCOHADA-BF','AUTRES','83', 0,'Charges hors activites ordinaires','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1185 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16184 + 106000000, 'SYSCOHADA-BF','AUTRES','831', 16183 + 106000000,'Charges h.a.o constatées','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1186 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16185 + 106000000, 'SYSCOHADA-BF','AUTRES','834', 16183 + 106000000,'Pertes sur creances h.a.o','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1187 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16186 + 106000000, 'SYSCOHADA-BF','AUTRES','835', 16183 + 106000000,'Dons et liberalites accordes','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1188 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16187 + 106000000, 'SYSCOHADA-BF','AUTRES','836', 16183 + 106000000,'Abandons de creances consentis','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1189 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16188 + 106000000, 'SYSCOHADA-BF','AUTRES','839', 16183 + 106000000,'Charges provisionnees h.a.o','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1190 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16189 + 106000000, 'SYSCOHADA-BF','AUTRES','84', 0,'Produits hors activites ordinaires','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1191 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16190 + 106000000, 'SYSCOHADA-BF','AUTRES','841', 16189 + 106000000,'Produits h.a.o constates','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1192 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16191 + 106000000, 'SYSCOHADA-BF','AUTRES','845', 16189 + 106000000,'Dons et liberalites obtenus','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1193 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16192 + 106000000, 'SYSCOHADA-BF','AUTRES','846', 16189 + 106000000,'Abandons de creances obtenus','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1194 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16193 + 106000000, 'SYSCOHADA-BF','AUTRES','848', 16189 + 106000000,'Transferts de charges h.a.o','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1195 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16194 + 106000000, 'SYSCOHADA-BF','AUTRES','849', 16189 + 106000000,'Reprises des charges provisionnees h.a.o','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1196 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16195 + 106000000, 'SYSCOHADA-BF','AUTRES','85', 0,'Dotations hors activites ordinaires','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1197 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16196 + 106000000, 'SYSCOHADA-BF','AUTRES','851', 16195 + 106000000,'Dotations aux provisions reglementees','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1198 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16197 + 106000000, 'SYSCOHADA-BF','AUTRES','852', 16195 + 106000000,'Dotations aux amortissements h.a.o','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1199 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16198 + 106000000, 'SYSCOHADA-BF','AUTRES','853', 16195 + 106000000,'Dotations aux provisions pour depreciation h.a.o','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1200 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16199 + 106000000, 'SYSCOHADA-BF','AUTRES','854', 16195 + 106000000,'Dotations aux provisions pour risques et charges h.a.o','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1201 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16200 + 106000000, 'SYSCOHADA-BF','AUTRES','858', 16195 + 106000000,'Autres dotations h.a.o','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1202 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16201 + 106000000, 'SYSCOHADA-BF','AUTRES','86', 0,'Reprises hors activites ordinaires','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1203 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16202 + 106000000, 'SYSCOHADA-BF','AUTRES','861', 16201 + 106000000,'Reprises de provisions reglementees','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1204 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16203 + 106000000, 'SYSCOHADA-BF','AUTRES','862', 16201 + 106000000,'Reprises d''amortissements','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1205 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16204 + 106000000, 'SYSCOHADA-BF','AUTRES','863', 16201 + 106000000,'Reprises de provisions pour depreciation h.a.o','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1206 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16205 + 106000000, 'SYSCOHADA-BF','AUTRES','864', 16201 + 106000000,'Reprises de provisions pour risques et charges h.a.o','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1207 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16206 + 106000000, 'SYSCOHADA-BF','AUTRES','865', 16201 + 106000000,'Reprises de subventions d''investissement','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1208 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16207 + 106000000, 'SYSCOHADA-BF','AUTRES','868', 16201 + 106000000,'Autres reprises h.a.o','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1209 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16208 + 106000000, 'SYSCOHADA-BF','AUTRES','87', 0,'Participations des travailleurs','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1210 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16209 + 106000000, 'SYSCOHADA-BF','AUTRES','871', 16208 + 106000000,'Participation legale aux benefices','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1211 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16210 + 106000000, 'SYSCOHADA-BF','AUTRES','874', 16208 + 106000000,'Participation contractuelle aux benefices','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1212 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16211 + 106000000, 'SYSCOHADA-BF','AUTRES','878', 16208 + 106000000,'Autres participations','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1213 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16212 + 106000000, 'SYSCOHADA-BF','AUTRES','88', 0,'Subventions d''equilibre','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1214 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16213 + 106000000, 'SYSCOHADA-BF','AUTRES','881', 16212 + 106000000,'Etat','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1215 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16214 + 106000000, 'SYSCOHADA-BF','AUTRES','884', 16212 + 106000000,'Collectivites publiques','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1216 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16215 + 106000000, 'SYSCOHADA-BF','AUTRES','886', 16212 + 106000000,'Groupe','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1217 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16216 + 106000000, 'SYSCOHADA-BF','AUTRES','888', 16212 + 106000000,'Autres','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1218 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16217 + 106000000, 'SYSCOHADA-BF','AUTRES','89', 0,'Impots sur le resultat','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1219 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16218 + 106000000, 'SYSCOHADA-BF','AUTRES','891', 16217 + 106000000,'Impots sur les benefices de l''exercice','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1220 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16219 + 106000000, 'SYSCOHADA-BF','AUTRES','8911', 16218 + 106000000,'Activités exercées dans l''etat','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1221 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16220 + 106000000, 'SYSCOHADA-BF','AUTRES','8912', 16218 + 106000000,'Activités exercées dans les autres etats de la région','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1222 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16221 + 106000000, 'SYSCOHADA-BF','AUTRES','8913', 16218 + 106000000,'Activités exercées hors région','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1223 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16222 + 106000000, 'SYSCOHADA-BF','AUTRES','892', 16217 + 106000000,'Rappel d''impôts sur resultats anterieurs','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1224 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16223 + 106000000, 'SYSCOHADA-BF','AUTRES','895', 16217 + 106000000,'Impôts minimum forfaitaires (i.m.f)','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1225 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16224 + 106000000, 'SYSCOHADA-BF','AUTRES','899', 16217 + 106000000,'Dégrèvements et annulations d''impots sur resultats antérieurs','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1226 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16225 + 106000000, 'SYSCOHADA-BF','AUTRES','8991', 16224 + 106000000,'Dégrèvements','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 Admin.lib::run_sql Request 1227 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (1, 16226 + 106000000, 'SYSCOHADA-BF','AUTRES','8994', 16224 + 106000000,'Annulations pour pertes rétroactives','1'); 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 BEGIN Transaction 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 admin.lib::dolibarr_set_const 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=DELETE FROM llxme_const WHERE name = 'CHARTOFACCOUNTS' AND entity = 1 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 admin.lib::dolibarr_set_const 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=INSERT INTO llxme_const(name, value, type, visible, note, entity) VALUES ('CHARTOFACCOUNTS', '26', 'chaine', 0, '', 1) 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 COMMIT Transaction 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=SELECT rowid, code, label, nature FROM llxme_accounting_journal WHERE entity = 1 AND active = 1 ORDER BY nature ASC, label DESC 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=SELECT aa.rowid, aa.fk_pcg_version, aa.pcg_type, aa.account_number, aa.account_parent, aa.label, aa.labelshort, aa.fk_accounting_category, aa.reconcilable, aa.centralized, aa.active, aa.import_key, a2.rowid as rowid2, a2.label as label2, a2.account_number as account_number2 FROM llxme_accounting_account as aa LEFT JOIN llxme_accounting_system as asy ON aa.fk_pcg_version = asy.pcg_version AND aa.entity = 1 LEFT JOIN llxme_accounting_account as a2 ON a2.rowid = aa.account_parent AND a2.entity = 1 WHERE asy.rowid = 26 ORDER BY aa.account_number ASC 2026-02-02 00:37:49 INFO 197.239.91.67 768120 3201 accountancy/admin/account.php:: sql=SELECT aa.rowid, aa.fk_pcg_version, aa.pcg_type, aa.account_number, aa.account_parent, aa.label, aa.labelshort, aa.fk_accounting_category, aa.reconcilable, aa.centralized, aa.active, aa.import_key, a2.rowid as rowid2, a2.label as label2, a2.account_number as account_number2 FROM llxme_accounting_account as aa LEFT JOIN llxme_accounting_system as asy ON aa.fk_pcg_version = asy.pcg_version AND aa.entity = 1 LEFT JOIN llxme_accounting_account as a2 ON a2.rowid = aa.account_parent AND a2.entity = 1 WHERE asy.rowid = 26 ORDER BY aa.account_number ASC LIMIT 21 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=SELECT aa.rowid, aa.fk_pcg_version, aa.pcg_type, aa.account_number, aa.account_parent, aa.label, aa.labelshort, aa.fk_accounting_category, aa.reconcilable, aa.centralized, aa.active, aa.import_key, a2.rowid as rowid2, a2.label as label2, a2.account_number as account_number2 FROM llxme_accounting_account as aa LEFT JOIN llxme_accounting_system as asy ON aa.fk_pcg_version = asy.pcg_version AND aa.entity = 1 LEFT JOIN llxme_accounting_account as a2 ON a2.rowid = aa.account_parent AND a2.entity = 1 WHERE asy.rowid = 26 ORDER BY aa.account_number ASC LIMIT 21 2026-02-02 00:37:49 INFO 197.239.91.67 768120 3201 accountancy/admin/account.php sql=SELECT a.rowid, a.pcg_version, a.label, a.active, c.code as country_code FROM llxme_accounting_system as a LEFT JOIN llxme_c_country as c ON a.fk_country = c.rowid AND c.active = 1 WHERE a.active = 1 ORDER BY c.code, a.pcg_version 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=SELECT a.rowid, a.pcg_version, a.label, a.active, c.code as country_code FROM llxme_accounting_system as a LEFT JOIN llxme_c_country as c ON a.fk_country = c.rowid AND c.active = 1 WHERE a.active = 1 ORDER BY c.code, a.pcg_version 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 FormAccounting::select_account 2026-02-02 00:37:49 DEBUG 197.239.91.67 768120 3201 sql=SELECT DISTINCT aa.account_number, aa.label, aa.labelshort, aa.rowid, aa.fk_pcg_version, aa.centralized FROM llxme_accounting_account as aa INNER JOIN llxme_accounting_system as asy ON aa.fk_pcg_version = asy.pcg_version AND asy.rowid = 26 AND aa.active = 1 AND aa.entity=1 ORDER BY aa.account_number 2026-02-02 00:37:49 INFO 197.239.91.67 768120 3201 --- End access to /accountancy/admin/account.php 2026-02-02 00:38:10 DEBUG 197.239.91.67 769202 3201 - This is an already logged session. _SESSION['dol_login']=intendant _SESSION['dol_entity']=1 2026-02-02 00:38:10 DEBUG 197.239.91.67 769202 3201 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 llxme_user as u LEFT JOIN llxme_c_country as c ON u.fk_country = c.rowid LEFT JOIN llxme_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llxme_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IN (0, 1) AND u.login = 'intendant' ORDER BY u.entity ASC 2026-02-02 00:38:10 DEBUG 197.239.91.67 769202 3201 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, aiprompt, css, cssview, csslist FROM llxme_extrafields WHERE elementtype = 'user' ORDER BY pos 2026-02-02 00:38:10 DEBUG 197.239.91.67 769202 3201 sql=SELECT param, value FROM llxme_user_param WHERE fk_user = 1 AND entity = 1 2026-02-02 00:38:10 DEBUG 197.239.91.67 769202 3201 DefaultValues::fetchAll 2026-02-02 00:38:10 DEBUG 197.239.91.67 769202 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2026-02-02 00:38:10 DEBUG 197.239.91.67 769202 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llxme_user_rights as ur, llxme_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 LIKE '%_advance' 2026-02-02 00:38:10 DEBUG 197.239.91.67 769202 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llxme_usergroup_rights as gr, llxme_usergroup_user as gu, llxme_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 LIKE '%_advance' 2026-02-02 00:38:10 NOTICE 197.239.91.67 769202 3201 --- Access to GET /accountancy/admin/journals_list.php - action=, massaction= 2026-02-02 00:38:10 DEBUG 197.239.91.67 769202 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 00:38:10 DEBUG 197.239.91.67 769202 3201 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, m.showtopmenuinframe FROM llxme_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 2026-02-02 00:38:10 DEBUG 197.239.91.67 769202 3201 complete_dictionary_with_modules Search external modules to complete the list of dictionary tables 2026-02-02 00:38:10 INFO 197.239.91.67 769202 3201 Scan directory /home4/jrbprodu/public_html/erpjrbvita/core/modules/ for modules 2026-02-02 00:38:10 INFO 197.239.91.67 769202 3201 Module modOauth not qualified 2026-02-02 00:38:10 INFO 197.239.91.67 769202 3201 Module modDebugBar not qualified 2026-02-02 00:38:10 INFO 197.239.91.67 769202 3201 Module modWebPortal not qualified 2026-02-02 00:38:10 DEBUG 197.239.91.67 769202 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'eventorganization_conferenceorboothattendee' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:38:10 DEBUG 197.239.91.67 769202 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'actioncomm' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:38:10 INFO 197.239.91.67 769202 3201 Module modEventOrganization not qualified 2026-02-02 00:38:10 INFO 197.239.91.67 769202 3201 Module modClickToDial not qualified 2026-02-02 00:38:10 INFO 197.239.91.67 769202 3201 Module modBlockedLog not qualified 2026-02-02 00:38:10 INFO 197.239.91.67 769202 3201 Module modZapier not qualified 2026-02-02 00:38:10 DEBUG 197.239.91.67 769202 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'expensereport' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:38:10 DEBUG 197.239.91.67 769202 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'user' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:38:10 DEBUG 197.239.91.67 769202 3201 useNPR 2026-02-02 00:38:10 DEBUG 197.239.91.67 769202 3201 sql=SELECT t.rowid FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.recuperableonly = 1 AND t.entity IN (1) 2026-02-02 00:38:10 DEBUG 197.239.91.67 769202 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:38:10 DEBUG 197.239.91.67 769202 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:38:10 DEBUG 197.239.91.67 769202 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:38:10 DEBUG 197.239.91.67 769202 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'product' AND entity IN (0,1) 2026-02-02 00:38:10 DEBUG 197.239.91.67 769202 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:38:10 DEBUG 197.239.91.67 769202 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:38:10 DEBUG 197.239.91.67 769202 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:38:10 DEBUG 197.239.91.67 769202 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:38:10 DEBUG 197.239.91.67 769202 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:38:10 DEBUG 197.239.91.67 769202 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:38:10 INFO 197.239.91.67 769202 3201 Module modService not qualified 2026-02-02 00:38:10 DEBUG 197.239.91.67 769202 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'propal' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:38:10 DEBUG 197.239.91.67 769202 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'propaldet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:38:10 DEBUG 197.239.91.67 769202 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:38:10 DEBUG 197.239.91.67 769202 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:38:10 DEBUG 197.239.91.67 769202 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'propal' AND entity IN (0, 1) 2026-02-02 00:38:10 DEBUG 197.239.91.67 769202 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'propaldet' AND entity IN (0, 1) 2026-02-02 00:38:10 DEBUG 197.239.91.67 769202 3201 sql=SELECT DISTINCT tc.rowid, tc.code, tc.libelle as type_label, tc.position FROM llxme_c_type_contact as tc WHERE tc.element = 'commande' AND tc.source = 'external' ORDER BY position ASC, code ASC 2026-02-02 00:38:10 DEBUG 197.239.91.67 769202 3201 sql=SELECT DISTINCT tc.rowid, tc.code, tc.libelle as type_label, tc.position FROM llxme_c_type_contact as tc WHERE tc.element = 'commande' AND tc.source = 'external' ORDER BY position ASC, code ASC 2026-02-02 00:38:10 DEBUG 197.239.91.67 769202 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'expedition' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:38:10 DEBUG 197.239.91.67 769202 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'expeditiondet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:38:10 DEBUG 197.239.91.67 769202 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:38:10 INFO 197.239.91.67 769202 3201 Module modExpedition not qualified 2026-02-02 00:38:10 DEBUG 197.239.91.67 769202 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'contrat' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:38:10 DEBUG 197.239.91.67 769202 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'contratdet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:38:10 INFO 197.239.91.67 769202 3201 Module modContrat not qualified 2026-02-02 00:38:10 INFO 197.239.91.67 769202 3201 Module modSocialNetworks not qualified 2026-02-02 00:38:10 INFO 197.239.91.67 769202 3201 Module modOpenSurvey not qualified 2026-02-02 00:38:10 DEBUG 197.239.91.67 769202 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'warehouse' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:38:10 DEBUG 197.239.91.67 769202 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:38:10 INFO 197.239.91.67 769202 3201 Module modStock not qualified 2026-02-02 00:38:10 INFO 197.239.91.67 769202 3201 Module modBookmark not qualified 2026-02-02 00:38:10 DEBUG 197.239.91.67 769202 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'bom_bom' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:38:10 DEBUG 197.239.91.67 769202 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'bom_bomline' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:38:10 DEBUG 197.239.91.67 769202 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE elementtype = 'bom_bom' AND entity IN (0, 1) 2026-02-02 00:38:10 DEBUG 197.239.91.67 769202 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE elementtype = 'bom_bomline' AND entity IN (0, 1) 2026-02-02 00:38:10 INFO 197.239.91.67 769202 3201 Module modBom not qualified 2026-02-02 00:38:10 INFO 197.239.91.67 769202 3201 Module modMailing not qualified 2026-02-02 00:38:10 INFO 197.239.91.67 769202 3201 Module modTakePos not qualified 2026-02-02 00:38:10 INFO 197.239.91.67 769202 3201 Module modWorkflow not qualified 2026-02-02 00:38:10 INFO 197.239.91.67 769202 3201 Module modReceiptPrinter not qualified 2026-02-02 00:38:10 INFO 197.239.91.67 769202 3201 Module modDav not qualified 2026-02-02 00:38:10 INFO 197.239.91.67 769202 3201 Module modAsset not qualified 2026-02-02 00:38:10 INFO 197.239.91.67 769202 3201 Module modLdap not qualified 2026-02-02 00:38:10 INFO 197.239.91.67 769202 3201 Module modWebServices not qualified 2026-02-02 00:38:10 DEBUG 197.239.91.67 769202 3201 User::loadParentOf 2026-02-02 00:38:10 DEBUG 197.239.91.67 769202 3201 sql=SELECT fk_user as id_parent, rowid as id_son FROM llxme_user WHERE fk_user <> 0 AND entity IN (0,1) 2026-02-02 00:38:10 DEBUG 197.239.91.67 769202 3201 User::get_full_tree get user list 2026-02-02 00:38:10 DEBUG 197.239.91.67 769202 3201 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 llxme_user as u WHERE u.entity IN (0,1) 2026-02-02 00:38:10 DEBUG 197.239.91.67 769202 3201 User::get_full_tree call to build_path_from_id_user 2026-02-02 00:38:10 DEBUG 197.239.91.67 769202 3201 User::get_full_tree dol_sort_array 2026-02-02 00:38:10 INFO 197.239.91.67 769202 3201 Build childid for id = 1 2026-02-02 00:38:10 INFO 197.239.91.67 769202 3201 Module modDeplacement not qualified 2026-02-02 00:38:10 INFO 197.239.91.67 769202 3201 Module modMultiCurrency not qualified 2026-02-02 00:38:10 INFO 197.239.91.67 769202 3201 Module modProductBatch not qualified 2026-02-02 00:38:10 INFO 197.239.91.67 769202 3201 Module modSalaries not qualified 2026-02-02 00:38:10 INFO 197.239.91.67 769202 3201 Module modLoan not qualified 2026-02-02 00:38:10 INFO 197.239.91.67 769202 3201 Module modDynamicPrices not qualified 2026-02-02 00:38:10 INFO 197.239.91.67 769202 3201 Module modCollab not qualified 2026-02-02 00:38:10 INFO 197.239.91.67 769202 3201 Module modModuleBuilder not qualified 2026-02-02 00:38:10 DEBUG 197.239.91.67 769202 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE elementtype = 'facture' AND entity IN (0, 1) 2026-02-02 00:38:10 DEBUG 197.239.91.67 769202 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE elementtype = 'facture_det' AND entity IN (0, 1) 2026-02-02 00:38:10 DEBUG 197.239.91.67 769202 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'facture' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:38:10 DEBUG 197.239.91.67 769202 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'facturedet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:38:10 DEBUG 197.239.91.67 769202 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:38:10 DEBUG 197.239.91.67 769202 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:38:10 DEBUG 197.239.91.67 769202 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'facture' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:38:10 INFO 197.239.91.67 769202 3201 Module modGravatar not qualified 2026-02-02 00:38:10 DEBUG 197.239.91.67 769202 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'ticket' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:38:10 INFO 197.239.91.67 769202 3201 Module modTicket not qualified 2026-02-02 00:38:10 INFO 197.239.91.67 769202 3201 Module modPaymentByBankTransfer not qualified 2026-02-02 00:38:10 INFO 197.239.91.67 769202 3201 Module modVariants not qualified 2026-02-02 00:38:10 INFO 197.239.91.67 769202 3201 Module modExternalSite not qualified 2026-02-02 00:38:10 INFO 197.239.91.67 769202 3201 Module modDataPolicy not qualified 2026-02-02 00:38:10 INFO 197.239.91.67 769202 3201 Module modPrinting not qualified 2026-02-02 00:38:10 INFO 197.239.91.67 769202 3201 Module modStripe not qualified 2026-02-02 00:38:10 INFO 197.239.91.67 769202 3201 Module modPaybox not qualified 2026-02-02 00:38:10 INFO 197.239.91.67 769202 3201 Module modSubtotals not qualified 2026-02-02 00:38:10 INFO 197.239.91.67 769202 3201 Module modLabel not qualified 2026-02-02 00:38:10 DEBUG 197.239.91.67 769202 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'holiday' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:38:10 DEBUG 197.239.91.67 769202 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'user' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:38:10 INFO 197.239.91.67 769202 3201 Module modPrelevement not qualified 2026-02-02 00:38:10 INFO 197.239.91.67 769202 3201 Module modSupplierProposal not qualified 2026-02-02 00:38:10 DEBUG 197.239.91.67 769202 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'adherent' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:38:10 DEBUG 197.239.91.67 769202 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'adherent' AND entity IN (0,1) 2026-02-02 00:38:10 INFO 197.239.91.67 769202 3201 Module modAdherent not qualified 2026-02-02 00:38:10 INFO 197.239.91.67 769202 3201 Module modIncoterm not qualified 2026-02-02 00:38:10 INFO 197.239.91.67 769202 3201 Module modAi not qualified 2026-02-02 00:38:10 INFO 197.239.91.67 769202 3201 Module modIntracommreport not qualified 2026-02-02 00:38:10 DEBUG 197.239.91.67 769202 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:38:10 DEBUG 197.239.91.67 769202 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:38:10 DEBUG 197.239.91.67 769202 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'user' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:38:10 DEBUG 197.239.91.67 769202 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'Facture' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:38:10 DEBUG 197.239.91.67 769202 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'CommandeFournisseur' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:38:10 DEBUG 197.239.91.67 769202 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'invoice_supplier' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:38:10 INFO 197.239.91.67 769202 3201 Module modCategorie not qualified 2026-02-02 00:38:10 INFO 197.239.91.67 769202 3201 Module modComptabilite not qualified 2026-02-02 00:38:10 INFO 197.239.91.67 769202 3201 Module modDon not qualified 2026-02-02 00:38:10 INFO 197.239.91.67 769202 3201 Module modOpenIDConnect not qualified 2026-02-02 00:38:10 INFO 197.239.91.67 769202 3201 Module modWebhook not qualified 2026-02-02 00:38:10 DEBUG 197.239.91.67 769202 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'projet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:38:10 DEBUG 197.239.91.67 769202 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'projet_task' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:38:10 DEBUG 197.239.91.67 769202 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'projet' AND entity IN (0,1) 2026-02-02 00:38:10 DEBUG 197.239.91.67 769202 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'projet_task' AND entity IN (0,1) 2026-02-02 00:38:10 INFO 197.239.91.67 769202 3201 Module modProjet not qualified 2026-02-02 00:38:10 INFO 197.239.91.67 769202 3201 Module modMailmanSpip not qualified 2026-02-02 00:38:10 DEBUG 197.239.91.67 769202 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'user' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:38:10 DEBUG 197.239.91.67 769202 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'user' AND entity IN (0,1) 2026-02-02 00:38:10 INFO 197.239.91.67 769202 3201 Module modRecruitment not qualified 2026-02-02 00:38:10 INFO 197.239.91.67 769202 3201 Module modFTP not qualified 2026-02-02 00:38:10 DEBUG 197.239.91.67 769202 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'facture_fourn' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:38:10 DEBUG 197.239.91.67 769202 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'facture_fourn_det' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:38:10 DEBUG 197.239.91.67 769202 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'facture_fourn' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:38:10 DEBUG 197.239.91.67 769202 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'commande_fournisseur' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:38:10 DEBUG 197.239.91.67 769202 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'commande_fournisseurdet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:38:10 DEBUG 197.239.91.67 769202 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'facture_fourn' AND entity IN (0, 1) 2026-02-02 00:38:10 DEBUG 197.239.91.67 769202 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'facture_fourn_det' AND entity IN (0, 1) 2026-02-02 00:38:10 DEBUG 197.239.91.67 769202 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'commande_fournisseur' AND entity IN (0, 1) 2026-02-02 00:38:10 DEBUG 197.239.91.67 769202 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'commande_fournisseurdet' AND entity IN (0, 1) 2026-02-02 00:38:10 DEBUG 197.239.91.67 769202 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'mrp_mo' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:38:10 DEBUG 197.239.91.67 769202 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'mrp_mo' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:38:10 DEBUG 197.239.91.67 769202 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'mrp_production' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:38:10 DEBUG 197.239.91.67 769202 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE elementtype = 'mrp_mo' AND entity IN (0, 1) 2026-02-02 00:38:10 INFO 197.239.91.67 769202 3201 Module modMrp not qualified 2026-02-02 00:38:10 INFO 197.239.91.67 769202 3201 Module modHRM not qualified 2026-02-02 00:38:10 DEBUG 197.239.91.67 769202 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'commande' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:38:10 DEBUG 197.239.91.67 769202 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'commandedet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:38:10 DEBUG 197.239.91.67 769202 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:38:10 DEBUG 197.239.91.67 769202 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:38:10 DEBUG 197.239.91.67 769202 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault, fieldrequired FROM llxme_extrafields WHERE elementtype = 'commande' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:38:10 DEBUG 197.239.91.67 769202 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault, fieldrequired FROM llxme_extrafields WHERE elementtype = 'commandedet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:38:10 INFO 197.239.91.67 769202 3201 Module modCommande not qualified 2026-02-02 00:38:10 INFO 197.239.91.67 769202 3201 Module modStockTransfer not qualified 2026-02-02 00:38:10 DEBUG 197.239.91.67 769202 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'fichinter' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:38:10 DEBUG 197.239.91.67 769202 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'fichinterdet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:38:10 INFO 197.239.91.67 769202 3201 Module modFicheinter not qualified 2026-02-02 00:38:10 DEBUG 197.239.91.67 769202 3201 sql=SELECT DISTINCT tc.rowid, tc.code, tc.libelle as type_label, tc.position FROM llxme_c_type_contact as tc WHERE tc.element = 'order_supplier' AND tc.source = 'external' ORDER BY position ASC, code ASC 2026-02-02 00:38:10 DEBUG 197.239.91.67 769202 3201 sql=SELECT DISTINCT tc.rowid, tc.code, tc.libelle as type_label, tc.position FROM llxme_c_type_contact as tc WHERE tc.element = 'order_supplier' AND tc.source = 'external' ORDER BY position ASC, code ASC 2026-02-02 00:38:10 DEBUG 197.239.91.67 769202 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'reception' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:38:10 DEBUG 197.239.91.67 769202 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'receptiondet_batch' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:38:10 DEBUG 197.239.91.67 769202 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:38:10 DEBUG 197.239.91.67 769202 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'socpeople' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:38:10 DEBUG 197.239.91.67 769202 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:38:10 DEBUG 197.239.91.67 769202 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'societe' AND entity IN (0, 1) 2026-02-02 00:38:10 DEBUG 197.239.91.67 769202 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'socpeople' AND entity IN (0, 1) 2026-02-02 00:38:10 INFO 197.239.91.67 769202 3201 Module modKnowledgeManagement not qualified 2026-02-02 00:38:10 DEBUG 197.239.91.67 769202 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'resource' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:38:10 DEBUG 197.239.91.67 769202 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'resource' AND entity IN (0,1) 2026-02-02 00:38:10 INFO 197.239.91.67 769202 3201 Module modResource not qualified 2026-02-02 00:38:10 DEBUG 197.239.91.67 769202 3201 useNPR 2026-02-02 00:38:10 DEBUG 197.239.91.67 769202 3201 sql=SELECT t.rowid FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.recuperableonly = 1 AND t.entity IN (1) 2026-02-02 00:38:10 DEBUG 197.239.91.67 769202 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:38:10 DEBUG 197.239.91.67 769202 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:38:10 DEBUG 197.239.91.67 769202 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:38:10 DEBUG 197.239.91.67 769202 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'product' AND entity IN (0, 1) 2026-02-02 00:38:10 DEBUG 197.239.91.67 769202 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:38:10 DEBUG 197.239.91.67 769202 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:38:10 DEBUG 197.239.91.67 769202 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:38:10 DEBUG 197.239.91.67 769202 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:38:10 DEBUG 197.239.91.67 769202 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'product_fournisseur_price' AND entity IN (0, 1) 2026-02-02 00:38:10 DEBUG 197.239.91.67 769202 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:38:10 DEBUG 197.239.91.67 769202 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:38:10 INFO 197.239.91.67 769202 3201 Module modProduct not qualified 2026-02-02 00:38:10 INFO 197.239.91.67 769202 3201 Module modBarcode not qualified 2026-02-02 00:38:10 DEBUG 197.239.91.67 769202 3201 sql=SELECT code, label, description FROM llxme_c_action_trigger ORDER by rang 2026-02-02 00:38:10 DEBUG 197.239.91.67 769202 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'actioncomm' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:38:10 DEBUG 197.239.91.67 769202 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE elementtype = 'actioncomm' AND entity IN (0, 1) 2026-02-02 00:38:10 DEBUG 197.239.91.67 769202 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'actioncomm' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:38:10 INFO 197.239.91.67 769202 3201 Module modWorkstation not qualified 2026-02-02 00:38:10 INFO 197.239.91.67 769202 3201 Module modPaypal not qualified 2026-02-02 00:38:10 INFO 197.239.91.67 769202 3201 Module modGeoIPMaxmind not qualified 2026-02-02 00:38:10 INFO 197.239.91.67 769202 3201 Module modMargin not qualified 2026-02-02 00:38:10 INFO 197.239.91.67 769202 3201 Module modBookCal not qualified 2026-02-02 00:38:10 INFO 197.239.91.67 769202 3201 Module modDocumentGeneration not qualified 2026-02-02 00:38:10 INFO 197.239.91.67 769202 3201 Module modWebsite not qualified 2026-02-02 00:38:10 INFO 197.239.91.67 769202 3201 Module modExternalRss not qualified 2026-02-02 00:38:10 INFO 197.239.91.67 769202 3201 Module modEmailCollector not qualified 2026-02-02 00:38:10 INFO 197.239.91.67 769202 3201 Scan directory /home4/jrbprodu/public_html/erpjrbvita/knowledgemanagement/core/modules/ for modules 2026-02-02 00:38:10 INFO 197.239.91.67 769202 3201 Scan directory /home4/jrbprodu/public_html/erpjrbvita/recruitment/core/modules/ for modules 2026-02-02 00:38:10 INFO 197.239.91.67 769202 3201 Scan directory /home4/jrbprodu/public_html/erpjrbvita/partnership/core/modules/ for modules 2026-02-02 00:38:10 DEBUG 197.239.91.67 769202 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:38:10 DEBUG 197.239.91.67 769202 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:38:10 DEBUG 197.239.91.67 769202 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:38:10 DEBUG 197.239.91.67 769202 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:38:10 DEBUG 197.239.91.67 769202 3201 sql=SELECT rowid, code, label, nature FROM llxme_accounting_journal WHERE entity = 1 AND active = 1 ORDER BY nature ASC, label DESC 2026-02-02 00:38:10 DEBUG 197.239.91.67 769202 3201 htdocs/admin/dict 2026-02-02 00:38:10 DEBUG 197.239.91.67 769202 3201 sql=SELECT a.rowid as rowid, a.code as code, a.label, a.nature, a.active FROM llxme_accounting_journal as a WHERE a.entity = 1 ORDER BY code ASC LIMIT 1001 2026-02-02 00:38:10 INFO 197.239.91.67 769202 3201 --- End access to /accountancy/admin/journals_list.php 2026-02-02 00:38:21 DEBUG 197.239.91.67 769483 3201 - This is an already logged session. _SESSION['dol_login']=intendant _SESSION['dol_entity']=1 2026-02-02 00:38:21 DEBUG 197.239.91.67 769483 3201 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 llxme_user as u LEFT JOIN llxme_c_country as c ON u.fk_country = c.rowid LEFT JOIN llxme_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llxme_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IN (0, 1) AND u.login = 'intendant' ORDER BY u.entity ASC 2026-02-02 00:38:21 DEBUG 197.239.91.67 769483 3201 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, aiprompt, css, cssview, csslist FROM llxme_extrafields WHERE elementtype = 'user' ORDER BY pos 2026-02-02 00:38:21 DEBUG 197.239.91.67 769483 3201 sql=SELECT param, value FROM llxme_user_param WHERE fk_user = 1 AND entity = 1 2026-02-02 00:38:21 DEBUG 197.239.91.67 769483 3201 DefaultValues::fetchAll 2026-02-02 00:38:21 DEBUG 197.239.91.67 769483 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2026-02-02 00:38:21 DEBUG 197.239.91.67 769483 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llxme_user_rights as ur, llxme_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 LIKE '%_advance' 2026-02-02 00:38:21 DEBUG 197.239.91.67 769483 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llxme_usergroup_rights as gr, llxme_usergroup_user as gu, llxme_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 LIKE '%_advance' 2026-02-02 00:38:21 NOTICE 197.239.91.67 769483 3201 --- Access to GET /accountancy/admin/subaccount.php - action=, massaction= 2026-02-02 00:38:21 DEBUG 197.239.91.67 769483 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 00:38:21 DEBUG 197.239.91.67 769483 3201 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, m.showtopmenuinframe FROM llxme_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 2026-02-02 00:38:21 DEBUG 197.239.91.67 769483 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:38:21 DEBUG 197.239.91.67 769483 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:38:21 DEBUG 197.239.91.67 769483 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:38:21 DEBUG 197.239.91.67 769483 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:38:21 DEBUG 197.239.91.67 769483 3201 sql=SELECT rowid, code, label, nature FROM llxme_accounting_journal WHERE entity = 1 AND active = 1 ORDER BY nature ASC, label DESC 2026-02-02 00:38:21 DEBUG 197.239.91.67 769483 3201 sql=SELECT sa.rowid, sa.nom as label, sa.code_compta as subaccount, '1' as type, sa.entity, sa.client as nature, sa.fournisseur as nature2 FROM llxme_societe sa WHERE sa.entity IN (1) AND sa.code_compta <> '' UNION SELECT sa.rowid, sa.nom as label, sa.code_compta_fournisseur as subaccount, '2' as type, sa.entity, sa.client as nature, sa.fournisseur as nature2 FROM llxme_societe sa WHERE sa.entity IN (1) AND sa.code_compta_fournisseur <> '' UNION SELECT u.rowid, u.lastname as label, u.accountancy_code as subaccount, '3' as type, u.entity, '0' as nature, '0' as nature2 FROM llxme_user u WHERE u.entity IN (0,1) AND u.accountancy_code <> '' ORDER BY label ASC 2026-02-02 00:38:21 INFO 197.239.91.67 769483 3201 accountancy/admin/subaccount.php:: sql=SELECT sa.rowid, sa.nom as label, sa.code_compta as subaccount, '1' as type, sa.entity, sa.client as nature, sa.fournisseur as nature2 FROM llxme_societe sa WHERE sa.entity IN (1) AND sa.code_compta <> '' UNION SELECT sa.rowid, sa.nom as label, sa.code_compta_fournisseur as subaccount, '2' as type, sa.entity, sa.client as nature, sa.fournisseur as nature2 FROM llxme_societe sa WHERE sa.entity IN (1) AND sa.code_compta_fournisseur <> '' UNION SELECT u.rowid, u.lastname as label, u.accountancy_code as subaccount, '3' as type, u.entity, '0' as nature, '0' as nature2 FROM llxme_user u WHERE u.entity IN (0,1) AND u.accountancy_code <> '' ORDER BY label ASC LIMIT 21 2026-02-02 00:38:21 DEBUG 197.239.91.67 769483 3201 sql=SELECT sa.rowid, sa.nom as label, sa.code_compta as subaccount, '1' as type, sa.entity, sa.client as nature, sa.fournisseur as nature2 FROM llxme_societe sa WHERE sa.entity IN (1) AND sa.code_compta <> '' UNION SELECT sa.rowid, sa.nom as label, sa.code_compta_fournisseur as subaccount, '2' as type, sa.entity, sa.client as nature, sa.fournisseur as nature2 FROM llxme_societe sa WHERE sa.entity IN (1) AND sa.code_compta_fournisseur <> '' UNION SELECT u.rowid, u.lastname as label, u.accountancy_code as subaccount, '3' as type, u.entity, '0' as nature, '0' as nature2 FROM llxme_user u WHERE u.entity IN (0,1) AND u.accountancy_code <> '' ORDER BY label ASC LIMIT 21 2026-02-02 00:38:21 INFO 197.239.91.67 769483 3201 --- End access to /accountancy/admin/subaccount.php 2026-02-02 00:38:36 DEBUG 197.239.91.67 769933 3201 - This is an already logged session. _SESSION['dol_login']=intendant _SESSION['dol_entity']=1 2026-02-02 00:38:36 DEBUG 197.239.91.67 769933 3201 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 llxme_user as u LEFT JOIN llxme_c_country as c ON u.fk_country = c.rowid LEFT JOIN llxme_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llxme_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IN (0, 1) AND u.login = 'intendant' ORDER BY u.entity ASC 2026-02-02 00:38:36 DEBUG 197.239.91.67 769933 3201 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, aiprompt, css, cssview, csslist FROM llxme_extrafields WHERE elementtype = 'user' ORDER BY pos 2026-02-02 00:38:36 DEBUG 197.239.91.67 769933 3201 sql=SELECT param, value FROM llxme_user_param WHERE fk_user = 1 AND entity = 1 2026-02-02 00:38:36 DEBUG 197.239.91.67 769933 3201 DefaultValues::fetchAll 2026-02-02 00:38:36 DEBUG 197.239.91.67 769933 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2026-02-02 00:38:36 DEBUG 197.239.91.67 769933 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llxme_user_rights as ur, llxme_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 LIKE '%_advance' 2026-02-02 00:38:36 DEBUG 197.239.91.67 769933 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llxme_usergroup_rights as gr, llxme_usergroup_user as gu, llxme_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 LIKE '%_advance' 2026-02-02 00:38:36 NOTICE 197.239.91.67 769933 3201 --- Access to GET /accountancy/admin/fiscalyear.php - action=, massaction= 2026-02-02 00:38:36 DEBUG 197.239.91.67 769933 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 00:38:36 DEBUG 197.239.91.67 769933 3201 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, m.showtopmenuinframe FROM llxme_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 2026-02-02 00:38:36 DEBUG 197.239.91.67 769933 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:38:36 DEBUG 197.239.91.67 769933 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:38:36 DEBUG 197.239.91.67 769933 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:38:36 DEBUG 197.239.91.67 769933 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:38:36 DEBUG 197.239.91.67 769933 3201 sql=SELECT rowid, code, label, nature FROM llxme_accounting_journal WHERE entity = 1 AND active = 1 ORDER BY nature ASC, label DESC 2026-02-02 00:38:36 DEBUG 197.239.91.67 769933 3201 sql=SELECT f.rowid, f.label, f.date_start, f.date_end, f.statut as status, f.entity FROM llxme_accounting_fiscalyear as f WHERE f.entity = 1 ORDER BY f.rowid ASC 2026-02-02 00:38:36 DEBUG 197.239.91.67 769933 3201 sql=SELECT f.rowid, f.label, f.date_start, f.date_end, f.statut as status, f.entity FROM llxme_accounting_fiscalyear as f WHERE f.entity = 1 ORDER BY f.rowid ASC LIMIT 21 2026-02-02 00:38:36 INFO 197.239.91.67 769933 3201 --- End access to /accountancy/admin/fiscalyear.php 2026-02-02 00:41:23 DEBUG 197.239.91.67 782101 3201 - This is an already logged session. _SESSION['dol_login']=intendant _SESSION['dol_entity']=1 2026-02-02 00:41:23 DEBUG 197.239.91.67 782101 3201 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 llxme_user as u LEFT JOIN llxme_c_country as c ON u.fk_country = c.rowid LEFT JOIN llxme_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llxme_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IN (0, 1) AND u.login = 'intendant' ORDER BY u.entity ASC 2026-02-02 00:41:23 DEBUG 197.239.91.67 782101 3201 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, aiprompt, css, cssview, csslist FROM llxme_extrafields WHERE elementtype = 'user' ORDER BY pos 2026-02-02 00:41:23 DEBUG 197.239.91.67 782101 3201 sql=SELECT param, value FROM llxme_user_param WHERE fk_user = 1 AND entity = 1 2026-02-02 00:41:23 DEBUG 197.239.91.67 782101 3201 DefaultValues::fetchAll 2026-02-02 00:41:23 DEBUG 197.239.91.67 782101 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2026-02-02 00:41:23 DEBUG 197.239.91.67 782101 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llxme_user_rights as ur, llxme_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 LIKE '%_advance' 2026-02-02 00:41:23 DEBUG 197.239.91.67 782101 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llxme_usergroup_rights as gr, llxme_usergroup_user as gu, llxme_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 LIKE '%_advance' 2026-02-02 00:41:23 NOTICE 197.239.91.67 782101 3201 --- Access to GET /compta/bank/list.php - action=, massaction= 2026-02-02 00:41:23 DEBUG 197.239.91.67 782101 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 00:41:23 DEBUG 197.239.91.67 782101 3201 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, m.showtopmenuinframe FROM llxme_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 2026-02-02 00:41:23 DEBUG 197.239.91.67 782101 3201 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, aiprompt, css, cssview, csslist FROM llxme_extrafields WHERE elementtype = 'bank_account' ORDER BY pos 2026-02-02 00:41:23 DEBUG 197.239.91.67 782101 3201 sql=SELECT COUNT(*) as nbtotalofrecords FROM llxme_bank_account as b WHERE b.entity IN (1) AND clos = 0 2026-02-02 00:41:23 DEBUG 197.239.91.67 782101 3201 sql=SELECT b.rowid, b.label, b.courant, b.rappro, b.account_number, b.fk_accountancy_journal, b.currency_code, b.datec as date_creation, b.tms as date_modification FROM llxme_bank_account as b WHERE b.entity IN (1) AND clos = 0 ORDER BY b.label ASC LIMIT 21 2026-02-02 00:41:23 DEBUG 197.239.91.67 782101 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:41:23 DEBUG 197.239.91.67 782101 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:41:23 DEBUG 197.239.91.67 782101 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:41:23 DEBUG 197.239.91.67 782101 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:41:23 INFO 197.239.91.67 782101 3201 Save lastsearch_values_tmp_compta/bank/list.php={"search_status":"opened"} (systematic recording of last search criteria) 2026-02-02 00:41:23 INFO 197.239.91.67 782101 3201 --- End access to /compta/bank/list.php 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 - This is an already logged session. _SESSION['dol_login']=intendant _SESSION['dol_entity']=1 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 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 llxme_user as u LEFT JOIN llxme_c_country as c ON u.fk_country = c.rowid LEFT JOIN llxme_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llxme_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IN (0, 1) AND u.login = 'intendant' ORDER BY u.entity ASC 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, aiprompt, css, cssview, csslist FROM llxme_extrafields WHERE elementtype = 'user' ORDER BY pos 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 sql=SELECT param, value FROM llxme_user_param WHERE fk_user = 1 AND entity = 1 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 DefaultValues::fetchAll 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llxme_user_rights as ur, llxme_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 LIKE '%_advance' 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llxme_usergroup_rights as gr, llxme_usergroup_user as gu, llxme_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 LIKE '%_advance' 2026-02-02 00:41:29 NOTICE 197.239.91.67 782101 3201 --- Access to GET /compta/bank/card.php - action=create, massaction= 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 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, m.showtopmenuinframe FROM llxme_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 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, aiprompt, css, cssview, csslist FROM llxme_extrafields WHERE elementtype = 'bank_account' ORDER BY pos 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 Translate::loadCacheCurrencies 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 sql=SELECT code_iso, label, unicode FROM llxme_c_currencies WHERE active = 1 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 Translate::getLabelFromKey 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'AED' 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 Translate::getLabelFromKey 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'AFN' 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 Translate::getLabelFromKey 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'ALL' 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 Translate::getLabelFromKey 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'ANG' 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 Translate::getLabelFromKey 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'AOA' 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 Translate::getLabelFromKey 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'ARS' 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 Translate::getLabelFromKey 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'AWG' 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 Translate::getLabelFromKey 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'AZN' 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 Translate::getLabelFromKey 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'BAM' 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 Translate::getLabelFromKey 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'BBD' 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 Translate::getLabelFromKey 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'BDT' 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 Translate::getLabelFromKey 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'BGN' 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 Translate::getLabelFromKey 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'BHD' 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 Translate::getLabelFromKey 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'BIF' 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 Translate::getLabelFromKey 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'BMD' 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 Translate::getLabelFromKey 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'BND' 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 Translate::getLabelFromKey 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'BOB' 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 Translate::getLabelFromKey 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'BRL' 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 Translate::getLabelFromKey 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'BSD' 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 Translate::getLabelFromKey 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'BWP' 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 Translate::getLabelFromKey 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'BYR' 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 Translate::getLabelFromKey 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'BZD' 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 Translate::getLabelFromKey 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'CLP' 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 Translate::getLabelFromKey 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'CNY' 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 Translate::getLabelFromKey 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'COP' 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 Translate::getLabelFromKey 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'CRC' 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 Translate::getLabelFromKey 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'CUP' 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 Translate::getLabelFromKey 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'CVE' 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 Translate::getLabelFromKey 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'CZK' 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 Translate::getLabelFromKey 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'DKK' 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 Translate::getLabelFromKey 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'DOP' 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 Translate::getLabelFromKey 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'DZD' 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 Translate::getLabelFromKey 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'ECS' 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 Translate::getLabelFromKey 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'EEK' 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 Translate::getLabelFromKey 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'EGP' 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 Translate::getLabelFromKey 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'ETB' 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 Translate::getLabelFromKey 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'FJD' 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 Translate::getLabelFromKey 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'FKP' 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 Translate::getLabelFromKey 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'GGP' 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 Translate::getLabelFromKey 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'GHC' 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 Translate::getLabelFromKey 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'GIP' 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 Translate::getLabelFromKey 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'GNF' 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 Translate::getLabelFromKey 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'GTQ' 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 Translate::getLabelFromKey 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'GYD' 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 Translate::getLabelFromKey 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'HKD' 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 Translate::getLabelFromKey 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'HNL' 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 Translate::getLabelFromKey 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'HRK' 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 Translate::getLabelFromKey 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'HUF' 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 Translate::getLabelFromKey 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'IDR' 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 Translate::getLabelFromKey 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'ILS' 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 Translate::getLabelFromKey 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'IMP' 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 Translate::getLabelFromKey 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'IRR' 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 Translate::getLabelFromKey 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'ISK' 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 Translate::getLabelFromKey 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'JEP' 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 Translate::getLabelFromKey 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'JMD' 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 Translate::getLabelFromKey 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'JPY' 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 Translate::getLabelFromKey 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'KES' 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 Translate::getLabelFromKey 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'KGS' 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 Translate::getLabelFromKey 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'KHR' 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 Translate::getLabelFromKey 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'KPW' 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 Translate::getLabelFromKey 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'KRW' 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 Translate::getLabelFromKey 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'KYD' 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 Translate::getLabelFromKey 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'KZT' 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 Translate::getLabelFromKey 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'LAK' 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 Translate::getLabelFromKey 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'LBP' 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 Translate::getLabelFromKey 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'LKR' 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 Translate::getLabelFromKey 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'LRD' 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 Translate::getLabelFromKey 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'LTL' 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 Translate::getLabelFromKey 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'LVL' 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 Translate::getLabelFromKey 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'MDL' 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 Translate::getLabelFromKey 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'MKD' 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 Translate::getLabelFromKey 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'MMK' 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 Translate::getLabelFromKey 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'MNT' 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 Translate::getLabelFromKey 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'MRU' 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 Translate::getLabelFromKey 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'MXN' 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 Translate::getLabelFromKey 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'MYR' 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 Translate::getLabelFromKey 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'MZN' 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 Translate::getLabelFromKey 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'NAD' 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 Translate::getLabelFromKey 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'NGN' 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 Translate::getLabelFromKey 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'NIO' 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 Translate::getLabelFromKey 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'NPR' 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 Translate::getLabelFromKey 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'NZD' 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 Translate::getLabelFromKey 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'OMR' 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 Translate::getLabelFromKey 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'PAB' 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 Translate::getLabelFromKey 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'PEN' 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 Translate::getLabelFromKey 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'PHP' 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 Translate::getLabelFromKey 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'PKR' 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 Translate::getLabelFromKey 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'PLN' 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 Translate::getLabelFromKey 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'PYG' 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 Translate::getLabelFromKey 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'QAR' 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 Translate::getLabelFromKey 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'RON' 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 Translate::getLabelFromKey 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'RSD' 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 Translate::getLabelFromKey 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'RUB' 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 Translate::getLabelFromKey 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'SAR' 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 Translate::getLabelFromKey 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'SBD' 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 Translate::getLabelFromKey 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'SCR' 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 Translate::getLabelFromKey 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'SEK' 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 Translate::getLabelFromKey 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'SGD' 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 Translate::getLabelFromKey 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'SHP' 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 Translate::getLabelFromKey 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'SOS' 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 Translate::getLabelFromKey 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'SRD' 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 Translate::getLabelFromKey 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'SVC' 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 Translate::getLabelFromKey 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'SYP' 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 Translate::getLabelFromKey 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'THB' 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 Translate::getLabelFromKey 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'TRY' 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 Translate::getLabelFromKey 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'TTD' 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 Translate::getLabelFromKey 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'TVD' 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 Translate::getLabelFromKey 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'TWD' 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 Translate::getLabelFromKey 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'UYU' 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 Translate::getLabelFromKey 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'UZS' 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 Translate::getLabelFromKey 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'VEF' 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 Translate::getLabelFromKey 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'VND' 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 Translate::getLabelFromKey 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'XCD' 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 Translate::getLabelFromKey 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'YER' 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 Translate::getLabelFromKey 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'ZAR' 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 Translate::getLabelFromKey 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'ZWD' 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 sql=SELECT rowid, code, label FROM llxme_c_country WHERE code = 'BF' 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 Form::select_country 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 sql=SELECT rowid, code as code_iso, code_iso as code_iso3, label, favorite, eec FROM llxme_c_country WHERE active > 0 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 FormCompany::select_departement selected=0, country_codeid=BF 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 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 llxme_c_departements as d, llxme_c_regions as r,llxme_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 AND c.code = 'BF' ORDER BY c.code, d.code_departement 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 FormCompany::select_departement num=0 2026-02-02 00:41:29 INFO 197.239.91.67 782101 3201 DolEditor::DolEditor htmlname=account_comment width= height=90 toolbarname=dolibarr_notes uselocalbrowser=1 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 Form::select_country 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 sql=SELECT rowid, code as code_iso, code_iso as code_iso3, label, favorite, eec FROM llxme_c_country WHERE active > 0 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 FormAccounting::select_account 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 sql=SELECT DISTINCT aa.account_number, aa.label, aa.labelshort, aa.rowid, aa.fk_pcg_version, aa.centralized FROM llxme_accounting_account as aa INNER JOIN llxme_accounting_system as asy ON aa.fk_pcg_version = asy.pcg_version AND asy.rowid = 26 AND aa.active = 1 AND aa.entity=1 ORDER BY aa.account_number 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 FormAccounting::select_journal 2026-02-02 00:41:29 DEBUG 197.239.91.67 782101 3201 sql=SELECT rowid, code, label, nature, entity, active FROM llxme_accounting_journal WHERE active = 1 AND entity = 1 AND nature = 4 ORDER BY code 2026-02-02 00:41:29 INFO 197.239.91.67 782101 3201 --- End access to /compta/bank/card.php 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 - This is an already logged session. _SESSION['dol_login']=intendant _SESSION['dol_entity']=1 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 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 llxme_user as u LEFT JOIN llxme_c_country as c ON u.fk_country = c.rowid LEFT JOIN llxme_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llxme_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IN (0, 1) AND u.login = 'intendant' ORDER BY u.entity ASC 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, aiprompt, css, cssview, csslist FROM llxme_extrafields WHERE elementtype = 'user' ORDER BY pos 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 sql=SELECT param, value FROM llxme_user_param WHERE fk_user = 1 AND entity = 1 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 DefaultValues::fetchAll 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llxme_user_rights as ur, llxme_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 LIKE '%_advance' 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llxme_usergroup_rights as gr, llxme_usergroup_user as gu, llxme_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 LIKE '%_advance' 2026-02-02 00:43:39 NOTICE 197.239.91.67 786214 3201 --- Access to POST /compta/bank/card.php - action=add, massaction= 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 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, m.showtopmenuinframe FROM llxme_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 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, aiprompt, css, cssview, csslist FROM llxme_extrafields WHERE elementtype = 'bank_account' ORDER BY pos 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 Account::fetch 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 sql=SELECT ba.rowid, ba.ref, ba.label, ba.bank, ba.number, ba.courant as type, ba.clos as status, ba.rappro, ba.url, ba.code_banque, ba.code_guichet, ba.cle_rib, ba.bic, ba.iban_prefix as iban, ba.domiciliation as address, ba.pti_in_ctti, ba.proprio as owner_name, ba.owner_address, ba.owner_zip, ba.owner_town, ba.owner_country_id, ba.state_id, ba.fk_pays as country_id, ba.account_number, ba.fk_accountancy_journal, ba.currency_code, ba.min_allowed, ba.min_desired, ba.comment, ba.datec as date_creation, ba.tms as date_modification, ba.ics, ba.ics_transfer, c.code as country_code, c.label as country, d.code_departement as state_code, d.nom as state, aj.code as accountancy_journal FROM llxme_bank_account as ba LEFT JOIN llxme_c_country as c ON ba.fk_pays = c.rowid LEFT JOIN llxme_c_departements as d ON ba.state_id = d.rowid LEFT JOIN llxme_accounting_journal as aj ON aj.rowid=ba.fk_accountancy_journal WHERE ba.entity IN (1) AND ba.ref = 'VISTAJRBVITA' 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 BEGIN Transaction 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 ROLLBACK Transaction 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 Translate::loadCacheCurrencies 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 sql=SELECT code_iso, label, unicode FROM llxme_c_currencies WHERE active = 1 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 Translate::getLabelFromKey 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'AED' 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 Translate::getLabelFromKey 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'AFN' 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 Translate::getLabelFromKey 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'ALL' 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 Translate::getLabelFromKey 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'ANG' 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 Translate::getLabelFromKey 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'AOA' 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 Translate::getLabelFromKey 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'ARS' 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 Translate::getLabelFromKey 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'AWG' 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 Translate::getLabelFromKey 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'AZN' 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 Translate::getLabelFromKey 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'BAM' 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 Translate::getLabelFromKey 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'BBD' 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 Translate::getLabelFromKey 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'BDT' 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 Translate::getLabelFromKey 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'BGN' 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 Translate::getLabelFromKey 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'BHD' 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 Translate::getLabelFromKey 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'BIF' 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 Translate::getLabelFromKey 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'BMD' 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 Translate::getLabelFromKey 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'BND' 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 Translate::getLabelFromKey 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'BOB' 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 Translate::getLabelFromKey 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'BRL' 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 Translate::getLabelFromKey 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'BSD' 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 Translate::getLabelFromKey 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'BWP' 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 Translate::getLabelFromKey 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'BYR' 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 Translate::getLabelFromKey 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'BZD' 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 Translate::getLabelFromKey 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'CLP' 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 Translate::getLabelFromKey 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'CNY' 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 Translate::getLabelFromKey 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'COP' 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 Translate::getLabelFromKey 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'CRC' 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 Translate::getLabelFromKey 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'CUP' 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 Translate::getLabelFromKey 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'CVE' 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 Translate::getLabelFromKey 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'CZK' 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 Translate::getLabelFromKey 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'DKK' 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 Translate::getLabelFromKey 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'DOP' 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 Translate::getLabelFromKey 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'DZD' 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 Translate::getLabelFromKey 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'ECS' 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 Translate::getLabelFromKey 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'EEK' 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 Translate::getLabelFromKey 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'EGP' 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 Translate::getLabelFromKey 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'ETB' 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 Translate::getLabelFromKey 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'FJD' 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 Translate::getLabelFromKey 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'FKP' 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 Translate::getLabelFromKey 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'GGP' 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 Translate::getLabelFromKey 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'GHC' 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 Translate::getLabelFromKey 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'GIP' 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 Translate::getLabelFromKey 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'GNF' 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 Translate::getLabelFromKey 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'GTQ' 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 Translate::getLabelFromKey 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'GYD' 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 Translate::getLabelFromKey 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'HKD' 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 Translate::getLabelFromKey 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'HNL' 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 Translate::getLabelFromKey 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'HRK' 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 Translate::getLabelFromKey 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'HUF' 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 Translate::getLabelFromKey 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'IDR' 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 Translate::getLabelFromKey 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'ILS' 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 Translate::getLabelFromKey 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'IMP' 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 Translate::getLabelFromKey 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'IRR' 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 Translate::getLabelFromKey 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'ISK' 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 Translate::getLabelFromKey 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'JEP' 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 Translate::getLabelFromKey 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'JMD' 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 Translate::getLabelFromKey 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'JPY' 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 Translate::getLabelFromKey 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'KES' 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 Translate::getLabelFromKey 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'KGS' 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 Translate::getLabelFromKey 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'KHR' 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 Translate::getLabelFromKey 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'KPW' 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 Translate::getLabelFromKey 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'KRW' 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 Translate::getLabelFromKey 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'KYD' 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 Translate::getLabelFromKey 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'KZT' 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 Translate::getLabelFromKey 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'LAK' 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 Translate::getLabelFromKey 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'LBP' 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 Translate::getLabelFromKey 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'LKR' 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 Translate::getLabelFromKey 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'LRD' 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 Translate::getLabelFromKey 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'LTL' 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 Translate::getLabelFromKey 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'LVL' 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 Translate::getLabelFromKey 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'MDL' 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 Translate::getLabelFromKey 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'MKD' 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 Translate::getLabelFromKey 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'MMK' 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 Translate::getLabelFromKey 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'MNT' 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 Translate::getLabelFromKey 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'MRU' 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 Translate::getLabelFromKey 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'MXN' 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 Translate::getLabelFromKey 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'MYR' 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 Translate::getLabelFromKey 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'MZN' 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 Translate::getLabelFromKey 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'NAD' 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 Translate::getLabelFromKey 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'NGN' 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 Translate::getLabelFromKey 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'NIO' 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 Translate::getLabelFromKey 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'NPR' 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 Translate::getLabelFromKey 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'NZD' 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 Translate::getLabelFromKey 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'OMR' 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 Translate::getLabelFromKey 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'PAB' 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 Translate::getLabelFromKey 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'PEN' 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 Translate::getLabelFromKey 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'PHP' 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 Translate::getLabelFromKey 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'PKR' 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 Translate::getLabelFromKey 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'PLN' 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 Translate::getLabelFromKey 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'PYG' 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 Translate::getLabelFromKey 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'QAR' 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 Translate::getLabelFromKey 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'RON' 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 Translate::getLabelFromKey 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'RSD' 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 Translate::getLabelFromKey 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'RUB' 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 Translate::getLabelFromKey 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'SAR' 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 Translate::getLabelFromKey 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'SBD' 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 Translate::getLabelFromKey 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'SCR' 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 Translate::getLabelFromKey 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'SEK' 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 Translate::getLabelFromKey 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'SGD' 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 Translate::getLabelFromKey 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'SHP' 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 Translate::getLabelFromKey 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'SOS' 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 Translate::getLabelFromKey 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'SRD' 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 Translate::getLabelFromKey 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'SVC' 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 Translate::getLabelFromKey 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'SYP' 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 Translate::getLabelFromKey 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'THB' 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 Translate::getLabelFromKey 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'TRY' 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 Translate::getLabelFromKey 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'TTD' 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 Translate::getLabelFromKey 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'TVD' 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 Translate::getLabelFromKey 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'TWD' 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 Translate::getLabelFromKey 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'UYU' 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 Translate::getLabelFromKey 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'UZS' 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 Translate::getLabelFromKey 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'VEF' 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 Translate::getLabelFromKey 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'VND' 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 Translate::getLabelFromKey 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'XCD' 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 Translate::getLabelFromKey 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'YER' 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 Translate::getLabelFromKey 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'ZAR' 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 Translate::getLabelFromKey 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'ZWD' 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 sql=SELECT rowid, code, label FROM llxme_c_country WHERE rowid = 60 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 Form::select_country 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 sql=SELECT rowid, code as code_iso, code_iso as code_iso3, label, favorite, eec FROM llxme_c_country WHERE active > 0 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 FormCompany::select_departement selected=0, country_codeid=60 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 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 llxme_c_departements as d, llxme_c_regions as r,llxme_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 AND c.rowid = '60' ORDER BY c.code, d.code_departement 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 FormCompany::select_departement num=0 2026-02-02 00:43:39 INFO 197.239.91.67 786214 3201 DolEditor::DolEditor htmlname=account_comment width= height=90 toolbarname=dolibarr_notes uselocalbrowser=1 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 Form::select_country 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 sql=SELECT rowid, code as code_iso, code_iso as code_iso3, label, favorite, eec FROM llxme_c_country WHERE active > 0 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 FormAccounting::select_account 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 sql=SELECT DISTINCT aa.account_number, aa.label, aa.labelshort, aa.rowid, aa.fk_pcg_version, aa.centralized FROM llxme_accounting_account as aa INNER JOIN llxme_accounting_system as asy ON aa.fk_pcg_version = asy.pcg_version AND asy.rowid = 26 AND aa.active = 1 AND aa.entity=1 ORDER BY aa.account_number 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 FormAccounting::select_journal 2026-02-02 00:43:39 DEBUG 197.239.91.67 786214 3201 sql=SELECT rowid, code, label, nature, entity, active FROM llxme_accounting_journal WHERE active = 1 AND entity = 1 AND nature = 4 ORDER BY code 2026-02-02 00:43:39 INFO 197.239.91.67 786214 3201 --- End access to /compta/bank/card.php 2026-02-02 00:44:51 DEBUG 197.239.91.67 788168 3201 - This is an already logged session. _SESSION['dol_login']=intendant _SESSION['dol_entity']=1 2026-02-02 00:44:51 DEBUG 197.239.91.67 788168 3201 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 llxme_user as u LEFT JOIN llxme_c_country as c ON u.fk_country = c.rowid LEFT JOIN llxme_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llxme_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IN (0, 1) AND u.login = 'intendant' ORDER BY u.entity ASC 2026-02-02 00:44:51 DEBUG 197.239.91.67 788168 3201 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, aiprompt, css, cssview, csslist FROM llxme_extrafields WHERE elementtype = 'user' ORDER BY pos 2026-02-02 00:44:51 DEBUG 197.239.91.67 788168 3201 sql=SELECT param, value FROM llxme_user_param WHERE fk_user = 1 AND entity = 1 2026-02-02 00:44:51 DEBUG 197.239.91.67 788168 3201 DefaultValues::fetchAll 2026-02-02 00:44:51 DEBUG 197.239.91.67 788168 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2026-02-02 00:44:51 DEBUG 197.239.91.67 788168 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llxme_user_rights as ur, llxme_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 LIKE '%_advance' 2026-02-02 00:44:51 DEBUG 197.239.91.67 788168 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llxme_usergroup_rights as gr, llxme_usergroup_user as gu, llxme_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 LIKE '%_advance' 2026-02-02 00:44:51 NOTICE 197.239.91.67 788168 3201 --- Access to POST /compta/bank/card.php - action=add, massaction= 2026-02-02 00:44:51 DEBUG 197.239.91.67 788168 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 00:44:51 DEBUG 197.239.91.67 788168 3201 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, m.showtopmenuinframe FROM llxme_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 2026-02-02 00:44:51 DEBUG 197.239.91.67 788168 3201 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, aiprompt, css, cssview, csslist FROM llxme_extrafields WHERE elementtype = 'bank_account' ORDER BY pos 2026-02-02 00:44:51 DEBUG 197.239.91.67 788168 3201 Account::fetch 2026-02-02 00:44:51 DEBUG 197.239.91.67 788168 3201 sql=SELECT ba.rowid, ba.ref, ba.label, ba.bank, ba.number, ba.courant as type, ba.clos as status, ba.rappro, ba.url, ba.code_banque, ba.code_guichet, ba.cle_rib, ba.bic, ba.iban_prefix as iban, ba.domiciliation as address, ba.pti_in_ctti, ba.proprio as owner_name, ba.owner_address, ba.owner_zip, ba.owner_town, ba.owner_country_id, ba.state_id, ba.fk_pays as country_id, ba.account_number, ba.fk_accountancy_journal, ba.currency_code, ba.min_allowed, ba.min_desired, ba.comment, ba.datec as date_creation, ba.tms as date_modification, ba.ics, ba.ics_transfer, c.code as country_code, c.label as country, d.code_departement as state_code, d.nom as state, aj.code as accountancy_journal FROM llxme_bank_account as ba LEFT JOIN llxme_c_country as c ON ba.fk_pays = c.rowid LEFT JOIN llxme_c_departements as d ON ba.state_id = d.rowid LEFT JOIN llxme_accounting_journal as aj ON aj.rowid=ba.fk_accountancy_journal WHERE ba.entity IN (1) AND ba.ref = 'VISTAJRBVITA' 2026-02-02 00:44:51 DEBUG 197.239.91.67 788168 3201 BEGIN Transaction 2026-02-02 00:44:51 NOTICE 197.239.91.67 788168 3201 Account::create clos is deprecated use status 2026-02-02 00:44:51 DEBUG 197.239.91.67 788168 3201 Account::create 2026-02-02 00:44:51 DEBUG 197.239.91.67 788168 3201 sql=INSERT INTO llxme_bank_account (datec, ref, label, entity, account_number, fk_accountancy_journal, bank, code_banque, code_guichet, number, cle_rib, bic, iban_prefix, domiciliation, pti_in_ctti, proprio, owner_address, owner_zip, owner_town, owner_country_id, currency_code, rappro, min_allowed, min_desired, comment, state_id, fk_pays, ics, ics_transfer) VALUES ('2026-02-01 17:44:51', 'VISTAJRBVITA', 'VISTA BANK BURKINA', 1, '521', null, '', '', '', '', '', '', '', 'VISTA BANK BURKINA FASO, AGENCE PRESTIGE', 0, '', '', '', '', null, 'XOF', 1, 0, 0, '', null, 60, '', '') 2026-02-02 00:44:51 DEBUG 197.239.91.67 788168 3201 Account::update 2026-02-02 00:44:51 DEBUG 197.239.91.67 788168 3201 sql=UPDATE llxme_bank_account SET ref = 'VISTAJRBVITA',label = 'VISTA BANK BURKINA',courant = 1,clos = 0,rappro = 1,url = null,account_number = '521',fk_accountancy_journal = null,bank = '',code_banque='',code_guichet='',number='',cle_rib='',bic='',iban_prefix = '',domiciliation='VISTA BANK BURKINA FASO, AGENCE PRESTIGE',pti_in_ctti=0,proprio = '',owner_address = '',owner_zip = '',owner_town = '',owner_country_id = null,currency_code = 'XOF',min_allowed = 0,min_desired = 0,comment = '',state_id = null,fk_pays = 60,ics = '',ics_transfer = '' WHERE rowid = 1 2026-02-02 00:44:51 DEBUG 197.239.91.67 788168 3201 AccountLine::insert 2026-02-02 00:44:51 DEBUG 197.239.91.67 788168 3201 sql=INSERT INTO llxme_bank (datec, dateo, datev, label, amount, amount_main_currency, fk_user_author, num_chq, fk_account, fk_type, emetteur,banque, rappro, numero_compte, num_releve, note) VALUES ('2026-02-01 17:44:51', '2026-02-02 12:00:00', '2026-02-02 12:00:00', '(Solde initial)', 0, NULL, 1, null, '1', 'SOLD', null, null, 0, '', null, null) 2026-02-02 00:44:51 DEBUG 197.239.91.67 788168 3201 Account::setCategoriesCommon Object Id:1 type_categ:bank_account nb tag add:0 2026-02-02 00:44:51 DEBUG 197.239.91.67 788168 3201 sql=SELECT ct.fk_categorie, c.label, c.rowid FROM llxme_categorie_account as ct, llxme_categorie as c WHERE ct.fk_categorie = c.rowid AND ct.fk_account = 1 AND c.entity IN (1) 2026-02-02 00:44:51 DEBUG 197.239.91.67 788168 3201 COMMIT Transaction 2026-02-02 00:44:51 INFO 197.239.91.67 788168 3201 --- End access to /compta/bank/card.php 2026-02-02 00:44:51 DEBUG 197.239.91.67 788168 3201 - This is an already logged session. _SESSION['dol_login']=intendant _SESSION['dol_entity']=1 2026-02-02 00:44:51 DEBUG 197.239.91.67 788168 3201 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 llxme_user as u LEFT JOIN llxme_c_country as c ON u.fk_country = c.rowid LEFT JOIN llxme_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llxme_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IN (0, 1) AND u.login = 'intendant' ORDER BY u.entity ASC 2026-02-02 00:44:51 DEBUG 197.239.91.67 788168 3201 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, aiprompt, css, cssview, csslist FROM llxme_extrafields WHERE elementtype = 'user' ORDER BY pos 2026-02-02 00:44:51 DEBUG 197.239.91.67 788168 3201 sql=SELECT param, value FROM llxme_user_param WHERE fk_user = 1 AND entity = 1 2026-02-02 00:44:51 DEBUG 197.239.91.67 788168 3201 DefaultValues::fetchAll 2026-02-02 00:44:51 DEBUG 197.239.91.67 788168 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2026-02-02 00:44:51 DEBUG 197.239.91.67 788168 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llxme_user_rights as ur, llxme_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 LIKE '%_advance' 2026-02-02 00:44:51 DEBUG 197.239.91.67 788168 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llxme_usergroup_rights as gr, llxme_usergroup_user as gu, llxme_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 LIKE '%_advance' 2026-02-02 00:44:51 NOTICE 197.239.91.67 788168 3201 --- Access to GET /compta/bank/card.php - action=, massaction= 2026-02-02 00:44:51 DEBUG 197.239.91.67 788168 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 00:44:51 DEBUG 197.239.91.67 788168 3201 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, m.showtopmenuinframe FROM llxme_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 2026-02-02 00:44:51 DEBUG 197.239.91.67 788168 3201 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, aiprompt, css, cssview, csslist FROM llxme_extrafields WHERE elementtype = 'bank_account' ORDER BY pos 2026-02-02 00:44:51 DEBUG 197.239.91.67 788168 3201 Account::fetch 2026-02-02 00:44:51 DEBUG 197.239.91.67 788168 3201 sql=SELECT ba.rowid, ba.ref, ba.label, ba.bank, ba.number, ba.courant as type, ba.clos as status, ba.rappro, ba.url, ba.code_banque, ba.code_guichet, ba.cle_rib, ba.bic, ba.iban_prefix as iban, ba.domiciliation as address, ba.pti_in_ctti, ba.proprio as owner_name, ba.owner_address, ba.owner_zip, ba.owner_town, ba.owner_country_id, ba.state_id, ba.fk_pays as country_id, ba.account_number, ba.fk_accountancy_journal, ba.currency_code, ba.min_allowed, ba.min_desired, ba.comment, ba.datec as date_creation, ba.tms as date_modification, ba.ics, ba.ics_transfer, c.code as country_code, c.label as country, d.code_departement as state_code, d.nom as state, aj.code as accountancy_journal FROM llxme_bank_account as ba LEFT JOIN llxme_c_country as c ON ba.fk_pays = c.rowid LEFT JOIN llxme_c_departements as d ON ba.state_id = d.rowid LEFT JOIN llxme_accounting_journal as aj ON aj.rowid=ba.fk_accountancy_journal WHERE ba.entity IN (1) AND ba.rowid = 1 2026-02-02 00:44:51 DEBUG 197.239.91.67 788168 3201 sql=SELECT COUNT(dbt.rowid) as nb FROM llxme_bank_account as dbt WHERE dbt.rowid IN (1) AND dbt.entity IN (1) 2026-02-02 00:44:51 DEBUG 197.239.91.67 788168 3201 security.lib.php::checkUserAccessToObject::return True 2026-02-02 00:44:51 DEBUG 197.239.91.67 788168 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:44:51 DEBUG 197.239.91.67 788168 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:44:51 DEBUG 197.239.91.67 788168 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:44:51 DEBUG 197.239.91.67 788168 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:44:51 DEBUG 197.239.91.67 788168 3201 sql=SELECT COUNT(DISTINCT(b.num_releve)) as nb FROM llxme_bank as b WHERE b.fk_account = 1 2026-02-02 00:44:51 INFO 197.239.91.67 788168 3201 files.lib.php::dol_dir_list path=/home4/jrbprodu/dolibarrjrbvita/bank/VISTAJRBVITA types=files recursive=0 filter="" excludefilter="(\\.meta|_preview.*\\.png)$" 2026-02-02 00:44:51 DEBUG 197.239.91.67 788168 3201 sql=SELECT COUNT(rowid) as nb FROM llxme_links WHERE objecttype = 'bank_account' AND objectid = 1 AND entity = 1 2026-02-02 00:44:51 DEBUG 197.239.91.67 788168 3201 sql=SELECT MAX(te.ref) FROM llxme_bank_account as te WHERE te.ref < 'VISTAJRBVITA' AND te.entity IN (1) 2026-02-02 00:44:51 DEBUG 197.239.91.67 788168 3201 sql=SELECT MIN(te.ref) FROM llxme_bank_account as te WHERE te.ref > 'VISTAJRBVITA' AND te.entity IN (1) 2026-02-02 00:44:51 DEBUG 197.239.91.67 788168 3201 AccountingAccount::fetch rowid=0 account_number=521 2026-02-02 00:44:51 DEBUG 197.239.91.67 788168 3201 sql=SELECT a.rowid as rowid, a.datec, a.tms, a.fk_pcg_version, a.pcg_type, a.account_number, a.account_parent, a.label, a.labelshort, a.fk_accounting_category, a.fk_user_author, a.fk_user_modif, a.active, a.reconcilable, ca.label as category_label FROM llxme_accounting_account as a LEFT JOIN llxme_c_accounting_category as ca ON a.fk_accounting_category = ca.rowid WHERE a.account_number = '521' AND a.entity = 1 AND a.fk_pcg_version IN (SELECT pcg_version FROM llxme_accounting_system WHERE rowid = 26) 2026-02-02 00:44:51 DEBUG 197.239.91.67 788168 3201 sql=SELECT COUNT(rowid) as nb FROM llxme_bank WHERE fk_account = 1 2026-02-02 00:44:51 INFO 197.239.91.67 788168 3201 --- End access to /compta/bank/card.php 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 - This is an already logged session. _SESSION['dol_login']=intendant _SESSION['dol_entity']=1 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 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 llxme_user as u LEFT JOIN llxme_c_country as c ON u.fk_country = c.rowid LEFT JOIN llxme_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llxme_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IN (0, 1) AND u.login = 'intendant' ORDER BY u.entity ASC 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, aiprompt, css, cssview, csslist FROM llxme_extrafields WHERE elementtype = 'user' ORDER BY pos 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 sql=SELECT param, value FROM llxme_user_param WHERE fk_user = 1 AND entity = 1 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 DefaultValues::fetchAll 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llxme_user_rights as ur, llxme_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 LIKE '%_advance' 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llxme_usergroup_rights as gr, llxme_usergroup_user as gu, llxme_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 LIKE '%_advance' 2026-02-02 00:45:02 NOTICE 197.239.91.67 788486 3201 --- Access to GET /compta/bank/card.php - action=create, massaction= 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 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, m.showtopmenuinframe FROM llxme_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 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, aiprompt, css, cssview, csslist FROM llxme_extrafields WHERE elementtype = 'bank_account' ORDER BY pos 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 Translate::loadCacheCurrencies 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 sql=SELECT code_iso, label, unicode FROM llxme_c_currencies WHERE active = 1 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 Translate::getLabelFromKey 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'AED' 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 Translate::getLabelFromKey 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'AFN' 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 Translate::getLabelFromKey 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'ALL' 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 Translate::getLabelFromKey 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'ANG' 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 Translate::getLabelFromKey 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'AOA' 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 Translate::getLabelFromKey 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'ARS' 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 Translate::getLabelFromKey 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'AWG' 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 Translate::getLabelFromKey 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'AZN' 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 Translate::getLabelFromKey 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'BAM' 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 Translate::getLabelFromKey 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'BBD' 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 Translate::getLabelFromKey 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'BDT' 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 Translate::getLabelFromKey 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'BGN' 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 Translate::getLabelFromKey 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'BHD' 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 Translate::getLabelFromKey 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'BIF' 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 Translate::getLabelFromKey 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'BMD' 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 Translate::getLabelFromKey 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'BND' 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 Translate::getLabelFromKey 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'BOB' 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 Translate::getLabelFromKey 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'BRL' 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 Translate::getLabelFromKey 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'BSD' 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 Translate::getLabelFromKey 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'BWP' 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 Translate::getLabelFromKey 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'BYR' 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 Translate::getLabelFromKey 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'BZD' 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 Translate::getLabelFromKey 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'CLP' 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 Translate::getLabelFromKey 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'CNY' 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 Translate::getLabelFromKey 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'COP' 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 Translate::getLabelFromKey 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'CRC' 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 Translate::getLabelFromKey 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'CUP' 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 Translate::getLabelFromKey 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'CVE' 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 Translate::getLabelFromKey 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'CZK' 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 Translate::getLabelFromKey 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'DKK' 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 Translate::getLabelFromKey 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'DOP' 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 Translate::getLabelFromKey 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'DZD' 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 Translate::getLabelFromKey 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'ECS' 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 Translate::getLabelFromKey 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'EEK' 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 Translate::getLabelFromKey 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'EGP' 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 Translate::getLabelFromKey 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'ETB' 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 Translate::getLabelFromKey 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'FJD' 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 Translate::getLabelFromKey 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'FKP' 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 Translate::getLabelFromKey 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'GGP' 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 Translate::getLabelFromKey 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'GHC' 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 Translate::getLabelFromKey 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'GIP' 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 Translate::getLabelFromKey 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'GNF' 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 Translate::getLabelFromKey 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'GTQ' 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 Translate::getLabelFromKey 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'GYD' 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 Translate::getLabelFromKey 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'HKD' 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 Translate::getLabelFromKey 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'HNL' 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 Translate::getLabelFromKey 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'HRK' 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 Translate::getLabelFromKey 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'HUF' 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 Translate::getLabelFromKey 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'IDR' 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 Translate::getLabelFromKey 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'ILS' 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 Translate::getLabelFromKey 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'IMP' 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 Translate::getLabelFromKey 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'IRR' 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 Translate::getLabelFromKey 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'ISK' 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 Translate::getLabelFromKey 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'JEP' 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 Translate::getLabelFromKey 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'JMD' 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 Translate::getLabelFromKey 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'JPY' 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 Translate::getLabelFromKey 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'KES' 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 Translate::getLabelFromKey 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'KGS' 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 Translate::getLabelFromKey 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'KHR' 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 Translate::getLabelFromKey 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'KPW' 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 Translate::getLabelFromKey 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'KRW' 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 Translate::getLabelFromKey 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'KYD' 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 Translate::getLabelFromKey 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'KZT' 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 Translate::getLabelFromKey 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'LAK' 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 Translate::getLabelFromKey 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'LBP' 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 Translate::getLabelFromKey 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'LKR' 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 Translate::getLabelFromKey 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'LRD' 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 Translate::getLabelFromKey 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'LTL' 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 Translate::getLabelFromKey 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'LVL' 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 Translate::getLabelFromKey 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'MDL' 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 Translate::getLabelFromKey 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'MKD' 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 Translate::getLabelFromKey 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'MMK' 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 Translate::getLabelFromKey 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'MNT' 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 Translate::getLabelFromKey 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'MRU' 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 Translate::getLabelFromKey 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'MXN' 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 Translate::getLabelFromKey 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'MYR' 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 Translate::getLabelFromKey 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'MZN' 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 Translate::getLabelFromKey 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'NAD' 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 Translate::getLabelFromKey 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'NGN' 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 Translate::getLabelFromKey 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'NIO' 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 Translate::getLabelFromKey 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'NPR' 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 Translate::getLabelFromKey 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'NZD' 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 Translate::getLabelFromKey 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'OMR' 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 Translate::getLabelFromKey 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'PAB' 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 Translate::getLabelFromKey 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'PEN' 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 Translate::getLabelFromKey 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'PHP' 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 Translate::getLabelFromKey 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'PKR' 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 Translate::getLabelFromKey 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'PLN' 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 Translate::getLabelFromKey 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'PYG' 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 Translate::getLabelFromKey 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'QAR' 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 Translate::getLabelFromKey 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'RON' 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 Translate::getLabelFromKey 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'RSD' 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 Translate::getLabelFromKey 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'RUB' 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 Translate::getLabelFromKey 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'SAR' 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 Translate::getLabelFromKey 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'SBD' 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 Translate::getLabelFromKey 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'SCR' 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 Translate::getLabelFromKey 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'SEK' 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 Translate::getLabelFromKey 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'SGD' 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 Translate::getLabelFromKey 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'SHP' 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 Translate::getLabelFromKey 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'SOS' 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 Translate::getLabelFromKey 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'SRD' 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 Translate::getLabelFromKey 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'SVC' 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 Translate::getLabelFromKey 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'SYP' 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 Translate::getLabelFromKey 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'THB' 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 Translate::getLabelFromKey 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'TRY' 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 Translate::getLabelFromKey 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'TTD' 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 Translate::getLabelFromKey 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'TVD' 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 Translate::getLabelFromKey 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'TWD' 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 Translate::getLabelFromKey 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'UYU' 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 Translate::getLabelFromKey 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'UZS' 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 Translate::getLabelFromKey 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'VEF' 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 Translate::getLabelFromKey 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'VND' 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 Translate::getLabelFromKey 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'XCD' 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 Translate::getLabelFromKey 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'YER' 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 Translate::getLabelFromKey 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'ZAR' 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 Translate::getLabelFromKey 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'ZWD' 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 sql=SELECT rowid, code, label FROM llxme_c_country WHERE code = 'BF' 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 Form::select_country 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 sql=SELECT rowid, code as code_iso, code_iso as code_iso3, label, favorite, eec FROM llxme_c_country WHERE active > 0 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 FormCompany::select_departement selected=0, country_codeid=BF 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 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 llxme_c_departements as d, llxme_c_regions as r,llxme_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 AND c.code = 'BF' ORDER BY c.code, d.code_departement 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 FormCompany::select_departement num=0 2026-02-02 00:45:02 INFO 197.239.91.67 788486 3201 DolEditor::DolEditor htmlname=account_comment width= height=90 toolbarname=dolibarr_notes uselocalbrowser=1 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 Form::select_country 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 sql=SELECT rowid, code as code_iso, code_iso as code_iso3, label, favorite, eec FROM llxme_c_country WHERE active > 0 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 FormAccounting::select_account 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 sql=SELECT DISTINCT aa.account_number, aa.label, aa.labelshort, aa.rowid, aa.fk_pcg_version, aa.centralized FROM llxme_accounting_account as aa INNER JOIN llxme_accounting_system as asy ON aa.fk_pcg_version = asy.pcg_version AND asy.rowid = 26 AND aa.active = 1 AND aa.entity=1 ORDER BY aa.account_number 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 FormAccounting::select_journal 2026-02-02 00:45:02 DEBUG 197.239.91.67 788486 3201 sql=SELECT rowid, code, label, nature, entity, active FROM llxme_accounting_journal WHERE active = 1 AND entity = 1 AND nature = 4 ORDER BY code 2026-02-02 00:45:02 INFO 197.239.91.67 788486 3201 --- End access to /compta/bank/card.php 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 - This is an already logged session. _SESSION['dol_login']=intendant _SESSION['dol_entity']=1 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 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 llxme_user as u LEFT JOIN llxme_c_country as c ON u.fk_country = c.rowid LEFT JOIN llxme_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llxme_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IN (0, 1) AND u.login = 'intendant' ORDER BY u.entity ASC 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, aiprompt, css, cssview, csslist FROM llxme_extrafields WHERE elementtype = 'user' ORDER BY pos 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 sql=SELECT param, value FROM llxme_user_param WHERE fk_user = 1 AND entity = 1 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 DefaultValues::fetchAll 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llxme_user_rights as ur, llxme_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 LIKE '%_advance' 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llxme_usergroup_rights as gr, llxme_usergroup_user as gu, llxme_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 LIKE '%_advance' 2026-02-02 00:45:31 NOTICE 197.239.91.67 790923 3201 --- Access to POST /compta/bank/card.php - action=create, massaction= 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 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, m.showtopmenuinframe FROM llxme_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 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, aiprompt, css, cssview, csslist FROM llxme_extrafields WHERE elementtype = 'bank_account' ORDER BY pos 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 Account::fetch 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 sql=SELECT ba.rowid, ba.ref, ba.label, ba.bank, ba.number, ba.courant as type, ba.clos as status, ba.rappro, ba.url, ba.code_banque, ba.code_guichet, ba.cle_rib, ba.bic, ba.iban_prefix as iban, ba.domiciliation as address, ba.pti_in_ctti, ba.proprio as owner_name, ba.owner_address, ba.owner_zip, ba.owner_town, ba.owner_country_id, ba.state_id, ba.fk_pays as country_id, ba.account_number, ba.fk_accountancy_journal, ba.currency_code, ba.min_allowed, ba.min_desired, ba.comment, ba.datec as date_creation, ba.tms as date_modification, ba.ics, ba.ics_transfer, c.code as country_code, c.label as country, d.code_departement as state_code, d.nom as state, aj.code as accountancy_journal FROM llxme_bank_account as ba LEFT JOIN llxme_c_country as c ON ba.fk_pays = c.rowid LEFT JOIN llxme_c_departements as d ON ba.state_id = d.rowid LEFT JOIN llxme_accounting_journal as aj ON aj.rowid=ba.fk_accountancy_journal WHERE ba.entity IN (1) AND ba.ref = 'CAISSEVITA01' 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 security.lib.php::checkUserAccessToObject::return True 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 Translate::loadCacheCurrencies 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 sql=SELECT code_iso, label, unicode FROM llxme_c_currencies WHERE active = 1 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 Translate::getLabelFromKey 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'AED' 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 Translate::getLabelFromKey 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'AFN' 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 Translate::getLabelFromKey 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'ALL' 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 Translate::getLabelFromKey 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'ANG' 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 Translate::getLabelFromKey 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'AOA' 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 Translate::getLabelFromKey 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'ARS' 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 Translate::getLabelFromKey 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'AWG' 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 Translate::getLabelFromKey 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'AZN' 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 Translate::getLabelFromKey 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'BAM' 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 Translate::getLabelFromKey 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'BBD' 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 Translate::getLabelFromKey 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'BDT' 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 Translate::getLabelFromKey 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'BGN' 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 Translate::getLabelFromKey 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'BHD' 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 Translate::getLabelFromKey 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'BIF' 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 Translate::getLabelFromKey 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'BMD' 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 Translate::getLabelFromKey 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'BND' 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 Translate::getLabelFromKey 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'BOB' 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 Translate::getLabelFromKey 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'BRL' 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 Translate::getLabelFromKey 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'BSD' 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 Translate::getLabelFromKey 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'BWP' 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 Translate::getLabelFromKey 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'BYR' 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 Translate::getLabelFromKey 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'BZD' 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 Translate::getLabelFromKey 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'CLP' 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 Translate::getLabelFromKey 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'CNY' 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 Translate::getLabelFromKey 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'COP' 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 Translate::getLabelFromKey 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'CRC' 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 Translate::getLabelFromKey 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'CUP' 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 Translate::getLabelFromKey 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'CVE' 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 Translate::getLabelFromKey 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'CZK' 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 Translate::getLabelFromKey 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'DKK' 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 Translate::getLabelFromKey 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'DOP' 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 Translate::getLabelFromKey 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'DZD' 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 Translate::getLabelFromKey 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'ECS' 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 Translate::getLabelFromKey 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'EEK' 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 Translate::getLabelFromKey 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'EGP' 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 Translate::getLabelFromKey 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'ETB' 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 Translate::getLabelFromKey 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'FJD' 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 Translate::getLabelFromKey 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'FKP' 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 Translate::getLabelFromKey 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'GGP' 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 Translate::getLabelFromKey 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'GHC' 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 Translate::getLabelFromKey 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'GIP' 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 Translate::getLabelFromKey 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'GNF' 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 Translate::getLabelFromKey 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'GTQ' 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 Translate::getLabelFromKey 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'GYD' 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 Translate::getLabelFromKey 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'HKD' 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 Translate::getLabelFromKey 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'HNL' 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 Translate::getLabelFromKey 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'HRK' 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 Translate::getLabelFromKey 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'HUF' 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 Translate::getLabelFromKey 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'IDR' 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 Translate::getLabelFromKey 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'ILS' 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 Translate::getLabelFromKey 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'IMP' 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 Translate::getLabelFromKey 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'IRR' 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 Translate::getLabelFromKey 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'ISK' 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 Translate::getLabelFromKey 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'JEP' 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 Translate::getLabelFromKey 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'JMD' 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 Translate::getLabelFromKey 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'JPY' 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 Translate::getLabelFromKey 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'KES' 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 Translate::getLabelFromKey 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'KGS' 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 Translate::getLabelFromKey 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'KHR' 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 Translate::getLabelFromKey 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'KPW' 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 Translate::getLabelFromKey 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'KRW' 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 Translate::getLabelFromKey 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'KYD' 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 Translate::getLabelFromKey 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'KZT' 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 Translate::getLabelFromKey 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'LAK' 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 Translate::getLabelFromKey 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'LBP' 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 Translate::getLabelFromKey 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'LKR' 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 Translate::getLabelFromKey 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'LRD' 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 Translate::getLabelFromKey 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'LTL' 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 Translate::getLabelFromKey 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'LVL' 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 Translate::getLabelFromKey 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'MDL' 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 Translate::getLabelFromKey 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'MKD' 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 Translate::getLabelFromKey 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'MMK' 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 Translate::getLabelFromKey 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'MNT' 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 Translate::getLabelFromKey 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'MRU' 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 Translate::getLabelFromKey 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'MXN' 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 Translate::getLabelFromKey 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'MYR' 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 Translate::getLabelFromKey 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'MZN' 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 Translate::getLabelFromKey 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'NAD' 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 Translate::getLabelFromKey 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'NGN' 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 Translate::getLabelFromKey 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'NIO' 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 Translate::getLabelFromKey 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'NPR' 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 Translate::getLabelFromKey 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'NZD' 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 Translate::getLabelFromKey 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'OMR' 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 Translate::getLabelFromKey 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'PAB' 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 Translate::getLabelFromKey 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'PEN' 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 Translate::getLabelFromKey 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'PHP' 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 Translate::getLabelFromKey 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'PKR' 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 Translate::getLabelFromKey 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'PLN' 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 Translate::getLabelFromKey 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'PYG' 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 Translate::getLabelFromKey 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'QAR' 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 Translate::getLabelFromKey 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'RON' 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 Translate::getLabelFromKey 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'RSD' 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 Translate::getLabelFromKey 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'RUB' 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 Translate::getLabelFromKey 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'SAR' 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 Translate::getLabelFromKey 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'SBD' 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 Translate::getLabelFromKey 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'SCR' 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 Translate::getLabelFromKey 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'SEK' 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 Translate::getLabelFromKey 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'SGD' 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 Translate::getLabelFromKey 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'SHP' 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 Translate::getLabelFromKey 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'SOS' 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 Translate::getLabelFromKey 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'SRD' 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 Translate::getLabelFromKey 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'SVC' 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 Translate::getLabelFromKey 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'SYP' 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 Translate::getLabelFromKey 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'THB' 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 Translate::getLabelFromKey 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'TRY' 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 Translate::getLabelFromKey 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'TTD' 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 Translate::getLabelFromKey 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'TVD' 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 Translate::getLabelFromKey 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'TWD' 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 Translate::getLabelFromKey 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'UYU' 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 Translate::getLabelFromKey 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'UZS' 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 Translate::getLabelFromKey 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'VEF' 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 Translate::getLabelFromKey 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'VND' 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 Translate::getLabelFromKey 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'XCD' 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 Translate::getLabelFromKey 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'YER' 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 Translate::getLabelFromKey 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'ZAR' 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 Translate::getLabelFromKey 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 sql=SELECT label as label FROM llxme_c_currencies WHERE code_iso = 'ZWD' 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 sql=SELECT rowid, code, label FROM llxme_c_country WHERE rowid = 60 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 Form::select_country 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 sql=SELECT rowid, code as code_iso, code_iso as code_iso3, label, favorite, eec FROM llxme_c_country WHERE active > 0 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 FormCompany::select_departement selected=0, country_codeid=60 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 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 llxme_c_departements as d, llxme_c_regions as r,llxme_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 AND c.rowid = '60' ORDER BY c.code, d.code_departement 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 FormCompany::select_departement num=0 2026-02-02 00:45:31 INFO 197.239.91.67 790923 3201 DolEditor::DolEditor htmlname=account_comment width= height=90 toolbarname=dolibarr_notes uselocalbrowser=1 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 FormAccounting::select_account 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 sql=SELECT DISTINCT aa.account_number, aa.label, aa.labelshort, aa.rowid, aa.fk_pcg_version, aa.centralized FROM llxme_accounting_account as aa INNER JOIN llxme_accounting_system as asy ON aa.fk_pcg_version = asy.pcg_version AND asy.rowid = 26 AND aa.active = 1 AND aa.entity=1 ORDER BY aa.account_number 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 FormAccounting::select_journal 2026-02-02 00:45:31 DEBUG 197.239.91.67 790923 3201 sql=SELECT rowid, code, label, nature, entity, active FROM llxme_accounting_journal WHERE active = 1 AND entity = 1 AND nature = 4 ORDER BY code 2026-02-02 00:45:31 INFO 197.239.91.67 790923 3201 --- End access to /compta/bank/card.php 2026-02-02 00:48:11 DEBUG 197.239.91.67 810114 3201 - This is an already logged session. _SESSION['dol_login']=intendant _SESSION['dol_entity']=1 2026-02-02 00:48:11 DEBUG 197.239.91.67 810114 3201 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 llxme_user as u LEFT JOIN llxme_c_country as c ON u.fk_country = c.rowid LEFT JOIN llxme_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llxme_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IN (0, 1) AND u.login = 'intendant' ORDER BY u.entity ASC 2026-02-02 00:48:11 DEBUG 197.239.91.67 810114 3201 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, aiprompt, css, cssview, csslist FROM llxme_extrafields WHERE elementtype = 'user' ORDER BY pos 2026-02-02 00:48:11 DEBUG 197.239.91.67 810114 3201 sql=SELECT param, value FROM llxme_user_param WHERE fk_user = 1 AND entity = 1 2026-02-02 00:48:11 DEBUG 197.239.91.67 810114 3201 DefaultValues::fetchAll 2026-02-02 00:48:11 DEBUG 197.239.91.67 810114 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2026-02-02 00:48:11 DEBUG 197.239.91.67 810114 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llxme_user_rights as ur, llxme_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 LIKE '%_advance' 2026-02-02 00:48:11 DEBUG 197.239.91.67 810114 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llxme_usergroup_rights as gr, llxme_usergroup_user as gu, llxme_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 LIKE '%_advance' 2026-02-02 00:48:11 NOTICE 197.239.91.67 810114 3201 --- Access to POST /compta/bank/card.php - action=add, massaction= 2026-02-02 00:48:11 DEBUG 197.239.91.67 810114 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 00:48:11 DEBUG 197.239.91.67 810114 3201 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, m.showtopmenuinframe FROM llxme_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 2026-02-02 00:48:11 DEBUG 197.239.91.67 810114 3201 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, aiprompt, css, cssview, csslist FROM llxme_extrafields WHERE elementtype = 'bank_account' ORDER BY pos 2026-02-02 00:48:11 DEBUG 197.239.91.67 810114 3201 Account::fetch 2026-02-02 00:48:11 DEBUG 197.239.91.67 810114 3201 sql=SELECT ba.rowid, ba.ref, ba.label, ba.bank, ba.number, ba.courant as type, ba.clos as status, ba.rappro, ba.url, ba.code_banque, ba.code_guichet, ba.cle_rib, ba.bic, ba.iban_prefix as iban, ba.domiciliation as address, ba.pti_in_ctti, ba.proprio as owner_name, ba.owner_address, ba.owner_zip, ba.owner_town, ba.owner_country_id, ba.state_id, ba.fk_pays as country_id, ba.account_number, ba.fk_accountancy_journal, ba.currency_code, ba.min_allowed, ba.min_desired, ba.comment, ba.datec as date_creation, ba.tms as date_modification, ba.ics, ba.ics_transfer, c.code as country_code, c.label as country, d.code_departement as state_code, d.nom as state, aj.code as accountancy_journal FROM llxme_bank_account as ba LEFT JOIN llxme_c_country as c ON ba.fk_pays = c.rowid LEFT JOIN llxme_c_departements as d ON ba.state_id = d.rowid LEFT JOIN llxme_accounting_journal as aj ON aj.rowid=ba.fk_accountancy_journal WHERE ba.entity IN (1) AND ba.ref = 'CAISSEVITA01' 2026-02-02 00:48:11 DEBUG 197.239.91.67 810114 3201 security.lib.php::checkUserAccessToObject::return True 2026-02-02 00:48:11 DEBUG 197.239.91.67 810114 3201 BEGIN Transaction 2026-02-02 00:48:11 NOTICE 197.239.91.67 810114 3201 Account::create clos is deprecated use status 2026-02-02 00:48:11 DEBUG 197.239.91.67 810114 3201 Account::create 2026-02-02 00:48:11 DEBUG 197.239.91.67 810114 3201 sql=INSERT INTO llxme_bank_account (datec, ref, label, entity, account_number, fk_accountancy_journal, bank, code_banque, code_guichet, number, cle_rib, bic, iban_prefix, domiciliation, pti_in_ctti, proprio, owner_address, owner_zip, owner_town, owner_country_id, currency_code, rappro, min_allowed, min_desired, comment, state_id, fk_pays, ics, ics_transfer) VALUES ('2026-02-01 17:48:11', 'CAISSEVITA01', 'CAISSE PRINCIPALE', 1, '571', null, '', '', '', '', '', '', '', '', 0, '', '', '', '', null, 'XOF', 1, 0, 0, '', null, 60, '', '') 2026-02-02 00:48:11 DEBUG 197.239.91.67 810114 3201 Account::update 2026-02-02 00:48:11 DEBUG 197.239.91.67 810114 3201 sql=UPDATE llxme_bank_account SET ref = 'CAISSEVITA01',label = 'CAISSE PRINCIPALE',courant = 2,clos = 0,rappro = 1,url = null,account_number = '571',fk_accountancy_journal = null,bank = '',code_banque='',code_guichet='',number='',cle_rib='',bic='',iban_prefix = '',domiciliation='',pti_in_ctti=0,proprio = '',owner_address = '',owner_zip = '',owner_town = '',owner_country_id = null,currency_code = 'XOF',min_allowed = 0,min_desired = 0,comment = '',state_id = null,fk_pays = 60,ics = '',ics_transfer = '' WHERE rowid = 2 2026-02-02 00:48:11 DEBUG 197.239.91.67 810114 3201 AccountLine::insert 2026-02-02 00:48:11 DEBUG 197.239.91.67 810114 3201 sql=INSERT INTO llxme_bank (datec, dateo, datev, label, amount, amount_main_currency, fk_user_author, num_chq, fk_account, fk_type, emetteur,banque, rappro, numero_compte, num_releve, note) VALUES ('2026-02-01 17:48:11', '2026-02-02 12:00:00', '2026-02-02 12:00:00', '(Solde initial)', 0, NULL, 1, null, '2', 'SOLD', null, null, 0, '', null, null) 2026-02-02 00:48:11 DEBUG 197.239.91.67 810114 3201 Account::setCategoriesCommon Object Id:2 type_categ:bank_account nb tag add:0 2026-02-02 00:48:11 DEBUG 197.239.91.67 810114 3201 sql=SELECT ct.fk_categorie, c.label, c.rowid FROM llxme_categorie_account as ct, llxme_categorie as c WHERE ct.fk_categorie = c.rowid AND ct.fk_account = 2 AND c.entity IN (1) 2026-02-02 00:48:11 DEBUG 197.239.91.67 810114 3201 COMMIT Transaction 2026-02-02 00:48:11 INFO 197.239.91.67 810114 3201 --- End access to /compta/bank/card.php 2026-02-02 00:48:12 DEBUG 197.239.91.67 810114 3201 - This is an already logged session. _SESSION['dol_login']=intendant _SESSION['dol_entity']=1 2026-02-02 00:48:12 DEBUG 197.239.91.67 810114 3201 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 llxme_user as u LEFT JOIN llxme_c_country as c ON u.fk_country = c.rowid LEFT JOIN llxme_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llxme_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IN (0, 1) AND u.login = 'intendant' ORDER BY u.entity ASC 2026-02-02 00:48:12 DEBUG 197.239.91.67 810114 3201 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, aiprompt, css, cssview, csslist FROM llxme_extrafields WHERE elementtype = 'user' ORDER BY pos 2026-02-02 00:48:12 DEBUG 197.239.91.67 810114 3201 sql=SELECT param, value FROM llxme_user_param WHERE fk_user = 1 AND entity = 1 2026-02-02 00:48:12 DEBUG 197.239.91.67 810114 3201 DefaultValues::fetchAll 2026-02-02 00:48:12 DEBUG 197.239.91.67 810114 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2026-02-02 00:48:12 DEBUG 197.239.91.67 810114 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llxme_user_rights as ur, llxme_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 LIKE '%_advance' 2026-02-02 00:48:12 DEBUG 197.239.91.67 810114 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llxme_usergroup_rights as gr, llxme_usergroup_user as gu, llxme_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 LIKE '%_advance' 2026-02-02 00:48:12 NOTICE 197.239.91.67 810114 3201 --- Access to GET /compta/bank/card.php - action=, massaction= 2026-02-02 00:48:12 DEBUG 197.239.91.67 810114 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 00:48:12 DEBUG 197.239.91.67 810114 3201 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, m.showtopmenuinframe FROM llxme_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 2026-02-02 00:48:12 DEBUG 197.239.91.67 810114 3201 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, aiprompt, css, cssview, csslist FROM llxme_extrafields WHERE elementtype = 'bank_account' ORDER BY pos 2026-02-02 00:48:12 DEBUG 197.239.91.67 810114 3201 Account::fetch 2026-02-02 00:48:12 DEBUG 197.239.91.67 810114 3201 sql=SELECT ba.rowid, ba.ref, ba.label, ba.bank, ba.number, ba.courant as type, ba.clos as status, ba.rappro, ba.url, ba.code_banque, ba.code_guichet, ba.cle_rib, ba.bic, ba.iban_prefix as iban, ba.domiciliation as address, ba.pti_in_ctti, ba.proprio as owner_name, ba.owner_address, ba.owner_zip, ba.owner_town, ba.owner_country_id, ba.state_id, ba.fk_pays as country_id, ba.account_number, ba.fk_accountancy_journal, ba.currency_code, ba.min_allowed, ba.min_desired, ba.comment, ba.datec as date_creation, ba.tms as date_modification, ba.ics, ba.ics_transfer, c.code as country_code, c.label as country, d.code_departement as state_code, d.nom as state, aj.code as accountancy_journal FROM llxme_bank_account as ba LEFT JOIN llxme_c_country as c ON ba.fk_pays = c.rowid LEFT JOIN llxme_c_departements as d ON ba.state_id = d.rowid LEFT JOIN llxme_accounting_journal as aj ON aj.rowid=ba.fk_accountancy_journal WHERE ba.entity IN (1) AND ba.rowid = 2 2026-02-02 00:48:12 DEBUG 197.239.91.67 810114 3201 sql=SELECT COUNT(dbt.rowid) as nb FROM llxme_bank_account as dbt WHERE dbt.rowid IN (2) AND dbt.entity IN (1) 2026-02-02 00:48:12 DEBUG 197.239.91.67 810114 3201 security.lib.php::checkUserAccessToObject::return True 2026-02-02 00:48:12 DEBUG 197.239.91.67 810114 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:48:12 DEBUG 197.239.91.67 810114 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:48:12 DEBUG 197.239.91.67 810114 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:48:12 DEBUG 197.239.91.67 810114 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:48:12 INFO 197.239.91.67 810114 3201 files.lib.php::dol_dir_list path=/home4/jrbprodu/dolibarrjrbvita/bank/CAISSEVITA01 types=files recursive=0 filter="" excludefilter="(\\.meta|_preview.*\\.png)$" 2026-02-02 00:48:12 DEBUG 197.239.91.67 810114 3201 sql=SELECT COUNT(rowid) as nb FROM llxme_links WHERE objecttype = 'bank_account' AND objectid = 2 AND entity = 1 2026-02-02 00:48:12 DEBUG 197.239.91.67 810114 3201 sql=SELECT MAX(te.ref) FROM llxme_bank_account as te WHERE te.ref < 'CAISSEVITA01' AND te.entity IN (1) 2026-02-02 00:48:12 DEBUG 197.239.91.67 810114 3201 sql=SELECT MIN(te.ref) FROM llxme_bank_account as te WHERE te.ref > 'CAISSEVITA01' AND te.entity IN (1) 2026-02-02 00:48:12 DEBUG 197.239.91.67 810114 3201 AccountingAccount::fetch rowid=0 account_number=571 2026-02-02 00:48:12 DEBUG 197.239.91.67 810114 3201 sql=SELECT a.rowid as rowid, a.datec, a.tms, a.fk_pcg_version, a.pcg_type, a.account_number, a.account_parent, a.label, a.labelshort, a.fk_accounting_category, a.fk_user_author, a.fk_user_modif, a.active, a.reconcilable, ca.label as category_label FROM llxme_accounting_account as a LEFT JOIN llxme_c_accounting_category as ca ON a.fk_accounting_category = ca.rowid WHERE a.account_number = '571' AND a.entity = 1 AND a.fk_pcg_version IN (SELECT pcg_version FROM llxme_accounting_system WHERE rowid = 26) 2026-02-02 00:48:12 DEBUG 197.239.91.67 810114 3201 sql=SELECT COUNT(rowid) as nb FROM llxme_bank WHERE fk_account = 2 2026-02-02 00:48:12 INFO 197.239.91.67 810114 3201 --- End access to /compta/bank/card.php 2026-02-02 00:48:49 DEBUG 197.239.91.67 812144 3201 - This is an already logged session. _SESSION['dol_login']=intendant _SESSION['dol_entity']=1 2026-02-02 00:48:49 DEBUG 197.239.91.67 812144 3201 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 llxme_user as u LEFT JOIN llxme_c_country as c ON u.fk_country = c.rowid LEFT JOIN llxme_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llxme_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IN (0, 1) AND u.login = 'intendant' ORDER BY u.entity ASC 2026-02-02 00:48:49 DEBUG 197.239.91.67 812144 3201 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, aiprompt, css, cssview, csslist FROM llxme_extrafields WHERE elementtype = 'user' ORDER BY pos 2026-02-02 00:48:49 DEBUG 197.239.91.67 812144 3201 sql=SELECT param, value FROM llxme_user_param WHERE fk_user = 1 AND entity = 1 2026-02-02 00:48:49 DEBUG 197.239.91.67 812144 3201 DefaultValues::fetchAll 2026-02-02 00:48:49 DEBUG 197.239.91.67 812144 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2026-02-02 00:48:49 DEBUG 197.239.91.67 812144 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llxme_user_rights as ur, llxme_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 LIKE '%_advance' 2026-02-02 00:48:49 DEBUG 197.239.91.67 812144 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llxme_usergroup_rights as gr, llxme_usergroup_user as gu, llxme_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 LIKE '%_advance' 2026-02-02 00:48:49 NOTICE 197.239.91.67 812144 3201 --- Access to GET /accountancy/index.php - action=, massaction= 2026-02-02 00:48:49 DEBUG 197.239.91.67 812144 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 00:48:49 DEBUG 197.239.91.67 812144 3201 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, m.showtopmenuinframe FROM llxme_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 2026-02-02 00:48:49 DEBUG 197.239.91.67 812144 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:48:49 DEBUG 197.239.91.67 812144 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:48:49 DEBUG 197.239.91.67 812144 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:48:49 DEBUG 197.239.91.67 812144 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:48:49 DEBUG 197.239.91.67 812144 3201 sql=SELECT rowid, code, label, nature FROM llxme_accounting_journal WHERE entity = 1 AND active = 1 ORDER BY nature ASC, label DESC 2026-02-02 00:48:49 DEBUG 197.239.91.67 812144 3201 InfoBox::listBoxes get default box list for mode=activated userid= 2026-02-02 00:48:49 DEBUG 197.239.91.67 812144 3201 sql=SELECT b.rowid, b.position, b.box_order, b.fk_user, d.rowid as box_id, d.file, d.note, d.tms FROM llxme_boxes as b, llxme_boxes_def as d WHERE b.box_id = d.rowid AND b.entity IN (0,1) AND b.position = 27 AND b.fk_user = 0 ORDER BY b.box_order 2026-02-02 00:48:49 DEBUG 197.239.91.67 812144 3201 sql=SELECT a.rowid, a.pcg_version, a.label, a.active FROM llxme_accounting_system as a WHERE a.rowid = 26 2026-02-02 00:48:49 INFO 197.239.91.67 812144 3201 --- End access to /accountancy/index.php 2026-02-02 00:48:54 DEBUG 197.239.91.67 812144 3201 - This is an already logged session. _SESSION['dol_login']=intendant _SESSION['dol_entity']=1 2026-02-02 00:48:54 DEBUG 197.239.91.67 812144 3201 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 llxme_user as u LEFT JOIN llxme_c_country as c ON u.fk_country = c.rowid LEFT JOIN llxme_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llxme_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IN (0, 1) AND u.login = 'intendant' ORDER BY u.entity ASC 2026-02-02 00:48:54 DEBUG 197.239.91.67 812144 3201 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, aiprompt, css, cssview, csslist FROM llxme_extrafields WHERE elementtype = 'user' ORDER BY pos 2026-02-02 00:48:54 DEBUG 197.239.91.67 812144 3201 sql=SELECT param, value FROM llxme_user_param WHERE fk_user = 1 AND entity = 1 2026-02-02 00:48:54 DEBUG 197.239.91.67 812144 3201 DefaultValues::fetchAll 2026-02-02 00:48:54 DEBUG 197.239.91.67 812144 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2026-02-02 00:48:54 DEBUG 197.239.91.67 812144 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llxme_user_rights as ur, llxme_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 LIKE '%_advance' 2026-02-02 00:48:54 DEBUG 197.239.91.67 812144 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llxme_usergroup_rights as gr, llxme_usergroup_user as gu, llxme_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 LIKE '%_advance' 2026-02-02 00:48:54 NOTICE 197.239.91.67 812144 3201 --- Access to GET /accountancy/index.php - action=, massaction= 2026-02-02 00:48:54 DEBUG 197.239.91.67 812144 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 00:48:54 DEBUG 197.239.91.67 812144 3201 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, m.showtopmenuinframe FROM llxme_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 2026-02-02 00:48:54 DEBUG 197.239.91.67 812144 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:48:54 DEBUG 197.239.91.67 812144 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:48:54 DEBUG 197.239.91.67 812144 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:48:54 DEBUG 197.239.91.67 812144 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:48:54 DEBUG 197.239.91.67 812144 3201 sql=SELECT rowid, code, label, nature FROM llxme_accounting_journal WHERE entity = 1 AND active = 1 ORDER BY nature ASC, label DESC 2026-02-02 00:48:54 DEBUG 197.239.91.67 812144 3201 InfoBox::listBoxes get default box list for mode=activated userid= 2026-02-02 00:48:54 DEBUG 197.239.91.67 812144 3201 sql=SELECT b.rowid, b.position, b.box_order, b.fk_user, d.rowid as box_id, d.file, d.note, d.tms FROM llxme_boxes as b, llxme_boxes_def as d WHERE b.box_id = d.rowid AND b.entity IN (0,1) AND b.position = 27 AND b.fk_user = 0 ORDER BY b.box_order 2026-02-02 00:48:54 DEBUG 197.239.91.67 812144 3201 sql=SELECT a.rowid, a.pcg_version, a.label, a.active FROM llxme_accounting_system as a WHERE a.rowid = 26 2026-02-02 00:48:54 INFO 197.239.91.67 812144 3201 --- End access to /accountancy/index.php 2026-02-02 00:49:02 DEBUG 197.239.91.67 812144 3201 - This is an already logged session. _SESSION['dol_login']=intendant _SESSION['dol_entity']=1 2026-02-02 00:49:02 DEBUG 197.239.91.67 812144 3201 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 llxme_user as u LEFT JOIN llxme_c_country as c ON u.fk_country = c.rowid LEFT JOIN llxme_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llxme_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IN (0, 1) AND u.login = 'intendant' ORDER BY u.entity ASC 2026-02-02 00:49:02 DEBUG 197.239.91.67 812144 3201 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, aiprompt, css, cssview, csslist FROM llxme_extrafields WHERE elementtype = 'user' ORDER BY pos 2026-02-02 00:49:02 DEBUG 197.239.91.67 812144 3201 sql=SELECT param, value FROM llxme_user_param WHERE fk_user = 1 AND entity = 1 2026-02-02 00:49:02 DEBUG 197.239.91.67 812144 3201 DefaultValues::fetchAll 2026-02-02 00:49:02 DEBUG 197.239.91.67 812144 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2026-02-02 00:49:02 DEBUG 197.239.91.67 812144 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llxme_user_rights as ur, llxme_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 LIKE '%_advance' 2026-02-02 00:49:02 DEBUG 197.239.91.67 812144 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llxme_usergroup_rights as gr, llxme_usergroup_user as gu, llxme_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 LIKE '%_advance' 2026-02-02 00:49:02 NOTICE 197.239.91.67 812144 3201 --- Access to GET /admin/dict.php - action=, massaction= 2026-02-02 00:49:02 DEBUG 197.239.91.67 812144 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 00:49:02 DEBUG 197.239.91.67 812144 3201 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, m.showtopmenuinframe FROM llxme_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 2026-02-02 00:49:02 DEBUG 197.239.91.67 812144 3201 complete_dictionary_with_modules Search external modules to complete the list of dictionary tables 2026-02-02 00:49:02 INFO 197.239.91.67 812144 3201 Scan directory /home4/jrbprodu/public_html/erpjrbvita/core/modules/ for modules 2026-02-02 00:49:02 INFO 197.239.91.67 812144 3201 Module modOauth not qualified 2026-02-02 00:49:02 INFO 197.239.91.67 812144 3201 Module modDebugBar not qualified 2026-02-02 00:49:02 INFO 197.239.91.67 812144 3201 Module modWebPortal not qualified 2026-02-02 00:49:02 DEBUG 197.239.91.67 812144 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'eventorganization_conferenceorboothattendee' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:49:02 DEBUG 197.239.91.67 812144 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'actioncomm' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:49:02 INFO 197.239.91.67 812144 3201 Module modEventOrganization not qualified 2026-02-02 00:49:02 INFO 197.239.91.67 812144 3201 Module modClickToDial not qualified 2026-02-02 00:49:02 INFO 197.239.91.67 812144 3201 Module modBlockedLog not qualified 2026-02-02 00:49:02 INFO 197.239.91.67 812144 3201 Module modZapier not qualified 2026-02-02 00:49:02 DEBUG 197.239.91.67 812144 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'expensereport' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:49:02 DEBUG 197.239.91.67 812144 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'user' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:49:02 DEBUG 197.239.91.67 812144 3201 useNPR 2026-02-02 00:49:02 DEBUG 197.239.91.67 812144 3201 sql=SELECT t.rowid FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.recuperableonly = 1 AND t.entity IN (1) 2026-02-02 00:49:02 DEBUG 197.239.91.67 812144 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:49:02 DEBUG 197.239.91.67 812144 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:49:02 DEBUG 197.239.91.67 812144 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:49:02 DEBUG 197.239.91.67 812144 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'product' AND entity IN (0,1) 2026-02-02 00:49:02 DEBUG 197.239.91.67 812144 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:49:02 DEBUG 197.239.91.67 812144 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:49:02 DEBUG 197.239.91.67 812144 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:49:02 DEBUG 197.239.91.67 812144 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:49:02 DEBUG 197.239.91.67 812144 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:49:02 DEBUG 197.239.91.67 812144 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:49:02 INFO 197.239.91.67 812144 3201 Module modService not qualified 2026-02-02 00:49:02 DEBUG 197.239.91.67 812144 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'propal' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:49:02 DEBUG 197.239.91.67 812144 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'propaldet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:49:02 DEBUG 197.239.91.67 812144 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:49:02 DEBUG 197.239.91.67 812144 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:49:02 DEBUG 197.239.91.67 812144 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'propal' AND entity IN (0, 1) 2026-02-02 00:49:02 DEBUG 197.239.91.67 812144 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'propaldet' AND entity IN (0, 1) 2026-02-02 00:49:02 DEBUG 197.239.91.67 812144 3201 sql=SELECT DISTINCT tc.rowid, tc.code, tc.libelle as type_label, tc.position FROM llxme_c_type_contact as tc WHERE tc.element = 'commande' AND tc.source = 'external' ORDER BY position ASC, code ASC 2026-02-02 00:49:02 DEBUG 197.239.91.67 812144 3201 sql=SELECT DISTINCT tc.rowid, tc.code, tc.libelle as type_label, tc.position FROM llxme_c_type_contact as tc WHERE tc.element = 'commande' AND tc.source = 'external' ORDER BY position ASC, code ASC 2026-02-02 00:49:02 DEBUG 197.239.91.67 812144 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'expedition' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:49:02 DEBUG 197.239.91.67 812144 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'expeditiondet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:49:02 DEBUG 197.239.91.67 812144 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:49:02 INFO 197.239.91.67 812144 3201 Module modExpedition not qualified 2026-02-02 00:49:02 DEBUG 197.239.91.67 812144 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'contrat' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:49:02 DEBUG 197.239.91.67 812144 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'contratdet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:49:02 INFO 197.239.91.67 812144 3201 Module modContrat not qualified 2026-02-02 00:49:02 INFO 197.239.91.67 812144 3201 Module modSocialNetworks not qualified 2026-02-02 00:49:02 INFO 197.239.91.67 812144 3201 Module modOpenSurvey not qualified 2026-02-02 00:49:02 DEBUG 197.239.91.67 812144 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'warehouse' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:49:02 DEBUG 197.239.91.67 812144 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:49:02 INFO 197.239.91.67 812144 3201 Module modStock not qualified 2026-02-02 00:49:02 INFO 197.239.91.67 812144 3201 Module modBookmark not qualified 2026-02-02 00:49:02 DEBUG 197.239.91.67 812144 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'bom_bom' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:49:02 DEBUG 197.239.91.67 812144 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'bom_bomline' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:49:02 DEBUG 197.239.91.67 812144 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE elementtype = 'bom_bom' AND entity IN (0, 1) 2026-02-02 00:49:02 DEBUG 197.239.91.67 812144 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE elementtype = 'bom_bomline' AND entity IN (0, 1) 2026-02-02 00:49:02 INFO 197.239.91.67 812144 3201 Module modBom not qualified 2026-02-02 00:49:02 INFO 197.239.91.67 812144 3201 Module modMailing not qualified 2026-02-02 00:49:02 INFO 197.239.91.67 812144 3201 Module modTakePos not qualified 2026-02-02 00:49:02 INFO 197.239.91.67 812144 3201 Module modWorkflow not qualified 2026-02-02 00:49:02 INFO 197.239.91.67 812144 3201 Module modReceiptPrinter not qualified 2026-02-02 00:49:02 INFO 197.239.91.67 812144 3201 Module modDav not qualified 2026-02-02 00:49:02 INFO 197.239.91.67 812144 3201 Module modAsset not qualified 2026-02-02 00:49:02 INFO 197.239.91.67 812144 3201 Module modLdap not qualified 2026-02-02 00:49:02 INFO 197.239.91.67 812144 3201 Module modWebServices not qualified 2026-02-02 00:49:02 DEBUG 197.239.91.67 812144 3201 User::loadParentOf 2026-02-02 00:49:02 DEBUG 197.239.91.67 812144 3201 sql=SELECT fk_user as id_parent, rowid as id_son FROM llxme_user WHERE fk_user <> 0 AND entity IN (0,1) 2026-02-02 00:49:02 DEBUG 197.239.91.67 812144 3201 User::get_full_tree get user list 2026-02-02 00:49:02 DEBUG 197.239.91.67 812144 3201 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 llxme_user as u WHERE u.entity IN (0,1) 2026-02-02 00:49:02 DEBUG 197.239.91.67 812144 3201 User::get_full_tree call to build_path_from_id_user 2026-02-02 00:49:02 DEBUG 197.239.91.67 812144 3201 User::get_full_tree dol_sort_array 2026-02-02 00:49:02 INFO 197.239.91.67 812144 3201 Build childid for id = 1 2026-02-02 00:49:02 INFO 197.239.91.67 812144 3201 Module modDeplacement not qualified 2026-02-02 00:49:02 INFO 197.239.91.67 812144 3201 Module modMultiCurrency not qualified 2026-02-02 00:49:02 INFO 197.239.91.67 812144 3201 Module modProductBatch not qualified 2026-02-02 00:49:02 INFO 197.239.91.67 812144 3201 Module modSalaries not qualified 2026-02-02 00:49:02 INFO 197.239.91.67 812144 3201 Module modLoan not qualified 2026-02-02 00:49:02 INFO 197.239.91.67 812144 3201 Module modDynamicPrices not qualified 2026-02-02 00:49:02 INFO 197.239.91.67 812144 3201 Module modCollab not qualified 2026-02-02 00:49:02 INFO 197.239.91.67 812144 3201 Module modModuleBuilder not qualified 2026-02-02 00:49:02 DEBUG 197.239.91.67 812144 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE elementtype = 'facture' AND entity IN (0, 1) 2026-02-02 00:49:02 DEBUG 197.239.91.67 812144 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE elementtype = 'facture_det' AND entity IN (0, 1) 2026-02-02 00:49:02 DEBUG 197.239.91.67 812144 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'facture' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:49:02 DEBUG 197.239.91.67 812144 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'facturedet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:49:02 DEBUG 197.239.91.67 812144 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:49:02 DEBUG 197.239.91.67 812144 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:49:02 DEBUG 197.239.91.67 812144 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'facture' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:49:02 INFO 197.239.91.67 812144 3201 Module modGravatar not qualified 2026-02-02 00:49:02 DEBUG 197.239.91.67 812144 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'ticket' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:49:02 INFO 197.239.91.67 812144 3201 Module modTicket not qualified 2026-02-02 00:49:02 INFO 197.239.91.67 812144 3201 Module modPaymentByBankTransfer not qualified 2026-02-02 00:49:02 INFO 197.239.91.67 812144 3201 Module modVariants not qualified 2026-02-02 00:49:02 INFO 197.239.91.67 812144 3201 Module modExternalSite not qualified 2026-02-02 00:49:02 INFO 197.239.91.67 812144 3201 Module modDataPolicy not qualified 2026-02-02 00:49:02 INFO 197.239.91.67 812144 3201 Module modPrinting not qualified 2026-02-02 00:49:02 INFO 197.239.91.67 812144 3201 Module modStripe not qualified 2026-02-02 00:49:02 INFO 197.239.91.67 812144 3201 Module modPaybox not qualified 2026-02-02 00:49:02 INFO 197.239.91.67 812144 3201 Module modSubtotals not qualified 2026-02-02 00:49:02 INFO 197.239.91.67 812144 3201 Module modLabel not qualified 2026-02-02 00:49:02 DEBUG 197.239.91.67 812144 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'holiday' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:49:02 DEBUG 197.239.91.67 812144 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'user' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:49:02 INFO 197.239.91.67 812144 3201 Module modPrelevement not qualified 2026-02-02 00:49:02 INFO 197.239.91.67 812144 3201 Module modSupplierProposal not qualified 2026-02-02 00:49:02 DEBUG 197.239.91.67 812144 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'adherent' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:49:02 DEBUG 197.239.91.67 812144 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'adherent' AND entity IN (0,1) 2026-02-02 00:49:02 INFO 197.239.91.67 812144 3201 Module modAdherent not qualified 2026-02-02 00:49:02 INFO 197.239.91.67 812144 3201 Module modIncoterm not qualified 2026-02-02 00:49:02 INFO 197.239.91.67 812144 3201 Module modAi not qualified 2026-02-02 00:49:02 INFO 197.239.91.67 812144 3201 Module modIntracommreport not qualified 2026-02-02 00:49:02 DEBUG 197.239.91.67 812144 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:49:02 DEBUG 197.239.91.67 812144 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:49:02 DEBUG 197.239.91.67 812144 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'user' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:49:02 DEBUG 197.239.91.67 812144 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'Facture' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:49:02 DEBUG 197.239.91.67 812144 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'CommandeFournisseur' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:49:02 DEBUG 197.239.91.67 812144 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'invoice_supplier' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:49:02 INFO 197.239.91.67 812144 3201 Module modCategorie not qualified 2026-02-02 00:49:02 INFO 197.239.91.67 812144 3201 Module modComptabilite not qualified 2026-02-02 00:49:02 INFO 197.239.91.67 812144 3201 Module modDon not qualified 2026-02-02 00:49:02 INFO 197.239.91.67 812144 3201 Module modOpenIDConnect not qualified 2026-02-02 00:49:02 INFO 197.239.91.67 812144 3201 Module modWebhook not qualified 2026-02-02 00:49:02 DEBUG 197.239.91.67 812144 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'projet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:49:02 DEBUG 197.239.91.67 812144 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'projet_task' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:49:02 DEBUG 197.239.91.67 812144 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'projet' AND entity IN (0,1) 2026-02-02 00:49:02 DEBUG 197.239.91.67 812144 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'projet_task' AND entity IN (0,1) 2026-02-02 00:49:02 INFO 197.239.91.67 812144 3201 Module modProjet not qualified 2026-02-02 00:49:02 INFO 197.239.91.67 812144 3201 Module modMailmanSpip not qualified 2026-02-02 00:49:02 DEBUG 197.239.91.67 812144 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'user' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:49:02 DEBUG 197.239.91.67 812144 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'user' AND entity IN (0,1) 2026-02-02 00:49:02 INFO 197.239.91.67 812144 3201 Module modRecruitment not qualified 2026-02-02 00:49:02 INFO 197.239.91.67 812144 3201 Module modFTP not qualified 2026-02-02 00:49:02 DEBUG 197.239.91.67 812144 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'facture_fourn' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:49:02 DEBUG 197.239.91.67 812144 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'facture_fourn_det' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:49:02 DEBUG 197.239.91.67 812144 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'facture_fourn' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:49:02 DEBUG 197.239.91.67 812144 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'commande_fournisseur' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:49:02 DEBUG 197.239.91.67 812144 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'commande_fournisseurdet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:49:02 DEBUG 197.239.91.67 812144 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'facture_fourn' AND entity IN (0, 1) 2026-02-02 00:49:02 DEBUG 197.239.91.67 812144 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'facture_fourn_det' AND entity IN (0, 1) 2026-02-02 00:49:02 DEBUG 197.239.91.67 812144 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'commande_fournisseur' AND entity IN (0, 1) 2026-02-02 00:49:02 DEBUG 197.239.91.67 812144 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'commande_fournisseurdet' AND entity IN (0, 1) 2026-02-02 00:49:02 DEBUG 197.239.91.67 812144 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'mrp_mo' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:49:02 DEBUG 197.239.91.67 812144 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'mrp_mo' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:49:02 DEBUG 197.239.91.67 812144 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'mrp_production' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:49:02 DEBUG 197.239.91.67 812144 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE elementtype = 'mrp_mo' AND entity IN (0, 1) 2026-02-02 00:49:02 INFO 197.239.91.67 812144 3201 Module modMrp not qualified 2026-02-02 00:49:02 INFO 197.239.91.67 812144 3201 Module modHRM not qualified 2026-02-02 00:49:02 DEBUG 197.239.91.67 812144 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'commande' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:49:02 DEBUG 197.239.91.67 812144 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'commandedet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:49:02 DEBUG 197.239.91.67 812144 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:49:02 DEBUG 197.239.91.67 812144 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:49:02 DEBUG 197.239.91.67 812144 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault, fieldrequired FROM llxme_extrafields WHERE elementtype = 'commande' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:49:02 DEBUG 197.239.91.67 812144 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault, fieldrequired FROM llxme_extrafields WHERE elementtype = 'commandedet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:49:02 INFO 197.239.91.67 812144 3201 Module modCommande not qualified 2026-02-02 00:49:02 INFO 197.239.91.67 812144 3201 Module modStockTransfer not qualified 2026-02-02 00:49:02 DEBUG 197.239.91.67 812144 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'fichinter' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:49:02 DEBUG 197.239.91.67 812144 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'fichinterdet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:49:02 INFO 197.239.91.67 812144 3201 Module modFicheinter not qualified 2026-02-02 00:49:02 DEBUG 197.239.91.67 812144 3201 sql=SELECT DISTINCT tc.rowid, tc.code, tc.libelle as type_label, tc.position FROM llxme_c_type_contact as tc WHERE tc.element = 'order_supplier' AND tc.source = 'external' ORDER BY position ASC, code ASC 2026-02-02 00:49:02 DEBUG 197.239.91.67 812144 3201 sql=SELECT DISTINCT tc.rowid, tc.code, tc.libelle as type_label, tc.position FROM llxme_c_type_contact as tc WHERE tc.element = 'order_supplier' AND tc.source = 'external' ORDER BY position ASC, code ASC 2026-02-02 00:49:02 DEBUG 197.239.91.67 812144 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'reception' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:49:02 DEBUG 197.239.91.67 812144 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'receptiondet_batch' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:49:02 DEBUG 197.239.91.67 812144 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:49:02 DEBUG 197.239.91.67 812144 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'socpeople' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:49:02 DEBUG 197.239.91.67 812144 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:49:02 DEBUG 197.239.91.67 812144 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'societe' AND entity IN (0, 1) 2026-02-02 00:49:02 DEBUG 197.239.91.67 812144 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'socpeople' AND entity IN (0, 1) 2026-02-02 00:49:02 INFO 197.239.91.67 812144 3201 Module modKnowledgeManagement not qualified 2026-02-02 00:49:02 DEBUG 197.239.91.67 812144 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'resource' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:49:02 DEBUG 197.239.91.67 812144 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'resource' AND entity IN (0,1) 2026-02-02 00:49:02 INFO 197.239.91.67 812144 3201 Module modResource not qualified 2026-02-02 00:49:02 DEBUG 197.239.91.67 812144 3201 useNPR 2026-02-02 00:49:02 DEBUG 197.239.91.67 812144 3201 sql=SELECT t.rowid FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.recuperableonly = 1 AND t.entity IN (1) 2026-02-02 00:49:02 DEBUG 197.239.91.67 812144 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:49:02 DEBUG 197.239.91.67 812144 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:49:02 DEBUG 197.239.91.67 812144 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:49:02 DEBUG 197.239.91.67 812144 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'product' AND entity IN (0, 1) 2026-02-02 00:49:02 DEBUG 197.239.91.67 812144 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:49:02 DEBUG 197.239.91.67 812144 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:49:02 DEBUG 197.239.91.67 812144 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:49:02 DEBUG 197.239.91.67 812144 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:49:02 DEBUG 197.239.91.67 812144 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'product_fournisseur_price' AND entity IN (0, 1) 2026-02-02 00:49:02 DEBUG 197.239.91.67 812144 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:49:02 DEBUG 197.239.91.67 812144 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:49:02 INFO 197.239.91.67 812144 3201 Module modProduct not qualified 2026-02-02 00:49:02 INFO 197.239.91.67 812144 3201 Module modBarcode not qualified 2026-02-02 00:49:02 DEBUG 197.239.91.67 812144 3201 sql=SELECT code, label, description FROM llxme_c_action_trigger ORDER by rang 2026-02-02 00:49:02 DEBUG 197.239.91.67 812144 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'actioncomm' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:49:02 DEBUG 197.239.91.67 812144 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE elementtype = 'actioncomm' AND entity IN (0, 1) 2026-02-02 00:49:02 DEBUG 197.239.91.67 812144 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'actioncomm' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:49:02 INFO 197.239.91.67 812144 3201 Module modWorkstation not qualified 2026-02-02 00:49:02 INFO 197.239.91.67 812144 3201 Module modPaypal not qualified 2026-02-02 00:49:02 INFO 197.239.91.67 812144 3201 Module modGeoIPMaxmind not qualified 2026-02-02 00:49:02 INFO 197.239.91.67 812144 3201 Module modMargin not qualified 2026-02-02 00:49:02 INFO 197.239.91.67 812144 3201 Module modBookCal not qualified 2026-02-02 00:49:02 INFO 197.239.91.67 812144 3201 Module modDocumentGeneration not qualified 2026-02-02 00:49:02 INFO 197.239.91.67 812144 3201 Module modWebsite not qualified 2026-02-02 00:49:02 INFO 197.239.91.67 812144 3201 Module modExternalRss not qualified 2026-02-02 00:49:02 INFO 197.239.91.67 812144 3201 Module modEmailCollector not qualified 2026-02-02 00:49:02 INFO 197.239.91.67 812144 3201 Scan directory /home4/jrbprodu/public_html/erpjrbvita/knowledgemanagement/core/modules/ for modules 2026-02-02 00:49:02 INFO 197.239.91.67 812144 3201 Scan directory /home4/jrbprodu/public_html/erpjrbvita/recruitment/core/modules/ for modules 2026-02-02 00:49:02 INFO 197.239.91.67 812144 3201 Scan directory /home4/jrbprodu/public_html/erpjrbvita/partnership/core/modules/ for modules 2026-02-02 00:49:02 DEBUG 197.239.91.67 812144 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:49:02 DEBUG 197.239.91.67 812144 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:49:02 DEBUG 197.239.91.67 812144 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:49:02 DEBUG 197.239.91.67 812144 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:49:02 DEBUG 197.239.91.67 812144 3201 sql=SELECT rowid, code, label, nature FROM llxme_accounting_journal WHERE entity = 1 AND active = 1 ORDER BY nature ASC, label DESC 2026-02-02 00:49:02 DEBUG 197.239.91.67 812144 3201 sql=SELECT COUNT(*) as nbtotalofrecords FROM llxme_c_tva as t INNER JOIN llxme_c_country as c ON t.fk_pays = c.rowid LEFT JOIN llxme_c_departements as db ON t.fk_department_buyer = db.rowid WHERE t.entity IN (1) AND c.rowid = 60 2026-02-02 00:49:02 DEBUG 197.239.91.67 812144 3201 sql=SELECT t.rowid, t.entity, t.code, t.type_vat, t.taux, t.localtax1_type, t.localtax1, t.localtax2_type, t.localtax2, c.label as country, c.code as country_code, t.fk_pays as country_id, t.fk_department_buyer as department_buyer_id, db.nom as department_buyer, t.recuperableonly, t.note, t.active, t.accountancy_code_sell, t.accountancy_code_buy, t.use_default FROM llxme_c_tva as t INNER JOIN llxme_c_country as c ON t.fk_pays = c.rowid LEFT JOIN llxme_c_departements as db ON t.fk_department_buyer = db.rowid WHERE t.entity IN (1) AND c.rowid = 60 ORDER BY country_code ASC, country ASC, department_buyer ASC, code ASC, taux ASC, recuperableonly ASC, localtax1 ASC, localtax2 ASC LIMIT 1001 2026-02-02 00:49:02 DEBUG 197.239.91.67 812144 3201 htdocs/admin/dict 2026-02-02 00:49:02 DEBUG 197.239.91.67 812144 3201 sql=SELECT t.rowid, t.entity, t.code, t.type_vat, t.taux, t.localtax1_type, t.localtax1, t.localtax2_type, t.localtax2, c.label as country, c.code as country_code, t.fk_pays as country_id, t.fk_department_buyer as department_buyer_id, db.nom as department_buyer, t.recuperableonly, t.note, t.active, t.accountancy_code_sell, t.accountancy_code_buy, t.use_default FROM llxme_c_tva as t INNER JOIN llxme_c_country as c ON t.fk_pays = c.rowid LEFT JOIN llxme_c_departements as db ON t.fk_department_buyer = db.rowid WHERE t.entity IN (1) AND c.rowid = 60 ORDER BY country_code ASC, country ASC, department_buyer ASC, code ASC, taux ASC, recuperableonly ASC, localtax1 ASC, localtax2 ASC LIMIT 1001 2026-02-02 00:49:02 DEBUG 197.239.91.67 812144 3201 Form::select_country 2026-02-02 00:49:02 DEBUG 197.239.91.67 812144 3201 sql=SELECT rowid, code as code_iso, code_iso as code_iso3, label, favorite, eec FROM llxme_c_country WHERE active > 0 2026-02-02 00:49:02 INFO 197.239.91.67 812144 3201 Save lastsearch_values_tmp_admin/dict.php={"search_country_id":"60"} (systematic recording of last search criteria) 2026-02-02 00:49:02 INFO 197.239.91.67 812144 3201 --- End access to /admin/dict.php 2026-02-02 00:49:32 DEBUG 197.239.91.67 814536 3201 - This is an already logged session. _SESSION['dol_login']=intendant _SESSION['dol_entity']=1 2026-02-02 00:49:32 DEBUG 197.239.91.67 814536 3201 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 llxme_user as u LEFT JOIN llxme_c_country as c ON u.fk_country = c.rowid LEFT JOIN llxme_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llxme_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IN (0, 1) AND u.login = 'intendant' ORDER BY u.entity ASC 2026-02-02 00:49:32 DEBUG 197.239.91.67 814536 3201 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, aiprompt, css, cssview, csslist FROM llxme_extrafields WHERE elementtype = 'user' ORDER BY pos 2026-02-02 00:49:32 DEBUG 197.239.91.67 814536 3201 sql=SELECT param, value FROM llxme_user_param WHERE fk_user = 1 AND entity = 1 2026-02-02 00:49:32 DEBUG 197.239.91.67 814536 3201 DefaultValues::fetchAll 2026-02-02 00:49:32 DEBUG 197.239.91.67 814536 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2026-02-02 00:49:32 DEBUG 197.239.91.67 814536 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llxme_user_rights as ur, llxme_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 LIKE '%_advance' 2026-02-02 00:49:32 DEBUG 197.239.91.67 814536 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llxme_usergroup_rights as gr, llxme_usergroup_user as gu, llxme_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 LIKE '%_advance' 2026-02-02 00:49:32 NOTICE 197.239.91.67 814536 3201 --- Access to GET /admin/dict.php - action=create, massaction= 2026-02-02 00:49:32 DEBUG 197.239.91.67 814536 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 00:49:32 DEBUG 197.239.91.67 814536 3201 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, m.showtopmenuinframe FROM llxme_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 2026-02-02 00:49:32 DEBUG 197.239.91.67 814536 3201 complete_dictionary_with_modules Search external modules to complete the list of dictionary tables 2026-02-02 00:49:32 INFO 197.239.91.67 814536 3201 Scan directory /home4/jrbprodu/public_html/erpjrbvita/core/modules/ for modules 2026-02-02 00:49:32 INFO 197.239.91.67 814536 3201 Module modOauth not qualified 2026-02-02 00:49:32 INFO 197.239.91.67 814536 3201 Module modDebugBar not qualified 2026-02-02 00:49:32 INFO 197.239.91.67 814536 3201 Module modWebPortal not qualified 2026-02-02 00:49:32 DEBUG 197.239.91.67 814536 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'eventorganization_conferenceorboothattendee' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:49:32 DEBUG 197.239.91.67 814536 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'actioncomm' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:49:32 INFO 197.239.91.67 814536 3201 Module modEventOrganization not qualified 2026-02-02 00:49:32 INFO 197.239.91.67 814536 3201 Module modClickToDial not qualified 2026-02-02 00:49:32 INFO 197.239.91.67 814536 3201 Module modBlockedLog not qualified 2026-02-02 00:49:32 INFO 197.239.91.67 814536 3201 Module modZapier not qualified 2026-02-02 00:49:32 DEBUG 197.239.91.67 814536 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'expensereport' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:49:32 DEBUG 197.239.91.67 814536 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'user' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:49:32 DEBUG 197.239.91.67 814536 3201 useNPR 2026-02-02 00:49:32 DEBUG 197.239.91.67 814536 3201 sql=SELECT t.rowid FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.recuperableonly = 1 AND t.entity IN (1) 2026-02-02 00:49:32 DEBUG 197.239.91.67 814536 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:49:32 DEBUG 197.239.91.67 814536 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:49:32 DEBUG 197.239.91.67 814536 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:49:32 DEBUG 197.239.91.67 814536 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'product' AND entity IN (0,1) 2026-02-02 00:49:32 DEBUG 197.239.91.67 814536 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:49:32 DEBUG 197.239.91.67 814536 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:49:32 DEBUG 197.239.91.67 814536 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:49:32 DEBUG 197.239.91.67 814536 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:49:32 DEBUG 197.239.91.67 814536 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:49:32 DEBUG 197.239.91.67 814536 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:49:32 INFO 197.239.91.67 814536 3201 Module modService not qualified 2026-02-02 00:49:32 DEBUG 197.239.91.67 814536 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'propal' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:49:32 DEBUG 197.239.91.67 814536 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'propaldet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:49:32 DEBUG 197.239.91.67 814536 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:49:32 DEBUG 197.239.91.67 814536 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:49:32 DEBUG 197.239.91.67 814536 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'propal' AND entity IN (0, 1) 2026-02-02 00:49:32 DEBUG 197.239.91.67 814536 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'propaldet' AND entity IN (0, 1) 2026-02-02 00:49:32 DEBUG 197.239.91.67 814536 3201 sql=SELECT DISTINCT tc.rowid, tc.code, tc.libelle as type_label, tc.position FROM llxme_c_type_contact as tc WHERE tc.element = 'commande' AND tc.source = 'external' ORDER BY position ASC, code ASC 2026-02-02 00:49:32 DEBUG 197.239.91.67 814536 3201 sql=SELECT DISTINCT tc.rowid, tc.code, tc.libelle as type_label, tc.position FROM llxme_c_type_contact as tc WHERE tc.element = 'commande' AND tc.source = 'external' ORDER BY position ASC, code ASC 2026-02-02 00:49:32 DEBUG 197.239.91.67 814536 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'expedition' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:49:32 DEBUG 197.239.91.67 814536 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'expeditiondet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:49:32 DEBUG 197.239.91.67 814536 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:49:32 INFO 197.239.91.67 814536 3201 Module modExpedition not qualified 2026-02-02 00:49:32 DEBUG 197.239.91.67 814536 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'contrat' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:49:32 DEBUG 197.239.91.67 814536 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'contratdet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:49:32 INFO 197.239.91.67 814536 3201 Module modContrat not qualified 2026-02-02 00:49:32 INFO 197.239.91.67 814536 3201 Module modSocialNetworks not qualified 2026-02-02 00:49:32 INFO 197.239.91.67 814536 3201 Module modOpenSurvey not qualified 2026-02-02 00:49:32 DEBUG 197.239.91.67 814536 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'warehouse' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:49:32 DEBUG 197.239.91.67 814536 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:49:32 INFO 197.239.91.67 814536 3201 Module modStock not qualified 2026-02-02 00:49:32 INFO 197.239.91.67 814536 3201 Module modBookmark not qualified 2026-02-02 00:49:32 DEBUG 197.239.91.67 814536 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'bom_bom' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:49:32 DEBUG 197.239.91.67 814536 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'bom_bomline' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:49:32 DEBUG 197.239.91.67 814536 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE elementtype = 'bom_bom' AND entity IN (0, 1) 2026-02-02 00:49:32 DEBUG 197.239.91.67 814536 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE elementtype = 'bom_bomline' AND entity IN (0, 1) 2026-02-02 00:49:32 INFO 197.239.91.67 814536 3201 Module modBom not qualified 2026-02-02 00:49:32 INFO 197.239.91.67 814536 3201 Module modMailing not qualified 2026-02-02 00:49:32 INFO 197.239.91.67 814536 3201 Module modTakePos not qualified 2026-02-02 00:49:32 INFO 197.239.91.67 814536 3201 Module modWorkflow not qualified 2026-02-02 00:49:32 INFO 197.239.91.67 814536 3201 Module modReceiptPrinter not qualified 2026-02-02 00:49:32 INFO 197.239.91.67 814536 3201 Module modDav not qualified 2026-02-02 00:49:32 INFO 197.239.91.67 814536 3201 Module modAsset not qualified 2026-02-02 00:49:32 INFO 197.239.91.67 814536 3201 Module modLdap not qualified 2026-02-02 00:49:32 INFO 197.239.91.67 814536 3201 Module modWebServices not qualified 2026-02-02 00:49:32 DEBUG 197.239.91.67 814536 3201 User::loadParentOf 2026-02-02 00:49:32 DEBUG 197.239.91.67 814536 3201 sql=SELECT fk_user as id_parent, rowid as id_son FROM llxme_user WHERE fk_user <> 0 AND entity IN (0,1) 2026-02-02 00:49:32 DEBUG 197.239.91.67 814536 3201 User::get_full_tree get user list 2026-02-02 00:49:32 DEBUG 197.239.91.67 814536 3201 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 llxme_user as u WHERE u.entity IN (0,1) 2026-02-02 00:49:32 DEBUG 197.239.91.67 814536 3201 User::get_full_tree call to build_path_from_id_user 2026-02-02 00:49:32 DEBUG 197.239.91.67 814536 3201 User::get_full_tree dol_sort_array 2026-02-02 00:49:32 INFO 197.239.91.67 814536 3201 Build childid for id = 1 2026-02-02 00:49:32 INFO 197.239.91.67 814536 3201 Module modDeplacement not qualified 2026-02-02 00:49:32 INFO 197.239.91.67 814536 3201 Module modMultiCurrency not qualified 2026-02-02 00:49:32 INFO 197.239.91.67 814536 3201 Module modProductBatch not qualified 2026-02-02 00:49:32 INFO 197.239.91.67 814536 3201 Module modSalaries not qualified 2026-02-02 00:49:32 INFO 197.239.91.67 814536 3201 Module modLoan not qualified 2026-02-02 00:49:32 INFO 197.239.91.67 814536 3201 Module modDynamicPrices not qualified 2026-02-02 00:49:32 INFO 197.239.91.67 814536 3201 Module modCollab not qualified 2026-02-02 00:49:32 INFO 197.239.91.67 814536 3201 Module modModuleBuilder not qualified 2026-02-02 00:49:32 DEBUG 197.239.91.67 814536 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE elementtype = 'facture' AND entity IN (0, 1) 2026-02-02 00:49:32 DEBUG 197.239.91.67 814536 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE elementtype = 'facture_det' AND entity IN (0, 1) 2026-02-02 00:49:32 DEBUG 197.239.91.67 814536 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'facture' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:49:32 DEBUG 197.239.91.67 814536 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'facturedet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:49:32 DEBUG 197.239.91.67 814536 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:49:32 DEBUG 197.239.91.67 814536 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:49:32 DEBUG 197.239.91.67 814536 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'facture' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:49:32 INFO 197.239.91.67 814536 3201 Module modGravatar not qualified 2026-02-02 00:49:32 DEBUG 197.239.91.67 814536 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'ticket' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:49:32 INFO 197.239.91.67 814536 3201 Module modTicket not qualified 2026-02-02 00:49:32 INFO 197.239.91.67 814536 3201 Module modPaymentByBankTransfer not qualified 2026-02-02 00:49:32 INFO 197.239.91.67 814536 3201 Module modVariants not qualified 2026-02-02 00:49:32 INFO 197.239.91.67 814536 3201 Module modExternalSite not qualified 2026-02-02 00:49:32 INFO 197.239.91.67 814536 3201 Module modDataPolicy not qualified 2026-02-02 00:49:32 INFO 197.239.91.67 814536 3201 Module modPrinting not qualified 2026-02-02 00:49:32 INFO 197.239.91.67 814536 3201 Module modStripe not qualified 2026-02-02 00:49:32 INFO 197.239.91.67 814536 3201 Module modPaybox not qualified 2026-02-02 00:49:32 INFO 197.239.91.67 814536 3201 Module modSubtotals not qualified 2026-02-02 00:49:32 INFO 197.239.91.67 814536 3201 Module modLabel not qualified 2026-02-02 00:49:32 DEBUG 197.239.91.67 814536 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'holiday' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:49:32 DEBUG 197.239.91.67 814536 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'user' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:49:32 INFO 197.239.91.67 814536 3201 Module modPrelevement not qualified 2026-02-02 00:49:32 INFO 197.239.91.67 814536 3201 Module modSupplierProposal not qualified 2026-02-02 00:49:32 DEBUG 197.239.91.67 814536 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'adherent' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:49:32 DEBUG 197.239.91.67 814536 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'adherent' AND entity IN (0,1) 2026-02-02 00:49:32 INFO 197.239.91.67 814536 3201 Module modAdherent not qualified 2026-02-02 00:49:32 INFO 197.239.91.67 814536 3201 Module modIncoterm not qualified 2026-02-02 00:49:32 INFO 197.239.91.67 814536 3201 Module modAi not qualified 2026-02-02 00:49:32 INFO 197.239.91.67 814536 3201 Module modIntracommreport not qualified 2026-02-02 00:49:32 DEBUG 197.239.91.67 814536 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:49:32 DEBUG 197.239.91.67 814536 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:49:32 DEBUG 197.239.91.67 814536 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'user' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:49:32 DEBUG 197.239.91.67 814536 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'Facture' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:49:32 DEBUG 197.239.91.67 814536 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'CommandeFournisseur' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:49:32 DEBUG 197.239.91.67 814536 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'invoice_supplier' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:49:32 INFO 197.239.91.67 814536 3201 Module modCategorie not qualified 2026-02-02 00:49:32 INFO 197.239.91.67 814536 3201 Module modComptabilite not qualified 2026-02-02 00:49:32 INFO 197.239.91.67 814536 3201 Module modDon not qualified 2026-02-02 00:49:32 INFO 197.239.91.67 814536 3201 Module modOpenIDConnect not qualified 2026-02-02 00:49:32 INFO 197.239.91.67 814536 3201 Module modWebhook not qualified 2026-02-02 00:49:32 DEBUG 197.239.91.67 814536 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'projet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:49:32 DEBUG 197.239.91.67 814536 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'projet_task' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:49:32 DEBUG 197.239.91.67 814536 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'projet' AND entity IN (0,1) 2026-02-02 00:49:32 DEBUG 197.239.91.67 814536 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'projet_task' AND entity IN (0,1) 2026-02-02 00:49:32 INFO 197.239.91.67 814536 3201 Module modProjet not qualified 2026-02-02 00:49:32 INFO 197.239.91.67 814536 3201 Module modMailmanSpip not qualified 2026-02-02 00:49:32 DEBUG 197.239.91.67 814536 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'user' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:49:32 DEBUG 197.239.91.67 814536 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'user' AND entity IN (0,1) 2026-02-02 00:49:32 INFO 197.239.91.67 814536 3201 Module modRecruitment not qualified 2026-02-02 00:49:32 INFO 197.239.91.67 814536 3201 Module modFTP not qualified 2026-02-02 00:49:32 DEBUG 197.239.91.67 814536 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'facture_fourn' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:49:32 DEBUG 197.239.91.67 814536 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'facture_fourn_det' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:49:32 DEBUG 197.239.91.67 814536 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'facture_fourn' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:49:32 DEBUG 197.239.91.67 814536 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'commande_fournisseur' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:49:32 DEBUG 197.239.91.67 814536 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'commande_fournisseurdet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:49:32 DEBUG 197.239.91.67 814536 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'facture_fourn' AND entity IN (0, 1) 2026-02-02 00:49:32 DEBUG 197.239.91.67 814536 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'facture_fourn_det' AND entity IN (0, 1) 2026-02-02 00:49:32 DEBUG 197.239.91.67 814536 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'commande_fournisseur' AND entity IN (0, 1) 2026-02-02 00:49:32 DEBUG 197.239.91.67 814536 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'commande_fournisseurdet' AND entity IN (0, 1) 2026-02-02 00:49:32 DEBUG 197.239.91.67 814536 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'mrp_mo' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:49:32 DEBUG 197.239.91.67 814536 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'mrp_mo' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:49:32 DEBUG 197.239.91.67 814536 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'mrp_production' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:49:32 DEBUG 197.239.91.67 814536 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE elementtype = 'mrp_mo' AND entity IN (0, 1) 2026-02-02 00:49:32 INFO 197.239.91.67 814536 3201 Module modMrp not qualified 2026-02-02 00:49:32 INFO 197.239.91.67 814536 3201 Module modHRM not qualified 2026-02-02 00:49:32 DEBUG 197.239.91.67 814536 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'commande' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:49:32 DEBUG 197.239.91.67 814536 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'commandedet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:49:32 DEBUG 197.239.91.67 814536 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:49:32 DEBUG 197.239.91.67 814536 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:49:32 DEBUG 197.239.91.67 814536 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault, fieldrequired FROM llxme_extrafields WHERE elementtype = 'commande' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:49:32 DEBUG 197.239.91.67 814536 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault, fieldrequired FROM llxme_extrafields WHERE elementtype = 'commandedet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:49:32 INFO 197.239.91.67 814536 3201 Module modCommande not qualified 2026-02-02 00:49:32 INFO 197.239.91.67 814536 3201 Module modStockTransfer not qualified 2026-02-02 00:49:32 DEBUG 197.239.91.67 814536 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'fichinter' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:49:32 DEBUG 197.239.91.67 814536 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'fichinterdet' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:49:32 INFO 197.239.91.67 814536 3201 Module modFicheinter not qualified 2026-02-02 00:49:32 DEBUG 197.239.91.67 814536 3201 sql=SELECT DISTINCT tc.rowid, tc.code, tc.libelle as type_label, tc.position FROM llxme_c_type_contact as tc WHERE tc.element = 'order_supplier' AND tc.source = 'external' ORDER BY position ASC, code ASC 2026-02-02 00:49:32 DEBUG 197.239.91.67 814536 3201 sql=SELECT DISTINCT tc.rowid, tc.code, tc.libelle as type_label, tc.position FROM llxme_c_type_contact as tc WHERE tc.element = 'order_supplier' AND tc.source = 'external' ORDER BY position ASC, code ASC 2026-02-02 00:49:32 DEBUG 197.239.91.67 814536 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'reception' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:49:32 DEBUG 197.239.91.67 814536 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'receptiondet_batch' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:49:32 DEBUG 197.239.91.67 814536 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:49:32 DEBUG 197.239.91.67 814536 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'socpeople' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:49:32 DEBUG 197.239.91.67 814536 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'societe' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:49:32 DEBUG 197.239.91.67 814536 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'societe' AND entity IN (0, 1) 2026-02-02 00:49:32 DEBUG 197.239.91.67 814536 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'socpeople' AND entity IN (0, 1) 2026-02-02 00:49:32 INFO 197.239.91.67 814536 3201 Module modKnowledgeManagement not qualified 2026-02-02 00:49:32 DEBUG 197.239.91.67 814536 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'resource' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:49:32 DEBUG 197.239.91.67 814536 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'resource' AND entity IN (0,1) 2026-02-02 00:49:32 INFO 197.239.91.67 814536 3201 Module modResource not qualified 2026-02-02 00:49:32 DEBUG 197.239.91.67 814536 3201 useNPR 2026-02-02 00:49:32 DEBUG 197.239.91.67 814536 3201 sql=SELECT t.rowid FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.recuperableonly = 1 AND t.entity IN (1) 2026-02-02 00:49:32 DEBUG 197.239.91.67 814536 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'product' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:49:32 DEBUG 197.239.91.67 814536 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:49:32 DEBUG 197.239.91.67 814536 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:49:32 DEBUG 197.239.91.67 814536 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'product' AND entity IN (0, 1) 2026-02-02 00:49:32 DEBUG 197.239.91.67 814536 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:49:32 DEBUG 197.239.91.67 814536 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:49:32 DEBUG 197.239.91.67 814536 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:49:32 DEBUG 197.239.91.67 814536 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:49:32 DEBUG 197.239.91.67 814536 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE type <> 'separate' AND elementtype = 'product_fournisseur_price' AND entity IN (0, 1) 2026-02-02 00:49:32 DEBUG 197.239.91.67 814536 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:49:32 DEBUG 197.239.91.67 814536 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:49:32 INFO 197.239.91.67 814536 3201 Module modProduct not qualified 2026-02-02 00:49:32 INFO 197.239.91.67 814536 3201 Module modBarcode not qualified 2026-02-02 00:49:32 DEBUG 197.239.91.67 814536 3201 sql=SELECT code, label, description FROM llxme_c_action_trigger ORDER by rang 2026-02-02 00:49:32 DEBUG 197.239.91.67 814536 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'actioncomm' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:49:32 DEBUG 197.239.91.67 814536 3201 sql=SELECT name, label, fieldrequired FROM llxme_extrafields WHERE elementtype = 'actioncomm' AND entity IN (0, 1) 2026-02-02 00:49:32 DEBUG 197.239.91.67 814536 3201 sql=SELECT name, label, type, param, fieldcomputed, fielddefault FROM llxme_extrafields WHERE elementtype = 'actioncomm' AND type <> 'separate' AND entity IN (0, 1) ORDER BY pos ASC 2026-02-02 00:49:32 INFO 197.239.91.67 814536 3201 Module modWorkstation not qualified 2026-02-02 00:49:32 INFO 197.239.91.67 814536 3201 Module modPaypal not qualified 2026-02-02 00:49:32 INFO 197.239.91.67 814536 3201 Module modGeoIPMaxmind not qualified 2026-02-02 00:49:32 INFO 197.239.91.67 814536 3201 Module modMargin not qualified 2026-02-02 00:49:32 INFO 197.239.91.67 814536 3201 Module modBookCal not qualified 2026-02-02 00:49:32 INFO 197.239.91.67 814536 3201 Module modDocumentGeneration not qualified 2026-02-02 00:49:32 INFO 197.239.91.67 814536 3201 Module modWebsite not qualified 2026-02-02 00:49:32 INFO 197.239.91.67 814536 3201 Module modExternalRss not qualified 2026-02-02 00:49:32 INFO 197.239.91.67 814536 3201 Module modEmailCollector not qualified 2026-02-02 00:49:32 INFO 197.239.91.67 814536 3201 Scan directory /home4/jrbprodu/public_html/erpjrbvita/knowledgemanagement/core/modules/ for modules 2026-02-02 00:49:32 INFO 197.239.91.67 814536 3201 Scan directory /home4/jrbprodu/public_html/erpjrbvita/recruitment/core/modules/ for modules 2026-02-02 00:49:32 INFO 197.239.91.67 814536 3201 Scan directory /home4/jrbprodu/public_html/erpjrbvita/partnership/core/modules/ for modules 2026-02-02 00:49:32 DEBUG 197.239.91.67 814536 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:49:32 DEBUG 197.239.91.67 814536 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:49:32 DEBUG 197.239.91.67 814536 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 00:49:32 DEBUG 197.239.91.67 814536 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 00:49:32 DEBUG 197.239.91.67 814536 3201 sql=SELECT rowid, code, label, nature FROM llxme_accounting_journal WHERE entity = 1 AND active = 1 ORDER BY nature ASC, label DESC 2026-02-02 00:49:32 DEBUG 197.239.91.67 814536 3201 sql=SELECT COUNT(*) as nbtotalofrecords FROM llxme_c_tva as t INNER JOIN llxme_c_country as c ON t.fk_pays = c.rowid LEFT JOIN llxme_c_departements as db ON t.fk_department_buyer = db.rowid WHERE t.entity IN (1) AND c.rowid = 60 2026-02-02 00:49:32 DEBUG 197.239.91.67 814536 3201 sql=SELECT t.rowid, t.entity, t.code, t.type_vat, t.taux, t.localtax1_type, t.localtax1, t.localtax2_type, t.localtax2, c.label as country, c.code as country_code, t.fk_pays as country_id, t.fk_department_buyer as department_buyer_id, db.nom as department_buyer, t.recuperableonly, t.note, t.active, t.accountancy_code_sell, t.accountancy_code_buy, t.use_default FROM llxme_c_tva as t INNER JOIN llxme_c_country as c ON t.fk_pays = c.rowid LEFT JOIN llxme_c_departements as db ON t.fk_department_buyer = db.rowid WHERE t.entity IN (1) AND c.rowid = 60 ORDER BY country_code ASC, country ASC, department_buyer ASC, code ASC, taux ASC, recuperableonly ASC, localtax1 ASC, localtax2 ASC LIMIT 1001 2026-02-02 00:49:32 DEBUG 197.239.91.67 814536 3201 htdocs/admin/dict 2026-02-02 00:49:32 DEBUG 197.239.91.67 814536 3201 sql=SELECT t.rowid, t.entity, t.code, t.type_vat, t.taux, t.localtax1_type, t.localtax1, t.localtax2_type, t.localtax2, c.label as country, c.code as country_code, t.fk_pays as country_id, t.fk_department_buyer as department_buyer_id, db.nom as department_buyer, t.recuperableonly, t.note, t.active, t.accountancy_code_sell, t.accountancy_code_buy, t.use_default FROM llxme_c_tva as t INNER JOIN llxme_c_country as c ON t.fk_pays = c.rowid LEFT JOIN llxme_c_departements as db ON t.fk_department_buyer = db.rowid WHERE t.entity IN (1) AND c.rowid = 60 ORDER BY country_code ASC, country ASC, department_buyer ASC, code ASC, taux ASC, recuperableonly ASC, localtax1 ASC, localtax2 ASC LIMIT 1001 2026-02-02 00:49:32 DEBUG 197.239.91.67 814536 3201 Form::select_country 2026-02-02 00:49:32 DEBUG 197.239.91.67 814536 3201 sql=SELECT rowid, code as code_iso, code_iso as code_iso3, label, favorite, eec FROM llxme_c_country WHERE active > 0 2026-02-02 00:49:32 DEBUG 197.239.91.67 814536 3201 FormAccounting::select_account 2026-02-02 00:49:32 DEBUG 197.239.91.67 814536 3201 sql=SELECT DISTINCT aa.account_number, aa.label, aa.labelshort, aa.rowid, aa.fk_pcg_version, aa.centralized FROM llxme_accounting_account as aa INNER JOIN llxme_accounting_system as asy ON aa.fk_pcg_version = asy.pcg_version AND asy.rowid = 26 AND aa.active = 1 AND aa.entity=1 ORDER BY aa.account_number 2026-02-02 00:49:32 DEBUG 197.239.91.67 814536 3201 FormAccounting::select_account 2026-02-02 00:49:32 DEBUG 197.239.91.67 814536 3201 sql=SELECT DISTINCT aa.account_number, aa.label, aa.labelshort, aa.rowid, aa.fk_pcg_version, aa.centralized FROM llxme_accounting_account as aa INNER JOIN llxme_accounting_system as asy ON aa.fk_pcg_version = asy.pcg_version AND asy.rowid = 26 AND aa.active = 1 AND aa.entity=1 ORDER BY aa.account_number 2026-02-02 00:49:32 DEBUG 197.239.91.67 814536 3201 Form::select_country 2026-02-02 00:49:32 DEBUG 197.239.91.67 814536 3201 sql=SELECT rowid, code as code_iso, code_iso as code_iso3, label, favorite, eec FROM llxme_c_country WHERE active > 0 2026-02-02 00:49:32 INFO 197.239.91.67 814536 3201 Save lastsearch_values_tmp_admin/dict.php={"search_country_id":"60"} (systematic recording of last search criteria) 2026-02-02 00:49:32 INFO 197.239.91.67 814536 3201 --- End access to /admin/dict.php 2026-02-02 01:04:05 DEBUG 197.239.80.207 861819 3201 - This is an already logged session. _SESSION['dol_login']=intendant _SESSION['dol_entity']=1 2026-02-02 01:04:05 DEBUG 197.239.80.207 861819 3201 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 llxme_user as u LEFT JOIN llxme_c_country as c ON u.fk_country = c.rowid LEFT JOIN llxme_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llxme_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IN (0, 1) AND u.login = 'intendant' ORDER BY u.entity ASC 2026-02-02 01:04:05 DEBUG 197.239.80.207 861819 3201 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, aiprompt, css, cssview, csslist FROM llxme_extrafields WHERE elementtype = 'user' ORDER BY pos 2026-02-02 01:04:05 DEBUG 197.239.80.207 861819 3201 sql=SELECT param, value FROM llxme_user_param WHERE fk_user = 1 AND entity = 1 2026-02-02 01:04:05 DEBUG 197.239.80.207 861819 3201 DefaultValues::fetchAll 2026-02-02 01:04:05 DEBUG 197.239.80.207 861819 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2026-02-02 01:04:05 DEBUG 197.239.80.207 861819 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llxme_user_rights as ur, llxme_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 LIKE '%_advance' 2026-02-02 01:04:05 DEBUG 197.239.80.207 861819 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llxme_usergroup_rights as gr, llxme_usergroup_user as gu, llxme_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 LIKE '%_advance' 2026-02-02 01:04:05 NOTICE 197.239.80.207 861819 3201 --- Access to GET /index.php - action=, massaction= 2026-02-02 01:04:05 DEBUG 197.239.80.207 861819 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 01:04:05 DEBUG 197.239.80.207 861819 3201 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, m.showtopmenuinframe FROM llxme_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 2026-02-02 01:04:05 DEBUG 197.239.80.207 861819 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 01:04:05 DEBUG 197.239.80.207 861819 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 01:04:05 DEBUG 197.239.80.207 861819 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 01:04:05 DEBUG 197.239.80.207 861819 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 01:04:05 DEBUG 197.239.80.207 861819 3201 InfoBox::listBoxes get default box list for mode=activated userid= 2026-02-02 01:04:05 DEBUG 197.239.80.207 861819 3201 sql=SELECT b.rowid, b.position, b.box_order, b.fk_user, d.rowid as box_id, d.file, d.note, d.tms FROM llxme_boxes as b, llxme_boxes_def as d WHERE b.box_id = d.rowid AND b.entity IN (0,1) AND b.position = 0 AND b.fk_user = 0 ORDER BY b.box_order 2026-02-02 01:04:05 INFO 197.239.80.207 861819 3201 FactureStats::getNbByMonthWithPrevYear read data from cache file /home4/jrbprodu/dolibarrjrbvita/users/temp/FactureStats_getNbByMonthWithPrevYear_supplier_fr_FR_entity.1_user1.cache 1769991627. 2026-02-02 01:04:05 INFO 197.239.80.207 861819 3201 DolGraph::draw_chart this->type= this->MaxValue=0 2026-02-02 01:04:05 INFO 197.239.80.207 861819 3201 FactureStats::getAmountByMonthWithPrevYear read data from cache file /home4/jrbprodu/dolibarrjrbvita/users/temp/FactureStats_getAmountByMonthWithPrevYear_supplier_fr_FR_entity.1_user1.cache 1769991627. 2026-02-02 01:04:05 INFO 197.239.80.207 861819 3201 DolGraph::draw_chart this->type= this->MaxValue=0 2026-02-02 01:04:05 INFO 197.239.80.207 861819 3201 box_graph_invoices_supplier_permonth::showBox 2026-02-02 01:04:05 DEBUG 197.239.80.207 861819 3201 sql=SELECT t.rowid, t.datelastrun, t.datenextrun, t.datestart, t.label, t.status, t.test, t.lastresult, t.processing FROM llxme_cronjob as t WHERE status <> 0 AND entity IN (0, 1) ORDER BY t.datelastrun DESC 2026-02-02 01:04:05 INFO 197.239.80.207 861819 3201 box_scheduled_jobs::showBox 2026-02-02 01:04:05 DEBUG 197.239.80.207 861819 3201 box_customers_outstanding_bill_reached::loadBox 2026-02-02 01:04:05 DEBUG 197.239.80.207 861819 3201 sql=SELECT s.rowid as socid, s.nom as name, s.name_alias, s.code_client, s.code_compta, s.client, s.logo, s.email, s.entity, s.outstanding_limit, s.datec, s.tms, s.status FROM llxme_societe as s WHERE s.client IN (1, 3) AND s.entity IN (1) AND s.outstanding_limit > 0 AND s.rowid IN (SELECT fk_soc from llxme_facture as f WHERE f.fk_statut = 1 and f.fk_soc = s.rowid) ORDER BY s.tms DESC 2026-02-02 01:04:05 INFO 197.239.80.207 861819 3201 box_customers_outstanding_bill_reached::showBox 2026-02-02 01:04:05 INFO 197.239.80.207 861819 3201 FactureStats::getNbByMonthWithPrevYear read data from cache file /home4/jrbprodu/dolibarrjrbvita/users/temp/FactureStats_getNbByMonthWithPrevYear_customer_fr_FR_entity.1_user1.cache 1769991627. 2026-02-02 01:04:05 INFO 197.239.80.207 861819 3201 DolGraph::draw_chart this->type= this->MaxValue=0 2026-02-02 01:04:05 INFO 197.239.80.207 861819 3201 FactureStats::getAmountByMonthWithPrevYear read data from cache file /home4/jrbprodu/dolibarrjrbvita/users/temp/FactureStats_getAmountByMonthWithPrevYear_customer_fr_FR_entity.1_user1.cache 1769991627. 2026-02-02 01:04:05 INFO 197.239.80.207 861819 3201 DolGraph::draw_chart this->type= this->MaxValue=0 2026-02-02 01:04:05 INFO 197.239.80.207 861819 3201 box_graph_invoices_permonth::showBox 2026-02-02 01:04:05 DEBUG 197.239.80.207 861819 3201 sql=SELECT f.rowid as facid, f.ref, f.type, f.total_ht, f.total_tva, f.total_ttc, f.datef as date, f.paye, f.fk_statut as status, f.datec, f.tms, f.date_lim_reglement as datelimite, s.rowid as socid, s.nom as name, s.name_alias, s.code_client, s.code_compta, s.client, s.logo, s.email, s.entity, s.tva_intra, s.siren as idprof1, s.siret as idprof2, s.ape as idprof3, s.idprof4, s.idprof5, s.idprof6, SUM(pf.amount) as am FROM llxme_facture as f LEFT JOIN llxme_paiement_facture as pf ON f.rowid = pf.fk_facture, llxme_societe as s WHERE f.fk_soc = s.rowid AND f.fk_statut > 0 AND f.entity IN (1) GROUP BY s.rowid, s.nom, s.name_alias, s.code_client, s.code_compta, s.client, s.logo, s.email, s.entity, s.tva_intra, s.siren, s.siret, s.ape, s.idprof4, s.idprof5, s.idprof6, f.rowid, f.ref, f.type, f.total_ht, f.total_tva, f.total_ttc, f.datef, f.paye, f.fk_statut, f.datec, f.tms, f.date_lim_reglement ORDER BY f.tms DESC, f.ref DESC LIMIT 3 2026-02-02 01:04:05 INFO 197.239.80.207 861819 3201 box_factures::showBox 2026-02-02 01:04:05 DEBUG 197.239.80.207 861819 3201 sql=SELECT s.rowid as socid, s.nom as name, s.name_alias, s.code_client, s.client, s.code_compta as code_compta_client, s.logo, s.email, s.entity, s.tva_intra, s.siren as idprof1, s.siret as idprof2, s.ape as idprof3, s.idprof4, s.idprof5, s.idprof6, f.ref, f.date_lim_reglement as datelimit, f.type, f.datef as date, f.total_ht, f.total_tva, f.total_ttc, f.paye, f.fk_statut as status, f.rowid as facid, SUM(pf.amount) as am FROM llxme_societe as s, llxme_facture as f LEFT JOIN llxme_paiement_facture as pf ON f.rowid = pf.fk_facture WHERE f.fk_soc = s.rowid AND f.entity IN (1) AND f.paye = 0 AND fk_statut = 1 GROUP BY s.rowid, s.nom, s.name_alias, s.code_client, s.client, s.logo, s.email, s.entity, s.tva_intra, s.siren, s.siret, s.ape, s.idprof4, s.idprof5, s.idprof6, s.code_compta, f.rowid, f.ref, f.date_lim_reglement, f.type, f.datef, f.total_ht, f.total_tva, f.total_ttc, f.paye, f.fk_statut ORDER BY date_lim_reglement ASC, f.ref ASC LIMIT 4 2026-02-02 01:04:05 INFO 197.239.80.207 861819 3201 box_factures_imp::showBox 2026-02-02 01:04:05 DEBUG 197.239.80.207 861819 3201 box_comptes::loadBox 2026-02-02 01:04:05 DEBUG 197.239.80.207 861819 3201 sql=SELECT b.rowid, b.ref, b.label, b.bank, b.number, b.courant, b.clos, b.rappro, b.url, b.code_banque, b.code_guichet, b.cle_rib, b.bic, b.iban_prefix as iban, b.domiciliation as address, b.proprio, b.owner_address, b.account_number, b.currency_code, b.min_allowed, b.min_desired, comment, b.fk_accountancy_journal, aj.code as accountancy_journal FROM llxme_bank_account as b LEFT JOIN llxme_accounting_journal as aj ON aj.rowid = b.fk_accountancy_journal WHERE b.entity = 1 AND clos = 0 ORDER BY label LIMIT 3 2026-02-02 01:04:05 DEBUG 197.239.80.207 861819 3201 sql=SELECT sum(amount) as amount FROM llxme_bank WHERE fk_account = 2 2026-02-02 01:04:05 DEBUG 197.239.80.207 861819 3201 Translate::loadCacheCurrencies 2026-02-02 01:04:05 DEBUG 197.239.80.207 861819 3201 sql=SELECT code_iso, label, unicode FROM llxme_c_currencies WHERE active = 1 AND code_iso = 'XOF' 2026-02-02 01:04:05 DEBUG 197.239.80.207 861819 3201 sql=SELECT sum(amount) as amount FROM llxme_bank WHERE fk_account = 1 2026-02-02 01:04:05 INFO 197.239.80.207 861819 3201 box_comptes::showBox 2026-02-02 01:04:05 DEBUG 197.239.80.207 861819 3201 sql=SELECT s.rowid as socid, s.nom as name, s.name_alias, s.code_fournisseur, s.code_compta_fournisseur, s.fournisseur, s.logo, s.email, s.entity, c.rowid, c.ref, c.tms, c.date_commande, c.date_livraison as delivery_date, c.total_ht, c.total_tva, c.total_ttc, c.fk_statut as status FROM llxme_societe as s, llxme_commande_fournisseur as c WHERE c.fk_soc = s.rowid AND c.entity IN (1) AND c.date_livraison IS NOT NULL AND c.fk_statut IN (3, 4) ORDER BY c.date_livraison ASC, c.fk_statut ASC LIMIT 3 2026-02-02 01:04:05 INFO 197.239.80.207 861819 3201 box_supplier_orders_awaiting_reception::showBox 2026-02-02 01:04:05 DEBUG 197.239.80.207 861819 3201 sql=SELECT s.rowid as socid, s.nom as name, s.name_alias, s.code_fournisseur, s.code_compta_fournisseur, s.fournisseur, s.logo, s.email, s.entity, c.rowid, c.ref, c.tms, c.date_commande, c.total_ht, c.total_tva, c.total_ttc, c.fk_statut as status FROM llxme_societe as s, llxme_commande_fournisseur as c WHERE c.fk_soc = s.rowid AND c.entity IN (1) ORDER BY c.tms DESC, c.ref DESC LIMIT 3 2026-02-02 01:04:05 INFO 197.239.80.207 861819 3201 box_supplier_orders::showBox 2026-02-02 01:04:05 DEBUG 197.239.80.207 861819 3201 sql=SELECT s.rowid as socid, s.nom as name, s.name_alias, s.code_fournisseur, s.code_compta_fournisseur, s.fournisseur, s.logo, s.email, s.entity, f.rowid as facid, f.ref, f.ref_supplier, f.total_ht, f.total_tva, f.total_ttc, f.paye, f.fk_statut as status, f.datef as date, f.datec as datec, f.date_lim_reglement as datelimite, f.tms, f.type FROM llxme_societe as s, llxme_facture_fourn as f WHERE f.fk_soc = s.rowid AND f.entity = 1 ORDER BY f.tms DESC, f.ref DESC LIMIT 3 2026-02-02 01:04:05 INFO 197.239.80.207 861819 3201 box_factures_fourn::showBox 2026-02-02 01:04:05 DEBUG 197.239.80.207 861819 3201 sql=SELECT s.rowid as socid, s.nom as name, s.name_alias, s.code_fournisseur, s.code_compta_fournisseur, s.fournisseur, s.logo, s.email, s.entity, s.tva_intra, s.siren, s.siret, s.ape, s.idprof4, s.idprof5, s.idprof6, f.rowid as facid, f.ref, f.ref_supplier, f.date_lim_reglement as datelimite, f.datef as df, f.total_ht, f.total_tva, f.total_ttc, f.paye, f.fk_statut as status, f.type, f.tms, SUM(pf.amount) as am FROM llxme_societe as s,llxme_facture_fourn as f LEFT JOIN llxme_paiementfourn_facturefourn as pf ON f.rowid = pf.fk_facturefourn WHERE f.fk_soc = s.rowid AND f.entity IN (1) AND f.paye = 0 AND fk_statut = 1 GROUP BY s.rowid, s.nom, s.name_alias, s.code_fournisseur, s.code_compta_fournisseur, s.fournisseur, s.logo, s.email, s.entity, s.tva_intra, s.siren, s.siret, s.ape, s.idprof4, s.idprof5, s.idprof6, f.rowid, f.ref, f.ref_supplier, f.date_lim_reglement, f.type, f.datef, f.total_ht, f.total_tva, f.total_ttc, f.paye, f.fk_statut, f.tms ORDER BY datelimite ASC, f.ref_supplier ASC LIMIT 4 2026-02-02 01:04:05 INFO 197.239.80.207 861819 3201 box_factures_fourn_imp::showBox 2026-02-02 01:04:05 DEBUG 197.239.80.207 861819 3201 sql=SELECT s.rowid as socid, s.nom as name, s.name_alias, s.code_fournisseur, s.code_compta_fournisseur, s.fournisseur, s.logo, s.email, s.entity, s.datec, s.tms, s.status FROM llxme_societe as s WHERE s.fournisseur = 1 AND s.entity IN (1) ORDER BY s.tms DESC LIMIT 3 2026-02-02 01:04:05 INFO 197.239.80.207 861819 3201 box_fournisseurs::showBox 2026-02-02 01:04:05 INFO 197.239.80.207 861819 3201 ModeleBoxes::showBox 2026-02-02 01:04:05 INFO 197.239.80.207 861819 3201 CommandeStats::getNbByMonthWithPrevYear read data from cache file /home4/jrbprodu/dolibarrjrbvita/users/temp/CommandeStats_getNbByMonthWithPrevYear_supplier_fr_FR_entity.1_user1.cache 1769991627. 2026-02-02 01:04:05 INFO 197.239.80.207 861819 3201 DolGraph::draw_chart this->type= this->MaxValue=0 2026-02-02 01:04:05 INFO 197.239.80.207 861819 3201 CommandeStats::getAmountByMonthWithPrevYear read data from cache file /home4/jrbprodu/dolibarrjrbvita/users/temp/CommandeStats_getAmountByMonthWithPrevYear_supplier_fr_FR_entity.1_user1.cache 1769991627. 2026-02-02 01:04:05 INFO 197.239.80.207 861819 3201 DolGraph::draw_chart this->type= this->MaxValue=0 2026-02-02 01:04:05 INFO 197.239.80.207 861819 3201 box_graph_orders_supplier_permonth::showBox 2026-02-02 01:04:05 WARNING 197.239.80.207 861819 3201 Functions.lib::dol_print_date function called with a bad value from page /index.php 2026-02-02 01:04:05 INFO 197.239.80.207 861819 3201 box_lastlogin::showBox 2026-02-02 01:04:05 DEBUG 197.239.80.207 861819 3201 sql=SELECT s.rowid as socid, s.nom as name, s.name_alias, s.code_client, s.code_compta, s.client, s.logo, s.email, s.entity, p.rowid, p.ref, p.fk_statut as status, p.datep as dp, p.datec, p.fin_validite, p.date_cloture, p.total_ht, p.total_tva, p.total_ttc, p.tms FROM llxme_propal as p, llxme_societe as s WHERE p.fk_soc = s.rowid AND p.entity IN (1) ORDER BY p.tms DESC, p.ref DESC LIMIT 3 2026-02-02 01:04:05 INFO 197.239.80.207 861819 3201 box_propales::showBox 2026-02-02 01:04:05 INFO 197.239.80.207 861819 3201 PropaleStats::getNbByMonthWithPrevYear read data from cache file /home4/jrbprodu/dolibarrjrbvita/users/temp/PropaleStats_getNbByMonthWithPrevYear_fr_FR_entity.1_user1.cache 1769991627. 2026-02-02 01:04:05 INFO 197.239.80.207 861819 3201 DolGraph::draw_chart this->type=bars,bars,bars this->MaxValue=0 2026-02-02 01:04:05 INFO 197.239.80.207 861819 3201 PropaleStats::getAmountByMonthWithPrevYear read data from cache file /home4/jrbprodu/dolibarrjrbvita/users/temp/PropaleStats_getAmountByMonthWithPrevYear_fr_FR_entity.1_user1.cache 1769991627. 2026-02-02 01:04:05 INFO 197.239.80.207 861819 3201 DolGraph::draw_chart this->type=bars,bars,bars this->MaxValue=0 2026-02-02 01:04:05 INFO 197.239.80.207 861819 3201 box_graph_propales_permonth::showBox 2026-02-02 01:04:05 DEBUG 197.239.80.207 861819 3201 sql=SELECT sp.rowid as id, sp.lastname, sp.firstname, sp.civility as civility_id, sp.datec, sp.tms, sp.fk_soc, sp.statut as status, sp.address, sp.zip, sp.town, sp.phone, sp.phone_perso, sp.phone_mobile, sp.email as spemail, s.rowid as socid, s.nom as name, s.name_alias, s.code_client, s.client, s.code_fournisseur, s.code_compta_fournisseur, s.fournisseur, s.code_compta as code_compta_client, s.code_compta_fournisseur, s.logo, s.email, s.entity, co.label as country, co.code as country_code FROM llxme_socpeople as sp LEFT JOIN llxme_c_country as co ON sp.fk_pays = co.rowid LEFT JOIN llxme_societe as s ON sp.fk_soc = s.rowid WHERE sp.entity IN (1) AND ((sp.fk_user_creat = 1 AND sp.priv = 1) OR sp.priv = 0) ORDER BY sp.tms DESC LIMIT 3 2026-02-02 01:04:05 INFO 197.239.80.207 861819 3201 box_contacts::showBox 2026-02-02 01:04:05 DEBUG 197.239.80.207 861819 3201 box_prospect::loadBox 2026-02-02 01:04:05 DEBUG 197.239.80.207 861819 3201 sql=SELECT s.rowid as socid, s.nom as name, s.name_alias, s.code_client, s.code_compta, s.client, s.logo, s.email, s.entity, s.fk_stcomm, s.datec, s.tms, s.status FROM llxme_societe as s WHERE s.client IN (2, 3) AND s.entity IN (1) ORDER BY s.tms DESC LIMIT 3 2026-02-02 01:04:05 INFO 197.239.80.207 861819 3201 box_prospect::showBox 2026-02-02 01:04:05 DEBUG 197.239.80.207 861819 3201 box_clients::loadBox 2026-02-02 01:04:05 DEBUG 197.239.80.207 861819 3201 sql=SELECT s.rowid as socid, s.nom as name, s.name_alias, s.code_client, s.code_compta as code_compta_client, s.client, s.logo, s.email, s.entity, s.datec, s.tms, s.status FROM llxme_societe as s WHERE s.client IN (1, 3) AND s.entity IN (1) ORDER BY s.tms DESC LIMIT 3 2026-02-02 01:04:05 INFO 197.239.80.207 861819 3201 box_clients::showBox 2026-02-02 01:04:05 DEBUG 197.239.80.207 861819 3201 box_actions_future::loadBox 2026-02-02 01:04:05 DEBUG 197.239.80.207 861819 3201 sql=SELECT a.id, a.label, a.datep as dp, a.percent as percentage, ta.code, ta.libelle as type_label, s.rowid as socid, s.nom as name, s.name_alias, s.code_client, s.code_compta as code_compta_client, s.client, s.logo, s.email, s.entity FROM llxme_c_actioncomm AS ta, llxme_actioncomm AS a LEFT JOIN llxme_societe as s ON a.fk_soc = s.rowid WHERE a.fk_action = ta.id AND a.entity IN (1) AND a.datep > '2026-02-01 18:04:05' ORDER BY a.datep ASC LIMIT 3 2026-02-02 01:04:05 INFO 197.239.80.207 861819 3201 box_actions_future::showBox 2026-02-02 01:04:05 DEBUG 197.239.80.207 861819 3201 box_actions::loadBox 2026-02-02 01:04:05 DEBUG 197.239.80.207 861819 3201 sql=SELECT a.id, a.label, a.datep as dp, a.percent as percentage, ta.code, ta.libelle as type_label, s.rowid as socid, s.nom as name, s.name_alias, s.code_client, s.code_compta as code_compta_client, s.client, s.logo, s.email, s.entity FROM llxme_c_actioncomm AS ta, llxme_actioncomm AS a LEFT JOIN llxme_societe as s ON a.fk_soc = s.rowid WHERE a.fk_action = ta.id AND a.entity IN (1) AND a.percent >= 0 AND a.percent < 100 ORDER BY a.datep ASC LIMIT 3 2026-02-02 01:04:05 INFO 197.239.80.207 861819 3201 box_actions::showBox 2026-02-02 01:04:05 DEBUG 197.239.80.207 861819 3201 sql=SELECT COUNT(DISTINCT u.rowid) as nb FROM llxme_user as u WHERE u.entity IN (0,1) AND u.statut > 0 2026-02-02 01:04:05 DEBUG 197.239.80.207 861819 3201 sql=SELECT count(ex.rowid) as nb FROM llxme_expensereport as ex WHERE ex.fk_statut > 0 AND ex.entity IN (1) 2026-02-02 01:04:05 DEBUG 197.239.80.207 861819 3201 sql=SELECT count(h.rowid) as nb FROM llxme_holiday as h WHERE h.statut > 1 AND h.entity IN (1) 2026-02-02 01:04:05 DEBUG 197.239.80.207 861819 3201 sql=SELECT count(s.rowid) as nb, s.client FROM llxme_societe as s WHERE s.client IN (1,2,3) AND s.entity IN (1) GROUP BY s.client 2026-02-02 01:04:05 DEBUG 197.239.80.207 861819 3201 sql=SELECT count(s.rowid) as nb FROM llxme_societe as s WHERE s.fournisseur = 1 AND s.entity IN (1) 2026-02-02 01:04:05 DEBUG 197.239.80.207 861819 3201 sql=SELECT count(sp.rowid) as nb FROM llxme_socpeople as sp WHERE sp.entity IN (1) AND (sp.priv='0' OR (sp.priv='1' AND sp.fk_user_creat = 1)) 2026-02-02 01:04:05 DEBUG 197.239.80.207 861819 3201 sql=SELECT count(p.rowid) as nb FROM llxme_propal as p LEFT JOIN llxme_societe as s ON p.fk_soc = s.rowid WHERE p.entity IN (1) 2026-02-02 01:04:05 DEBUG 197.239.80.207 861819 3201 sql=SELECT count(f.rowid) as nb FROM llxme_facture as f LEFT JOIN llxme_societe as s ON f.fk_soc = s.rowid WHERE f.entity IN (1) 2026-02-02 01:04:05 DEBUG 197.239.80.207 861819 3201 sql=SELECT count(co.rowid) as nb FROM llxme_commande_fournisseur as co LEFT JOIN llxme_societe as s ON co.fk_soc = s.rowid WHERE co.entity IN (1) 2026-02-02 01:04:05 DEBUG 197.239.80.207 861819 3201 sql=SELECT count(f.rowid) as nb FROM llxme_facture_fourn as f LEFT JOIN llxme_societe as s ON f.fk_soc = s.rowid WHERE f.entity = 1 2026-02-02 01:04:05 INFO 197.239.80.207 861819 3201 box_dolibarr_state_board::showBox 2026-02-02 01:04:05 DEBUG 197.239.80.207 861819 3201 box_birthdays::loadBox 2026-02-02 01:04:05 DEBUG 197.239.80.207 861819 3201 sql=SELECT u.rowid, u.firstname, u.lastname, u.birth as datea, date_format(u.birth, '%d') as daya, 'birth' as typea, u.email, u.statut as status FROM llxme_user as u WHERE u.entity IN (0,1) AND u.statut = 1 AND date_format( u.birth, '%c') = '2' AND u.birth < '2026-01-01 00:00:00' UNION SELECT u.rowid, u.firstname, u.lastname, u.dateemployment as datea, date_format(u.dateemployment, '%d') as daya, 'employment' as typea, u.email, u.statut as status FROM llxme_user as u WHERE u.entity IN (0,1) AND u.statut = 1 AND date_format( u.dateemployment, '%c') = '2' AND u.dateemployment < '2026-01-01 00:00:00' ORDER BY daya ASC LIMIT 3 2026-02-02 01:04:05 INFO 197.239.80.207 861819 3201 box_birthdays::showBox 2026-02-02 01:04:05 INFO 197.239.80.207 861819 3201 ModeleBoxes::showBox 2026-02-02 01:04:05 DEBUG 197.239.80.207 861819 3201 sql=SELECT a.id, a.datep as dp FROM llxme_actioncomm as a WHERE 1 = 1 AND a.percent >= 0 AND a.percent < 100 AND a.entity IN (1) 2026-02-02 01:04:05 DEBUG 197.239.80.207 861819 3201 sql=SELECT p.rowid, p.ref, p.datec as datec, p.fin_validite as datefin, p.total_ht FROM llxme_propal as p WHERE p.entity IN (1) AND p.fk_statut = 1 2026-02-02 01:04:05 DEBUG 197.239.80.207 861819 3201 sql=SELECT p.rowid, p.ref, p.datec as datec, p.fin_validite as datefin, p.total_ht FROM llxme_propal as p WHERE p.entity IN (1) AND p.fk_statut = 2 2026-02-02 01:04:05 DEBUG 197.239.80.207 861819 3201 sql=SELECT c.rowid, c.date_creation as datec, c.date_commande, c.fk_statut, c.date_livraison as delivery_date, c.total_ht FROM llxme_commande_fournisseur as c WHERE c.entity = 1 AND c.fk_statut IN (1, 2) 2026-02-02 01:04:05 DEBUG 197.239.80.207 861819 3201 sql=SELECT c.rowid, c.date_creation as datec, c.date_commande, c.fk_statut, c.date_livraison as delivery_date, c.total_ht FROM llxme_commande_fournisseur as c WHERE c.entity = 1 AND c.fk_statut IN (3, 4) 2026-02-02 01:04:05 DEBUG 197.239.80.207 861819 3201 sql=SELECT f.rowid, f.date_lim_reglement as datefin, f.fk_statut as status, f.total_ht FROM llxme_facture as f WHERE f.paye=0 AND f.entity IN (1) AND f.fk_statut = 1 2026-02-02 01:04:05 DEBUG 197.239.80.207 861819 3201 sql=SELECT ff.rowid, ff.date_lim_reglement as datefin, ff.fk_statut as status, ff.total_ht, ff.total_ttc FROM llxme_facture_fourn as ff WHERE ff.paye = 0 AND ff.fk_statut IN (1) AND ff.entity = 1 2026-02-02 01:04:05 DEBUG 197.239.80.207 861819 3201 sql=SELECT COUNT(ba.rowid) as nb FROM llxme_bank_account as ba WHERE ba.rappro > 0 and ba.clos = 0 AND ba.entity IN (1) AND ba.courant != 2 2026-02-02 01:04:05 DEBUG 197.239.80.207 861819 3201 sql=SELECT b.rowid, b.datev as datefin FROM llxme_bank as b, llxme_bank_account as ba WHERE b.rappro=0 AND b.fk_account = ba.rowid AND ba.entity IN (1) AND (ba.rappro = 1 AND ba.courant != 2) AND clos = 0 2026-02-02 01:04:05 DEBUG 197.239.80.207 861819 3201 sql=SELECT b.rowid, b.datev as datefin FROM llxme_bank as b, llxme_bank_account as ba WHERE b.fk_account = ba.rowid AND ba.entity IN (1) AND b.fk_type = 'CHQ' AND b.fk_bordereau = 0 AND b.amount > 0 2026-02-02 01:04:05 DEBUG 197.239.80.207 861819 3201 sql=SELECT ex.rowid, ex.date_valid FROM llxme_expensereport as ex WHERE ex.fk_statut = 2 AND ex.entity IN (1) 2026-02-02 01:04:05 DEBUG 197.239.80.207 861819 3201 sql=SELECT ex.rowid, ex.date_valid FROM llxme_expensereport as ex WHERE ex.fk_statut = 5 AND ex.entity IN (1) 2026-02-02 01:04:05 DEBUG 197.239.80.207 861819 3201 User::loadParentOf 2026-02-02 01:04:05 DEBUG 197.239.80.207 861819 3201 sql=SELECT fk_user as id_parent, rowid as id_son FROM llxme_user WHERE fk_user <> 0 AND entity IN (0,1) 2026-02-02 01:04:05 DEBUG 197.239.80.207 861819 3201 User::get_full_tree get user list 2026-02-02 01:04:05 DEBUG 197.239.80.207 861819 3201 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 llxme_user as u WHERE u.entity IN (0,1) 2026-02-02 01:04:05 DEBUG 197.239.80.207 861819 3201 User::get_full_tree call to build_path_from_id_user 2026-02-02 01:04:05 DEBUG 197.239.80.207 861819 3201 User::get_full_tree dol_sort_array 2026-02-02 01:04:05 INFO 197.239.80.207 861819 3201 Build childid for id = 1 2026-02-02 01:04:05 DEBUG 197.239.80.207 861819 3201 sql=SELECT h.rowid, h.date_debut FROM llxme_holiday as h WHERE h.statut = 2 AND h.entity IN (1) AND (h.fk_user IN (1) OR h.fk_validator IN (1)) 2026-02-02 01:04:05 INFO 197.239.80.207 861819 3201 --- End access to /index.php 2026-02-02 01:07:02 DEBUG 192.175.111.238 866922 3201 NEW TOKEN generated by : /index.php 2026-02-02 01:07:02 NOTICE 192.175.111.238 866922 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 01:07:02 DEBUG 192.175.111.238 866922 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 01:07:02 INFO 192.175.111.238 866922 3201 --- End access to /index.php 2026-02-02 01:07:03 DEBUG 64.15.129.122 866922 3201 NEW TOKEN generated by : /index.php 2026-02-02 01:07:03 NOTICE 64.15.129.122 866922 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 01:07:03 DEBUG 64.15.129.122 866922 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 01:07:03 INFO 64.15.129.122 866922 3201 --- End access to /index.php 2026-02-02 01:07:03 DEBUG 192.175.111.228 866922 3201 NEW TOKEN generated by : /index.php 2026-02-02 01:07:03 NOTICE 192.175.111.228 866922 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 01:07:03 DEBUG 192.175.111.228 866922 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 01:07:03 INFO 192.175.111.228 866922 3201 --- End access to /index.php 2026-02-02 01:07:04 DEBUG 64.15.129.112 866922 3201 NEW TOKEN generated by : /index.php 2026-02-02 01:07:04 NOTICE 64.15.129.112 866922 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 01:07:04 DEBUG 64.15.129.112 866922 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 01:07:04 INFO 64.15.129.112 866922 3201 --- End access to /index.php 2026-02-02 01:07:04 DEBUG 64.15.129.126 866922 3201 NEW TOKEN generated by : /index.php 2026-02-02 01:07:04 NOTICE 64.15.129.126 866922 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 01:07:04 DEBUG 64.15.129.126 866922 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 01:07:04 INFO 64.15.129.126 866922 3201 --- End access to /index.php 2026-02-02 01:07:05 DEBUG 64.15.129.103 866922 3201 NEW TOKEN generated by : /index.php 2026-02-02 01:07:05 NOTICE 64.15.129.103 866922 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 01:07:05 DEBUG 64.15.129.103 866922 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 01:07:05 INFO 64.15.129.103 866922 3201 --- End access to /index.php 2026-02-02 01:07:05 DEBUG 192.175.111.251 866922 3201 NEW TOKEN generated by : /index.php 2026-02-02 01:07:05 NOTICE 192.175.111.251 866922 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 01:07:05 DEBUG 192.175.111.251 866922 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 01:07:05 INFO 192.175.111.251 866922 3201 --- End access to /index.php 2026-02-02 01:07:06 DEBUG 192.175.111.252 866922 3201 NEW TOKEN generated by : /index.php 2026-02-02 01:07:06 NOTICE 192.175.111.252 866922 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 01:07:06 DEBUG 192.175.111.252 866922 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 01:07:06 INFO 192.175.111.252 866922 3201 --- End access to /index.php 2026-02-02 01:07:06 DEBUG 192.175.111.248 866922 3201 NEW TOKEN generated by : /index.php 2026-02-02 01:07:06 NOTICE 192.175.111.248 866922 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 01:07:06 DEBUG 192.175.111.248 866922 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 01:07:06 INFO 192.175.111.248 866922 3201 --- End access to /index.php 2026-02-02 01:07:07 DEBUG 64.15.129.118 866922 3201 NEW TOKEN generated by : /index.php 2026-02-02 01:07:07 NOTICE 64.15.129.118 866922 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 01:07:07 DEBUG 64.15.129.118 866922 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 01:07:07 INFO 64.15.129.118 866922 3201 --- End access to /index.php 2026-02-02 01:07:10 DEBUG 192.175.111.236 866922 3201 NEW TOKEN generated by : /index.php 2026-02-02 01:07:10 NOTICE 192.175.111.236 866922 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 01:07:10 DEBUG 192.175.111.236 866922 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 01:07:10 INFO 192.175.111.236 866922 3201 --- End access to /index.php 2026-02-02 01:07:10 DEBUG 64.15.129.114 866922 3201 NEW TOKEN generated by : /index.php 2026-02-02 01:07:10 NOTICE 64.15.129.114 866922 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 01:07:10 DEBUG 64.15.129.114 866922 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 01:07:10 INFO 64.15.129.114 866922 3201 --- End access to /index.php 2026-02-02 01:07:11 DEBUG 64.15.129.119 866922 3201 NEW TOKEN generated by : /index.php 2026-02-02 01:07:11 NOTICE 64.15.129.119 866922 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 01:07:11 DEBUG 64.15.129.119 866922 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 01:07:11 INFO 64.15.129.119 866922 3201 --- End access to /index.php 2026-02-02 01:07:11 DEBUG 192.175.111.245 866922 3201 NEW TOKEN generated by : /index.php 2026-02-02 01:07:11 NOTICE 192.175.111.245 866922 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 01:07:11 DEBUG 192.175.111.245 866922 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 01:07:11 INFO 192.175.111.245 866922 3201 --- End access to /index.php 2026-02-02 01:07:11 DEBUG 192.175.111.252 866922 3201 NEW TOKEN generated by : /index.php 2026-02-02 01:07:11 NOTICE 192.175.111.252 866922 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 01:07:11 DEBUG 192.175.111.252 866922 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 01:07:11 INFO 192.175.111.252 866922 3201 --- End access to /index.php 2026-02-02 01:08:13 DEBUG 197.239.80.207 870067 3201 NEW TOKEN generated by : /index.php 2026-02-02 01:08:13 NOTICE 197.239.80.207 870067 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 01:08:13 DEBUG 197.239.80.207 870067 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 01:08:13 INFO 197.239.80.207 870067 3201 --- End access to /index.php 2026-02-02 01:08:14 DEBUG 197.239.80.207 870067 3201 DefaultValues::fetchAll 2026-02-02 01:08:14 DEBUG 197.239.80.207 870067 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,0)) AND (entity IN (1,1))) 2026-02-02 01:08:14 NOTICE 197.239.80.207 870067 3201 --- Access to GET /theme/eldy/style.css.php - action=, massaction= NOTOKENRENEWAL=1 2026-02-02 01:08:14 DEBUG 197.239.80.207 870067 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 01:08:14 DEBUG 197.239.80.207 870067 3201 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, m.showtopmenuinframe FROM llxme_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 2026-02-02 01:08:14 INFO 197.239.80.207 870067 3201 --- End access to /theme/eldy/style.css.php 2026-02-02 01:08:15 NOTICE 197.239.80.207 870067 3201 --- Access to GET /theme/eldy/manifest.json.php - action=, massaction= NOTOKENRENEWAL=1 2026-02-02 01:08:15 INFO 197.239.80.207 870067 3201 --- End access to /theme/eldy/manifest.json.php 2026-02-02 01:08:30 INFO 197.239.80.207 870938 3201 checkLoginPassEntity usertotest=intendant entitytotest=1 authmode=dolibarr 2026-02-02 01:08:30 INFO 197.239.80.207 870938 3201 functions_dolibarr::check_user_password_dolibarr usertotest=intendant passwordtotest=********** entitytotest=1 2026-02-02 01:08:30 DEBUG 197.239.80.207 870938 3201 sql=SELECT COUNT(e.rowid) as nbevent FROM llxme_events as e WHERE e.type = 'USER_LOGIN_FAILED' AND e.ip = '197.239.80.207' AND e.dateevent > '2026-01-31 18:08:30' 2026-02-02 01:08:30 DEBUG 197.239.80.207 870938 3201 sql=SELECT rowid, login, entity, pass, pass_crypted, datestartvalidity, dateendvalidity, flagdelsessionsbefore FROM llxme_user WHERE (login = 'intendant') AND entity IN (0,1) AND statut = 1 ORDER BY entity DESC 2026-02-02 01:08:30 INFO 197.239.80.207 870938 3201 functions_dolibarr::check_user_password_dolibarr Authentication ok - hash auto of pass is ok 2026-02-02 01:08:30 DEBUG 197.239.80.207 870938 3201 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 llxme_user as u LEFT JOIN llxme_c_country as c ON u.fk_country = c.rowid LEFT JOIN llxme_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llxme_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IN (0, 1) AND u.login = 'intendant' ORDER BY u.entity ASC 2026-02-02 01:08:30 DEBUG 197.239.80.207 870938 3201 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, aiprompt, css, cssview, csslist FROM llxme_extrafields WHERE elementtype = 'user' ORDER BY pos 2026-02-02 01:08:30 DEBUG 197.239.80.207 870938 3201 sql=SELECT param, value FROM llxme_user_param WHERE fk_user = 1 AND entity = 1 2026-02-02 01:08:30 DEBUG 197.239.80.207 870938 3201 DefaultValues::fetchAll 2026-02-02 01:08:30 DEBUG 197.239.80.207 870938 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2026-02-02 01:08:30 INFO 197.239.80.207 870938 3201 This is a new started user session. _SESSION['dol_login']=intendant Session id=22c080b12c07f059031d9f6890ded023 2026-02-02 01:08:30 DEBUG 197.239.80.207 870938 3201 BEGIN Transaction 2026-02-02 01:08:30 DEBUG 197.239.80.207 870938 3201 User::update_last_login_date user->id=1 UPDATE llxme_user SET datepreviouslogin = datelastlogin, ippreviouslogin = iplastlogin, datelastlogin = '2026-02-01 18:08:30', iplastlogin = '197.239.80.207', tms = tms WHERE rowid = 1 2026-02-02 01:08:30 DEBUG 197.239.80.207 870938 3201 sql=UPDATE llxme_user SET datepreviouslogin = datelastlogin, ippreviouslogin = iplastlogin, datelastlogin = '2026-02-01 18:08:30', iplastlogin = '197.239.80.207', tms = tms WHERE rowid = 1 2026-02-02 01:08:30 DEBUG 197.239.80.207 870938 3201 COMMIT Transaction 2026-02-02 01:08:30 DEBUG 197.239.80.207 870938 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llxme_user_rights as ur, llxme_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 LIKE '%_advance' 2026-02-02 01:08:30 DEBUG 197.239.80.207 870938 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llxme_usergroup_rights as gr, llxme_usergroup_user as gu, llxme_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 LIKE '%_advance' 2026-02-02 01:08:30 NOTICE 197.239.80.207 870938 3201 --- Access to POST /index.php - action=, massaction= 2026-02-02 01:08:30 DEBUG 197.239.80.207 870938 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 01:08:30 DEBUG 197.239.80.207 870938 3201 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, m.showtopmenuinframe FROM llxme_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 2026-02-02 01:08:30 DEBUG 197.239.80.207 870938 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 01:08:30 DEBUG 197.239.80.207 870938 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 01:08:30 DEBUG 197.239.80.207 870938 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 01:08:30 DEBUG 197.239.80.207 870938 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 01:08:30 DEBUG 197.239.80.207 870938 3201 InfoBox::listBoxes get default box list for mode=activated userid= 2026-02-02 01:08:30 DEBUG 197.239.80.207 870938 3201 sql=SELECT b.rowid, b.position, b.box_order, b.fk_user, d.rowid as box_id, d.file, d.note, d.tms FROM llxme_boxes as b, llxme_boxes_def as d WHERE b.box_id = d.rowid AND b.entity IN (0,1) AND b.position = 0 AND b.fk_user = 0 ORDER BY b.box_order 2026-02-02 01:08:30 INFO 197.239.80.207 870938 3201 FactureStats::getNbByMonthWithPrevYear read data from cache file /home4/jrbprodu/dolibarrjrbvita/users/temp/FactureStats_getNbByMonthWithPrevYear_supplier_fr_FR_entity.1_user1.cache 1769991627. 2026-02-02 01:08:30 INFO 197.239.80.207 870938 3201 DolGraph::draw_chart this->type= this->MaxValue=0 2026-02-02 01:08:30 INFO 197.239.80.207 870938 3201 FactureStats::getAmountByMonthWithPrevYear read data from cache file /home4/jrbprodu/dolibarrjrbvita/users/temp/FactureStats_getAmountByMonthWithPrevYear_supplier_fr_FR_entity.1_user1.cache 1769991627. 2026-02-02 01:08:30 INFO 197.239.80.207 870938 3201 DolGraph::draw_chart this->type= this->MaxValue=0 2026-02-02 01:08:30 INFO 197.239.80.207 870938 3201 box_graph_invoices_supplier_permonth::showBox 2026-02-02 01:08:30 DEBUG 197.239.80.207 870938 3201 sql=SELECT t.rowid, t.datelastrun, t.datenextrun, t.datestart, t.label, t.status, t.test, t.lastresult, t.processing FROM llxme_cronjob as t WHERE status <> 0 AND entity IN (0, 1) ORDER BY t.datelastrun DESC 2026-02-02 01:08:30 INFO 197.239.80.207 870938 3201 box_scheduled_jobs::showBox 2026-02-02 01:08:30 DEBUG 197.239.80.207 870938 3201 box_customers_outstanding_bill_reached::loadBox 2026-02-02 01:08:30 DEBUG 197.239.80.207 870938 3201 sql=SELECT s.rowid as socid, s.nom as name, s.name_alias, s.code_client, s.code_compta, s.client, s.logo, s.email, s.entity, s.outstanding_limit, s.datec, s.tms, s.status FROM llxme_societe as s WHERE s.client IN (1, 3) AND s.entity IN (1) AND s.outstanding_limit > 0 AND s.rowid IN (SELECT fk_soc from llxme_facture as f WHERE f.fk_statut = 1 and f.fk_soc = s.rowid) ORDER BY s.tms DESC 2026-02-02 01:08:30 INFO 197.239.80.207 870938 3201 box_customers_outstanding_bill_reached::showBox 2026-02-02 01:08:30 INFO 197.239.80.207 870938 3201 FactureStats::getNbByMonthWithPrevYear read data from cache file /home4/jrbprodu/dolibarrjrbvita/users/temp/FactureStats_getNbByMonthWithPrevYear_customer_fr_FR_entity.1_user1.cache 1769991627. 2026-02-02 01:08:30 INFO 197.239.80.207 870938 3201 DolGraph::draw_chart this->type= this->MaxValue=0 2026-02-02 01:08:30 INFO 197.239.80.207 870938 3201 FactureStats::getAmountByMonthWithPrevYear read data from cache file /home4/jrbprodu/dolibarrjrbvita/users/temp/FactureStats_getAmountByMonthWithPrevYear_customer_fr_FR_entity.1_user1.cache 1769991627. 2026-02-02 01:08:30 INFO 197.239.80.207 870938 3201 DolGraph::draw_chart this->type= this->MaxValue=0 2026-02-02 01:08:30 INFO 197.239.80.207 870938 3201 box_graph_invoices_permonth::showBox 2026-02-02 01:08:30 DEBUG 197.239.80.207 870938 3201 sql=SELECT f.rowid as facid, f.ref, f.type, f.total_ht, f.total_tva, f.total_ttc, f.datef as date, f.paye, f.fk_statut as status, f.datec, f.tms, f.date_lim_reglement as datelimite, s.rowid as socid, s.nom as name, s.name_alias, s.code_client, s.code_compta, s.client, s.logo, s.email, s.entity, s.tva_intra, s.siren as idprof1, s.siret as idprof2, s.ape as idprof3, s.idprof4, s.idprof5, s.idprof6, SUM(pf.amount) as am FROM llxme_facture as f LEFT JOIN llxme_paiement_facture as pf ON f.rowid = pf.fk_facture, llxme_societe as s WHERE f.fk_soc = s.rowid AND f.fk_statut > 0 AND f.entity IN (1) GROUP BY s.rowid, s.nom, s.name_alias, s.code_client, s.code_compta, s.client, s.logo, s.email, s.entity, s.tva_intra, s.siren, s.siret, s.ape, s.idprof4, s.idprof5, s.idprof6, f.rowid, f.ref, f.type, f.total_ht, f.total_tva, f.total_ttc, f.datef, f.paye, f.fk_statut, f.datec, f.tms, f.date_lim_reglement ORDER BY f.tms DESC, f.ref DESC LIMIT 3 2026-02-02 01:08:30 INFO 197.239.80.207 870938 3201 box_factures::showBox 2026-02-02 01:08:30 DEBUG 197.239.80.207 870938 3201 sql=SELECT s.rowid as socid, s.nom as name, s.name_alias, s.code_client, s.client, s.code_compta as code_compta_client, s.logo, s.email, s.entity, s.tva_intra, s.siren as idprof1, s.siret as idprof2, s.ape as idprof3, s.idprof4, s.idprof5, s.idprof6, f.ref, f.date_lim_reglement as datelimit, f.type, f.datef as date, f.total_ht, f.total_tva, f.total_ttc, f.paye, f.fk_statut as status, f.rowid as facid, SUM(pf.amount) as am FROM llxme_societe as s, llxme_facture as f LEFT JOIN llxme_paiement_facture as pf ON f.rowid = pf.fk_facture WHERE f.fk_soc = s.rowid AND f.entity IN (1) AND f.paye = 0 AND fk_statut = 1 GROUP BY s.rowid, s.nom, s.name_alias, s.code_client, s.client, s.logo, s.email, s.entity, s.tva_intra, s.siren, s.siret, s.ape, s.idprof4, s.idprof5, s.idprof6, s.code_compta, f.rowid, f.ref, f.date_lim_reglement, f.type, f.datef, f.total_ht, f.total_tva, f.total_ttc, f.paye, f.fk_statut ORDER BY date_lim_reglement ASC, f.ref ASC LIMIT 4 2026-02-02 01:08:30 INFO 197.239.80.207 870938 3201 box_factures_imp::showBox 2026-02-02 01:08:30 DEBUG 197.239.80.207 870938 3201 box_comptes::loadBox 2026-02-02 01:08:30 DEBUG 197.239.80.207 870938 3201 sql=SELECT b.rowid, b.ref, b.label, b.bank, b.number, b.courant, b.clos, b.rappro, b.url, b.code_banque, b.code_guichet, b.cle_rib, b.bic, b.iban_prefix as iban, b.domiciliation as address, b.proprio, b.owner_address, b.account_number, b.currency_code, b.min_allowed, b.min_desired, comment, b.fk_accountancy_journal, aj.code as accountancy_journal FROM llxme_bank_account as b LEFT JOIN llxme_accounting_journal as aj ON aj.rowid = b.fk_accountancy_journal WHERE b.entity = 1 AND clos = 0 ORDER BY label LIMIT 3 2026-02-02 01:08:30 DEBUG 197.239.80.207 870938 3201 sql=SELECT sum(amount) as amount FROM llxme_bank WHERE fk_account = 2 2026-02-02 01:08:30 DEBUG 197.239.80.207 870938 3201 Translate::loadCacheCurrencies 2026-02-02 01:08:30 DEBUG 197.239.80.207 870938 3201 sql=SELECT code_iso, label, unicode FROM llxme_c_currencies WHERE active = 1 AND code_iso = 'XOF' 2026-02-02 01:08:30 DEBUG 197.239.80.207 870938 3201 sql=SELECT sum(amount) as amount FROM llxme_bank WHERE fk_account = 1 2026-02-02 01:08:30 INFO 197.239.80.207 870938 3201 box_comptes::showBox 2026-02-02 01:08:30 DEBUG 197.239.80.207 870938 3201 sql=SELECT s.rowid as socid, s.nom as name, s.name_alias, s.code_fournisseur, s.code_compta_fournisseur, s.fournisseur, s.logo, s.email, s.entity, c.rowid, c.ref, c.tms, c.date_commande, c.date_livraison as delivery_date, c.total_ht, c.total_tva, c.total_ttc, c.fk_statut as status FROM llxme_societe as s, llxme_commande_fournisseur as c WHERE c.fk_soc = s.rowid AND c.entity IN (1) AND c.date_livraison IS NOT NULL AND c.fk_statut IN (3, 4) ORDER BY c.date_livraison ASC, c.fk_statut ASC LIMIT 3 2026-02-02 01:08:30 INFO 197.239.80.207 870938 3201 box_supplier_orders_awaiting_reception::showBox 2026-02-02 01:08:30 DEBUG 197.239.80.207 870938 3201 sql=SELECT s.rowid as socid, s.nom as name, s.name_alias, s.code_fournisseur, s.code_compta_fournisseur, s.fournisseur, s.logo, s.email, s.entity, c.rowid, c.ref, c.tms, c.date_commande, c.total_ht, c.total_tva, c.total_ttc, c.fk_statut as status FROM llxme_societe as s, llxme_commande_fournisseur as c WHERE c.fk_soc = s.rowid AND c.entity IN (1) ORDER BY c.tms DESC, c.ref DESC LIMIT 3 2026-02-02 01:08:30 INFO 197.239.80.207 870938 3201 box_supplier_orders::showBox 2026-02-02 01:08:30 DEBUG 197.239.80.207 870938 3201 sql=SELECT s.rowid as socid, s.nom as name, s.name_alias, s.code_fournisseur, s.code_compta_fournisseur, s.fournisseur, s.logo, s.email, s.entity, f.rowid as facid, f.ref, f.ref_supplier, f.total_ht, f.total_tva, f.total_ttc, f.paye, f.fk_statut as status, f.datef as date, f.datec as datec, f.date_lim_reglement as datelimite, f.tms, f.type FROM llxme_societe as s, llxme_facture_fourn as f WHERE f.fk_soc = s.rowid AND f.entity = 1 ORDER BY f.tms DESC, f.ref DESC LIMIT 3 2026-02-02 01:08:30 INFO 197.239.80.207 870938 3201 box_factures_fourn::showBox 2026-02-02 01:08:30 DEBUG 197.239.80.207 870938 3201 sql=SELECT s.rowid as socid, s.nom as name, s.name_alias, s.code_fournisseur, s.code_compta_fournisseur, s.fournisseur, s.logo, s.email, s.entity, s.tva_intra, s.siren, s.siret, s.ape, s.idprof4, s.idprof5, s.idprof6, f.rowid as facid, f.ref, f.ref_supplier, f.date_lim_reglement as datelimite, f.datef as df, f.total_ht, f.total_tva, f.total_ttc, f.paye, f.fk_statut as status, f.type, f.tms, SUM(pf.amount) as am FROM llxme_societe as s,llxme_facture_fourn as f LEFT JOIN llxme_paiementfourn_facturefourn as pf ON f.rowid = pf.fk_facturefourn WHERE f.fk_soc = s.rowid AND f.entity IN (1) AND f.paye = 0 AND fk_statut = 1 GROUP BY s.rowid, s.nom, s.name_alias, s.code_fournisseur, s.code_compta_fournisseur, s.fournisseur, s.logo, s.email, s.entity, s.tva_intra, s.siren, s.siret, s.ape, s.idprof4, s.idprof5, s.idprof6, f.rowid, f.ref, f.ref_supplier, f.date_lim_reglement, f.type, f.datef, f.total_ht, f.total_tva, f.total_ttc, f.paye, f.fk_statut, f.tms ORDER BY datelimite ASC, f.ref_supplier ASC LIMIT 4 2026-02-02 01:08:30 INFO 197.239.80.207 870938 3201 box_factures_fourn_imp::showBox 2026-02-02 01:08:30 DEBUG 197.239.80.207 870938 3201 sql=SELECT s.rowid as socid, s.nom as name, s.name_alias, s.code_fournisseur, s.code_compta_fournisseur, s.fournisseur, s.logo, s.email, s.entity, s.datec, s.tms, s.status FROM llxme_societe as s WHERE s.fournisseur = 1 AND s.entity IN (1) ORDER BY s.tms DESC LIMIT 3 2026-02-02 01:08:30 INFO 197.239.80.207 870938 3201 box_fournisseurs::showBox 2026-02-02 01:08:30 INFO 197.239.80.207 870938 3201 ModeleBoxes::showBox 2026-02-02 01:08:30 INFO 197.239.80.207 870938 3201 CommandeStats::getNbByMonthWithPrevYear read data from cache file /home4/jrbprodu/dolibarrjrbvita/users/temp/CommandeStats_getNbByMonthWithPrevYear_supplier_fr_FR_entity.1_user1.cache 1769991627. 2026-02-02 01:08:30 INFO 197.239.80.207 870938 3201 DolGraph::draw_chart this->type= this->MaxValue=0 2026-02-02 01:08:30 INFO 197.239.80.207 870938 3201 CommandeStats::getAmountByMonthWithPrevYear read data from cache file /home4/jrbprodu/dolibarrjrbvita/users/temp/CommandeStats_getAmountByMonthWithPrevYear_supplier_fr_FR_entity.1_user1.cache 1769991627. 2026-02-02 01:08:30 INFO 197.239.80.207 870938 3201 DolGraph::draw_chart this->type= this->MaxValue=0 2026-02-02 01:08:30 INFO 197.239.80.207 870938 3201 box_graph_orders_supplier_permonth::showBox 2026-02-02 01:08:30 WARNING 197.239.80.207 870938 3201 Functions.lib::dol_print_date function called with a bad value from page /index.php 2026-02-02 01:08:30 INFO 197.239.80.207 870938 3201 box_lastlogin::showBox 2026-02-02 01:08:30 DEBUG 197.239.80.207 870938 3201 sql=SELECT s.rowid as socid, s.nom as name, s.name_alias, s.code_client, s.code_compta, s.client, s.logo, s.email, s.entity, p.rowid, p.ref, p.fk_statut as status, p.datep as dp, p.datec, p.fin_validite, p.date_cloture, p.total_ht, p.total_tva, p.total_ttc, p.tms FROM llxme_propal as p, llxme_societe as s WHERE p.fk_soc = s.rowid AND p.entity IN (1) ORDER BY p.tms DESC, p.ref DESC LIMIT 3 2026-02-02 01:08:30 INFO 197.239.80.207 870938 3201 box_propales::showBox 2026-02-02 01:08:30 INFO 197.239.80.207 870938 3201 PropaleStats::getNbByMonthWithPrevYear read data from cache file /home4/jrbprodu/dolibarrjrbvita/users/temp/PropaleStats_getNbByMonthWithPrevYear_fr_FR_entity.1_user1.cache 1769991627. 2026-02-02 01:08:30 INFO 197.239.80.207 870938 3201 DolGraph::draw_chart this->type=bars,bars,bars this->MaxValue=0 2026-02-02 01:08:30 INFO 197.239.80.207 870938 3201 PropaleStats::getAmountByMonthWithPrevYear read data from cache file /home4/jrbprodu/dolibarrjrbvita/users/temp/PropaleStats_getAmountByMonthWithPrevYear_fr_FR_entity.1_user1.cache 1769991627. 2026-02-02 01:08:30 INFO 197.239.80.207 870938 3201 DolGraph::draw_chart this->type=bars,bars,bars this->MaxValue=0 2026-02-02 01:08:30 INFO 197.239.80.207 870938 3201 box_graph_propales_permonth::showBox 2026-02-02 01:08:30 DEBUG 197.239.80.207 870938 3201 sql=SELECT sp.rowid as id, sp.lastname, sp.firstname, sp.civility as civility_id, sp.datec, sp.tms, sp.fk_soc, sp.statut as status, sp.address, sp.zip, sp.town, sp.phone, sp.phone_perso, sp.phone_mobile, sp.email as spemail, s.rowid as socid, s.nom as name, s.name_alias, s.code_client, s.client, s.code_fournisseur, s.code_compta_fournisseur, s.fournisseur, s.code_compta as code_compta_client, s.code_compta_fournisseur, s.logo, s.email, s.entity, co.label as country, co.code as country_code FROM llxme_socpeople as sp LEFT JOIN llxme_c_country as co ON sp.fk_pays = co.rowid LEFT JOIN llxme_societe as s ON sp.fk_soc = s.rowid WHERE sp.entity IN (1) AND ((sp.fk_user_creat = 1 AND sp.priv = 1) OR sp.priv = 0) ORDER BY sp.tms DESC LIMIT 3 2026-02-02 01:08:30 INFO 197.239.80.207 870938 3201 box_contacts::showBox 2026-02-02 01:08:30 DEBUG 197.239.80.207 870938 3201 box_prospect::loadBox 2026-02-02 01:08:30 DEBUG 197.239.80.207 870938 3201 sql=SELECT s.rowid as socid, s.nom as name, s.name_alias, s.code_client, s.code_compta, s.client, s.logo, s.email, s.entity, s.fk_stcomm, s.datec, s.tms, s.status FROM llxme_societe as s WHERE s.client IN (2, 3) AND s.entity IN (1) ORDER BY s.tms DESC LIMIT 3 2026-02-02 01:08:30 INFO 197.239.80.207 870938 3201 box_prospect::showBox 2026-02-02 01:08:30 DEBUG 197.239.80.207 870938 3201 box_clients::loadBox 2026-02-02 01:08:30 DEBUG 197.239.80.207 870938 3201 sql=SELECT s.rowid as socid, s.nom as name, s.name_alias, s.code_client, s.code_compta as code_compta_client, s.client, s.logo, s.email, s.entity, s.datec, s.tms, s.status FROM llxme_societe as s WHERE s.client IN (1, 3) AND s.entity IN (1) ORDER BY s.tms DESC LIMIT 3 2026-02-02 01:08:30 INFO 197.239.80.207 870938 3201 box_clients::showBox 2026-02-02 01:08:30 DEBUG 197.239.80.207 870938 3201 box_actions_future::loadBox 2026-02-02 01:08:30 DEBUG 197.239.80.207 870938 3201 sql=SELECT a.id, a.label, a.datep as dp, a.percent as percentage, ta.code, ta.libelle as type_label, s.rowid as socid, s.nom as name, s.name_alias, s.code_client, s.code_compta as code_compta_client, s.client, s.logo, s.email, s.entity FROM llxme_c_actioncomm AS ta, llxme_actioncomm AS a LEFT JOIN llxme_societe as s ON a.fk_soc = s.rowid WHERE a.fk_action = ta.id AND a.entity IN (1) AND a.datep > '2026-02-01 18:08:30' ORDER BY a.datep ASC LIMIT 3 2026-02-02 01:08:30 INFO 197.239.80.207 870938 3201 box_actions_future::showBox 2026-02-02 01:08:30 DEBUG 197.239.80.207 870938 3201 box_actions::loadBox 2026-02-02 01:08:30 DEBUG 197.239.80.207 870938 3201 sql=SELECT a.id, a.label, a.datep as dp, a.percent as percentage, ta.code, ta.libelle as type_label, s.rowid as socid, s.nom as name, s.name_alias, s.code_client, s.code_compta as code_compta_client, s.client, s.logo, s.email, s.entity FROM llxme_c_actioncomm AS ta, llxme_actioncomm AS a LEFT JOIN llxme_societe as s ON a.fk_soc = s.rowid WHERE a.fk_action = ta.id AND a.entity IN (1) AND a.percent >= 0 AND a.percent < 100 ORDER BY a.datep ASC LIMIT 3 2026-02-02 01:08:30 INFO 197.239.80.207 870938 3201 box_actions::showBox 2026-02-02 01:08:30 DEBUG 197.239.80.207 870938 3201 sql=SELECT COUNT(DISTINCT u.rowid) as nb FROM llxme_user as u WHERE u.entity IN (0,1) AND u.statut > 0 2026-02-02 01:08:30 DEBUG 197.239.80.207 870938 3201 sql=SELECT count(ex.rowid) as nb FROM llxme_expensereport as ex WHERE ex.fk_statut > 0 AND ex.entity IN (1) 2026-02-02 01:08:30 DEBUG 197.239.80.207 870938 3201 sql=SELECT count(h.rowid) as nb FROM llxme_holiday as h WHERE h.statut > 1 AND h.entity IN (1) 2026-02-02 01:08:30 DEBUG 197.239.80.207 870938 3201 sql=SELECT count(s.rowid) as nb, s.client FROM llxme_societe as s WHERE s.client IN (1,2,3) AND s.entity IN (1) GROUP BY s.client 2026-02-02 01:08:30 DEBUG 197.239.80.207 870938 3201 sql=SELECT count(s.rowid) as nb FROM llxme_societe as s WHERE s.fournisseur = 1 AND s.entity IN (1) 2026-02-02 01:08:30 DEBUG 197.239.80.207 870938 3201 sql=SELECT count(sp.rowid) as nb FROM llxme_socpeople as sp WHERE sp.entity IN (1) AND (sp.priv='0' OR (sp.priv='1' AND sp.fk_user_creat = 1)) 2026-02-02 01:08:30 DEBUG 197.239.80.207 870938 3201 sql=SELECT count(p.rowid) as nb FROM llxme_propal as p LEFT JOIN llxme_societe as s ON p.fk_soc = s.rowid WHERE p.entity IN (1) 2026-02-02 01:08:30 DEBUG 197.239.80.207 870938 3201 sql=SELECT count(f.rowid) as nb FROM llxme_facture as f LEFT JOIN llxme_societe as s ON f.fk_soc = s.rowid WHERE f.entity IN (1) 2026-02-02 01:08:30 DEBUG 197.239.80.207 870938 3201 sql=SELECT count(co.rowid) as nb FROM llxme_commande_fournisseur as co LEFT JOIN llxme_societe as s ON co.fk_soc = s.rowid WHERE co.entity IN (1) 2026-02-02 01:08:30 DEBUG 197.239.80.207 870938 3201 sql=SELECT count(f.rowid) as nb FROM llxme_facture_fourn as f LEFT JOIN llxme_societe as s ON f.fk_soc = s.rowid WHERE f.entity = 1 2026-02-02 01:08:30 INFO 197.239.80.207 870938 3201 box_dolibarr_state_board::showBox 2026-02-02 01:08:30 DEBUG 197.239.80.207 870938 3201 box_birthdays::loadBox 2026-02-02 01:08:30 DEBUG 197.239.80.207 870938 3201 sql=SELECT u.rowid, u.firstname, u.lastname, u.birth as datea, date_format(u.birth, '%d') as daya, 'birth' as typea, u.email, u.statut as status FROM llxme_user as u WHERE u.entity IN (0,1) AND u.statut = 1 AND date_format( u.birth, '%c') = '2' AND u.birth < '2026-01-01 00:00:00' UNION SELECT u.rowid, u.firstname, u.lastname, u.dateemployment as datea, date_format(u.dateemployment, '%d') as daya, 'employment' as typea, u.email, u.statut as status FROM llxme_user as u WHERE u.entity IN (0,1) AND u.statut = 1 AND date_format( u.dateemployment, '%c') = '2' AND u.dateemployment < '2026-01-01 00:00:00' ORDER BY daya ASC LIMIT 3 2026-02-02 01:08:30 INFO 197.239.80.207 870938 3201 box_birthdays::showBox 2026-02-02 01:08:30 INFO 197.239.80.207 870938 3201 ModeleBoxes::showBox 2026-02-02 01:08:30 DEBUG 197.239.80.207 870938 3201 sql=SELECT a.id, a.datep as dp FROM llxme_actioncomm as a WHERE 1 = 1 AND a.percent >= 0 AND a.percent < 100 AND a.entity IN (1) 2026-02-02 01:08:30 DEBUG 197.239.80.207 870938 3201 sql=SELECT p.rowid, p.ref, p.datec as datec, p.fin_validite as datefin, p.total_ht FROM llxme_propal as p WHERE p.entity IN (1) AND p.fk_statut = 1 2026-02-02 01:08:30 DEBUG 197.239.80.207 870938 3201 sql=SELECT p.rowid, p.ref, p.datec as datec, p.fin_validite as datefin, p.total_ht FROM llxme_propal as p WHERE p.entity IN (1) AND p.fk_statut = 2 2026-02-02 01:08:30 DEBUG 197.239.80.207 870938 3201 sql=SELECT c.rowid, c.date_creation as datec, c.date_commande, c.fk_statut, c.date_livraison as delivery_date, c.total_ht FROM llxme_commande_fournisseur as c WHERE c.entity = 1 AND c.fk_statut IN (1, 2) 2026-02-02 01:08:30 DEBUG 197.239.80.207 870938 3201 sql=SELECT c.rowid, c.date_creation as datec, c.date_commande, c.fk_statut, c.date_livraison as delivery_date, c.total_ht FROM llxme_commande_fournisseur as c WHERE c.entity = 1 AND c.fk_statut IN (3, 4) 2026-02-02 01:08:30 DEBUG 197.239.80.207 870938 3201 sql=SELECT f.rowid, f.date_lim_reglement as datefin, f.fk_statut as status, f.total_ht FROM llxme_facture as f WHERE f.paye=0 AND f.entity IN (1) AND f.fk_statut = 1 2026-02-02 01:08:30 DEBUG 197.239.80.207 870938 3201 sql=SELECT ff.rowid, ff.date_lim_reglement as datefin, ff.fk_statut as status, ff.total_ht, ff.total_ttc FROM llxme_facture_fourn as ff WHERE ff.paye = 0 AND ff.fk_statut IN (1) AND ff.entity = 1 2026-02-02 01:08:30 DEBUG 197.239.80.207 870938 3201 sql=SELECT COUNT(ba.rowid) as nb FROM llxme_bank_account as ba WHERE ba.rappro > 0 and ba.clos = 0 AND ba.entity IN (1) AND ba.courant != 2 2026-02-02 01:08:30 DEBUG 197.239.80.207 870938 3201 sql=SELECT b.rowid, b.datev as datefin FROM llxme_bank as b, llxme_bank_account as ba WHERE b.rappro=0 AND b.fk_account = ba.rowid AND ba.entity IN (1) AND (ba.rappro = 1 AND ba.courant != 2) AND clos = 0 2026-02-02 01:08:30 DEBUG 197.239.80.207 870938 3201 sql=SELECT b.rowid, b.datev as datefin FROM llxme_bank as b, llxme_bank_account as ba WHERE b.fk_account = ba.rowid AND ba.entity IN (1) AND b.fk_type = 'CHQ' AND b.fk_bordereau = 0 AND b.amount > 0 2026-02-02 01:08:30 DEBUG 197.239.80.207 870938 3201 sql=SELECT ex.rowid, ex.date_valid FROM llxme_expensereport as ex WHERE ex.fk_statut = 2 AND ex.entity IN (1) 2026-02-02 01:08:30 DEBUG 197.239.80.207 870938 3201 sql=SELECT ex.rowid, ex.date_valid FROM llxme_expensereport as ex WHERE ex.fk_statut = 5 AND ex.entity IN (1) 2026-02-02 01:08:30 DEBUG 197.239.80.207 870938 3201 User::loadParentOf 2026-02-02 01:08:30 DEBUG 197.239.80.207 870938 3201 sql=SELECT fk_user as id_parent, rowid as id_son FROM llxme_user WHERE fk_user <> 0 AND entity IN (0,1) 2026-02-02 01:08:30 DEBUG 197.239.80.207 870938 3201 User::get_full_tree get user list 2026-02-02 01:08:30 DEBUG 197.239.80.207 870938 3201 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 llxme_user as u WHERE u.entity IN (0,1) 2026-02-02 01:08:30 DEBUG 197.239.80.207 870938 3201 User::get_full_tree call to build_path_from_id_user 2026-02-02 01:08:30 DEBUG 197.239.80.207 870938 3201 User::get_full_tree dol_sort_array 2026-02-02 01:08:30 INFO 197.239.80.207 870938 3201 Build childid for id = 1 2026-02-02 01:08:30 DEBUG 197.239.80.207 870938 3201 sql=SELECT h.rowid, h.date_debut FROM llxme_holiday as h WHERE h.statut = 2 AND h.entity IN (1) AND (h.fk_user IN (1) OR h.fk_validator IN (1)) 2026-02-02 01:08:30 INFO 197.239.80.207 870938 3201 --- End access to /index.php 2026-02-02 01:08:31 DEBUG 197.239.80.207 870938 3201 DefaultValues::fetchAll 2026-02-02 01:08:31 DEBUG 197.239.80.207 870938 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,0)) AND (entity IN (1,1))) 2026-02-02 01:08:31 NOTICE 197.239.80.207 870938 3201 --- Access to GET /theme/eldy/style.css.php - action=, massaction= NOTOKENRENEWAL=1 2026-02-02 01:08:31 DEBUG 197.239.80.207 870938 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 01:08:31 DEBUG 197.239.80.207 870938 3201 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, m.showtopmenuinframe FROM llxme_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 2026-02-02 01:08:31 DEBUG 197.239.80.207 870938 3201 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 llxme_user as u LEFT JOIN llxme_c_country as c ON u.fk_country = c.rowid LEFT JOIN llxme_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llxme_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IS NOT NULL AND u.login = 'intendant' ORDER BY u.entity ASC 2026-02-02 01:08:31 DEBUG 197.239.80.207 870938 3201 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, aiprompt, css, cssview, csslist FROM llxme_extrafields WHERE elementtype = 'user' ORDER BY pos 2026-02-02 01:08:31 DEBUG 197.239.80.207 870938 3201 sql=SELECT param, value FROM llxme_user_param WHERE fk_user = 1 AND entity = 1 2026-02-02 01:08:31 DEBUG 197.239.80.207 870938 3201 DefaultValues::fetchAll 2026-02-02 01:08:31 DEBUG 197.239.80.207 870938 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2026-02-02 01:08:31 DEBUG 197.239.80.207 870938 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llxme_user_rights as ur, llxme_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 LIKE '%_advance' 2026-02-02 01:08:31 DEBUG 197.239.80.207 870938 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llxme_usergroup_rights as gr, llxme_usergroup_user as gu, llxme_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 LIKE '%_advance' 2026-02-02 01:08:31 DEBUG 197.239.80.207 870938 3201 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, m.showtopmenuinframe FROM llxme_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 2026-02-02 01:08:31 INFO 197.239.80.207 870938 3201 --- End access to /theme/eldy/style.css.php 2026-02-02 01:08:54 DEBUG 197.239.80.207 872944 3201 - This is an already logged session. _SESSION['dol_login']=intendant _SESSION['dol_entity']=1 2026-02-02 01:08:54 DEBUG 197.239.80.207 872944 3201 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 llxme_user as u LEFT JOIN llxme_c_country as c ON u.fk_country = c.rowid LEFT JOIN llxme_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llxme_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IN (0, 1) AND u.login = 'intendant' ORDER BY u.entity ASC 2026-02-02 01:08:54 DEBUG 197.239.80.207 872944 3201 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, aiprompt, css, cssview, csslist FROM llxme_extrafields WHERE elementtype = 'user' ORDER BY pos 2026-02-02 01:08:54 DEBUG 197.239.80.207 872944 3201 sql=SELECT param, value FROM llxme_user_param WHERE fk_user = 1 AND entity = 1 2026-02-02 01:08:54 DEBUG 197.239.80.207 872944 3201 DefaultValues::fetchAll 2026-02-02 01:08:54 DEBUG 197.239.80.207 872944 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2026-02-02 01:08:54 DEBUG 197.239.80.207 872944 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llxme_user_rights as ur, llxme_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 LIKE '%_advance' 2026-02-02 01:08:54 DEBUG 197.239.80.207 872944 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llxme_usergroup_rights as gr, llxme_usergroup_user as gu, llxme_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 LIKE '%_advance' 2026-02-02 01:08:54 NOTICE 197.239.80.207 872944 3201 --- Access to GET /admin/index.php - action=, massaction= 2026-02-02 01:08:54 DEBUG 197.239.80.207 872944 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 01:08:54 DEBUG 197.239.80.207 872944 3201 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, m.showtopmenuinframe FROM llxme_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 2026-02-02 01:08:54 DEBUG 197.239.80.207 872944 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 01:08:54 DEBUG 197.239.80.207 872944 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 01:08:54 DEBUG 197.239.80.207 872944 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 01:08:54 DEBUG 197.239.80.207 872944 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 01:08:54 INFO 197.239.80.207 872944 3201 --- End access to /admin/index.php 2026-02-02 01:08:57 DEBUG 197.239.80.207 872986 3201 - This is an already logged session. _SESSION['dol_login']=intendant _SESSION['dol_entity']=1 2026-02-02 01:08:57 DEBUG 197.239.80.207 872986 3201 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 llxme_user as u LEFT JOIN llxme_c_country as c ON u.fk_country = c.rowid LEFT JOIN llxme_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llxme_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IN (0, 1) AND u.login = 'intendant' ORDER BY u.entity ASC 2026-02-02 01:08:57 DEBUG 197.239.80.207 872986 3201 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, aiprompt, css, cssview, csslist FROM llxme_extrafields WHERE elementtype = 'user' ORDER BY pos 2026-02-02 01:08:57 DEBUG 197.239.80.207 872986 3201 sql=SELECT param, value FROM llxme_user_param WHERE fk_user = 1 AND entity = 1 2026-02-02 01:08:57 DEBUG 197.239.80.207 872986 3201 DefaultValues::fetchAll 2026-02-02 01:08:57 DEBUG 197.239.80.207 872986 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2026-02-02 01:08:57 DEBUG 197.239.80.207 872986 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llxme_user_rights as ur, llxme_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 LIKE '%_advance' 2026-02-02 01:08:57 DEBUG 197.239.80.207 872986 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llxme_usergroup_rights as gr, llxme_usergroup_user as gu, llxme_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 LIKE '%_advance' 2026-02-02 01:08:57 NOTICE 197.239.80.207 872986 3201 --- Access to GET /index.php - action=, massaction= 2026-02-02 01:08:57 DEBUG 197.239.80.207 872986 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 01:08:57 DEBUG 197.239.80.207 872986 3201 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, m.showtopmenuinframe FROM llxme_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 2026-02-02 01:08:57 DEBUG 197.239.80.207 872986 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 01:08:57 DEBUG 197.239.80.207 872986 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 01:08:57 DEBUG 197.239.80.207 872986 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 01:08:57 DEBUG 197.239.80.207 872986 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 01:08:57 DEBUG 197.239.80.207 872986 3201 InfoBox::listBoxes get default box list for mode=activated userid= 2026-02-02 01:08:57 DEBUG 197.239.80.207 872986 3201 sql=SELECT b.rowid, b.position, b.box_order, b.fk_user, d.rowid as box_id, d.file, d.note, d.tms FROM llxme_boxes as b, llxme_boxes_def as d WHERE b.box_id = d.rowid AND b.entity IN (0,1) AND b.position = 0 AND b.fk_user = 0 ORDER BY b.box_order 2026-02-02 01:08:57 INFO 197.239.80.207 872986 3201 FactureStats::getNbByMonthWithPrevYear read data from cache file /home4/jrbprodu/dolibarrjrbvita/users/temp/FactureStats_getNbByMonthWithPrevYear_supplier_fr_FR_entity.1_user1.cache 1769991627. 2026-02-02 01:08:57 INFO 197.239.80.207 872986 3201 DolGraph::draw_chart this->type= this->MaxValue=0 2026-02-02 01:08:57 INFO 197.239.80.207 872986 3201 FactureStats::getAmountByMonthWithPrevYear read data from cache file /home4/jrbprodu/dolibarrjrbvita/users/temp/FactureStats_getAmountByMonthWithPrevYear_supplier_fr_FR_entity.1_user1.cache 1769991627. 2026-02-02 01:08:57 INFO 197.239.80.207 872986 3201 DolGraph::draw_chart this->type= this->MaxValue=0 2026-02-02 01:08:57 INFO 197.239.80.207 872986 3201 box_graph_invoices_supplier_permonth::showBox 2026-02-02 01:08:57 DEBUG 197.239.80.207 872986 3201 sql=SELECT t.rowid, t.datelastrun, t.datenextrun, t.datestart, t.label, t.status, t.test, t.lastresult, t.processing FROM llxme_cronjob as t WHERE status <> 0 AND entity IN (0, 1) ORDER BY t.datelastrun DESC 2026-02-02 01:08:57 INFO 197.239.80.207 872986 3201 box_scheduled_jobs::showBox 2026-02-02 01:08:57 DEBUG 197.239.80.207 872986 3201 box_customers_outstanding_bill_reached::loadBox 2026-02-02 01:08:57 DEBUG 197.239.80.207 872986 3201 sql=SELECT s.rowid as socid, s.nom as name, s.name_alias, s.code_client, s.code_compta, s.client, s.logo, s.email, s.entity, s.outstanding_limit, s.datec, s.tms, s.status FROM llxme_societe as s WHERE s.client IN (1, 3) AND s.entity IN (1) AND s.outstanding_limit > 0 AND s.rowid IN (SELECT fk_soc from llxme_facture as f WHERE f.fk_statut = 1 and f.fk_soc = s.rowid) ORDER BY s.tms DESC 2026-02-02 01:08:57 INFO 197.239.80.207 872986 3201 box_customers_outstanding_bill_reached::showBox 2026-02-02 01:08:57 INFO 197.239.80.207 872986 3201 FactureStats::getNbByMonthWithPrevYear read data from cache file /home4/jrbprodu/dolibarrjrbvita/users/temp/FactureStats_getNbByMonthWithPrevYear_customer_fr_FR_entity.1_user1.cache 1769991627. 2026-02-02 01:08:57 INFO 197.239.80.207 872986 3201 DolGraph::draw_chart this->type= this->MaxValue=0 2026-02-02 01:08:57 INFO 197.239.80.207 872986 3201 FactureStats::getAmountByMonthWithPrevYear read data from cache file /home4/jrbprodu/dolibarrjrbvita/users/temp/FactureStats_getAmountByMonthWithPrevYear_customer_fr_FR_entity.1_user1.cache 1769991627. 2026-02-02 01:08:57 INFO 197.239.80.207 872986 3201 DolGraph::draw_chart this->type= this->MaxValue=0 2026-02-02 01:08:57 INFO 197.239.80.207 872986 3201 box_graph_invoices_permonth::showBox 2026-02-02 01:08:57 DEBUG 197.239.80.207 872986 3201 sql=SELECT f.rowid as facid, f.ref, f.type, f.total_ht, f.total_tva, f.total_ttc, f.datef as date, f.paye, f.fk_statut as status, f.datec, f.tms, f.date_lim_reglement as datelimite, s.rowid as socid, s.nom as name, s.name_alias, s.code_client, s.code_compta, s.client, s.logo, s.email, s.entity, s.tva_intra, s.siren as idprof1, s.siret as idprof2, s.ape as idprof3, s.idprof4, s.idprof5, s.idprof6, SUM(pf.amount) as am FROM llxme_facture as f LEFT JOIN llxme_paiement_facture as pf ON f.rowid = pf.fk_facture, llxme_societe as s WHERE f.fk_soc = s.rowid AND f.fk_statut > 0 AND f.entity IN (1) GROUP BY s.rowid, s.nom, s.name_alias, s.code_client, s.code_compta, s.client, s.logo, s.email, s.entity, s.tva_intra, s.siren, s.siret, s.ape, s.idprof4, s.idprof5, s.idprof6, f.rowid, f.ref, f.type, f.total_ht, f.total_tva, f.total_ttc, f.datef, f.paye, f.fk_statut, f.datec, f.tms, f.date_lim_reglement ORDER BY f.tms DESC, f.ref DESC LIMIT 3 2026-02-02 01:08:57 INFO 197.239.80.207 872986 3201 box_factures::showBox 2026-02-02 01:08:57 DEBUG 197.239.80.207 872986 3201 sql=SELECT s.rowid as socid, s.nom as name, s.name_alias, s.code_client, s.client, s.code_compta as code_compta_client, s.logo, s.email, s.entity, s.tva_intra, s.siren as idprof1, s.siret as idprof2, s.ape as idprof3, s.idprof4, s.idprof5, s.idprof6, f.ref, f.date_lim_reglement as datelimit, f.type, f.datef as date, f.total_ht, f.total_tva, f.total_ttc, f.paye, f.fk_statut as status, f.rowid as facid, SUM(pf.amount) as am FROM llxme_societe as s, llxme_facture as f LEFT JOIN llxme_paiement_facture as pf ON f.rowid = pf.fk_facture WHERE f.fk_soc = s.rowid AND f.entity IN (1) AND f.paye = 0 AND fk_statut = 1 GROUP BY s.rowid, s.nom, s.name_alias, s.code_client, s.client, s.logo, s.email, s.entity, s.tva_intra, s.siren, s.siret, s.ape, s.idprof4, s.idprof5, s.idprof6, s.code_compta, f.rowid, f.ref, f.date_lim_reglement, f.type, f.datef, f.total_ht, f.total_tva, f.total_ttc, f.paye, f.fk_statut ORDER BY date_lim_reglement ASC, f.ref ASC LIMIT 4 2026-02-02 01:08:57 INFO 197.239.80.207 872986 3201 box_factures_imp::showBox 2026-02-02 01:08:57 DEBUG 197.239.80.207 872986 3201 box_comptes::loadBox 2026-02-02 01:08:57 DEBUG 197.239.80.207 872986 3201 sql=SELECT b.rowid, b.ref, b.label, b.bank, b.number, b.courant, b.clos, b.rappro, b.url, b.code_banque, b.code_guichet, b.cle_rib, b.bic, b.iban_prefix as iban, b.domiciliation as address, b.proprio, b.owner_address, b.account_number, b.currency_code, b.min_allowed, b.min_desired, comment, b.fk_accountancy_journal, aj.code as accountancy_journal FROM llxme_bank_account as b LEFT JOIN llxme_accounting_journal as aj ON aj.rowid = b.fk_accountancy_journal WHERE b.entity = 1 AND clos = 0 ORDER BY label LIMIT 3 2026-02-02 01:08:57 DEBUG 197.239.80.207 872986 3201 sql=SELECT sum(amount) as amount FROM llxme_bank WHERE fk_account = 2 2026-02-02 01:08:57 DEBUG 197.239.80.207 872986 3201 Translate::loadCacheCurrencies 2026-02-02 01:08:57 DEBUG 197.239.80.207 872986 3201 sql=SELECT code_iso, label, unicode FROM llxme_c_currencies WHERE active = 1 AND code_iso = 'XOF' 2026-02-02 01:08:57 DEBUG 197.239.80.207 872986 3201 sql=SELECT sum(amount) as amount FROM llxme_bank WHERE fk_account = 1 2026-02-02 01:08:57 INFO 197.239.80.207 872986 3201 box_comptes::showBox 2026-02-02 01:08:57 DEBUG 197.239.80.207 872986 3201 sql=SELECT s.rowid as socid, s.nom as name, s.name_alias, s.code_fournisseur, s.code_compta_fournisseur, s.fournisseur, s.logo, s.email, s.entity, c.rowid, c.ref, c.tms, c.date_commande, c.date_livraison as delivery_date, c.total_ht, c.total_tva, c.total_ttc, c.fk_statut as status FROM llxme_societe as s, llxme_commande_fournisseur as c WHERE c.fk_soc = s.rowid AND c.entity IN (1) AND c.date_livraison IS NOT NULL AND c.fk_statut IN (3, 4) ORDER BY c.date_livraison ASC, c.fk_statut ASC LIMIT 3 2026-02-02 01:08:57 INFO 197.239.80.207 872986 3201 box_supplier_orders_awaiting_reception::showBox 2026-02-02 01:08:57 DEBUG 197.239.80.207 872986 3201 sql=SELECT s.rowid as socid, s.nom as name, s.name_alias, s.code_fournisseur, s.code_compta_fournisseur, s.fournisseur, s.logo, s.email, s.entity, c.rowid, c.ref, c.tms, c.date_commande, c.total_ht, c.total_tva, c.total_ttc, c.fk_statut as status FROM llxme_societe as s, llxme_commande_fournisseur as c WHERE c.fk_soc = s.rowid AND c.entity IN (1) ORDER BY c.tms DESC, c.ref DESC LIMIT 3 2026-02-02 01:08:57 INFO 197.239.80.207 872986 3201 box_supplier_orders::showBox 2026-02-02 01:08:57 DEBUG 197.239.80.207 872986 3201 sql=SELECT s.rowid as socid, s.nom as name, s.name_alias, s.code_fournisseur, s.code_compta_fournisseur, s.fournisseur, s.logo, s.email, s.entity, f.rowid as facid, f.ref, f.ref_supplier, f.total_ht, f.total_tva, f.total_ttc, f.paye, f.fk_statut as status, f.datef as date, f.datec as datec, f.date_lim_reglement as datelimite, f.tms, f.type FROM llxme_societe as s, llxme_facture_fourn as f WHERE f.fk_soc = s.rowid AND f.entity = 1 ORDER BY f.tms DESC, f.ref DESC LIMIT 3 2026-02-02 01:08:57 INFO 197.239.80.207 872986 3201 box_factures_fourn::showBox 2026-02-02 01:08:57 DEBUG 197.239.80.207 872986 3201 sql=SELECT s.rowid as socid, s.nom as name, s.name_alias, s.code_fournisseur, s.code_compta_fournisseur, s.fournisseur, s.logo, s.email, s.entity, s.tva_intra, s.siren, s.siret, s.ape, s.idprof4, s.idprof5, s.idprof6, f.rowid as facid, f.ref, f.ref_supplier, f.date_lim_reglement as datelimite, f.datef as df, f.total_ht, f.total_tva, f.total_ttc, f.paye, f.fk_statut as status, f.type, f.tms, SUM(pf.amount) as am FROM llxme_societe as s,llxme_facture_fourn as f LEFT JOIN llxme_paiementfourn_facturefourn as pf ON f.rowid = pf.fk_facturefourn WHERE f.fk_soc = s.rowid AND f.entity IN (1) AND f.paye = 0 AND fk_statut = 1 GROUP BY s.rowid, s.nom, s.name_alias, s.code_fournisseur, s.code_compta_fournisseur, s.fournisseur, s.logo, s.email, s.entity, s.tva_intra, s.siren, s.siret, s.ape, s.idprof4, s.idprof5, s.idprof6, f.rowid, f.ref, f.ref_supplier, f.date_lim_reglement, f.type, f.datef, f.total_ht, f.total_tva, f.total_ttc, f.paye, f.fk_statut, f.tms ORDER BY datelimite ASC, f.ref_supplier ASC LIMIT 4 2026-02-02 01:08:57 INFO 197.239.80.207 872986 3201 box_factures_fourn_imp::showBox 2026-02-02 01:08:57 DEBUG 197.239.80.207 872986 3201 sql=SELECT s.rowid as socid, s.nom as name, s.name_alias, s.code_fournisseur, s.code_compta_fournisseur, s.fournisseur, s.logo, s.email, s.entity, s.datec, s.tms, s.status FROM llxme_societe as s WHERE s.fournisseur = 1 AND s.entity IN (1) ORDER BY s.tms DESC LIMIT 3 2026-02-02 01:08:57 INFO 197.239.80.207 872986 3201 box_fournisseurs::showBox 2026-02-02 01:08:57 INFO 197.239.80.207 872986 3201 ModeleBoxes::showBox 2026-02-02 01:08:57 INFO 197.239.80.207 872986 3201 CommandeStats::getNbByMonthWithPrevYear read data from cache file /home4/jrbprodu/dolibarrjrbvita/users/temp/CommandeStats_getNbByMonthWithPrevYear_supplier_fr_FR_entity.1_user1.cache 1769991627. 2026-02-02 01:08:57 INFO 197.239.80.207 872986 3201 DolGraph::draw_chart this->type= this->MaxValue=0 2026-02-02 01:08:57 INFO 197.239.80.207 872986 3201 CommandeStats::getAmountByMonthWithPrevYear read data from cache file /home4/jrbprodu/dolibarrjrbvita/users/temp/CommandeStats_getAmountByMonthWithPrevYear_supplier_fr_FR_entity.1_user1.cache 1769991627. 2026-02-02 01:08:57 INFO 197.239.80.207 872986 3201 DolGraph::draw_chart this->type= this->MaxValue=0 2026-02-02 01:08:57 INFO 197.239.80.207 872986 3201 box_graph_orders_supplier_permonth::showBox 2026-02-02 01:08:57 WARNING 197.239.80.207 872986 3201 Functions.lib::dol_print_date function called with a bad value from page /index.php 2026-02-02 01:08:57 INFO 197.239.80.207 872986 3201 box_lastlogin::showBox 2026-02-02 01:08:57 DEBUG 197.239.80.207 872986 3201 sql=SELECT s.rowid as socid, s.nom as name, s.name_alias, s.code_client, s.code_compta, s.client, s.logo, s.email, s.entity, p.rowid, p.ref, p.fk_statut as status, p.datep as dp, p.datec, p.fin_validite, p.date_cloture, p.total_ht, p.total_tva, p.total_ttc, p.tms FROM llxme_propal as p, llxme_societe as s WHERE p.fk_soc = s.rowid AND p.entity IN (1) ORDER BY p.tms DESC, p.ref DESC LIMIT 3 2026-02-02 01:08:57 INFO 197.239.80.207 872986 3201 box_propales::showBox 2026-02-02 01:08:57 INFO 197.239.80.207 872986 3201 PropaleStats::getNbByMonthWithPrevYear read data from cache file /home4/jrbprodu/dolibarrjrbvita/users/temp/PropaleStats_getNbByMonthWithPrevYear_fr_FR_entity.1_user1.cache 1769991627. 2026-02-02 01:08:57 INFO 197.239.80.207 872986 3201 DolGraph::draw_chart this->type=bars,bars,bars this->MaxValue=0 2026-02-02 01:08:57 INFO 197.239.80.207 872986 3201 PropaleStats::getAmountByMonthWithPrevYear read data from cache file /home4/jrbprodu/dolibarrjrbvita/users/temp/PropaleStats_getAmountByMonthWithPrevYear_fr_FR_entity.1_user1.cache 1769991627. 2026-02-02 01:08:57 INFO 197.239.80.207 872986 3201 DolGraph::draw_chart this->type=bars,bars,bars this->MaxValue=0 2026-02-02 01:08:57 INFO 197.239.80.207 872986 3201 box_graph_propales_permonth::showBox 2026-02-02 01:08:57 DEBUG 197.239.80.207 872986 3201 sql=SELECT sp.rowid as id, sp.lastname, sp.firstname, sp.civility as civility_id, sp.datec, sp.tms, sp.fk_soc, sp.statut as status, sp.address, sp.zip, sp.town, sp.phone, sp.phone_perso, sp.phone_mobile, sp.email as spemail, s.rowid as socid, s.nom as name, s.name_alias, s.code_client, s.client, s.code_fournisseur, s.code_compta_fournisseur, s.fournisseur, s.code_compta as code_compta_client, s.code_compta_fournisseur, s.logo, s.email, s.entity, co.label as country, co.code as country_code FROM llxme_socpeople as sp LEFT JOIN llxme_c_country as co ON sp.fk_pays = co.rowid LEFT JOIN llxme_societe as s ON sp.fk_soc = s.rowid WHERE sp.entity IN (1) AND ((sp.fk_user_creat = 1 AND sp.priv = 1) OR sp.priv = 0) ORDER BY sp.tms DESC LIMIT 3 2026-02-02 01:08:57 INFO 197.239.80.207 872986 3201 box_contacts::showBox 2026-02-02 01:08:57 DEBUG 197.239.80.207 872986 3201 box_prospect::loadBox 2026-02-02 01:08:57 DEBUG 197.239.80.207 872986 3201 sql=SELECT s.rowid as socid, s.nom as name, s.name_alias, s.code_client, s.code_compta, s.client, s.logo, s.email, s.entity, s.fk_stcomm, s.datec, s.tms, s.status FROM llxme_societe as s WHERE s.client IN (2, 3) AND s.entity IN (1) ORDER BY s.tms DESC LIMIT 3 2026-02-02 01:08:57 INFO 197.239.80.207 872986 3201 box_prospect::showBox 2026-02-02 01:08:57 DEBUG 197.239.80.207 872986 3201 box_clients::loadBox 2026-02-02 01:08:57 DEBUG 197.239.80.207 872986 3201 sql=SELECT s.rowid as socid, s.nom as name, s.name_alias, s.code_client, s.code_compta as code_compta_client, s.client, s.logo, s.email, s.entity, s.datec, s.tms, s.status FROM llxme_societe as s WHERE s.client IN (1, 3) AND s.entity IN (1) ORDER BY s.tms DESC LIMIT 3 2026-02-02 01:08:57 INFO 197.239.80.207 872986 3201 box_clients::showBox 2026-02-02 01:08:57 DEBUG 197.239.80.207 872986 3201 box_actions_future::loadBox 2026-02-02 01:08:57 DEBUG 197.239.80.207 872986 3201 sql=SELECT a.id, a.label, a.datep as dp, a.percent as percentage, ta.code, ta.libelle as type_label, s.rowid as socid, s.nom as name, s.name_alias, s.code_client, s.code_compta as code_compta_client, s.client, s.logo, s.email, s.entity FROM llxme_c_actioncomm AS ta, llxme_actioncomm AS a LEFT JOIN llxme_societe as s ON a.fk_soc = s.rowid WHERE a.fk_action = ta.id AND a.entity IN (1) AND a.datep > '2026-02-01 18:08:57' ORDER BY a.datep ASC LIMIT 3 2026-02-02 01:08:57 INFO 197.239.80.207 872986 3201 box_actions_future::showBox 2026-02-02 01:08:57 DEBUG 197.239.80.207 872986 3201 box_actions::loadBox 2026-02-02 01:08:57 DEBUG 197.239.80.207 872986 3201 sql=SELECT a.id, a.label, a.datep as dp, a.percent as percentage, ta.code, ta.libelle as type_label, s.rowid as socid, s.nom as name, s.name_alias, s.code_client, s.code_compta as code_compta_client, s.client, s.logo, s.email, s.entity FROM llxme_c_actioncomm AS ta, llxme_actioncomm AS a LEFT JOIN llxme_societe as s ON a.fk_soc = s.rowid WHERE a.fk_action = ta.id AND a.entity IN (1) AND a.percent >= 0 AND a.percent < 100 ORDER BY a.datep ASC LIMIT 3 2026-02-02 01:08:57 INFO 197.239.80.207 872986 3201 box_actions::showBox 2026-02-02 01:08:57 DEBUG 197.239.80.207 872986 3201 sql=SELECT COUNT(DISTINCT u.rowid) as nb FROM llxme_user as u WHERE u.entity IN (0,1) AND u.statut > 0 2026-02-02 01:08:57 DEBUG 197.239.80.207 872986 3201 sql=SELECT count(ex.rowid) as nb FROM llxme_expensereport as ex WHERE ex.fk_statut > 0 AND ex.entity IN (1) 2026-02-02 01:08:57 DEBUG 197.239.80.207 872986 3201 sql=SELECT count(h.rowid) as nb FROM llxme_holiday as h WHERE h.statut > 1 AND h.entity IN (1) 2026-02-02 01:08:57 DEBUG 197.239.80.207 872986 3201 sql=SELECT count(s.rowid) as nb, s.client FROM llxme_societe as s WHERE s.client IN (1,2,3) AND s.entity IN (1) GROUP BY s.client 2026-02-02 01:08:57 DEBUG 197.239.80.207 872986 3201 sql=SELECT count(s.rowid) as nb FROM llxme_societe as s WHERE s.fournisseur = 1 AND s.entity IN (1) 2026-02-02 01:08:57 DEBUG 197.239.80.207 872986 3201 sql=SELECT count(sp.rowid) as nb FROM llxme_socpeople as sp WHERE sp.entity IN (1) AND (sp.priv='0' OR (sp.priv='1' AND sp.fk_user_creat = 1)) 2026-02-02 01:08:57 DEBUG 197.239.80.207 872986 3201 sql=SELECT count(p.rowid) as nb FROM llxme_propal as p LEFT JOIN llxme_societe as s ON p.fk_soc = s.rowid WHERE p.entity IN (1) 2026-02-02 01:08:57 DEBUG 197.239.80.207 872986 3201 sql=SELECT count(f.rowid) as nb FROM llxme_facture as f LEFT JOIN llxme_societe as s ON f.fk_soc = s.rowid WHERE f.entity IN (1) 2026-02-02 01:08:57 DEBUG 197.239.80.207 872986 3201 sql=SELECT count(co.rowid) as nb FROM llxme_commande_fournisseur as co LEFT JOIN llxme_societe as s ON co.fk_soc = s.rowid WHERE co.entity IN (1) 2026-02-02 01:08:57 DEBUG 197.239.80.207 872986 3201 sql=SELECT count(f.rowid) as nb FROM llxme_facture_fourn as f LEFT JOIN llxme_societe as s ON f.fk_soc = s.rowid WHERE f.entity = 1 2026-02-02 01:08:57 INFO 197.239.80.207 872986 3201 box_dolibarr_state_board::showBox 2026-02-02 01:08:57 DEBUG 197.239.80.207 872986 3201 box_birthdays::loadBox 2026-02-02 01:08:57 DEBUG 197.239.80.207 872986 3201 sql=SELECT u.rowid, u.firstname, u.lastname, u.birth as datea, date_format(u.birth, '%d') as daya, 'birth' as typea, u.email, u.statut as status FROM llxme_user as u WHERE u.entity IN (0,1) AND u.statut = 1 AND date_format( u.birth, '%c') = '2' AND u.birth < '2026-01-01 00:00:00' UNION SELECT u.rowid, u.firstname, u.lastname, u.dateemployment as datea, date_format(u.dateemployment, '%d') as daya, 'employment' as typea, u.email, u.statut as status FROM llxme_user as u WHERE u.entity IN (0,1) AND u.statut = 1 AND date_format( u.dateemployment, '%c') = '2' AND u.dateemployment < '2026-01-01 00:00:00' ORDER BY daya ASC LIMIT 3 2026-02-02 01:08:57 INFO 197.239.80.207 872986 3201 box_birthdays::showBox 2026-02-02 01:08:57 INFO 197.239.80.207 872986 3201 ModeleBoxes::showBox 2026-02-02 01:08:57 DEBUG 197.239.80.207 872986 3201 sql=SELECT a.id, a.datep as dp FROM llxme_actioncomm as a WHERE 1 = 1 AND a.percent >= 0 AND a.percent < 100 AND a.entity IN (1) 2026-02-02 01:08:57 DEBUG 197.239.80.207 872986 3201 sql=SELECT p.rowid, p.ref, p.datec as datec, p.fin_validite as datefin, p.total_ht FROM llxme_propal as p WHERE p.entity IN (1) AND p.fk_statut = 1 2026-02-02 01:08:57 DEBUG 197.239.80.207 872986 3201 sql=SELECT p.rowid, p.ref, p.datec as datec, p.fin_validite as datefin, p.total_ht FROM llxme_propal as p WHERE p.entity IN (1) AND p.fk_statut = 2 2026-02-02 01:08:57 DEBUG 197.239.80.207 872986 3201 sql=SELECT c.rowid, c.date_creation as datec, c.date_commande, c.fk_statut, c.date_livraison as delivery_date, c.total_ht FROM llxme_commande_fournisseur as c WHERE c.entity = 1 AND c.fk_statut IN (1, 2) 2026-02-02 01:08:57 DEBUG 197.239.80.207 872986 3201 sql=SELECT c.rowid, c.date_creation as datec, c.date_commande, c.fk_statut, c.date_livraison as delivery_date, c.total_ht FROM llxme_commande_fournisseur as c WHERE c.entity = 1 AND c.fk_statut IN (3, 4) 2026-02-02 01:08:57 DEBUG 197.239.80.207 872986 3201 sql=SELECT f.rowid, f.date_lim_reglement as datefin, f.fk_statut as status, f.total_ht FROM llxme_facture as f WHERE f.paye=0 AND f.entity IN (1) AND f.fk_statut = 1 2026-02-02 01:08:57 DEBUG 197.239.80.207 872986 3201 sql=SELECT ff.rowid, ff.date_lim_reglement as datefin, ff.fk_statut as status, ff.total_ht, ff.total_ttc FROM llxme_facture_fourn as ff WHERE ff.paye = 0 AND ff.fk_statut IN (1) AND ff.entity = 1 2026-02-02 01:08:57 DEBUG 197.239.80.207 872986 3201 sql=SELECT COUNT(ba.rowid) as nb FROM llxme_bank_account as ba WHERE ba.rappro > 0 and ba.clos = 0 AND ba.entity IN (1) AND ba.courant != 2 2026-02-02 01:08:57 DEBUG 197.239.80.207 872986 3201 sql=SELECT b.rowid, b.datev as datefin FROM llxme_bank as b, llxme_bank_account as ba WHERE b.rappro=0 AND b.fk_account = ba.rowid AND ba.entity IN (1) AND (ba.rappro = 1 AND ba.courant != 2) AND clos = 0 2026-02-02 01:08:57 DEBUG 197.239.80.207 872986 3201 sql=SELECT b.rowid, b.datev as datefin FROM llxme_bank as b, llxme_bank_account as ba WHERE b.fk_account = ba.rowid AND ba.entity IN (1) AND b.fk_type = 'CHQ' AND b.fk_bordereau = 0 AND b.amount > 0 2026-02-02 01:08:57 DEBUG 197.239.80.207 872986 3201 sql=SELECT ex.rowid, ex.date_valid FROM llxme_expensereport as ex WHERE ex.fk_statut = 2 AND ex.entity IN (1) 2026-02-02 01:08:57 DEBUG 197.239.80.207 872986 3201 sql=SELECT ex.rowid, ex.date_valid FROM llxme_expensereport as ex WHERE ex.fk_statut = 5 AND ex.entity IN (1) 2026-02-02 01:08:57 DEBUG 197.239.80.207 872986 3201 User::loadParentOf 2026-02-02 01:08:57 DEBUG 197.239.80.207 872986 3201 sql=SELECT fk_user as id_parent, rowid as id_son FROM llxme_user WHERE fk_user <> 0 AND entity IN (0,1) 2026-02-02 01:08:57 DEBUG 197.239.80.207 872986 3201 User::get_full_tree get user list 2026-02-02 01:08:57 DEBUG 197.239.80.207 872986 3201 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 llxme_user as u WHERE u.entity IN (0,1) 2026-02-02 01:08:57 DEBUG 197.239.80.207 872986 3201 User::get_full_tree call to build_path_from_id_user 2026-02-02 01:08:57 DEBUG 197.239.80.207 872986 3201 User::get_full_tree dol_sort_array 2026-02-02 01:08:57 INFO 197.239.80.207 872986 3201 Build childid for id = 1 2026-02-02 01:08:57 DEBUG 197.239.80.207 872986 3201 sql=SELECT h.rowid, h.date_debut FROM llxme_holiday as h WHERE h.statut = 2 AND h.entity IN (1) AND (h.fk_user IN (1) OR h.fk_validator IN (1)) 2026-02-02 01:08:57 INFO 197.239.80.207 872986 3201 --- End access to /index.php 2026-02-02 01:09:03 DEBUG 197.239.80.207 872986 3201 - This is an already logged session. _SESSION['dol_login']=intendant _SESSION['dol_entity']=1 2026-02-02 01:09:03 DEBUG 197.239.80.207 872986 3201 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 llxme_user as u LEFT JOIN llxme_c_country as c ON u.fk_country = c.rowid LEFT JOIN llxme_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llxme_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IN (0, 1) AND u.login = 'intendant' ORDER BY u.entity ASC 2026-02-02 01:09:03 DEBUG 197.239.80.207 872986 3201 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, aiprompt, css, cssview, csslist FROM llxme_extrafields WHERE elementtype = 'user' ORDER BY pos 2026-02-02 01:09:03 DEBUG 197.239.80.207 872986 3201 sql=SELECT param, value FROM llxme_user_param WHERE fk_user = 1 AND entity = 1 2026-02-02 01:09:03 DEBUG 197.239.80.207 872986 3201 DefaultValues::fetchAll 2026-02-02 01:09:03 DEBUG 197.239.80.207 872986 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2026-02-02 01:09:03 DEBUG 197.239.80.207 872986 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llxme_user_rights as ur, llxme_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 LIKE '%_advance' 2026-02-02 01:09:03 DEBUG 197.239.80.207 872986 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llxme_usergroup_rights as gr, llxme_usergroup_user as gu, llxme_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 LIKE '%_advance' 2026-02-02 01:09:03 NOTICE 197.239.80.207 872986 3201 --- Access to GET /user/home.php - action=, massaction= 2026-02-02 01:09:03 DEBUG 197.239.80.207 872986 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 01:09:03 DEBUG 197.239.80.207 872986 3201 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, m.showtopmenuinframe FROM llxme_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 2026-02-02 01:09:03 DEBUG 197.239.80.207 872986 3201 InfoBox::listBoxes get default box list for mode=activated userid= 2026-02-02 01:09:03 DEBUG 197.239.80.207 872986 3201 sql=SELECT b.rowid, b.position, b.box_order, b.fk_user, d.rowid as box_id, d.file, d.note, d.tms FROM llxme_boxes as b, llxme_boxes_def as d WHERE b.box_id = d.rowid AND b.entity IN (0,1) AND b.position = 1 AND b.fk_user = 0 ORDER BY b.box_order 2026-02-02 01:09:03 DEBUG 197.239.80.207 872986 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 01:09:03 DEBUG 197.239.80.207 872986 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 01:09:03 DEBUG 197.239.80.207 872986 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 01:09:03 DEBUG 197.239.80.207 872986 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 01:09:03 DEBUG 197.239.80.207 872986 3201 sql=SELECT DISTINCT u.rowid, u.lastname, u.firstname, u.admin, u.login, u.fk_soc, u.datec, u.statut, u.entity, u.ldap_sid, u.photo, u.admin, u.email, s.nom as name, s.code_client, s.canvas FROM llxme_user as u LEFT JOIN llxme_societe as s ON u.fk_soc = s.rowid WHERE u.entity IN (0,1) ORDER BY u.datec DESC LIMIT 3 2026-02-02 01:09:03 DEBUG 197.239.80.207 872986 3201 sql=SELECT g.rowid, g.nom as name, g.note, g.entity, g.datec FROM llxme_usergroup as g WHERE g.entity IN (0, 1) ORDER BY g.datec DESC LIMIT 3 2026-02-02 01:09:03 INFO 197.239.80.207 872986 3201 --- End access to /user/home.php 2026-02-02 01:09:12 DEBUG 197.239.80.207 872986 3201 - This is an already logged session. _SESSION['dol_login']=intendant _SESSION['dol_entity']=1 2026-02-02 01:09:12 DEBUG 197.239.80.207 872986 3201 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 llxme_user as u LEFT JOIN llxme_c_country as c ON u.fk_country = c.rowid LEFT JOIN llxme_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llxme_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IN (0, 1) AND u.login = 'intendant' ORDER BY u.entity ASC 2026-02-02 01:09:12 DEBUG 197.239.80.207 872986 3201 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, aiprompt, css, cssview, csslist FROM llxme_extrafields WHERE elementtype = 'user' ORDER BY pos 2026-02-02 01:09:12 DEBUG 197.239.80.207 872986 3201 sql=SELECT param, value FROM llxme_user_param WHERE fk_user = 1 AND entity = 1 2026-02-02 01:09:12 DEBUG 197.239.80.207 872986 3201 DefaultValues::fetchAll 2026-02-02 01:09:12 DEBUG 197.239.80.207 872986 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2026-02-02 01:09:12 DEBUG 197.239.80.207 872986 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llxme_user_rights as ur, llxme_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 LIKE '%_advance' 2026-02-02 01:09:12 DEBUG 197.239.80.207 872986 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llxme_usergroup_rights as gr, llxme_usergroup_user as gu, llxme_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 LIKE '%_advance' 2026-02-02 01:09:12 NOTICE 197.239.80.207 872986 3201 --- Access to GET /index.php - action=, massaction= 2026-02-02 01:09:12 DEBUG 197.239.80.207 872986 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 01:09:12 DEBUG 197.239.80.207 872986 3201 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, m.showtopmenuinframe FROM llxme_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 2026-02-02 01:09:12 DEBUG 197.239.80.207 872986 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 01:09:12 DEBUG 197.239.80.207 872986 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 01:09:12 DEBUG 197.239.80.207 872986 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 01:09:12 DEBUG 197.239.80.207 872986 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 01:09:12 DEBUG 197.239.80.207 872986 3201 InfoBox::listBoxes get default box list for mode=activated userid= 2026-02-02 01:09:12 DEBUG 197.239.80.207 872986 3201 sql=SELECT b.rowid, b.position, b.box_order, b.fk_user, d.rowid as box_id, d.file, d.note, d.tms FROM llxme_boxes as b, llxme_boxes_def as d WHERE b.box_id = d.rowid AND b.entity IN (0,1) AND b.position = 0 AND b.fk_user = 0 ORDER BY b.box_order 2026-02-02 01:09:12 INFO 197.239.80.207 872986 3201 FactureStats::getNbByMonthWithPrevYear read data from cache file /home4/jrbprodu/dolibarrjrbvita/users/temp/FactureStats_getNbByMonthWithPrevYear_supplier_fr_FR_entity.1_user1.cache 1769991627. 2026-02-02 01:09:12 INFO 197.239.80.207 872986 3201 DolGraph::draw_chart this->type= this->MaxValue=0 2026-02-02 01:09:12 INFO 197.239.80.207 872986 3201 FactureStats::getAmountByMonthWithPrevYear read data from cache file /home4/jrbprodu/dolibarrjrbvita/users/temp/FactureStats_getAmountByMonthWithPrevYear_supplier_fr_FR_entity.1_user1.cache 1769991627. 2026-02-02 01:09:12 INFO 197.239.80.207 872986 3201 DolGraph::draw_chart this->type= this->MaxValue=0 2026-02-02 01:09:12 INFO 197.239.80.207 872986 3201 box_graph_invoices_supplier_permonth::showBox 2026-02-02 01:09:12 DEBUG 197.239.80.207 872986 3201 sql=SELECT t.rowid, t.datelastrun, t.datenextrun, t.datestart, t.label, t.status, t.test, t.lastresult, t.processing FROM llxme_cronjob as t WHERE status <> 0 AND entity IN (0, 1) ORDER BY t.datelastrun DESC 2026-02-02 01:09:12 INFO 197.239.80.207 872986 3201 box_scheduled_jobs::showBox 2026-02-02 01:09:12 DEBUG 197.239.80.207 872986 3201 box_customers_outstanding_bill_reached::loadBox 2026-02-02 01:09:12 DEBUG 197.239.80.207 872986 3201 sql=SELECT s.rowid as socid, s.nom as name, s.name_alias, s.code_client, s.code_compta, s.client, s.logo, s.email, s.entity, s.outstanding_limit, s.datec, s.tms, s.status FROM llxme_societe as s WHERE s.client IN (1, 3) AND s.entity IN (1) AND s.outstanding_limit > 0 AND s.rowid IN (SELECT fk_soc from llxme_facture as f WHERE f.fk_statut = 1 and f.fk_soc = s.rowid) ORDER BY s.tms DESC 2026-02-02 01:09:12 INFO 197.239.80.207 872986 3201 box_customers_outstanding_bill_reached::showBox 2026-02-02 01:09:12 INFO 197.239.80.207 872986 3201 FactureStats::getNbByMonthWithPrevYear read data from cache file /home4/jrbprodu/dolibarrjrbvita/users/temp/FactureStats_getNbByMonthWithPrevYear_customer_fr_FR_entity.1_user1.cache 1769991627. 2026-02-02 01:09:12 INFO 197.239.80.207 872986 3201 DolGraph::draw_chart this->type= this->MaxValue=0 2026-02-02 01:09:12 INFO 197.239.80.207 872986 3201 FactureStats::getAmountByMonthWithPrevYear read data from cache file /home4/jrbprodu/dolibarrjrbvita/users/temp/FactureStats_getAmountByMonthWithPrevYear_customer_fr_FR_entity.1_user1.cache 1769991627. 2026-02-02 01:09:12 INFO 197.239.80.207 872986 3201 DolGraph::draw_chart this->type= this->MaxValue=0 2026-02-02 01:09:12 INFO 197.239.80.207 872986 3201 box_graph_invoices_permonth::showBox 2026-02-02 01:09:12 DEBUG 197.239.80.207 872986 3201 sql=SELECT f.rowid as facid, f.ref, f.type, f.total_ht, f.total_tva, f.total_ttc, f.datef as date, f.paye, f.fk_statut as status, f.datec, f.tms, f.date_lim_reglement as datelimite, s.rowid as socid, s.nom as name, s.name_alias, s.code_client, s.code_compta, s.client, s.logo, s.email, s.entity, s.tva_intra, s.siren as idprof1, s.siret as idprof2, s.ape as idprof3, s.idprof4, s.idprof5, s.idprof6, SUM(pf.amount) as am FROM llxme_facture as f LEFT JOIN llxme_paiement_facture as pf ON f.rowid = pf.fk_facture, llxme_societe as s WHERE f.fk_soc = s.rowid AND f.fk_statut > 0 AND f.entity IN (1) GROUP BY s.rowid, s.nom, s.name_alias, s.code_client, s.code_compta, s.client, s.logo, s.email, s.entity, s.tva_intra, s.siren, s.siret, s.ape, s.idprof4, s.idprof5, s.idprof6, f.rowid, f.ref, f.type, f.total_ht, f.total_tva, f.total_ttc, f.datef, f.paye, f.fk_statut, f.datec, f.tms, f.date_lim_reglement ORDER BY f.tms DESC, f.ref DESC LIMIT 3 2026-02-02 01:09:12 INFO 197.239.80.207 872986 3201 box_factures::showBox 2026-02-02 01:09:12 DEBUG 197.239.80.207 872986 3201 sql=SELECT s.rowid as socid, s.nom as name, s.name_alias, s.code_client, s.client, s.code_compta as code_compta_client, s.logo, s.email, s.entity, s.tva_intra, s.siren as idprof1, s.siret as idprof2, s.ape as idprof3, s.idprof4, s.idprof5, s.idprof6, f.ref, f.date_lim_reglement as datelimit, f.type, f.datef as date, f.total_ht, f.total_tva, f.total_ttc, f.paye, f.fk_statut as status, f.rowid as facid, SUM(pf.amount) as am FROM llxme_societe as s, llxme_facture as f LEFT JOIN llxme_paiement_facture as pf ON f.rowid = pf.fk_facture WHERE f.fk_soc = s.rowid AND f.entity IN (1) AND f.paye = 0 AND fk_statut = 1 GROUP BY s.rowid, s.nom, s.name_alias, s.code_client, s.client, s.logo, s.email, s.entity, s.tva_intra, s.siren, s.siret, s.ape, s.idprof4, s.idprof5, s.idprof6, s.code_compta, f.rowid, f.ref, f.date_lim_reglement, f.type, f.datef, f.total_ht, f.total_tva, f.total_ttc, f.paye, f.fk_statut ORDER BY date_lim_reglement ASC, f.ref ASC LIMIT 4 2026-02-02 01:09:12 INFO 197.239.80.207 872986 3201 box_factures_imp::showBox 2026-02-02 01:09:12 DEBUG 197.239.80.207 872986 3201 box_comptes::loadBox 2026-02-02 01:09:12 DEBUG 197.239.80.207 872986 3201 sql=SELECT b.rowid, b.ref, b.label, b.bank, b.number, b.courant, b.clos, b.rappro, b.url, b.code_banque, b.code_guichet, b.cle_rib, b.bic, b.iban_prefix as iban, b.domiciliation as address, b.proprio, b.owner_address, b.account_number, b.currency_code, b.min_allowed, b.min_desired, comment, b.fk_accountancy_journal, aj.code as accountancy_journal FROM llxme_bank_account as b LEFT JOIN llxme_accounting_journal as aj ON aj.rowid = b.fk_accountancy_journal WHERE b.entity = 1 AND clos = 0 ORDER BY label LIMIT 3 2026-02-02 01:09:12 DEBUG 197.239.80.207 872986 3201 sql=SELECT sum(amount) as amount FROM llxme_bank WHERE fk_account = 2 2026-02-02 01:09:12 DEBUG 197.239.80.207 872986 3201 Translate::loadCacheCurrencies 2026-02-02 01:09:12 DEBUG 197.239.80.207 872986 3201 sql=SELECT code_iso, label, unicode FROM llxme_c_currencies WHERE active = 1 AND code_iso = 'XOF' 2026-02-02 01:09:12 DEBUG 197.239.80.207 872986 3201 sql=SELECT sum(amount) as amount FROM llxme_bank WHERE fk_account = 1 2026-02-02 01:09:12 INFO 197.239.80.207 872986 3201 box_comptes::showBox 2026-02-02 01:09:12 DEBUG 197.239.80.207 872986 3201 sql=SELECT s.rowid as socid, s.nom as name, s.name_alias, s.code_fournisseur, s.code_compta_fournisseur, s.fournisseur, s.logo, s.email, s.entity, c.rowid, c.ref, c.tms, c.date_commande, c.date_livraison as delivery_date, c.total_ht, c.total_tva, c.total_ttc, c.fk_statut as status FROM llxme_societe as s, llxme_commande_fournisseur as c WHERE c.fk_soc = s.rowid AND c.entity IN (1) AND c.date_livraison IS NOT NULL AND c.fk_statut IN (3, 4) ORDER BY c.date_livraison ASC, c.fk_statut ASC LIMIT 3 2026-02-02 01:09:12 INFO 197.239.80.207 872986 3201 box_supplier_orders_awaiting_reception::showBox 2026-02-02 01:09:12 DEBUG 197.239.80.207 872986 3201 sql=SELECT s.rowid as socid, s.nom as name, s.name_alias, s.code_fournisseur, s.code_compta_fournisseur, s.fournisseur, s.logo, s.email, s.entity, c.rowid, c.ref, c.tms, c.date_commande, c.total_ht, c.total_tva, c.total_ttc, c.fk_statut as status FROM llxme_societe as s, llxme_commande_fournisseur as c WHERE c.fk_soc = s.rowid AND c.entity IN (1) ORDER BY c.tms DESC, c.ref DESC LIMIT 3 2026-02-02 01:09:12 INFO 197.239.80.207 872986 3201 box_supplier_orders::showBox 2026-02-02 01:09:12 DEBUG 197.239.80.207 872986 3201 sql=SELECT s.rowid as socid, s.nom as name, s.name_alias, s.code_fournisseur, s.code_compta_fournisseur, s.fournisseur, s.logo, s.email, s.entity, f.rowid as facid, f.ref, f.ref_supplier, f.total_ht, f.total_tva, f.total_ttc, f.paye, f.fk_statut as status, f.datef as date, f.datec as datec, f.date_lim_reglement as datelimite, f.tms, f.type FROM llxme_societe as s, llxme_facture_fourn as f WHERE f.fk_soc = s.rowid AND f.entity = 1 ORDER BY f.tms DESC, f.ref DESC LIMIT 3 2026-02-02 01:09:12 INFO 197.239.80.207 872986 3201 box_factures_fourn::showBox 2026-02-02 01:09:12 DEBUG 197.239.80.207 872986 3201 sql=SELECT s.rowid as socid, s.nom as name, s.name_alias, s.code_fournisseur, s.code_compta_fournisseur, s.fournisseur, s.logo, s.email, s.entity, s.tva_intra, s.siren, s.siret, s.ape, s.idprof4, s.idprof5, s.idprof6, f.rowid as facid, f.ref, f.ref_supplier, f.date_lim_reglement as datelimite, f.datef as df, f.total_ht, f.total_tva, f.total_ttc, f.paye, f.fk_statut as status, f.type, f.tms, SUM(pf.amount) as am FROM llxme_societe as s,llxme_facture_fourn as f LEFT JOIN llxme_paiementfourn_facturefourn as pf ON f.rowid = pf.fk_facturefourn WHERE f.fk_soc = s.rowid AND f.entity IN (1) AND f.paye = 0 AND fk_statut = 1 GROUP BY s.rowid, s.nom, s.name_alias, s.code_fournisseur, s.code_compta_fournisseur, s.fournisseur, s.logo, s.email, s.entity, s.tva_intra, s.siren, s.siret, s.ape, s.idprof4, s.idprof5, s.idprof6, f.rowid, f.ref, f.ref_supplier, f.date_lim_reglement, f.type, f.datef, f.total_ht, f.total_tva, f.total_ttc, f.paye, f.fk_statut, f.tms ORDER BY datelimite ASC, f.ref_supplier ASC LIMIT 4 2026-02-02 01:09:12 INFO 197.239.80.207 872986 3201 box_factures_fourn_imp::showBox 2026-02-02 01:09:12 DEBUG 197.239.80.207 872986 3201 sql=SELECT s.rowid as socid, s.nom as name, s.name_alias, s.code_fournisseur, s.code_compta_fournisseur, s.fournisseur, s.logo, s.email, s.entity, s.datec, s.tms, s.status FROM llxme_societe as s WHERE s.fournisseur = 1 AND s.entity IN (1) ORDER BY s.tms DESC LIMIT 3 2026-02-02 01:09:12 INFO 197.239.80.207 872986 3201 box_fournisseurs::showBox 2026-02-02 01:09:12 INFO 197.239.80.207 872986 3201 ModeleBoxes::showBox 2026-02-02 01:09:12 INFO 197.239.80.207 872986 3201 CommandeStats::getNbByMonthWithPrevYear read data from cache file /home4/jrbprodu/dolibarrjrbvita/users/temp/CommandeStats_getNbByMonthWithPrevYear_supplier_fr_FR_entity.1_user1.cache 1769991627. 2026-02-02 01:09:12 INFO 197.239.80.207 872986 3201 DolGraph::draw_chart this->type= this->MaxValue=0 2026-02-02 01:09:12 INFO 197.239.80.207 872986 3201 CommandeStats::getAmountByMonthWithPrevYear read data from cache file /home4/jrbprodu/dolibarrjrbvita/users/temp/CommandeStats_getAmountByMonthWithPrevYear_supplier_fr_FR_entity.1_user1.cache 1769991627. 2026-02-02 01:09:12 INFO 197.239.80.207 872986 3201 DolGraph::draw_chart this->type= this->MaxValue=0 2026-02-02 01:09:12 INFO 197.239.80.207 872986 3201 box_graph_orders_supplier_permonth::showBox 2026-02-02 01:09:12 WARNING 197.239.80.207 872986 3201 Functions.lib::dol_print_date function called with a bad value from page /index.php 2026-02-02 01:09:12 INFO 197.239.80.207 872986 3201 box_lastlogin::showBox 2026-02-02 01:09:12 DEBUG 197.239.80.207 872986 3201 sql=SELECT s.rowid as socid, s.nom as name, s.name_alias, s.code_client, s.code_compta, s.client, s.logo, s.email, s.entity, p.rowid, p.ref, p.fk_statut as status, p.datep as dp, p.datec, p.fin_validite, p.date_cloture, p.total_ht, p.total_tva, p.total_ttc, p.tms FROM llxme_propal as p, llxme_societe as s WHERE p.fk_soc = s.rowid AND p.entity IN (1) ORDER BY p.tms DESC, p.ref DESC LIMIT 3 2026-02-02 01:09:12 INFO 197.239.80.207 872986 3201 box_propales::showBox 2026-02-02 01:09:12 INFO 197.239.80.207 872986 3201 PropaleStats::getNbByMonthWithPrevYear read data from cache file /home4/jrbprodu/dolibarrjrbvita/users/temp/PropaleStats_getNbByMonthWithPrevYear_fr_FR_entity.1_user1.cache 1769991627. 2026-02-02 01:09:12 INFO 197.239.80.207 872986 3201 DolGraph::draw_chart this->type=bars,bars,bars this->MaxValue=0 2026-02-02 01:09:12 INFO 197.239.80.207 872986 3201 PropaleStats::getAmountByMonthWithPrevYear read data from cache file /home4/jrbprodu/dolibarrjrbvita/users/temp/PropaleStats_getAmountByMonthWithPrevYear_fr_FR_entity.1_user1.cache 1769991627. 2026-02-02 01:09:12 INFO 197.239.80.207 872986 3201 DolGraph::draw_chart this->type=bars,bars,bars this->MaxValue=0 2026-02-02 01:09:12 INFO 197.239.80.207 872986 3201 box_graph_propales_permonth::showBox 2026-02-02 01:09:12 DEBUG 197.239.80.207 872986 3201 sql=SELECT sp.rowid as id, sp.lastname, sp.firstname, sp.civility as civility_id, sp.datec, sp.tms, sp.fk_soc, sp.statut as status, sp.address, sp.zip, sp.town, sp.phone, sp.phone_perso, sp.phone_mobile, sp.email as spemail, s.rowid as socid, s.nom as name, s.name_alias, s.code_client, s.client, s.code_fournisseur, s.code_compta_fournisseur, s.fournisseur, s.code_compta as code_compta_client, s.code_compta_fournisseur, s.logo, s.email, s.entity, co.label as country, co.code as country_code FROM llxme_socpeople as sp LEFT JOIN llxme_c_country as co ON sp.fk_pays = co.rowid LEFT JOIN llxme_societe as s ON sp.fk_soc = s.rowid WHERE sp.entity IN (1) AND ((sp.fk_user_creat = 1 AND sp.priv = 1) OR sp.priv = 0) ORDER BY sp.tms DESC LIMIT 3 2026-02-02 01:09:12 INFO 197.239.80.207 872986 3201 box_contacts::showBox 2026-02-02 01:09:12 DEBUG 197.239.80.207 872986 3201 box_prospect::loadBox 2026-02-02 01:09:12 DEBUG 197.239.80.207 872986 3201 sql=SELECT s.rowid as socid, s.nom as name, s.name_alias, s.code_client, s.code_compta, s.client, s.logo, s.email, s.entity, s.fk_stcomm, s.datec, s.tms, s.status FROM llxme_societe as s WHERE s.client IN (2, 3) AND s.entity IN (1) ORDER BY s.tms DESC LIMIT 3 2026-02-02 01:09:12 INFO 197.239.80.207 872986 3201 box_prospect::showBox 2026-02-02 01:09:12 DEBUG 197.239.80.207 872986 3201 box_clients::loadBox 2026-02-02 01:09:12 DEBUG 197.239.80.207 872986 3201 sql=SELECT s.rowid as socid, s.nom as name, s.name_alias, s.code_client, s.code_compta as code_compta_client, s.client, s.logo, s.email, s.entity, s.datec, s.tms, s.status FROM llxme_societe as s WHERE s.client IN (1, 3) AND s.entity IN (1) ORDER BY s.tms DESC LIMIT 3 2026-02-02 01:09:12 INFO 197.239.80.207 872986 3201 box_clients::showBox 2026-02-02 01:09:12 DEBUG 197.239.80.207 872986 3201 box_actions_future::loadBox 2026-02-02 01:09:12 DEBUG 197.239.80.207 872986 3201 sql=SELECT a.id, a.label, a.datep as dp, a.percent as percentage, ta.code, ta.libelle as type_label, s.rowid as socid, s.nom as name, s.name_alias, s.code_client, s.code_compta as code_compta_client, s.client, s.logo, s.email, s.entity FROM llxme_c_actioncomm AS ta, llxme_actioncomm AS a LEFT JOIN llxme_societe as s ON a.fk_soc = s.rowid WHERE a.fk_action = ta.id AND a.entity IN (1) AND a.datep > '2026-02-01 18:09:12' ORDER BY a.datep ASC LIMIT 3 2026-02-02 01:09:12 INFO 197.239.80.207 872986 3201 box_actions_future::showBox 2026-02-02 01:09:12 DEBUG 197.239.80.207 872986 3201 box_actions::loadBox 2026-02-02 01:09:12 DEBUG 197.239.80.207 872986 3201 sql=SELECT a.id, a.label, a.datep as dp, a.percent as percentage, ta.code, ta.libelle as type_label, s.rowid as socid, s.nom as name, s.name_alias, s.code_client, s.code_compta as code_compta_client, s.client, s.logo, s.email, s.entity FROM llxme_c_actioncomm AS ta, llxme_actioncomm AS a LEFT JOIN llxme_societe as s ON a.fk_soc = s.rowid WHERE a.fk_action = ta.id AND a.entity IN (1) AND a.percent >= 0 AND a.percent < 100 ORDER BY a.datep ASC LIMIT 3 2026-02-02 01:09:12 INFO 197.239.80.207 872986 3201 box_actions::showBox 2026-02-02 01:09:12 DEBUG 197.239.80.207 872986 3201 sql=SELECT COUNT(DISTINCT u.rowid) as nb FROM llxme_user as u WHERE u.entity IN (0,1) AND u.statut > 0 2026-02-02 01:09:12 DEBUG 197.239.80.207 872986 3201 sql=SELECT count(ex.rowid) as nb FROM llxme_expensereport as ex WHERE ex.fk_statut > 0 AND ex.entity IN (1) 2026-02-02 01:09:12 DEBUG 197.239.80.207 872986 3201 sql=SELECT count(h.rowid) as nb FROM llxme_holiday as h WHERE h.statut > 1 AND h.entity IN (1) 2026-02-02 01:09:12 DEBUG 197.239.80.207 872986 3201 sql=SELECT count(s.rowid) as nb, s.client FROM llxme_societe as s WHERE s.client IN (1,2,3) AND s.entity IN (1) GROUP BY s.client 2026-02-02 01:09:12 DEBUG 197.239.80.207 872986 3201 sql=SELECT count(s.rowid) as nb FROM llxme_societe as s WHERE s.fournisseur = 1 AND s.entity IN (1) 2026-02-02 01:09:12 DEBUG 197.239.80.207 872986 3201 sql=SELECT count(sp.rowid) as nb FROM llxme_socpeople as sp WHERE sp.entity IN (1) AND (sp.priv='0' OR (sp.priv='1' AND sp.fk_user_creat = 1)) 2026-02-02 01:09:12 DEBUG 197.239.80.207 872986 3201 sql=SELECT count(p.rowid) as nb FROM llxme_propal as p LEFT JOIN llxme_societe as s ON p.fk_soc = s.rowid WHERE p.entity IN (1) 2026-02-02 01:09:12 DEBUG 197.239.80.207 872986 3201 sql=SELECT count(f.rowid) as nb FROM llxme_facture as f LEFT JOIN llxme_societe as s ON f.fk_soc = s.rowid WHERE f.entity IN (1) 2026-02-02 01:09:12 DEBUG 197.239.80.207 872986 3201 sql=SELECT count(co.rowid) as nb FROM llxme_commande_fournisseur as co LEFT JOIN llxme_societe as s ON co.fk_soc = s.rowid WHERE co.entity IN (1) 2026-02-02 01:09:12 DEBUG 197.239.80.207 872986 3201 sql=SELECT count(f.rowid) as nb FROM llxme_facture_fourn as f LEFT JOIN llxme_societe as s ON f.fk_soc = s.rowid WHERE f.entity = 1 2026-02-02 01:09:12 INFO 197.239.80.207 872986 3201 box_dolibarr_state_board::showBox 2026-02-02 01:09:12 DEBUG 197.239.80.207 872986 3201 box_birthdays::loadBox 2026-02-02 01:09:12 DEBUG 197.239.80.207 872986 3201 sql=SELECT u.rowid, u.firstname, u.lastname, u.birth as datea, date_format(u.birth, '%d') as daya, 'birth' as typea, u.email, u.statut as status FROM llxme_user as u WHERE u.entity IN (0,1) AND u.statut = 1 AND date_format( u.birth, '%c') = '2' AND u.birth < '2026-01-01 00:00:00' UNION SELECT u.rowid, u.firstname, u.lastname, u.dateemployment as datea, date_format(u.dateemployment, '%d') as daya, 'employment' as typea, u.email, u.statut as status FROM llxme_user as u WHERE u.entity IN (0,1) AND u.statut = 1 AND date_format( u.dateemployment, '%c') = '2' AND u.dateemployment < '2026-01-01 00:00:00' ORDER BY daya ASC LIMIT 3 2026-02-02 01:09:12 INFO 197.239.80.207 872986 3201 box_birthdays::showBox 2026-02-02 01:09:12 INFO 197.239.80.207 872986 3201 ModeleBoxes::showBox 2026-02-02 01:09:12 DEBUG 197.239.80.207 872986 3201 sql=SELECT a.id, a.datep as dp FROM llxme_actioncomm as a WHERE 1 = 1 AND a.percent >= 0 AND a.percent < 100 AND a.entity IN (1) 2026-02-02 01:09:12 DEBUG 197.239.80.207 872986 3201 sql=SELECT p.rowid, p.ref, p.datec as datec, p.fin_validite as datefin, p.total_ht FROM llxme_propal as p WHERE p.entity IN (1) AND p.fk_statut = 1 2026-02-02 01:09:12 DEBUG 197.239.80.207 872986 3201 sql=SELECT p.rowid, p.ref, p.datec as datec, p.fin_validite as datefin, p.total_ht FROM llxme_propal as p WHERE p.entity IN (1) AND p.fk_statut = 2 2026-02-02 01:09:12 DEBUG 197.239.80.207 872986 3201 sql=SELECT c.rowid, c.date_creation as datec, c.date_commande, c.fk_statut, c.date_livraison as delivery_date, c.total_ht FROM llxme_commande_fournisseur as c WHERE c.entity = 1 AND c.fk_statut IN (1, 2) 2026-02-02 01:09:12 DEBUG 197.239.80.207 872986 3201 sql=SELECT c.rowid, c.date_creation as datec, c.date_commande, c.fk_statut, c.date_livraison as delivery_date, c.total_ht FROM llxme_commande_fournisseur as c WHERE c.entity = 1 AND c.fk_statut IN (3, 4) 2026-02-02 01:09:12 DEBUG 197.239.80.207 872986 3201 sql=SELECT f.rowid, f.date_lim_reglement as datefin, f.fk_statut as status, f.total_ht FROM llxme_facture as f WHERE f.paye=0 AND f.entity IN (1) AND f.fk_statut = 1 2026-02-02 01:09:12 DEBUG 197.239.80.207 872986 3201 sql=SELECT ff.rowid, ff.date_lim_reglement as datefin, ff.fk_statut as status, ff.total_ht, ff.total_ttc FROM llxme_facture_fourn as ff WHERE ff.paye = 0 AND ff.fk_statut IN (1) AND ff.entity = 1 2026-02-02 01:09:12 DEBUG 197.239.80.207 872986 3201 sql=SELECT COUNT(ba.rowid) as nb FROM llxme_bank_account as ba WHERE ba.rappro > 0 and ba.clos = 0 AND ba.entity IN (1) AND ba.courant != 2 2026-02-02 01:09:12 DEBUG 197.239.80.207 872986 3201 sql=SELECT b.rowid, b.datev as datefin FROM llxme_bank as b, llxme_bank_account as ba WHERE b.rappro=0 AND b.fk_account = ba.rowid AND ba.entity IN (1) AND (ba.rappro = 1 AND ba.courant != 2) AND clos = 0 2026-02-02 01:09:12 DEBUG 197.239.80.207 872986 3201 sql=SELECT b.rowid, b.datev as datefin FROM llxme_bank as b, llxme_bank_account as ba WHERE b.fk_account = ba.rowid AND ba.entity IN (1) AND b.fk_type = 'CHQ' AND b.fk_bordereau = 0 AND b.amount > 0 2026-02-02 01:09:12 DEBUG 197.239.80.207 872986 3201 sql=SELECT ex.rowid, ex.date_valid FROM llxme_expensereport as ex WHERE ex.fk_statut = 2 AND ex.entity IN (1) 2026-02-02 01:09:12 DEBUG 197.239.80.207 872986 3201 sql=SELECT ex.rowid, ex.date_valid FROM llxme_expensereport as ex WHERE ex.fk_statut = 5 AND ex.entity IN (1) 2026-02-02 01:09:12 DEBUG 197.239.80.207 872986 3201 User::loadParentOf 2026-02-02 01:09:12 DEBUG 197.239.80.207 872986 3201 sql=SELECT fk_user as id_parent, rowid as id_son FROM llxme_user WHERE fk_user <> 0 AND entity IN (0,1) 2026-02-02 01:09:12 DEBUG 197.239.80.207 872986 3201 User::get_full_tree get user list 2026-02-02 01:09:12 DEBUG 197.239.80.207 872986 3201 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 llxme_user as u WHERE u.entity IN (0,1) 2026-02-02 01:09:12 DEBUG 197.239.80.207 872986 3201 User::get_full_tree call to build_path_from_id_user 2026-02-02 01:09:12 DEBUG 197.239.80.207 872986 3201 User::get_full_tree dol_sort_array 2026-02-02 01:09:12 INFO 197.239.80.207 872986 3201 Build childid for id = 1 2026-02-02 01:09:12 DEBUG 197.239.80.207 872986 3201 sql=SELECT h.rowid, h.date_debut FROM llxme_holiday as h WHERE h.statut = 2 AND h.entity IN (1) AND (h.fk_user IN (1) OR h.fk_validator IN (1)) 2026-02-02 01:09:12 INFO 197.239.80.207 872986 3201 --- End access to /index.php 2026-02-02 01:09:16 DEBUG 197.239.80.207 872986 3201 - This is an already logged session. _SESSION['dol_login']=intendant _SESSION['dol_entity']=1 2026-02-02 01:09:16 DEBUG 197.239.80.207 872986 3201 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 llxme_user as u LEFT JOIN llxme_c_country as c ON u.fk_country = c.rowid LEFT JOIN llxme_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llxme_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IN (0, 1) AND u.login = 'intendant' ORDER BY u.entity ASC 2026-02-02 01:09:16 DEBUG 197.239.80.207 872986 3201 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, aiprompt, css, cssview, csslist FROM llxme_extrafields WHERE elementtype = 'user' ORDER BY pos 2026-02-02 01:09:16 DEBUG 197.239.80.207 872986 3201 sql=SELECT param, value FROM llxme_user_param WHERE fk_user = 1 AND entity = 1 2026-02-02 01:09:16 DEBUG 197.239.80.207 872986 3201 DefaultValues::fetchAll 2026-02-02 01:09:16 DEBUG 197.239.80.207 872986 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2026-02-02 01:09:16 DEBUG 197.239.80.207 872986 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llxme_user_rights as ur, llxme_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 LIKE '%_advance' 2026-02-02 01:09:16 DEBUG 197.239.80.207 872986 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llxme_usergroup_rights as gr, llxme_usergroup_user as gu, llxme_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 LIKE '%_advance' 2026-02-02 01:09:16 NOTICE 197.239.80.207 872986 3201 --- Access to GET /admin/index.php - action=, massaction= 2026-02-02 01:09:16 DEBUG 197.239.80.207 872986 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 01:09:16 DEBUG 197.239.80.207 872986 3201 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, m.showtopmenuinframe FROM llxme_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 2026-02-02 01:09:16 DEBUG 197.239.80.207 872986 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 01:09:16 DEBUG 197.239.80.207 872986 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 01:09:16 DEBUG 197.239.80.207 872986 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 01:09:16 DEBUG 197.239.80.207 872986 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 01:09:16 INFO 197.239.80.207 872986 3201 --- End access to /admin/index.php 2026-02-02 01:09:40 DEBUG 197.239.80.207 875129 3201 - This is an already logged session. _SESSION['dol_login']=intendant _SESSION['dol_entity']=1 2026-02-02 01:09:40 DEBUG 197.239.80.207 875129 3201 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 llxme_user as u LEFT JOIN llxme_c_country as c ON u.fk_country = c.rowid LEFT JOIN llxme_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llxme_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IN (0, 1) AND u.login = 'intendant' ORDER BY u.entity ASC 2026-02-02 01:09:40 DEBUG 197.239.80.207 875129 3201 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, aiprompt, css, cssview, csslist FROM llxme_extrafields WHERE elementtype = 'user' ORDER BY pos 2026-02-02 01:09:40 DEBUG 197.239.80.207 875129 3201 sql=SELECT param, value FROM llxme_user_param WHERE fk_user = 1 AND entity = 1 2026-02-02 01:09:40 DEBUG 197.239.80.207 875129 3201 DefaultValues::fetchAll 2026-02-02 01:09:40 DEBUG 197.239.80.207 875129 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2026-02-02 01:09:40 DEBUG 197.239.80.207 875129 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llxme_user_rights as ur, llxme_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 LIKE '%_advance' 2026-02-02 01:09:40 DEBUG 197.239.80.207 875129 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llxme_usergroup_rights as gr, llxme_usergroup_user as gu, llxme_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 LIKE '%_advance' 2026-02-02 01:09:40 NOTICE 197.239.80.207 875129 3201 --- Access to GET /user/logout.php - action=, massaction= 2026-02-02 01:09:40 DEBUG 197.239.80.207 875129 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 01:09:40 INFO 197.239.80.207 875129 3201 End of session 22c080b12c07f059031d9f6890ded023 2026-02-02 01:09:40 INFO 197.239.80.207 875129 3201 --- End access to /user/logout.php 2026-02-02 01:09:40 DEBUG 197.239.80.207 875129 3201 NEW TOKEN generated by : /index.php 2026-02-02 01:09:40 NOTICE 197.239.80.207 875129 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 01:09:40 DEBUG 197.239.80.207 875129 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 01:09:40 INFO 197.239.80.207 875129 3201 --- End access to /index.php 2026-02-02 01:30:10 DEBUG 127.0.0.1 [via 185.177.72.56] 936195 3201 NEW TOKEN generated by : /index.php 2026-02-02 01:30:10 NOTICE 127.0.0.1 [via 185.177.72.56] 936195 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 01:30:10 DEBUG 127.0.0.1 [via 185.177.72.56] 936195 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 01:30:10 INFO 127.0.0.1 [via 185.177.72.56] 936195 3201 --- End access to /index.php 2026-02-02 01:42:27 DEBUG 149.57.180.179 982884 3201 NEW TOKEN generated by : /index.php 2026-02-02 01:42:27 NOTICE 149.57.180.179 982884 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 01:42:27 DEBUG 149.57.180.179 982884 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 01:42:27 INFO 149.57.180.179 982884 3201 --- End access to /index.php 2026-02-02 01:43:07 DEBUG 149.57.180.150 984110 3201 NEW TOKEN generated by : /index.php 2026-02-02 01:43:07 NOTICE 149.57.180.150 984110 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 01:43:07 DEBUG 149.57.180.150 984110 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 01:43:07 INFO 149.57.180.150 984110 3201 --- End access to /index.php 2026-02-02 01:44:48 DEBUG 23.27.145.92 987275 3201 NEW TOKEN generated by : /index.php 2026-02-02 01:44:48 NOTICE 23.27.145.92 987275 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 01:44:48 DEBUG 23.27.145.92 987275 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 01:44:48 INFO 23.27.145.92 987275 3201 --- End access to /index.php 2026-02-02 01:45:43 DEBUG 23.27.145.168 988922 3201 NEW TOKEN generated by : /index.php 2026-02-02 01:45:43 NOTICE 23.27.145.168 988922 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 01:45:43 DEBUG 23.27.145.168 988922 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 01:45:43 INFO 23.27.145.168 988922 3201 --- End access to /index.php 2026-02-02 02:16:51 DEBUG 23.27.145.70 37410 3201 NEW TOKEN generated by : /index.php 2026-02-02 02:16:51 NOTICE 23.27.145.70 37410 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 02:16:51 DEBUG 23.27.145.70 37410 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 02:16:51 INFO 23.27.145.70 37410 3201 --- End access to /index.php 2026-02-02 02:28:25 DEBUG 64.69.216.78 76148 3201 NEW TOKEN generated by : /index.php 2026-02-02 02:28:25 NOTICE 64.69.216.78 76148 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 02:28:25 DEBUG 64.69.216.78 76148 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 02:28:25 INFO 64.69.216.78 76148 3201 --- End access to /index.php 2026-02-02 02:34:44 DEBUG 149.57.180.86 96706 3201 NEW TOKEN generated by : /index.php 2026-02-02 02:34:44 NOTICE 149.57.180.86 96706 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 02:34:44 DEBUG 149.57.180.86 96706 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 02:34:44 INFO 149.57.180.86 96706 3201 --- End access to /index.php 2026-02-02 02:34:45 DEBUG 149.57.180.86 96706 3201 DefaultValues::fetchAll 2026-02-02 02:34:45 DEBUG 149.57.180.86 96706 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,0)) AND (entity IN (1,1))) 2026-02-02 02:34:45 NOTICE 149.57.180.86 96706 3201 --- Access to GET /core/js/lib_head.js.php - action=, massaction= NOTOKENRENEWAL=1 2026-02-02 02:34:45 DEBUG 149.57.180.86 96706 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 02:34:45 INFO 149.57.180.86 96706 3201 --- End access to /core/js/lib_head.js.php 2026-02-02 02:34:45 DEBUG 149.57.180.86 96714 3201 DefaultValues::fetchAll 2026-02-02 02:34:45 DEBUG 149.57.180.86 96714 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,0)) AND (entity IN (1,1))) 2026-02-02 02:34:45 NOTICE 149.57.180.86 96714 3201 --- Access to GET /theme/eldy/style.css.php - action=, massaction= NOTOKENRENEWAL=1 2026-02-02 02:34:45 DEBUG 149.57.180.86 96714 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 02:34:45 DEBUG 149.57.180.86 96714 3201 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, m.showtopmenuinframe FROM llxme_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 2026-02-02 02:34:45 INFO 149.57.180.86 96714 3201 --- End access to /theme/eldy/style.css.php 2026-02-02 02:35:13 DEBUG 149.57.180.58 110320 3201 NEW TOKEN generated by : /index.php 2026-02-02 02:35:13 NOTICE 149.57.180.58 110320 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 02:35:13 DEBUG 149.57.180.58 110320 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 02:35:13 INFO 149.57.180.58 110320 3201 --- End access to /index.php 2026-02-02 02:35:13 DEBUG 149.57.180.58 110320 3201 DefaultValues::fetchAll 2026-02-02 02:35:13 DEBUG 149.57.180.58 110320 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,0)) AND (entity IN (1,1))) 2026-02-02 02:35:13 NOTICE 149.57.180.58 110320 3201 --- Access to GET /core/js/lib_head.js.php - action=, massaction= NOTOKENRENEWAL=1 2026-02-02 02:35:13 DEBUG 149.57.180.58 110320 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 02:35:13 INFO 149.57.180.58 110320 3201 --- End access to /core/js/lib_head.js.php 2026-02-02 02:35:14 DEBUG 149.57.180.58 110320 3201 DefaultValues::fetchAll 2026-02-02 02:35:14 DEBUG 149.57.180.58 110320 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,0)) AND (entity IN (1,1))) 2026-02-02 02:35:14 NOTICE 149.57.180.58 110320 3201 --- Access to GET /theme/eldy/style.css.php - action=, massaction= NOTOKENRENEWAL=1 2026-02-02 02:35:14 DEBUG 149.57.180.58 110320 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 02:35:14 DEBUG 149.57.180.58 110320 3201 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, m.showtopmenuinframe FROM llxme_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 2026-02-02 02:35:14 INFO 149.57.180.58 110320 3201 --- End access to /theme/eldy/style.css.php 2026-02-02 02:35:28 DEBUG 23.27.145.166 110880 3201 NEW TOKEN generated by : /index.php 2026-02-02 02:35:28 NOTICE 23.27.145.166 110880 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 02:35:28 DEBUG 23.27.145.166 110880 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 02:35:28 INFO 23.27.145.166 110880 3201 --- End access to /index.php 2026-02-02 02:35:29 DEBUG 23.27.145.166 110880 3201 DefaultValues::fetchAll 2026-02-02 02:35:29 DEBUG 23.27.145.166 110880 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,0)) AND (entity IN (1,1))) 2026-02-02 02:35:29 NOTICE 23.27.145.166 110880 3201 --- Access to GET /theme/eldy/style.css.php - action=, massaction= NOTOKENRENEWAL=1 2026-02-02 02:35:29 DEBUG 23.27.145.166 110880 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 02:35:29 DEBUG 23.27.145.166 110880 3201 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, m.showtopmenuinframe FROM llxme_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 2026-02-02 02:35:29 INFO 23.27.145.166 110880 3201 --- End access to /theme/eldy/style.css.php 2026-02-02 02:35:29 DEBUG 23.27.145.166 110880 3201 DefaultValues::fetchAll 2026-02-02 02:35:29 DEBUG 23.27.145.166 110880 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,0)) AND (entity IN (1,1))) 2026-02-02 02:35:29 NOTICE 23.27.145.166 110880 3201 --- Access to GET /core/js/lib_head.js.php - action=, massaction= NOTOKENRENEWAL=1 2026-02-02 02:35:29 DEBUG 23.27.145.166 110880 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 02:35:29 INFO 23.27.145.166 110880 3201 --- End access to /core/js/lib_head.js.php 2026-02-02 02:35:42 DEBUG 23.27.145.187 111544 3201 NEW TOKEN generated by : /index.php 2026-02-02 02:35:42 NOTICE 23.27.145.187 111544 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 02:35:42 DEBUG 23.27.145.187 111544 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 02:35:42 INFO 23.27.145.187 111544 3201 --- End access to /index.php 2026-02-02 02:35:43 DEBUG 23.27.145.187 111544 3201 DefaultValues::fetchAll 2026-02-02 02:35:43 DEBUG 23.27.145.187 111544 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,0)) AND (entity IN (1,1))) 2026-02-02 02:35:43 NOTICE 23.27.145.187 111544 3201 --- Access to GET /core/js/lib_head.js.php - action=, massaction= NOTOKENRENEWAL=1 2026-02-02 02:35:43 DEBUG 23.27.145.187 111544 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 02:35:43 INFO 23.27.145.187 111544 3201 --- End access to /core/js/lib_head.js.php 2026-02-02 02:35:43 DEBUG 23.27.145.187 111544 3201 DefaultValues::fetchAll 2026-02-02 02:35:43 DEBUG 23.27.145.187 111544 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,0)) AND (entity IN (1,1))) 2026-02-02 02:35:43 NOTICE 23.27.145.187 111544 3201 --- Access to GET /theme/eldy/style.css.php - action=, massaction= NOTOKENRENEWAL=1 2026-02-02 02:35:43 DEBUG 23.27.145.187 111544 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 02:35:43 DEBUG 23.27.145.187 111544 3201 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, m.showtopmenuinframe FROM llxme_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 2026-02-02 02:35:43 INFO 23.27.145.187 111544 3201 --- End access to /theme/eldy/style.css.php 2026-02-02 03:02:17 DEBUG 149.57.180.149 219200 3201 NEW TOKEN generated by : /index.php 2026-02-02 03:02:17 NOTICE 149.57.180.149 219200 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 03:02:17 DEBUG 149.57.180.149 219200 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 03:02:17 INFO 149.57.180.149 219200 3201 --- End access to /index.php 2026-02-02 03:02:18 DEBUG 149.57.180.149 219200 3201 DefaultValues::fetchAll 2026-02-02 03:02:18 DEBUG 149.57.180.149 219200 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,0)) AND (entity IN (1,1))) 2026-02-02 03:02:18 NOTICE 149.57.180.149 219200 3201 --- Access to GET /theme/eldy/style.css.php - action=, massaction= NOTOKENRENEWAL=1 2026-02-02 03:02:18 DEBUG 149.57.180.149 219200 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 03:02:18 DEBUG 149.57.180.149 219200 3201 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, m.showtopmenuinframe FROM llxme_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 2026-02-02 03:02:18 INFO 149.57.180.149 219200 3201 --- End access to /theme/eldy/style.css.php 2026-02-02 03:02:18 DEBUG 149.57.180.149 219247 3201 DefaultValues::fetchAll 2026-02-02 03:02:18 DEBUG 149.57.180.149 219247 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,0)) AND (entity IN (1,1))) 2026-02-02 03:02:18 NOTICE 149.57.180.149 219247 3201 --- Access to GET /core/js/lib_head.js.php - action=, massaction= NOTOKENRENEWAL=1 2026-02-02 03:02:18 DEBUG 149.57.180.149 219247 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 03:02:18 INFO 149.57.180.149 219247 3201 --- End access to /core/js/lib_head.js.php 2026-02-02 03:10:05 DEBUG 84.254.106.197 261773 3201 NEW TOKEN generated by : /index.php 2026-02-02 03:10:05 DEBUG 84.254.106.197 261774 3201 NEW TOKEN generated by : /index.php 2026-02-02 03:10:05 NOTICE 84.254.106.197 261773 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 03:10:05 DEBUG 84.254.106.197 261773 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 03:10:05 NOTICE 84.254.106.197 261774 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 03:10:05 DEBUG 84.254.106.197 261774 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 03:10:05 INFO 84.254.106.197 261773 3201 --- End access to /index.php 2026-02-02 03:10:05 INFO 84.254.106.197 261774 3201 --- End access to /index.php 2026-02-02 03:11:57 DEBUG 84.254.106.197 267979 3201 NEW TOKEN generated by : /index.php 2026-02-02 03:11:57 NOTICE 84.254.106.197 267979 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 03:11:57 DEBUG 84.254.106.197 267979 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 03:11:57 INFO 84.254.106.197 267979 3201 --- End access to /index.php 2026-02-02 03:11:57 DEBUG 84.254.106.197 267979 3201 NEW TOKEN generated by : /index.php 2026-02-02 03:11:57 NOTICE 84.254.106.197 267979 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 03:11:57 DEBUG 84.254.106.197 267979 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 03:11:57 INFO 84.254.106.197 267979 3201 --- End access to /index.php 2026-02-02 03:18:25 DEBUG 84.254.106.197 289406 3201 NEW TOKEN generated by : /index.php 2026-02-02 03:18:25 NOTICE 84.254.106.197 289406 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 03:18:25 DEBUG 84.254.106.197 289406 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 03:18:25 INFO 84.254.106.197 289406 3201 --- End access to /index.php 2026-02-02 03:40:14 DEBUG 149.57.180.30 388492 3201 NEW TOKEN generated by : /index.php 2026-02-02 03:40:14 NOTICE 149.57.180.30 388492 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 03:40:14 DEBUG 149.57.180.30 388492 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 03:40:14 INFO 149.57.180.30 388492 3201 --- End access to /index.php 2026-02-02 03:40:38 DEBUG 149.57.180.121 389385 3201 NEW TOKEN generated by : /index.php 2026-02-02 03:40:38 NOTICE 149.57.180.121 389385 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 03:40:38 DEBUG 149.57.180.121 389385 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 03:40:38 INFO 149.57.180.121 389385 3201 --- End access to /index.php 2026-02-02 03:41:13 DEBUG 23.27.145.2 390977 3201 NEW TOKEN generated by : /index.php 2026-02-02 03:41:13 NOTICE 23.27.145.2 390977 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 03:41:13 DEBUG 23.27.145.2 390977 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 03:41:13 INFO 23.27.145.2 390977 3201 --- End access to /index.php 2026-02-02 03:41:59 DEBUG 149.57.180.110 392522 3201 NEW TOKEN generated by : /index.php 2026-02-02 03:41:59 NOTICE 149.57.180.110 392522 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 03:41:59 DEBUG 149.57.180.110 392522 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 03:41:59 INFO 149.57.180.110 392522 3201 --- End access to /index.php 2026-02-02 03:42:39 DEBUG 23.27.145.104 398391 3201 NEW TOKEN generated by : /index.php 2026-02-02 03:42:39 NOTICE 23.27.145.104 398391 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 03:42:39 DEBUG 23.27.145.104 398391 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 03:42:39 INFO 23.27.145.104 398391 3201 --- End access to /index.php 2026-02-02 03:56:50 DEBUG 34.143.214.16 447201 3201 NEW TOKEN generated by : /index.php 2026-02-02 03:56:50 NOTICE 34.143.214.16 447201 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 03:56:50 DEBUG 34.143.214.16 447201 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 03:56:50 INFO 34.143.214.16 447201 3201 --- End access to /index.php 2026-02-02 04:04:08 DEBUG 34.143.157.104 467425 3201 NEW TOKEN generated by : /index.php 2026-02-02 04:04:08 NOTICE 34.143.157.104 467425 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 04:04:08 DEBUG 34.143.157.104 467425 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 04:04:08 INFO 34.143.157.104 467425 3201 --- End access to /index.php 2026-02-02 04:57:17 DEBUG 195.178.110.132 654836 3201 NEW TOKEN generated by : /index.php 2026-02-02 04:57:17 NOTICE 195.178.110.132 654836 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 04:57:17 DEBUG 195.178.110.132 654836 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 04:57:17 INFO 195.178.110.132 654836 3201 --- End access to /index.php 2026-02-02 05:06:44 DEBUG 195.178.110.132 680077 3201 NEW TOKEN generated by : /index.php 2026-02-02 05:06:44 DEBUG 195.178.110.132 680076 3201 NEW TOKEN generated by : /index.php 2026-02-02 05:06:44 NOTICE 195.178.110.132 680077 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 05:06:44 DEBUG 195.178.110.132 680077 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 05:06:44 NOTICE 195.178.110.132 680076 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 05:06:44 DEBUG 195.178.110.132 680076 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 05:06:44 INFO 195.178.110.132 680077 3201 --- End access to /index.php 2026-02-02 05:06:44 INFO 195.178.110.132 680076 3201 --- End access to /index.php 2026-02-02 05:14:22 DEBUG 34.143.207.240 712628 3201 NEW TOKEN generated by : /index.php 2026-02-02 05:14:22 NOTICE 34.143.207.240 712628 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 05:14:22 DEBUG 34.143.207.240 712628 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 05:14:22 INFO 34.143.207.240 712628 3201 --- End access to /index.php 2026-02-02 05:34:11 DEBUG 127.0.0.1 [via 185.177.72.56] 772896 3201 NEW TOKEN generated by : /index.php 2026-02-02 05:34:11 NOTICE 127.0.0.1 [via 185.177.72.56] 772896 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 05:34:11 DEBUG 127.0.0.1 [via 185.177.72.56] 772896 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 05:34:11 INFO 127.0.0.1 [via 185.177.72.56] 772896 3201 --- End access to /index.php 2026-02-02 05:42:19 DEBUG 176.65.148.161 796085 3201 NEW TOKEN generated by : /index.php 2026-02-02 05:42:19 DEBUG 176.65.148.161 796086 3201 NEW TOKEN generated by : /index.php 2026-02-02 05:42:19 DEBUG 176.65.148.161 796087 3201 NEW TOKEN generated by : /index.php 2026-02-02 05:42:19 NOTICE 176.65.148.161 796086 3201 --- Access to HEAD /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 05:42:19 NOTICE 176.65.148.161 796085 3201 --- Access to HEAD /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 05:42:19 DEBUG 176.65.148.161 796086 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 05:42:19 DEBUG 176.65.148.161 796085 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 05:42:19 NOTICE 176.65.148.161 796087 3201 --- Access to HEAD /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 05:42:19 DEBUG 176.65.148.161 796087 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 05:42:19 INFO 176.65.148.161 796086 3201 --- End access to /index.php 2026-02-02 05:42:19 INFO 176.65.148.161 796087 3201 --- End access to /index.php 2026-02-02 05:42:19 INFO 176.65.148.161 796085 3201 --- End access to /index.php 2026-02-02 05:42:20 DEBUG 176.65.148.161 796085 3201 NEW TOKEN generated by : /index.php 2026-02-02 05:42:20 DEBUG 176.65.148.161 796086 3201 NEW TOKEN generated by : /index.php 2026-02-02 05:42:20 NOTICE 176.65.148.161 796085 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 05:42:20 NOTICE 176.65.148.161 796086 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 05:42:20 DEBUG 176.65.148.161 796086 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 05:42:20 DEBUG 176.65.148.161 796085 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 05:42:20 INFO 176.65.148.161 796086 3201 --- End access to /index.php 2026-02-02 05:42:20 INFO 176.65.148.161 796085 3201 --- End access to /index.php 2026-02-02 05:42:20 DEBUG 176.65.148.161 796087 3201 NEW TOKEN generated by : /index.php 2026-02-02 05:42:20 NOTICE 176.65.148.161 796087 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 05:42:20 DEBUG 176.65.148.161 796087 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 05:42:20 INFO 176.65.148.161 796087 3201 --- End access to /index.php 2026-02-02 06:08:58 DEBUG 195.178.110.132 887189 3201 NEW TOKEN generated by : /index.php 2026-02-02 06:08:58 NOTICE 195.178.110.132 887189 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 06:08:58 DEBUG 195.178.110.132 887189 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 06:08:58 INFO 195.178.110.132 887189 3201 --- End access to /index.php 2026-02-02 06:08:58 DEBUG 195.178.110.132 887189 3201 NEW TOKEN generated by : /index.php 2026-02-02 06:08:58 NOTICE 195.178.110.132 887189 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 06:08:58 DEBUG 195.178.110.132 887189 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 06:08:59 INFO 195.178.110.132 887189 3201 --- End access to /index.php 2026-02-02 06:39:34 DEBUG 176.65.148.161 988452 3201 NEW TOKEN generated by : /index.php 2026-02-02 06:39:34 NOTICE 176.65.148.161 988452 3201 --- Access to HEAD /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 06:39:34 DEBUG 176.65.148.161 988452 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 06:39:34 INFO 176.65.148.161 988452 3201 --- End access to /index.php 2026-02-02 06:39:34 DEBUG 176.65.148.161 988452 3201 NEW TOKEN generated by : /index.php 2026-02-02 06:39:34 NOTICE 176.65.148.161 988452 3201 --- Access to HEAD /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 06:39:34 DEBUG 176.65.148.161 988452 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 06:39:34 INFO 176.65.148.161 988452 3201 --- End access to /index.php 2026-02-02 06:39:34 DEBUG 176.65.148.161 988452 3201 NEW TOKEN generated by : /index.php 2026-02-02 06:39:34 NOTICE 176.65.148.161 988452 3201 --- Access to HEAD /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 06:39:34 DEBUG 176.65.148.161 988452 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 06:39:34 INFO 176.65.148.161 988452 3201 --- End access to /index.php 2026-02-02 06:39:35 DEBUG 176.65.148.161 988452 3201 NEW TOKEN generated by : /index.php 2026-02-02 06:39:35 NOTICE 176.65.148.161 988452 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 06:39:35 DEBUG 176.65.148.161 988452 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 06:39:35 INFO 176.65.148.161 988452 3201 --- End access to /index.php 2026-02-02 06:39:35 DEBUG 176.65.148.161 988452 3201 NEW TOKEN generated by : /index.php 2026-02-02 06:39:35 NOTICE 176.65.148.161 988452 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 06:39:35 DEBUG 176.65.148.161 988452 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 06:39:35 INFO 176.65.148.161 988452 3201 --- End access to /index.php 2026-02-02 06:39:35 DEBUG 176.65.148.161 988452 3201 NEW TOKEN generated by : /index.php 2026-02-02 06:39:35 NOTICE 176.65.148.161 988452 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 06:39:35 DEBUG 176.65.148.161 988452 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 06:39:35 INFO 176.65.148.161 988452 3201 --- End access to /index.php 2026-02-02 06:39:35 DEBUG 176.65.148.161 988452 3201 NEW TOKEN generated by : /index.php 2026-02-02 06:39:35 NOTICE 176.65.148.161 988452 3201 --- Access to HEAD /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 06:39:35 DEBUG 176.65.148.161 988452 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 06:39:35 INFO 176.65.148.161 988452 3201 --- End access to /index.php 2026-02-02 06:39:35 DEBUG 176.65.148.161 988494 3201 NEW TOKEN generated by : /index.php 2026-02-02 06:39:35 NOTICE 176.65.148.161 988494 3201 --- Access to HEAD /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 06:39:35 DEBUG 176.65.148.161 988494 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 06:39:35 INFO 176.65.148.161 988494 3201 --- End access to /index.php 2026-02-02 06:39:35 DEBUG 176.65.148.161 988500 3201 NEW TOKEN generated by : /index.php 2026-02-02 06:39:35 NOTICE 176.65.148.161 988500 3201 --- Access to HEAD /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 06:39:35 DEBUG 176.65.148.161 988500 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 06:39:35 INFO 176.65.148.161 988500 3201 --- End access to /index.php 2026-02-02 06:39:36 DEBUG 176.65.148.161 988500 3201 NEW TOKEN generated by : /index.php 2026-02-02 06:39:36 NOTICE 176.65.148.161 988500 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 06:39:36 DEBUG 176.65.148.161 988500 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 06:39:36 INFO 176.65.148.161 988500 3201 --- End access to /index.php 2026-02-02 06:39:36 DEBUG 176.65.148.161 988500 3201 NEW TOKEN generated by : /index.php 2026-02-02 06:39:36 NOTICE 176.65.148.161 988500 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 06:39:36 DEBUG 176.65.148.161 988500 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 06:39:36 INFO 176.65.148.161 988500 3201 --- End access to /index.php 2026-02-02 06:39:36 DEBUG 176.65.148.161 988500 3201 NEW TOKEN generated by : /index.php 2026-02-02 06:39:36 NOTICE 176.65.148.161 988500 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 06:39:36 DEBUG 176.65.148.161 988500 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 06:39:36 INFO 176.65.148.161 988500 3201 --- End access to /index.php 2026-02-02 06:49:26 DEBUG 84.254.106.197 1023981 3201 NEW TOKEN generated by : /index.php 2026-02-02 06:49:26 NOTICE 84.254.106.197 1023981 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 06:49:26 DEBUG 84.254.106.197 1023981 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 06:49:26 INFO 84.254.106.197 1023981 3201 --- End access to /index.php 2026-02-02 06:52:07 DEBUG 46.101.6.56 1029261 3201 NEW TOKEN generated by : /index.php 2026-02-02 06:52:07 NOTICE 46.101.6.56 1029261 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 06:52:07 DEBUG 46.101.6.56 1029261 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 06:52:07 INFO 46.101.6.56 1029261 3201 --- End access to /index.php 2026-02-02 06:52:08 DEBUG 46.101.6.56 1029261 3201 NEW TOKEN generated by : /index.php 2026-02-02 06:52:08 NOTICE 46.101.6.56 1029261 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 06:52:08 DEBUG 46.101.6.56 1029261 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 06:52:08 INFO 46.101.6.56 1029261 3201 --- End access to /index.php 2026-02-02 06:57:08 DEBUG 104.131.4.124 1040763 3201 NEW TOKEN generated by : /index.php 2026-02-02 06:57:08 NOTICE 104.131.4.124 1040763 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 06:57:08 DEBUG 104.131.4.124 1040763 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 06:57:08 INFO 104.131.4.124 1040763 3201 --- End access to /index.php 2026-02-02 06:57:09 DEBUG 104.131.4.124 1040763 3201 NEW TOKEN generated by : /index.php 2026-02-02 06:57:09 NOTICE 104.131.4.124 1040763 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 06:57:09 DEBUG 104.131.4.124 1040763 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 06:57:09 INFO 104.131.4.124 1040763 3201 --- End access to /index.php 2026-02-02 06:57:17 DEBUG 84.254.106.197 1040763 3201 NEW TOKEN generated by : /index.php 2026-02-02 06:57:17 NOTICE 84.254.106.197 1040763 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 06:57:17 DEBUG 84.254.106.197 1040763 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 06:57:17 INFO 84.254.106.197 1040763 3201 --- End access to /index.php 2026-02-02 06:59:32 DEBUG 87.236.176.99 1045533 3201 NEW TOKEN generated by : /index.php 2026-02-02 06:59:32 NOTICE 87.236.176.99 1045533 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 06:59:32 DEBUG 87.236.176.99 1045533 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 06:59:32 INFO 87.236.176.99 1045533 3201 --- End access to /index.php 2026-02-02 06:59:43 DEBUG 84.254.106.197 1045533 3201 NEW TOKEN generated by : /index.php 2026-02-02 06:59:43 NOTICE 84.254.106.197 1045533 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 06:59:43 DEBUG 84.254.106.197 1045533 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 06:59:43 INFO 84.254.106.197 1045533 3201 --- End access to /index.php 2026-02-02 08:49:45 DEBUG 185.247.137.119 448386 3201 NEW TOKEN generated by : /index.php 2026-02-02 08:49:45 NOTICE 185.247.137.119 448386 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 08:49:45 DEBUG 185.247.137.119 448386 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 08:49:45 INFO 185.247.137.119 448386 3201 --- End access to /index.php 2026-02-02 09:52:12 DEBUG 185.247.137.90 647384 3201 NEW TOKEN generated by : /index.php 2026-02-02 09:52:12 NOTICE 185.247.137.90 647384 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 09:52:12 DEBUG 185.247.137.90 647384 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 09:52:12 INFO 185.247.137.90 647384 3201 --- End access to /index.php 2026-02-02 10:10:18 DEBUG 2.58.56.62 703281 3201 NEW TOKEN generated by : /index.php 2026-02-02 10:10:18 NOTICE 2.58.56.62 703281 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 10:10:18 DEBUG 2.58.56.62 703281 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 10:10:18 INFO 2.58.56.62 703281 3201 --- End access to /index.php 2026-02-02 10:10:19 NOTICE 2.58.56.62 703281 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 10:10:19 DEBUG 2.58.56.62 703281 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 10:10:19 INFO 2.58.56.62 703281 3201 --- End access to /index.php 2026-02-02 10:10:19 NOTICE 2.58.56.62 703281 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 10:10:19 DEBUG 2.58.56.62 703281 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 10:10:19 INFO 2.58.56.62 703281 3201 --- End access to /index.php 2026-02-02 11:10:54 DEBUG 87.236.176.168 899644 3201 NEW TOKEN generated by : /index.php 2026-02-02 11:10:54 NOTICE 87.236.176.168 899644 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 11:10:54 DEBUG 87.236.176.168 899644 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 11:10:54 INFO 87.236.176.168 899644 3201 --- End access to /index.php 2026-02-02 11:18:59 DEBUG 2.58.56.62 928944 3201 NEW TOKEN generated by : /index.php 2026-02-02 11:18:59 NOTICE 2.58.56.62 928944 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 11:18:59 DEBUG 2.58.56.62 928944 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 11:18:59 INFO 2.58.56.62 928944 3201 --- End access to /index.php 2026-02-02 11:19:00 NOTICE 2.58.56.62 928944 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 11:19:00 DEBUG 2.58.56.62 928944 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 11:19:00 INFO 2.58.56.62 928944 3201 --- End access to /index.php 2026-02-02 11:19:00 NOTICE 2.58.56.62 928944 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 11:19:00 DEBUG 2.58.56.62 928944 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 11:19:00 INFO 2.58.56.62 928944 3201 --- End access to /index.php 2026-02-02 11:24:24 DEBUG 84.254.106.197 940313 3201 NEW TOKEN generated by : /index.php 2026-02-02 11:24:24 NOTICE 84.254.106.197 940313 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 11:24:24 DEBUG 84.254.106.197 940313 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 11:24:24 INFO 84.254.106.197 940313 3201 --- End access to /index.php 2026-02-02 11:56:01 DEBUG 146.148.88.46 1039294 3201 NEW TOKEN generated by : /index.php 2026-02-02 11:56:01 NOTICE 146.148.88.46 1039294 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 11:56:01 DEBUG 146.148.88.46 1039294 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 11:56:01 INFO 146.148.88.46 1039294 3201 --- End access to /index.php 2026-02-02 11:58:07 DEBUG 136.109.155.218 1043664 3201 NEW TOKEN generated by : /index.php 2026-02-02 11:58:07 NOTICE 136.109.155.218 1043664 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 11:58:07 DEBUG 136.109.155.218 1043664 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 11:58:07 INFO 136.109.155.218 1043664 3201 --- End access to /index.php 2026-02-02 12:05:42 DEBUG 87.236.176.230 27630 3201 NEW TOKEN generated by : /index.php 2026-02-02 12:05:42 NOTICE 87.236.176.230 27630 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 12:05:42 DEBUG 87.236.176.230 27630 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 12:05:42 INFO 87.236.176.230 27630 3201 --- End access to /index.php 2026-02-02 12:31:12 DEBUG 185.247.137.48 106131 3201 NEW TOKEN generated by : /index.php 2026-02-02 12:31:12 NOTICE 185.247.137.48 106131 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 12:31:12 DEBUG 185.247.137.48 106131 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 12:31:12 INFO 185.247.137.48 106131 3201 --- End access to /index.php 2026-02-02 12:34:56 DEBUG 2.58.56.62 130553 3201 NEW TOKEN generated by : /index.php 2026-02-02 12:34:56 NOTICE 2.58.56.62 130553 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 12:34:56 DEBUG 2.58.56.62 130553 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 12:34:56 INFO 2.58.56.62 130553 3201 --- End access to /index.php 2026-02-02 12:34:56 NOTICE 2.58.56.62 130572 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 12:34:56 DEBUG 2.58.56.62 130572 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 12:34:56 INFO 2.58.56.62 130572 3201 --- End access to /index.php 2026-02-02 12:34:57 NOTICE 2.58.56.62 130572 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 12:34:57 DEBUG 2.58.56.62 130572 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 12:34:57 INFO 2.58.56.62 130572 3201 --- End access to /index.php 2026-02-02 13:05:34 DEBUG 167.94.146.63 244069 3201 NEW TOKEN generated by : /index.php 2026-02-02 13:05:34 NOTICE 167.94.146.63 244069 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 13:05:34 DEBUG 167.94.146.63 244069 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 13:05:34 INFO 167.94.146.63 244069 3201 --- End access to /index.php 2026-02-02 13:13:10 DEBUG 167.94.146.50 278392 3201 NEW TOKEN generated by : /index.php 2026-02-02 13:13:10 NOTICE 167.94.146.50 278392 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 13:13:10 DEBUG 167.94.146.50 278392 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 13:13:10 INFO 167.94.146.50 278392 3201 --- End access to /index.php 2026-02-02 13:20:30 DEBUG 66.132.153.122 299325 3201 NEW TOKEN generated by : /index.php 2026-02-02 13:20:30 NOTICE 66.132.153.122 299325 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 13:20:30 DEBUG 66.132.153.122 299325 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 13:20:30 INFO 66.132.153.122 299325 3201 --- End access to /index.php 2026-02-02 13:26:57 DEBUG 206.168.34.217 330429 3201 NEW TOKEN generated by : /index.php 2026-02-02 13:26:57 NOTICE 206.168.34.217 330429 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 13:26:57 DEBUG 206.168.34.217 330429 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 13:26:57 INFO 206.168.34.217 330429 3201 --- End access to /index.php 2026-02-02 13:35:59 DEBUG 162.142.125.222 354640 3201 NEW TOKEN generated by : /index.php 2026-02-02 13:35:59 NOTICE 162.142.125.222 354640 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 13:35:59 DEBUG 162.142.125.222 354640 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 13:35:59 INFO 162.142.125.222 354640 3201 --- End access to /index.php 2026-02-02 13:41:35 DEBUG 206.168.34.192 386208 3201 NEW TOKEN generated by : /index.php 2026-02-02 13:41:35 NOTICE 206.168.34.192 386208 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 13:41:35 DEBUG 206.168.34.192 386208 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 13:41:35 INFO 206.168.34.192 386208 3201 --- End access to /index.php 2026-02-02 13:49:10 DEBUG 167.94.146.49 409642 3201 NEW TOKEN generated by : /index.php 2026-02-02 13:49:10 NOTICE 167.94.146.49 409642 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 13:49:10 DEBUG 167.94.146.49 409642 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 13:49:10 INFO 167.94.146.49 409642 3201 --- End access to /index.php 2026-02-02 13:54:16 DEBUG 167.94.146.63 439223 3201 NEW TOKEN generated by : /index.php 2026-02-02 13:54:16 NOTICE 167.94.146.63 439223 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 13:54:16 DEBUG 167.94.146.63 439223 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 13:54:16 INFO 167.94.146.63 439223 3201 --- End access to /index.php 2026-02-02 14:15:10 DEBUG 85.11.167.4 508449 3201 NEW TOKEN generated by : /index.php 2026-02-02 14:15:10 WARNING 85.11.167.4 508449 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-02-02 14:15:10 INFO 85.11.167.4 508449 3201 --- End access to /index.php 2026-02-02 14:15:10 DEBUG 85.11.167.4 508449 3201 NEW TOKEN generated by : /index.php 2026-02-02 14:15:10 WARNING 85.11.167.4 508449 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-02-02 14:15:10 INFO 85.11.167.4 508449 3201 --- End access to /index.php 2026-02-02 14:15:10 DEBUG 85.11.167.4 508449 3201 NEW TOKEN generated by : /index.php 2026-02-02 14:15:10 WARNING 85.11.167.4 508449 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-02-02 14:15:10 INFO 85.11.167.4 508449 3201 --- End access to /index.php 2026-02-02 14:15:11 DEBUG 85.11.167.4 508449 3201 NEW TOKEN generated by : /index.php 2026-02-02 14:15:11 WARNING 85.11.167.4 508449 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-02-02 14:15:11 INFO 85.11.167.4 508449 3201 --- End access to /index.php 2026-02-02 14:39:30 DEBUG 178.128.46.70 593704 3201 NEW TOKEN generated by : /index.php 2026-02-02 14:39:30 NOTICE 178.128.46.70 593704 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 14:39:30 DEBUG 178.128.46.70 593704 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 14:39:30 INFO 178.128.46.70 593704 3201 --- End access to /index.php 2026-02-02 14:39:31 DEBUG 178.128.46.70 593704 3201 NEW TOKEN generated by : /index.php 2026-02-02 14:39:31 NOTICE 178.128.46.70 593704 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 14:39:31 DEBUG 178.128.46.70 593704 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 14:39:31 INFO 178.128.46.70 593704 3201 --- End access to /index.php 2026-02-02 15:43:35 DEBUG 34.134.105.100 835590 3201 NEW TOKEN generated by : /index.php 2026-02-02 15:43:35 NOTICE 34.134.105.100 835590 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 15:43:35 DEBUG 34.134.105.100 835590 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 15:43:35 INFO 34.134.105.100 835590 3201 --- End access to /index.php 2026-02-02 15:43:35 DEBUG 34.134.105.100 835590 3201 NEW TOKEN generated by : /index.php 2026-02-02 15:43:35 NOTICE 34.134.105.100 835590 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 15:43:35 DEBUG 34.134.105.100 835590 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 15:43:35 INFO 34.134.105.100 835590 3201 --- End access to /index.php 2026-02-02 15:43:35 DEBUG 34.134.105.100 835590 3201 NEW TOKEN generated by : /index.php 2026-02-02 15:43:35 NOTICE 34.134.105.100 835590 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 15:43:35 DEBUG 34.134.105.100 835590 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 15:43:35 INFO 34.134.105.100 835590 3201 --- End access to /index.php 2026-02-02 15:43:35 DEBUG 34.134.105.100 835601 3201 NEW TOKEN generated by : /index.php 2026-02-02 15:43:35 NOTICE 34.134.105.100 835601 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 15:43:35 DEBUG 34.134.105.100 835601 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 15:43:35 INFO 34.134.105.100 835601 3201 --- End access to /index.php 2026-02-02 15:43:35 DEBUG 34.134.105.100 835601 3201 NEW TOKEN generated by : /index.php 2026-02-02 15:43:35 NOTICE 34.134.105.100 835601 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 15:43:35 DEBUG 34.134.105.100 835601 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 15:43:35 INFO 34.134.105.100 835601 3201 --- End access to /index.php 2026-02-02 15:53:42 DEBUG 85.11.167.4 864241 3201 NEW TOKEN generated by : /index.php 2026-02-02 15:53:42 WARNING 85.11.167.4 864241 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-02-02 15:53:42 INFO 85.11.167.4 864241 3201 --- End access to /index.php 2026-02-02 15:53:43 DEBUG 85.11.167.4 864241 3201 NEW TOKEN generated by : /index.php 2026-02-02 15:53:43 WARNING 85.11.167.4 864241 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-02-02 15:53:43 INFO 85.11.167.4 864241 3201 --- End access to /index.php 2026-02-02 18:01:21 DEBUG 98.95.177.220 267651 3201 NEW TOKEN generated by : /index.php 2026-02-02 18:01:21 NOTICE 98.95.177.220 267651 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 18:01:21 DEBUG 98.95.177.220 267651 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 18:01:21 DEBUG 98.95.177.220 267653 3201 NEW TOKEN generated by : /index.php 2026-02-02 18:01:21 NOTICE 98.95.177.220 267653 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 18:01:21 DEBUG 98.95.177.220 267653 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 18:01:21 INFO 98.95.177.220 267651 3201 --- End access to /index.php 2026-02-02 18:01:21 INFO 98.95.177.220 267653 3201 --- End access to /index.php 2026-02-02 18:08:41 DEBUG 52.4.193.97 300844 3201 NEW TOKEN generated by : /index.php 2026-02-02 18:08:41 NOTICE 52.4.193.97 300844 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 18:08:41 DEBUG 52.4.193.97 300844 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 18:08:41 INFO 52.4.193.97 300844 3201 --- End access to /index.php 2026-02-02 18:08:41 DEBUG 52.4.193.97 300844 3201 NEW TOKEN generated by : /index.php 2026-02-02 18:08:41 NOTICE 52.4.193.97 300844 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 18:08:41 DEBUG 52.4.193.97 300844 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 18:08:41 INFO 52.4.193.97 300844 3201 --- End access to /index.php 2026-02-02 18:15:00 DEBUG 185.247.137.67 316545 3201 NEW TOKEN generated by : /index.php 2026-02-02 18:15:00 NOTICE 185.247.137.67 316545 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 18:15:00 DEBUG 185.247.137.67 316545 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 18:15:00 INFO 185.247.137.67 316545 3201 --- End access to /index.php 2026-02-02 18:17:05 DEBUG 98.95.177.220 320986 3201 NEW TOKEN generated by : /index.php 2026-02-02 18:17:05 NOTICE 98.95.177.220 320986 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 18:17:05 DEBUG 98.95.177.220 320986 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 18:17:05 INFO 98.95.177.220 320986 3201 --- End access to /index.php 2026-02-02 18:17:05 DEBUG 98.95.177.220 320986 3201 NEW TOKEN generated by : /index.php 2026-02-02 18:17:05 NOTICE 98.95.177.220 320986 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 18:17:05 DEBUG 98.95.177.220 320986 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 18:17:05 INFO 98.95.177.220 320986 3201 --- End access to /index.php 2026-02-02 18:17:05 DEBUG 98.95.177.220 320988 3201 NEW TOKEN generated by : /index.php 2026-02-02 18:17:05 NOTICE 98.95.177.220 320988 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 18:17:05 DEBUG 98.95.177.220 320988 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 18:17:05 INFO 98.95.177.220 320988 3201 --- End access to /index.php 2026-02-02 18:17:05 DEBUG 98.95.177.220 320986 3201 NEW TOKEN generated by : /index.php 2026-02-02 18:17:05 NOTICE 98.95.177.220 320986 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 18:17:05 DEBUG 98.95.177.220 320986 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 18:17:05 INFO 98.95.177.220 320986 3201 --- End access to /index.php 2026-02-02 18:17:05 DEBUG 98.95.177.220 320986 3201 NEW TOKEN generated by : /index.php 2026-02-02 18:17:05 NOTICE 98.95.177.220 320986 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 18:17:05 DEBUG 98.95.177.220 320986 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 18:17:05 INFO 98.95.177.220 320986 3201 --- End access to /index.php 2026-02-02 18:26:07 DEBUG 102.180.22.182 358531 3201 NEW TOKEN generated by : /index.php 2026-02-02 18:26:07 NOTICE 102.180.22.182 358531 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 18:26:07 DEBUG 102.180.22.182 358531 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 18:26:07 INFO 102.180.22.182 358531 3201 --- End access to /index.php 2026-02-02 18:26:08 DEBUG 102.180.22.182 358531 3201 DefaultValues::fetchAll 2026-02-02 18:26:08 DEBUG 102.180.22.182 358531 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,0)) AND (entity IN (1,1))) 2026-02-02 18:26:08 NOTICE 102.180.22.182 358531 3201 --- Access to GET /theme/eldy/style.css.php - action=, massaction= NOTOKENRENEWAL=1 2026-02-02 18:26:08 DEBUG 102.180.22.182 358531 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 18:26:08 DEBUG 102.180.22.182 358531 3201 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, m.showtopmenuinframe FROM llxme_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 2026-02-02 18:26:08 INFO 102.180.22.182 358531 3201 --- End access to /theme/eldy/style.css.php 2026-02-02 18:26:08 DEBUG 102.180.22.182 358552 3201 DefaultValues::fetchAll 2026-02-02 18:26:08 DEBUG 102.180.22.182 358552 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,0)) AND (entity IN (1,1))) 2026-02-02 18:26:08 NOTICE 102.180.22.182 358552 3201 --- Access to GET /core/js/lib_head.js.php - action=, massaction= NOTOKENRENEWAL=1 2026-02-02 18:26:08 DEBUG 102.180.22.182 358552 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 18:26:08 INFO 102.180.22.182 358552 3201 --- End access to /core/js/lib_head.js.php 2026-02-02 18:26:09 NOTICE 102.180.22.182 358552 3201 --- Access to GET /theme/eldy/manifest.json.php - action=, massaction= NOTOKENRENEWAL=1 2026-02-02 18:26:09 INFO 102.180.22.182 358552 3201 --- End access to /theme/eldy/manifest.json.php 2026-02-02 18:26:18 INFO 102.180.22.182 358552 3201 checkLoginPassEntity usertotest=intendant entitytotest=1 authmode=dolibarr 2026-02-02 18:26:18 INFO 102.180.22.182 358552 3201 functions_dolibarr::check_user_password_dolibarr usertotest=intendant passwordtotest=********** entitytotest=1 2026-02-02 18:26:18 DEBUG 102.180.22.182 358552 3201 sql=SELECT COUNT(e.rowid) as nbevent FROM llxme_events as e WHERE e.type = 'USER_LOGIN_FAILED' AND e.ip = '102.180.22.182' AND e.dateevent > '2026-02-01 11:26:18' 2026-02-02 18:26:18 DEBUG 102.180.22.182 358552 3201 sql=SELECT rowid, login, entity, pass, pass_crypted, datestartvalidity, dateendvalidity, flagdelsessionsbefore FROM llxme_user WHERE (login = 'intendant') AND entity IN (0,1) AND statut = 1 ORDER BY entity DESC 2026-02-02 18:26:18 INFO 102.180.22.182 358552 3201 functions_dolibarr::check_user_password_dolibarr Authentication ok - hash auto of pass is ok 2026-02-02 18:26:18 DEBUG 102.180.22.182 358552 3201 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 llxme_user as u LEFT JOIN llxme_c_country as c ON u.fk_country = c.rowid LEFT JOIN llxme_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llxme_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IN (0, 1) AND u.login = 'intendant' ORDER BY u.entity ASC 2026-02-02 18:26:18 DEBUG 102.180.22.182 358552 3201 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, aiprompt, css, cssview, csslist FROM llxme_extrafields WHERE elementtype = 'user' ORDER BY pos 2026-02-02 18:26:18 DEBUG 102.180.22.182 358552 3201 sql=SELECT param, value FROM llxme_user_param WHERE fk_user = 1 AND entity = 1 2026-02-02 18:26:18 DEBUG 102.180.22.182 358552 3201 DefaultValues::fetchAll 2026-02-02 18:26:18 DEBUG 102.180.22.182 358552 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2026-02-02 18:26:18 INFO 102.180.22.182 358552 3201 This is a new started user session. _SESSION['dol_login']=intendant Session id=9110dee9085cfbf97ea2a3d74647d195 2026-02-02 18:26:18 DEBUG 102.180.22.182 358552 3201 BEGIN Transaction 2026-02-02 18:26:18 DEBUG 102.180.22.182 358552 3201 User::update_last_login_date user->id=1 UPDATE llxme_user SET datepreviouslogin = datelastlogin, ippreviouslogin = iplastlogin, datelastlogin = '2026-02-02 11:26:18', iplastlogin = '102.180.22.182', tms = tms WHERE rowid = 1 2026-02-02 18:26:18 DEBUG 102.180.22.182 358552 3201 sql=UPDATE llxme_user SET datepreviouslogin = datelastlogin, ippreviouslogin = iplastlogin, datelastlogin = '2026-02-02 11:26:18', iplastlogin = '102.180.22.182', tms = tms WHERE rowid = 1 2026-02-02 18:26:18 DEBUG 102.180.22.182 358552 3201 COMMIT Transaction 2026-02-02 18:26:18 DEBUG 102.180.22.182 358552 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llxme_user_rights as ur, llxme_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 LIKE '%_advance' 2026-02-02 18:26:18 DEBUG 102.180.22.182 358552 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llxme_usergroup_rights as gr, llxme_usergroup_user as gu, llxme_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 LIKE '%_advance' 2026-02-02 18:26:18 NOTICE 102.180.22.182 358552 3201 --- Access to POST /index.php - action=, massaction= 2026-02-02 18:26:18 DEBUG 102.180.22.182 358552 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 18:26:18 DEBUG 102.180.22.182 358552 3201 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, m.showtopmenuinframe FROM llxme_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 2026-02-02 18:26:18 DEBUG 102.180.22.182 358552 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 18:26:18 DEBUG 102.180.22.182 358552 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 18:26:18 DEBUG 102.180.22.182 358552 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 18:26:18 DEBUG 102.180.22.182 358552 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 18:26:18 DEBUG 102.180.22.182 358552 3201 InfoBox::listBoxes get default box list for mode=activated userid= 2026-02-02 18:26:18 DEBUG 102.180.22.182 358552 3201 sql=SELECT b.rowid, b.position, b.box_order, b.fk_user, d.rowid as box_id, d.file, d.note, d.tms FROM llxme_boxes as b, llxme_boxes_def as d WHERE b.box_id = d.rowid AND b.entity IN (0,1) AND b.position = 0 AND b.fk_user = 0 ORDER BY b.box_order 2026-02-02 18:26:18 INFO 102.180.22.182 358552 3201 FactureStats::getNbByMonthWithPrevYear read data from cache file /home4/jrbprodu/dolibarrjrbvita/users/temp/FactureStats_getNbByMonthWithPrevYear_supplier_fr_FR_entity.1_user1.cache 1769991627. 2026-02-02 18:26:18 INFO 102.180.22.182 358552 3201 DolGraph::draw_chart this->type= this->MaxValue=0 2026-02-02 18:26:18 INFO 102.180.22.182 358552 3201 FactureStats::getAmountByMonthWithPrevYear read data from cache file /home4/jrbprodu/dolibarrjrbvita/users/temp/FactureStats_getAmountByMonthWithPrevYear_supplier_fr_FR_entity.1_user1.cache 1769991627. 2026-02-02 18:26:18 INFO 102.180.22.182 358552 3201 DolGraph::draw_chart this->type= this->MaxValue=0 2026-02-02 18:26:18 INFO 102.180.22.182 358552 3201 box_graph_invoices_supplier_permonth::showBox 2026-02-02 18:26:18 DEBUG 102.180.22.182 358552 3201 sql=SELECT t.rowid, t.datelastrun, t.datenextrun, t.datestart, t.label, t.status, t.test, t.lastresult, t.processing FROM llxme_cronjob as t WHERE status <> 0 AND entity IN (0, 1) ORDER BY t.datelastrun DESC 2026-02-02 18:26:18 INFO 102.180.22.182 358552 3201 box_scheduled_jobs::showBox 2026-02-02 18:26:18 DEBUG 102.180.22.182 358552 3201 box_customers_outstanding_bill_reached::loadBox 2026-02-02 18:26:18 DEBUG 102.180.22.182 358552 3201 sql=SELECT s.rowid as socid, s.nom as name, s.name_alias, s.code_client, s.code_compta, s.client, s.logo, s.email, s.entity, s.outstanding_limit, s.datec, s.tms, s.status FROM llxme_societe as s WHERE s.client IN (1, 3) AND s.entity IN (1) AND s.outstanding_limit > 0 AND s.rowid IN (SELECT fk_soc from llxme_facture as f WHERE f.fk_statut = 1 and f.fk_soc = s.rowid) ORDER BY s.tms DESC 2026-02-02 18:26:18 INFO 102.180.22.182 358552 3201 box_customers_outstanding_bill_reached::showBox 2026-02-02 18:26:18 INFO 102.180.22.182 358552 3201 FactureStats::getNbByMonthWithPrevYear read data from cache file /home4/jrbprodu/dolibarrjrbvita/users/temp/FactureStats_getNbByMonthWithPrevYear_customer_fr_FR_entity.1_user1.cache 1769991627. 2026-02-02 18:26:18 INFO 102.180.22.182 358552 3201 DolGraph::draw_chart this->type= this->MaxValue=0 2026-02-02 18:26:18 INFO 102.180.22.182 358552 3201 FactureStats::getAmountByMonthWithPrevYear read data from cache file /home4/jrbprodu/dolibarrjrbvita/users/temp/FactureStats_getAmountByMonthWithPrevYear_customer_fr_FR_entity.1_user1.cache 1769991627. 2026-02-02 18:26:18 INFO 102.180.22.182 358552 3201 DolGraph::draw_chart this->type= this->MaxValue=0 2026-02-02 18:26:18 INFO 102.180.22.182 358552 3201 box_graph_invoices_permonth::showBox 2026-02-02 18:26:18 DEBUG 102.180.22.182 358552 3201 sql=SELECT f.rowid as facid, f.ref, f.type, f.total_ht, f.total_tva, f.total_ttc, f.datef as date, f.paye, f.fk_statut as status, f.datec, f.tms, f.date_lim_reglement as datelimite, s.rowid as socid, s.nom as name, s.name_alias, s.code_client, s.code_compta, s.client, s.logo, s.email, s.entity, s.tva_intra, s.siren as idprof1, s.siret as idprof2, s.ape as idprof3, s.idprof4, s.idprof5, s.idprof6, SUM(pf.amount) as am FROM llxme_facture as f LEFT JOIN llxme_paiement_facture as pf ON f.rowid = pf.fk_facture, llxme_societe as s WHERE f.fk_soc = s.rowid AND f.fk_statut > 0 AND f.entity IN (1) GROUP BY s.rowid, s.nom, s.name_alias, s.code_client, s.code_compta, s.client, s.logo, s.email, s.entity, s.tva_intra, s.siren, s.siret, s.ape, s.idprof4, s.idprof5, s.idprof6, f.rowid, f.ref, f.type, f.total_ht, f.total_tva, f.total_ttc, f.datef, f.paye, f.fk_statut, f.datec, f.tms, f.date_lim_reglement ORDER BY f.tms DESC, f.ref DESC LIMIT 3 2026-02-02 18:26:18 INFO 102.180.22.182 358552 3201 box_factures::showBox 2026-02-02 18:26:18 DEBUG 102.180.22.182 358552 3201 sql=SELECT s.rowid as socid, s.nom as name, s.name_alias, s.code_client, s.client, s.code_compta as code_compta_client, s.logo, s.email, s.entity, s.tva_intra, s.siren as idprof1, s.siret as idprof2, s.ape as idprof3, s.idprof4, s.idprof5, s.idprof6, f.ref, f.date_lim_reglement as datelimit, f.type, f.datef as date, f.total_ht, f.total_tva, f.total_ttc, f.paye, f.fk_statut as status, f.rowid as facid, SUM(pf.amount) as am FROM llxme_societe as s, llxme_facture as f LEFT JOIN llxme_paiement_facture as pf ON f.rowid = pf.fk_facture WHERE f.fk_soc = s.rowid AND f.entity IN (1) AND f.paye = 0 AND fk_statut = 1 GROUP BY s.rowid, s.nom, s.name_alias, s.code_client, s.client, s.logo, s.email, s.entity, s.tva_intra, s.siren, s.siret, s.ape, s.idprof4, s.idprof5, s.idprof6, s.code_compta, f.rowid, f.ref, f.date_lim_reglement, f.type, f.datef, f.total_ht, f.total_tva, f.total_ttc, f.paye, f.fk_statut ORDER BY date_lim_reglement ASC, f.ref ASC LIMIT 4 2026-02-02 18:26:18 INFO 102.180.22.182 358552 3201 box_factures_imp::showBox 2026-02-02 18:26:18 DEBUG 102.180.22.182 358552 3201 box_comptes::loadBox 2026-02-02 18:26:18 DEBUG 102.180.22.182 358552 3201 sql=SELECT b.rowid, b.ref, b.label, b.bank, b.number, b.courant, b.clos, b.rappro, b.url, b.code_banque, b.code_guichet, b.cle_rib, b.bic, b.iban_prefix as iban, b.domiciliation as address, b.proprio, b.owner_address, b.account_number, b.currency_code, b.min_allowed, b.min_desired, comment, b.fk_accountancy_journal, aj.code as accountancy_journal FROM llxme_bank_account as b LEFT JOIN llxme_accounting_journal as aj ON aj.rowid = b.fk_accountancy_journal WHERE b.entity = 1 AND clos = 0 ORDER BY label LIMIT 3 2026-02-02 18:26:18 DEBUG 102.180.22.182 358552 3201 sql=SELECT sum(amount) as amount FROM llxme_bank WHERE fk_account = 2 2026-02-02 18:26:18 DEBUG 102.180.22.182 358552 3201 Translate::loadCacheCurrencies 2026-02-02 18:26:18 DEBUG 102.180.22.182 358552 3201 sql=SELECT code_iso, label, unicode FROM llxme_c_currencies WHERE active = 1 AND code_iso = 'XOF' 2026-02-02 18:26:18 DEBUG 102.180.22.182 358552 3201 sql=SELECT sum(amount) as amount FROM llxme_bank WHERE fk_account = 1 2026-02-02 18:26:18 INFO 102.180.22.182 358552 3201 box_comptes::showBox 2026-02-02 18:26:18 DEBUG 102.180.22.182 358552 3201 sql=SELECT s.rowid as socid, s.nom as name, s.name_alias, s.code_fournisseur, s.code_compta_fournisseur, s.fournisseur, s.logo, s.email, s.entity, c.rowid, c.ref, c.tms, c.date_commande, c.date_livraison as delivery_date, c.total_ht, c.total_tva, c.total_ttc, c.fk_statut as status FROM llxme_societe as s, llxme_commande_fournisseur as c WHERE c.fk_soc = s.rowid AND c.entity IN (1) AND c.date_livraison IS NOT NULL AND c.fk_statut IN (3, 4) ORDER BY c.date_livraison ASC, c.fk_statut ASC LIMIT 3 2026-02-02 18:26:18 INFO 102.180.22.182 358552 3201 box_supplier_orders_awaiting_reception::showBox 2026-02-02 18:26:18 DEBUG 102.180.22.182 358552 3201 sql=SELECT s.rowid as socid, s.nom as name, s.name_alias, s.code_fournisseur, s.code_compta_fournisseur, s.fournisseur, s.logo, s.email, s.entity, c.rowid, c.ref, c.tms, c.date_commande, c.total_ht, c.total_tva, c.total_ttc, c.fk_statut as status FROM llxme_societe as s, llxme_commande_fournisseur as c WHERE c.fk_soc = s.rowid AND c.entity IN (1) ORDER BY c.tms DESC, c.ref DESC LIMIT 3 2026-02-02 18:26:18 INFO 102.180.22.182 358552 3201 box_supplier_orders::showBox 2026-02-02 18:26:18 DEBUG 102.180.22.182 358552 3201 sql=SELECT s.rowid as socid, s.nom as name, s.name_alias, s.code_fournisseur, s.code_compta_fournisseur, s.fournisseur, s.logo, s.email, s.entity, f.rowid as facid, f.ref, f.ref_supplier, f.total_ht, f.total_tva, f.total_ttc, f.paye, f.fk_statut as status, f.datef as date, f.datec as datec, f.date_lim_reglement as datelimite, f.tms, f.type FROM llxme_societe as s, llxme_facture_fourn as f WHERE f.fk_soc = s.rowid AND f.entity = 1 ORDER BY f.tms DESC, f.ref DESC LIMIT 3 2026-02-02 18:26:18 INFO 102.180.22.182 358552 3201 box_factures_fourn::showBox 2026-02-02 18:26:18 DEBUG 102.180.22.182 358552 3201 sql=SELECT s.rowid as socid, s.nom as name, s.name_alias, s.code_fournisseur, s.code_compta_fournisseur, s.fournisseur, s.logo, s.email, s.entity, s.tva_intra, s.siren, s.siret, s.ape, s.idprof4, s.idprof5, s.idprof6, f.rowid as facid, f.ref, f.ref_supplier, f.date_lim_reglement as datelimite, f.datef as df, f.total_ht, f.total_tva, f.total_ttc, f.paye, f.fk_statut as status, f.type, f.tms, SUM(pf.amount) as am FROM llxme_societe as s,llxme_facture_fourn as f LEFT JOIN llxme_paiementfourn_facturefourn as pf ON f.rowid = pf.fk_facturefourn WHERE f.fk_soc = s.rowid AND f.entity IN (1) AND f.paye = 0 AND fk_statut = 1 GROUP BY s.rowid, s.nom, s.name_alias, s.code_fournisseur, s.code_compta_fournisseur, s.fournisseur, s.logo, s.email, s.entity, s.tva_intra, s.siren, s.siret, s.ape, s.idprof4, s.idprof5, s.idprof6, f.rowid, f.ref, f.ref_supplier, f.date_lim_reglement, f.type, f.datef, f.total_ht, f.total_tva, f.total_ttc, f.paye, f.fk_statut, f.tms ORDER BY datelimite ASC, f.ref_supplier ASC LIMIT 4 2026-02-02 18:26:18 INFO 102.180.22.182 358552 3201 box_factures_fourn_imp::showBox 2026-02-02 18:26:18 DEBUG 102.180.22.182 358552 3201 sql=SELECT s.rowid as socid, s.nom as name, s.name_alias, s.code_fournisseur, s.code_compta_fournisseur, s.fournisseur, s.logo, s.email, s.entity, s.datec, s.tms, s.status FROM llxme_societe as s WHERE s.fournisseur = 1 AND s.entity IN (1) ORDER BY s.tms DESC LIMIT 3 2026-02-02 18:26:18 INFO 102.180.22.182 358552 3201 box_fournisseurs::showBox 2026-02-02 18:26:18 INFO 102.180.22.182 358552 3201 ModeleBoxes::showBox 2026-02-02 18:26:18 INFO 102.180.22.182 358552 3201 CommandeStats::getNbByMonthWithPrevYear read data from cache file /home4/jrbprodu/dolibarrjrbvita/users/temp/CommandeStats_getNbByMonthWithPrevYear_supplier_fr_FR_entity.1_user1.cache 1769991627. 2026-02-02 18:26:18 INFO 102.180.22.182 358552 3201 DolGraph::draw_chart this->type= this->MaxValue=0 2026-02-02 18:26:18 INFO 102.180.22.182 358552 3201 CommandeStats::getAmountByMonthWithPrevYear read data from cache file /home4/jrbprodu/dolibarrjrbvita/users/temp/CommandeStats_getAmountByMonthWithPrevYear_supplier_fr_FR_entity.1_user1.cache 1769991627. 2026-02-02 18:26:18 INFO 102.180.22.182 358552 3201 DolGraph::draw_chart this->type= this->MaxValue=0 2026-02-02 18:26:18 INFO 102.180.22.182 358552 3201 box_graph_orders_supplier_permonth::showBox 2026-02-02 18:26:18 WARNING 102.180.22.182 358552 3201 Functions.lib::dol_print_date function called with a bad value from page /index.php 2026-02-02 18:26:18 INFO 102.180.22.182 358552 3201 box_lastlogin::showBox 2026-02-02 18:26:18 DEBUG 102.180.22.182 358552 3201 sql=SELECT s.rowid as socid, s.nom as name, s.name_alias, s.code_client, s.code_compta, s.client, s.logo, s.email, s.entity, p.rowid, p.ref, p.fk_statut as status, p.datep as dp, p.datec, p.fin_validite, p.date_cloture, p.total_ht, p.total_tva, p.total_ttc, p.tms FROM llxme_propal as p, llxme_societe as s WHERE p.fk_soc = s.rowid AND p.entity IN (1) ORDER BY p.tms DESC, p.ref DESC LIMIT 3 2026-02-02 18:26:18 INFO 102.180.22.182 358552 3201 box_propales::showBox 2026-02-02 18:26:18 INFO 102.180.22.182 358552 3201 PropaleStats::getNbByMonthWithPrevYear read data from cache file /home4/jrbprodu/dolibarrjrbvita/users/temp/PropaleStats_getNbByMonthWithPrevYear_fr_FR_entity.1_user1.cache 1769991627. 2026-02-02 18:26:18 INFO 102.180.22.182 358552 3201 DolGraph::draw_chart this->type=bars,bars,bars this->MaxValue=0 2026-02-02 18:26:18 INFO 102.180.22.182 358552 3201 PropaleStats::getAmountByMonthWithPrevYear read data from cache file /home4/jrbprodu/dolibarrjrbvita/users/temp/PropaleStats_getAmountByMonthWithPrevYear_fr_FR_entity.1_user1.cache 1769991627. 2026-02-02 18:26:18 INFO 102.180.22.182 358552 3201 DolGraph::draw_chart this->type=bars,bars,bars this->MaxValue=0 2026-02-02 18:26:18 INFO 102.180.22.182 358552 3201 box_graph_propales_permonth::showBox 2026-02-02 18:26:18 DEBUG 102.180.22.182 358552 3201 sql=SELECT sp.rowid as id, sp.lastname, sp.firstname, sp.civility as civility_id, sp.datec, sp.tms, sp.fk_soc, sp.statut as status, sp.address, sp.zip, sp.town, sp.phone, sp.phone_perso, sp.phone_mobile, sp.email as spemail, s.rowid as socid, s.nom as name, s.name_alias, s.code_client, s.client, s.code_fournisseur, s.code_compta_fournisseur, s.fournisseur, s.code_compta as code_compta_client, s.code_compta_fournisseur, s.logo, s.email, s.entity, co.label as country, co.code as country_code FROM llxme_socpeople as sp LEFT JOIN llxme_c_country as co ON sp.fk_pays = co.rowid LEFT JOIN llxme_societe as s ON sp.fk_soc = s.rowid WHERE sp.entity IN (1) AND ((sp.fk_user_creat = 1 AND sp.priv = 1) OR sp.priv = 0) ORDER BY sp.tms DESC LIMIT 3 2026-02-02 18:26:18 INFO 102.180.22.182 358552 3201 box_contacts::showBox 2026-02-02 18:26:18 DEBUG 102.180.22.182 358552 3201 box_prospect::loadBox 2026-02-02 18:26:18 DEBUG 102.180.22.182 358552 3201 sql=SELECT s.rowid as socid, s.nom as name, s.name_alias, s.code_client, s.code_compta, s.client, s.logo, s.email, s.entity, s.fk_stcomm, s.datec, s.tms, s.status FROM llxme_societe as s WHERE s.client IN (2, 3) AND s.entity IN (1) ORDER BY s.tms DESC LIMIT 3 2026-02-02 18:26:18 INFO 102.180.22.182 358552 3201 box_prospect::showBox 2026-02-02 18:26:18 DEBUG 102.180.22.182 358552 3201 box_clients::loadBox 2026-02-02 18:26:18 DEBUG 102.180.22.182 358552 3201 sql=SELECT s.rowid as socid, s.nom as name, s.name_alias, s.code_client, s.code_compta as code_compta_client, s.client, s.logo, s.email, s.entity, s.datec, s.tms, s.status FROM llxme_societe as s WHERE s.client IN (1, 3) AND s.entity IN (1) ORDER BY s.tms DESC LIMIT 3 2026-02-02 18:26:18 INFO 102.180.22.182 358552 3201 box_clients::showBox 2026-02-02 18:26:18 DEBUG 102.180.22.182 358552 3201 box_actions_future::loadBox 2026-02-02 18:26:18 DEBUG 102.180.22.182 358552 3201 sql=SELECT a.id, a.label, a.datep as dp, a.percent as percentage, ta.code, ta.libelle as type_label, s.rowid as socid, s.nom as name, s.name_alias, s.code_client, s.code_compta as code_compta_client, s.client, s.logo, s.email, s.entity FROM llxme_c_actioncomm AS ta, llxme_actioncomm AS a LEFT JOIN llxme_societe as s ON a.fk_soc = s.rowid WHERE a.fk_action = ta.id AND a.entity IN (1) AND a.datep > '2026-02-02 11:26:18' ORDER BY a.datep ASC LIMIT 3 2026-02-02 18:26:18 INFO 102.180.22.182 358552 3201 box_actions_future::showBox 2026-02-02 18:26:18 DEBUG 102.180.22.182 358552 3201 box_actions::loadBox 2026-02-02 18:26:18 DEBUG 102.180.22.182 358552 3201 sql=SELECT a.id, a.label, a.datep as dp, a.percent as percentage, ta.code, ta.libelle as type_label, s.rowid as socid, s.nom as name, s.name_alias, s.code_client, s.code_compta as code_compta_client, s.client, s.logo, s.email, s.entity FROM llxme_c_actioncomm AS ta, llxme_actioncomm AS a LEFT JOIN llxme_societe as s ON a.fk_soc = s.rowid WHERE a.fk_action = ta.id AND a.entity IN (1) AND a.percent >= 0 AND a.percent < 100 ORDER BY a.datep ASC LIMIT 3 2026-02-02 18:26:18 INFO 102.180.22.182 358552 3201 box_actions::showBox 2026-02-02 18:26:18 DEBUG 102.180.22.182 358552 3201 sql=SELECT COUNT(DISTINCT u.rowid) as nb FROM llxme_user as u WHERE u.entity IN (0,1) AND u.statut > 0 2026-02-02 18:26:18 DEBUG 102.180.22.182 358552 3201 sql=SELECT count(ex.rowid) as nb FROM llxme_expensereport as ex WHERE ex.fk_statut > 0 AND ex.entity IN (1) 2026-02-02 18:26:18 DEBUG 102.180.22.182 358552 3201 sql=SELECT count(h.rowid) as nb FROM llxme_holiday as h WHERE h.statut > 1 AND h.entity IN (1) 2026-02-02 18:26:18 DEBUG 102.180.22.182 358552 3201 sql=SELECT count(s.rowid) as nb, s.client FROM llxme_societe as s WHERE s.client IN (1,2,3) AND s.entity IN (1) GROUP BY s.client 2026-02-02 18:26:18 DEBUG 102.180.22.182 358552 3201 sql=SELECT count(s.rowid) as nb FROM llxme_societe as s WHERE s.fournisseur = 1 AND s.entity IN (1) 2026-02-02 18:26:18 DEBUG 102.180.22.182 358552 3201 sql=SELECT count(sp.rowid) as nb FROM llxme_socpeople as sp WHERE sp.entity IN (1) AND (sp.priv='0' OR (sp.priv='1' AND sp.fk_user_creat = 1)) 2026-02-02 18:26:18 DEBUG 102.180.22.182 358552 3201 sql=SELECT count(p.rowid) as nb FROM llxme_propal as p LEFT JOIN llxme_societe as s ON p.fk_soc = s.rowid WHERE p.entity IN (1) 2026-02-02 18:26:18 DEBUG 102.180.22.182 358552 3201 sql=SELECT count(f.rowid) as nb FROM llxme_facture as f LEFT JOIN llxme_societe as s ON f.fk_soc = s.rowid WHERE f.entity IN (1) 2026-02-02 18:26:18 DEBUG 102.180.22.182 358552 3201 sql=SELECT count(co.rowid) as nb FROM llxme_commande_fournisseur as co LEFT JOIN llxme_societe as s ON co.fk_soc = s.rowid WHERE co.entity IN (1) 2026-02-02 18:26:18 DEBUG 102.180.22.182 358552 3201 sql=SELECT count(f.rowid) as nb FROM llxme_facture_fourn as f LEFT JOIN llxme_societe as s ON f.fk_soc = s.rowid WHERE f.entity = 1 2026-02-02 18:26:18 INFO 102.180.22.182 358552 3201 box_dolibarr_state_board::showBox 2026-02-02 18:26:18 DEBUG 102.180.22.182 358552 3201 box_birthdays::loadBox 2026-02-02 18:26:18 DEBUG 102.180.22.182 358552 3201 sql=SELECT u.rowid, u.firstname, u.lastname, u.birth as datea, date_format(u.birth, '%d') as daya, 'birth' as typea, u.email, u.statut as status FROM llxme_user as u WHERE u.entity IN (0,1) AND u.statut = 1 AND date_format( u.birth, '%c') = '2' AND u.birth < '2026-01-01 00:00:00' UNION SELECT u.rowid, u.firstname, u.lastname, u.dateemployment as datea, date_format(u.dateemployment, '%d') as daya, 'employment' as typea, u.email, u.statut as status FROM llxme_user as u WHERE u.entity IN (0,1) AND u.statut = 1 AND date_format( u.dateemployment, '%c') = '2' AND u.dateemployment < '2026-01-01 00:00:00' ORDER BY daya ASC LIMIT 3 2026-02-02 18:26:18 INFO 102.180.22.182 358552 3201 box_birthdays::showBox 2026-02-02 18:26:18 INFO 102.180.22.182 358552 3201 ModeleBoxes::showBox 2026-02-02 18:26:18 DEBUG 102.180.22.182 358552 3201 sql=SELECT a.id, a.datep as dp FROM llxme_actioncomm as a WHERE 1 = 1 AND a.percent >= 0 AND a.percent < 100 AND a.entity IN (1) 2026-02-02 18:26:18 DEBUG 102.180.22.182 358552 3201 sql=SELECT p.rowid, p.ref, p.datec as datec, p.fin_validite as datefin, p.total_ht FROM llxme_propal as p WHERE p.entity IN (1) AND p.fk_statut = 1 2026-02-02 18:26:18 DEBUG 102.180.22.182 358552 3201 sql=SELECT p.rowid, p.ref, p.datec as datec, p.fin_validite as datefin, p.total_ht FROM llxme_propal as p WHERE p.entity IN (1) AND p.fk_statut = 2 2026-02-02 18:26:18 DEBUG 102.180.22.182 358552 3201 sql=SELECT c.rowid, c.date_creation as datec, c.date_commande, c.fk_statut, c.date_livraison as delivery_date, c.total_ht FROM llxme_commande_fournisseur as c WHERE c.entity = 1 AND c.fk_statut IN (1, 2) 2026-02-02 18:26:18 DEBUG 102.180.22.182 358552 3201 sql=SELECT c.rowid, c.date_creation as datec, c.date_commande, c.fk_statut, c.date_livraison as delivery_date, c.total_ht FROM llxme_commande_fournisseur as c WHERE c.entity = 1 AND c.fk_statut IN (3, 4) 2026-02-02 18:26:18 DEBUG 102.180.22.182 358552 3201 sql=SELECT f.rowid, f.date_lim_reglement as datefin, f.fk_statut as status, f.total_ht FROM llxme_facture as f WHERE f.paye=0 AND f.entity IN (1) AND f.fk_statut = 1 2026-02-02 18:26:18 DEBUG 102.180.22.182 358552 3201 sql=SELECT ff.rowid, ff.date_lim_reglement as datefin, ff.fk_statut as status, ff.total_ht, ff.total_ttc FROM llxme_facture_fourn as ff WHERE ff.paye = 0 AND ff.fk_statut IN (1) AND ff.entity = 1 2026-02-02 18:26:18 DEBUG 102.180.22.182 358552 3201 sql=SELECT COUNT(ba.rowid) as nb FROM llxme_bank_account as ba WHERE ba.rappro > 0 and ba.clos = 0 AND ba.entity IN (1) AND ba.courant != 2 2026-02-02 18:26:18 DEBUG 102.180.22.182 358552 3201 sql=SELECT b.rowid, b.datev as datefin FROM llxme_bank as b, llxme_bank_account as ba WHERE b.rappro=0 AND b.fk_account = ba.rowid AND ba.entity IN (1) AND (ba.rappro = 1 AND ba.courant != 2) AND clos = 0 2026-02-02 18:26:18 DEBUG 102.180.22.182 358552 3201 sql=SELECT b.rowid, b.datev as datefin FROM llxme_bank as b, llxme_bank_account as ba WHERE b.fk_account = ba.rowid AND ba.entity IN (1) AND b.fk_type = 'CHQ' AND b.fk_bordereau = 0 AND b.amount > 0 2026-02-02 18:26:18 DEBUG 102.180.22.182 358552 3201 sql=SELECT ex.rowid, ex.date_valid FROM llxme_expensereport as ex WHERE ex.fk_statut = 2 AND ex.entity IN (1) 2026-02-02 18:26:18 DEBUG 102.180.22.182 358552 3201 sql=SELECT ex.rowid, ex.date_valid FROM llxme_expensereport as ex WHERE ex.fk_statut = 5 AND ex.entity IN (1) 2026-02-02 18:26:18 DEBUG 102.180.22.182 358552 3201 User::loadParentOf 2026-02-02 18:26:18 DEBUG 102.180.22.182 358552 3201 sql=SELECT fk_user as id_parent, rowid as id_son FROM llxme_user WHERE fk_user <> 0 AND entity IN (0,1) 2026-02-02 18:26:18 DEBUG 102.180.22.182 358552 3201 User::get_full_tree get user list 2026-02-02 18:26:18 DEBUG 102.180.22.182 358552 3201 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 llxme_user as u WHERE u.entity IN (0,1) 2026-02-02 18:26:18 DEBUG 102.180.22.182 358552 3201 User::get_full_tree call to build_path_from_id_user 2026-02-02 18:26:18 DEBUG 102.180.22.182 358552 3201 User::get_full_tree dol_sort_array 2026-02-02 18:26:18 INFO 102.180.22.182 358552 3201 Build childid for id = 1 2026-02-02 18:26:18 DEBUG 102.180.22.182 358552 3201 sql=SELECT h.rowid, h.date_debut FROM llxme_holiday as h WHERE h.statut = 2 AND h.entity IN (1) AND (h.fk_user IN (1) OR h.fk_validator IN (1)) 2026-02-02 18:26:18 INFO 102.180.22.182 358552 3201 --- End access to /index.php 2026-02-02 18:26:19 DEBUG 102.180.22.182 358552 3201 DefaultValues::fetchAll 2026-02-02 18:26:19 DEBUG 102.180.22.182 358552 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,0)) AND (entity IN (1,1))) 2026-02-02 18:26:19 NOTICE 102.180.22.182 358552 3201 --- Access to GET /theme/eldy/style.css.php - action=, massaction= NOTOKENRENEWAL=1 2026-02-02 18:26:19 DEBUG 102.180.22.182 358552 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 18:26:19 DEBUG 102.180.22.182 358552 3201 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, m.showtopmenuinframe FROM llxme_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 2026-02-02 18:26:19 DEBUG 102.180.22.182 358552 3201 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 llxme_user as u LEFT JOIN llxme_c_country as c ON u.fk_country = c.rowid LEFT JOIN llxme_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llxme_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IS NOT NULL AND u.login = 'intendant' ORDER BY u.entity ASC 2026-02-02 18:26:19 DEBUG 102.180.22.182 358552 3201 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, aiprompt, css, cssview, csslist FROM llxme_extrafields WHERE elementtype = 'user' ORDER BY pos 2026-02-02 18:26:19 DEBUG 102.180.22.182 358552 3201 sql=SELECT param, value FROM llxme_user_param WHERE fk_user = 1 AND entity = 1 2026-02-02 18:26:19 DEBUG 102.180.22.182 358552 3201 DefaultValues::fetchAll 2026-02-02 18:26:19 DEBUG 102.180.22.182 358552 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2026-02-02 18:26:19 DEBUG 102.180.22.182 358552 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llxme_user_rights as ur, llxme_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 LIKE '%_advance' 2026-02-02 18:26:19 DEBUG 102.180.22.182 358552 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llxme_usergroup_rights as gr, llxme_usergroup_user as gu, llxme_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 LIKE '%_advance' 2026-02-02 18:26:19 DEBUG 102.180.22.182 358552 3201 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, m.showtopmenuinframe FROM llxme_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 2026-02-02 18:26:19 INFO 102.180.22.182 358552 3201 --- End access to /theme/eldy/style.css.php 2026-02-02 18:26:19 DEBUG 102.180.22.182 358895 3201 DefaultValues::fetchAll 2026-02-02 18:26:19 DEBUG 102.180.22.182 358895 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,0)) AND (entity IN (1,1))) 2026-02-02 18:26:19 NOTICE 102.180.22.182 358895 3201 --- Access to GET /core/js/lib_foot.js.php - action=, massaction= NOTOKENRENEWAL=1 2026-02-02 18:26:19 DEBUG 102.180.22.182 358895 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 18:26:19 INFO 102.180.22.182 358895 3201 --- End access to /core/js/lib_foot.js.php 2026-02-02 18:26:49 DEBUG 102.180.22.182 359700 3201 - This is an already logged session. _SESSION['dol_login']=intendant _SESSION['dol_entity']=1 2026-02-02 18:26:49 DEBUG 102.180.22.182 359700 3201 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 llxme_user as u LEFT JOIN llxme_c_country as c ON u.fk_country = c.rowid LEFT JOIN llxme_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llxme_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IN (0, 1) AND u.login = 'intendant' ORDER BY u.entity ASC 2026-02-02 18:26:49 DEBUG 102.180.22.182 359700 3201 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, aiprompt, css, cssview, csslist FROM llxme_extrafields WHERE elementtype = 'user' ORDER BY pos 2026-02-02 18:26:49 DEBUG 102.180.22.182 359700 3201 sql=SELECT param, value FROM llxme_user_param WHERE fk_user = 1 AND entity = 1 2026-02-02 18:26:49 DEBUG 102.180.22.182 359700 3201 DefaultValues::fetchAll 2026-02-02 18:26:49 DEBUG 102.180.22.182 359700 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2026-02-02 18:26:49 DEBUG 102.180.22.182 359700 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llxme_user_rights as ur, llxme_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 LIKE '%_advance' 2026-02-02 18:26:49 DEBUG 102.180.22.182 359700 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llxme_usergroup_rights as gr, llxme_usergroup_user as gu, llxme_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 LIKE '%_advance' 2026-02-02 18:26:49 NOTICE 102.180.22.182 359700 3201 --- Access to GET /hrm/index.php - action=, massaction= 2026-02-02 18:26:49 DEBUG 102.180.22.182 359700 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 18:26:49 DEBUG 102.180.22.182 359700 3201 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, m.showtopmenuinframe FROM llxme_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 2026-02-02 18:26:49 DEBUG 102.180.22.182 359700 3201 User::loadParentOf 2026-02-02 18:26:49 DEBUG 102.180.22.182 359700 3201 sql=SELECT fk_user as id_parent, rowid as id_son FROM llxme_user WHERE fk_user <> 0 AND entity IN (0,1) 2026-02-02 18:26:49 DEBUG 102.180.22.182 359700 3201 User::get_full_tree get user list 2026-02-02 18:26:49 DEBUG 102.180.22.182 359700 3201 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 llxme_user as u WHERE u.entity IN (0,1) 2026-02-02 18:26:49 DEBUG 102.180.22.182 359700 3201 User::get_full_tree call to build_path_from_id_user 2026-02-02 18:26:49 DEBUG 102.180.22.182 359700 3201 User::get_full_tree dol_sort_array 2026-02-02 18:26:49 INFO 102.180.22.182 359700 3201 Build childid for id = 1 2026-02-02 18:26:49 DEBUG 102.180.22.182 359700 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 18:26:49 DEBUG 102.180.22.182 359700 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 18:26:49 DEBUG 102.180.22.182 359700 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 18:26:49 DEBUG 102.180.22.182 359700 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 18:26:49 DEBUG 102.180.22.182 359700 3201 sql=SELECT rowid, code, label, affect, delay, newbymonth FROM llxme_c_holiday_types WHERE (fk_country IS NULL OR fk_country = 60) AND entity IN (0, 1) AND active = 1 AND affect = 1 ORDER BY sortorder 2026-02-02 18:26:49 DEBUG 102.180.22.182 359700 3201 sql=SELECT u.rowid as uid, u.lastname, u.firstname, u.login, u.email, u.photo, u.gender, u.statut as user_status, x.rowid, x.ref, x.fk_type, x.date_debut as date_start, x.date_fin as date_end, x.halfday, x.tms as dm, x.statut as status FROM llxme_holiday as x, llxme_user as u WHERE u.rowid = x.fk_user AND x.entity = 1 ORDER BY x.tms DESC LIMIT 3 2026-02-02 18:26:49 DEBUG 102.180.22.182 359700 3201 sql=SELECT rowid, code, label, affect, delay, newbymonth FROM llxme_c_holiday_types WHERE (fk_country IS NULL OR fk_country = 60) AND entity IN (0, 1) AND active = 1 ORDER BY sortorder 2026-02-02 18:26:49 DEBUG 102.180.22.182 359700 3201 sql=SELECT u.rowid as uid, u.lastname, u.firstname, u.login, u.email, u.statut as user_status, u.photo, u.gender, x.rowid, x.ref, x.date_debut as date, x.tms as dm, x.total_ht, x.total_ttc, x.fk_statut as status FROM llxme_expensereport as x, llxme_user as u WHERE u.rowid = x.fk_user_author AND x.entity = 1 ORDER BY x.tms DESC LIMIT 3 2026-02-02 18:26:49 INFO 102.180.22.182 359700 3201 --- End access to /hrm/index.php 2026-02-02 18:26:50 DEBUG 102.180.22.182 359700 3201 DefaultValues::fetchAll 2026-02-02 18:26:50 DEBUG 102.180.22.182 359700 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,0)) AND (entity IN (1,1))) 2026-02-02 18:26:50 NOTICE 102.180.22.182 359700 3201 --- Access to GET /theme/eldy/style.css.php - action=, massaction= NOTOKENRENEWAL=1 2026-02-02 18:26:50 DEBUG 102.180.22.182 359700 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 18:26:50 DEBUG 102.180.22.182 359700 3201 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, m.showtopmenuinframe FROM llxme_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 2026-02-02 18:26:50 DEBUG 102.180.22.182 359700 3201 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 llxme_user as u LEFT JOIN llxme_c_country as c ON u.fk_country = c.rowid LEFT JOIN llxme_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llxme_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IS NOT NULL AND u.login = 'intendant' ORDER BY u.entity ASC 2026-02-02 18:26:50 DEBUG 102.180.22.182 359700 3201 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, aiprompt, css, cssview, csslist FROM llxme_extrafields WHERE elementtype = 'user' ORDER BY pos 2026-02-02 18:26:50 DEBUG 102.180.22.182 359700 3201 sql=SELECT param, value FROM llxme_user_param WHERE fk_user = 1 AND entity = 1 2026-02-02 18:26:50 DEBUG 102.180.22.182 359700 3201 DefaultValues::fetchAll 2026-02-02 18:26:50 DEBUG 102.180.22.182 359700 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2026-02-02 18:26:50 DEBUG 102.180.22.182 359700 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llxme_user_rights as ur, llxme_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 LIKE '%_advance' 2026-02-02 18:26:50 DEBUG 102.180.22.182 359700 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llxme_usergroup_rights as gr, llxme_usergroup_user as gu, llxme_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 LIKE '%_advance' 2026-02-02 18:26:50 DEBUG 102.180.22.182 359700 3201 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, m.showtopmenuinframe FROM llxme_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 2026-02-02 18:26:50 INFO 102.180.22.182 359700 3201 --- End access to /theme/eldy/style.css.php 2026-02-02 18:27:03 DEBUG 102.180.22.182 360816 3201 - This is an already logged session. _SESSION['dol_login']=intendant _SESSION['dol_entity']=1 2026-02-02 18:27:03 DEBUG 102.180.22.182 360816 3201 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 llxme_user as u LEFT JOIN llxme_c_country as c ON u.fk_country = c.rowid LEFT JOIN llxme_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llxme_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IN (0, 1) AND u.login = 'intendant' ORDER BY u.entity ASC 2026-02-02 18:27:03 DEBUG 102.180.22.182 360816 3201 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, aiprompt, css, cssview, csslist FROM llxme_extrafields WHERE elementtype = 'user' ORDER BY pos 2026-02-02 18:27:03 DEBUG 102.180.22.182 360816 3201 sql=SELECT param, value FROM llxme_user_param WHERE fk_user = 1 AND entity = 1 2026-02-02 18:27:03 DEBUG 102.180.22.182 360816 3201 DefaultValues::fetchAll 2026-02-02 18:27:03 DEBUG 102.180.22.182 360816 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2026-02-02 18:27:03 DEBUG 102.180.22.182 360816 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llxme_user_rights as ur, llxme_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 LIKE '%_advance' 2026-02-02 18:27:03 DEBUG 102.180.22.182 360816 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llxme_usergroup_rights as gr, llxme_usergroup_user as gu, llxme_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 LIKE '%_advance' 2026-02-02 18:27:03 NOTICE 102.180.22.182 360816 3201 --- Access to GET /ecm/index.php - action=, massaction= 2026-02-02 18:27:03 DEBUG 102.180.22.182 360816 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 18:27:03 DEBUG 102.180.22.182 360816 3201 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, m.showtopmenuinframe FROM llxme_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 2026-02-02 18:27:03 DEBUG 102.180.22.182 360816 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 18:27:03 DEBUG 102.180.22.182 360816 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 18:27:03 DEBUG 102.180.22.182 360816 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 18:27:03 DEBUG 102.180.22.182 360816 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 18:27:03 DEBUG 102.180.22.182 360816 3201 EcmDirectory::load_motherof 2026-02-02 18:27:03 DEBUG 102.180.22.182 360816 3201 sql=SELECT fk_parent as id_parent, rowid as id_son FROM llxme_ecm_directories WHERE fk_parent != 0 AND entity = 1 2026-02-02 18:27:03 DEBUG 102.180.22.182 360816 3201 EcmDirectory::get_full_arbo 2026-02-02 18:27:03 DEBUG 102.180.22.182 360816 3201 sql=SELECT c.rowid as rowid, c.label as label, c.description as description, c.cachenbofdoc, c.fk_user_c, c.date_c, u.login as login_c, u.statut as statut_c, ca.rowid as rowid_fille FROM llxme_user as u, llxme_ecm_directories as c LEFT JOIN llxme_ecm_directories as ca ON c.rowid = ca.fk_parent WHERE c.fk_user_c = u.rowid AND c.entity = 1 ORDER BY c.label, c.rowid 2026-02-02 18:27:03 DEBUG 102.180.22.182 360816 3201 sql=SELECT rowid, label, entity, filename, filepath, fullpath_orig, keywords, cover, gen_or_uploaded, extraparams, date_c, tms as date_m, fk_user_c, fk_user_m, acl, position, share FROM llxme_ecm_files WHERE entity = 1 AND filepath = 'ecm' 2026-02-02 18:27:03 INFO 102.180.22.182 360816 3201 --- End access to /ecm/index.php 2026-02-02 18:27:04 DEBUG 102.180.22.182 360816 3201 - This is an already logged session. _SESSION['dol_login']=intendant _SESSION['dol_entity']=1 2026-02-02 18:27:04 DEBUG 102.180.22.182 360816 3201 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 llxme_user as u LEFT JOIN llxme_c_country as c ON u.fk_country = c.rowid LEFT JOIN llxme_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llxme_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IN (0, 1) AND u.login = 'intendant' ORDER BY u.entity ASC 2026-02-02 18:27:04 DEBUG 102.180.22.182 360816 3201 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, aiprompt, css, cssview, csslist FROM llxme_extrafields WHERE elementtype = 'user' ORDER BY pos 2026-02-02 18:27:04 DEBUG 102.180.22.182 360816 3201 sql=SELECT param, value FROM llxme_user_param WHERE fk_user = 1 AND entity = 1 2026-02-02 18:27:04 DEBUG 102.180.22.182 360816 3201 DefaultValues::fetchAll 2026-02-02 18:27:04 DEBUG 102.180.22.182 360816 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2026-02-02 18:27:04 DEBUG 102.180.22.182 360816 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llxme_user_rights as ur, llxme_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 LIKE '%_advance' 2026-02-02 18:27:04 DEBUG 102.180.22.182 360816 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llxme_usergroup_rights as gr, llxme_usergroup_user as gu, llxme_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 LIKE '%_advance' 2026-02-02 18:27:04 NOTICE 102.180.22.182 360816 3201 --- Access to POST /core/ajax/ajaxdirtree.php - action=, massaction= NOTOKENRENEWAL=1 2026-02-02 18:27:04 DEBUG 102.180.22.182 360816 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 18:27:04 DEBUG 102.180.22.182 360816 3201 EcmDirectory::load_motherof 2026-02-02 18:27:04 DEBUG 102.180.22.182 360816 3201 sql=SELECT fk_parent as id_parent, rowid as id_son FROM llxme_ecm_directories WHERE fk_parent != 0 AND entity = 1 2026-02-02 18:27:04 DEBUG 102.180.22.182 360816 3201 EcmDirectory::get_full_arbo 2026-02-02 18:27:04 DEBUG 102.180.22.182 360816 3201 sql=SELECT c.rowid as rowid, c.label as label, c.description as description, c.cachenbofdoc, c.fk_user_c, c.date_c, u.login as login_c, u.statut as statut_c, ca.rowid as rowid_fille FROM llxme_user as u, llxme_ecm_directories as c LEFT JOIN llxme_ecm_directories as ca ON c.rowid = ca.fk_parent WHERE c.fk_user_c = u.rowid AND c.entity = 1 ORDER BY c.label, c.rowid 2026-02-02 18:27:04 INFO 102.180.22.182 360816 3201 --- End access to /core/ajax/ajaxdirtree.php 2026-02-02 18:27:08 DEBUG 102.180.22.182 360816 3201 - This is an already logged session. _SESSION['dol_login']=intendant _SESSION['dol_entity']=1 2026-02-02 18:27:08 DEBUG 102.180.22.182 360816 3201 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 llxme_user as u LEFT JOIN llxme_c_country as c ON u.fk_country = c.rowid LEFT JOIN llxme_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llxme_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IN (0, 1) AND u.login = 'intendant' ORDER BY u.entity ASC 2026-02-02 18:27:08 DEBUG 102.180.22.182 360816 3201 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, aiprompt, css, cssview, csslist FROM llxme_extrafields WHERE elementtype = 'user' ORDER BY pos 2026-02-02 18:27:08 DEBUG 102.180.22.182 360816 3201 sql=SELECT param, value FROM llxme_user_param WHERE fk_user = 1 AND entity = 1 2026-02-02 18:27:08 DEBUG 102.180.22.182 360816 3201 DefaultValues::fetchAll 2026-02-02 18:27:08 DEBUG 102.180.22.182 360816 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2026-02-02 18:27:08 DEBUG 102.180.22.182 360816 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llxme_user_rights as ur, llxme_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 LIKE '%_advance' 2026-02-02 18:27:08 DEBUG 102.180.22.182 360816 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llxme_usergroup_rights as gr, llxme_usergroup_user as gu, llxme_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 LIKE '%_advance' 2026-02-02 18:27:08 NOTICE 102.180.22.182 360816 3201 --- Access to GET /ecm/dir_add_card.php - action=create, massaction= 2026-02-02 18:27:08 DEBUG 102.180.22.182 360816 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 18:27:08 DEBUG 102.180.22.182 360816 3201 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, m.showtopmenuinframe FROM llxme_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 2026-02-02 18:27:08 DEBUG 102.180.22.182 360816 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 18:27:08 DEBUG 102.180.22.182 360816 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 18:27:08 DEBUG 102.180.22.182 360816 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 18:27:08 DEBUG 102.180.22.182 360816 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 18:27:08 DEBUG 102.180.22.182 360816 3201 EcmDirectory::load_motherof 2026-02-02 18:27:08 DEBUG 102.180.22.182 360816 3201 sql=SELECT fk_parent as id_parent, rowid as id_son FROM llxme_ecm_directories WHERE fk_parent != 0 AND entity = 1 2026-02-02 18:27:08 DEBUG 102.180.22.182 360816 3201 EcmDirectory::get_full_arbo 2026-02-02 18:27:08 DEBUG 102.180.22.182 360816 3201 sql=SELECT c.rowid as rowid, c.label as label, c.description as description, c.cachenbofdoc, c.fk_user_c, c.date_c, u.login as login_c, u.statut as statut_c, ca.rowid as rowid_fille FROM llxme_user as u, llxme_ecm_directories as c LEFT JOIN llxme_ecm_directories as ca ON c.rowid = ca.fk_parent WHERE c.fk_user_c = u.rowid AND c.entity = 1 ORDER BY c.label, c.rowid 2026-02-02 18:27:08 INFO 102.180.22.182 360816 3201 --- End access to /ecm/dir_add_card.php 2026-02-02 18:27:16 DEBUG 102.180.22.182 361556 3201 - This is an already logged session. _SESSION['dol_login']=intendant _SESSION['dol_entity']=1 2026-02-02 18:27:16 DEBUG 102.180.22.182 361556 3201 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 llxme_user as u LEFT JOIN llxme_c_country as c ON u.fk_country = c.rowid LEFT JOIN llxme_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llxme_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IN (0, 1) AND u.login = 'intendant' ORDER BY u.entity ASC 2026-02-02 18:27:16 DEBUG 102.180.22.182 361556 3201 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, aiprompt, css, cssview, csslist FROM llxme_extrafields WHERE elementtype = 'user' ORDER BY pos 2026-02-02 18:27:16 DEBUG 102.180.22.182 361556 3201 sql=SELECT param, value FROM llxme_user_param WHERE fk_user = 1 AND entity = 1 2026-02-02 18:27:16 DEBUG 102.180.22.182 361556 3201 DefaultValues::fetchAll 2026-02-02 18:27:16 DEBUG 102.180.22.182 361556 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2026-02-02 18:27:16 DEBUG 102.180.22.182 361556 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llxme_user_rights as ur, llxme_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 LIKE '%_advance' 2026-02-02 18:27:16 DEBUG 102.180.22.182 361556 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llxme_usergroup_rights as gr, llxme_usergroup_user as gu, llxme_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 LIKE '%_advance' 2026-02-02 18:27:16 NOTICE 102.180.22.182 361556 3201 --- Access to GET /comm/action/index.php - action=, massaction= 2026-02-02 18:27:16 DEBUG 102.180.22.182 361556 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 18:27:16 DEBUG 102.180.22.182 361556 3201 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, m.showtopmenuinframe FROM llxme_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 2026-02-02 18:27:16 DEBUG 102.180.22.182 361556 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 18:27:16 DEBUG 102.180.22.182 361556 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 18:27:16 DEBUG 102.180.22.182 361556 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 18:27:16 DEBUG 102.180.22.182 361556 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 18:27:16 DEBUG 102.180.22.182 361556 3201 comm/action/index.php 2026-02-02 18:27:16 DEBUG 102.180.22.182 361556 3201 sql=SELECT a.id, a.label, a.datep, a.datep2, a.percent, a.fk_user_author,a.fk_user_action, a.transparency, a.priority, a.fulldayevent, a.location, a.fk_soc, a.fk_contact, a.fk_project, a.fk_bookcal_calendar, a.fk_element, a.elementtype, ca.code as type_code, ca.libelle as type_label, ca.color as type_color, ca.type as type_type, ca.picto as type_picto FROM llxme_c_actioncomm as ca, llxme_actioncomm as a INNER JOIN llxme_actioncomm_resources as ar ON ar.fk_actioncomm = a.id AND ar.element_type = 'user' AND (ar.fk_element IN (1) OR (ar.fk_element IS NULL AND a.fk_user_action = 1)) WHERE a.fk_action = ca.id AND a.entity IN (1) AND ( (a.datep BETWEEN '2026-01-25 00:00:00' AND '2026-03-11 00:59:59') OR (a.datep2 BETWEEN '2026-01-25 00:00:00' AND '2026-03-11 00:59:59') OR (a.datep < '2026-01-25 00:00:00' AND a.datep2 > '2026-03-11 00:59:59')) ORDER BY datep ASC 2026-02-02 18:27:16 DEBUG 102.180.22.182 361556 3201 comm/action/index.php 2026-02-02 18:27:16 DEBUG 102.180.22.182 361556 3201 sql=SELECT sp.rowid, sp.lastname, sp.firstname, sp.birthday FROM llxme_socpeople as sp WHERE (priv=0 OR (priv=1 AND fk_user_creat=1)) AND sp.entity IN (1) AND MONTH(birthday) = 2 ORDER BY birthday 2026-02-02 18:27:16 DEBUG 102.180.22.182 361556 3201 sql=SELECT u.rowid as uid, u.lastname, u.firstname, u.statut, x.rowid, x.date_debut as date_start, x.date_fin as date_end, x.halfday, x.statut as status FROM llxme_holiday as x, llxme_user as u WHERE u.rowid = x.fk_user AND u.statut = '1' AND (x.statut = '2' OR x.statut = '3') AND x.date_debut <= '2026-02-28 23:59:59' AND x.date_fin >= '2026-02-01 00:00:00' 2026-02-02 18:27:16 DEBUG 102.180.22.182 361556 3201 CActionComm::liste_array 2026-02-02 18:27:16 DEBUG 102.180.22.182 361556 3201 sql=SELECT id, code, libelle as label, module, type, color, picto FROM llxme_c_actioncomm WHERE 1=1 AND active=1 ORDER BY type, position, module 2026-02-02 18:27:16 DEBUG 102.180.22.182 361556 3201 Form::select_dolusers 2026-02-02 18:27:16 DEBUG 102.180.22.182 361556 3201 sql=SELECT DISTINCT u.rowid, u.lastname as lastname, u.firstname, u.statut as status, u.login, u.admin, u.entity, u.gender, u.photo FROM llxme_user as u WHERE u.entity IN (0,1) ORDER BY u.statut DESC, u.firstname ASC, u.lastname ASC 2026-02-02 18:27:16 DEBUG 102.180.22.182 361556 3201 User::loadParentOf 2026-02-02 18:27:16 DEBUG 102.180.22.182 361556 3201 sql=SELECT fk_user as id_parent, rowid as id_son FROM llxme_user WHERE fk_user <> 0 AND entity IN (0,1) 2026-02-02 18:27:16 DEBUG 102.180.22.182 361556 3201 User::get_full_tree get user list 2026-02-02 18:27:16 DEBUG 102.180.22.182 361556 3201 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 llxme_user as u WHERE u.entity IN (0,1) 2026-02-02 18:27:16 DEBUG 102.180.22.182 361556 3201 User::get_full_tree call to build_path_from_id_user 2026-02-02 18:27:16 DEBUG 102.180.22.182 361556 3201 User::get_full_tree dol_sort_array 2026-02-02 18:27:16 INFO 102.180.22.182 361556 3201 Build childid for id = 1 2026-02-02 18:27:16 DEBUG 102.180.22.182 361556 3201 Form::select_dolgroups 2026-02-02 18:27:16 DEBUG 102.180.22.182 361556 3201 sql=SELECT ug.rowid, ug.nom as name FROM llxme_usergroup as ug WHERE ug.entity IN (0, 1) ORDER BY ug.nom ASC 2026-02-02 18:27:16 DEBUG 102.180.22.182 361556 3201 Form::select_thirdparty_list 2026-02-02 18:27:16 DEBUG 102.180.22.182 361556 3201 sql=SELECT s.rowid, s.nom as name, s.name_alias, s.tva_intra, s.client, s.fournisseur, s.code_client, s.code_fournisseur FROM llxme_societe as s WHERE s.entity IN (1) ORDER BY nom ASC 2026-02-02 18:27:16 INFO 102.180.22.182 361556 3201 Save lastsearch_values_tmp_comm/action/index.php={"search_actioncode":[]} (systematic recording of last search criteria) 2026-02-02 18:27:16 INFO 102.180.22.182 361556 3201 --- End access to /comm/action/index.php 2026-02-02 18:27:28 DEBUG 102.180.22.182 361873 3201 - This is an already logged session. _SESSION['dol_login']=intendant _SESSION['dol_entity']=1 2026-02-02 18:27:28 DEBUG 102.180.22.182 361873 3201 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 llxme_user as u LEFT JOIN llxme_c_country as c ON u.fk_country = c.rowid LEFT JOIN llxme_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llxme_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IN (0, 1) AND u.login = 'intendant' ORDER BY u.entity ASC 2026-02-02 18:27:28 DEBUG 102.180.22.182 361873 3201 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, aiprompt, css, cssview, csslist FROM llxme_extrafields WHERE elementtype = 'user' ORDER BY pos 2026-02-02 18:27:28 DEBUG 102.180.22.182 361873 3201 sql=SELECT param, value FROM llxme_user_param WHERE fk_user = 1 AND entity = 1 2026-02-02 18:27:28 DEBUG 102.180.22.182 361873 3201 DefaultValues::fetchAll 2026-02-02 18:27:28 DEBUG 102.180.22.182 361873 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2026-02-02 18:27:28 DEBUG 102.180.22.182 361873 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llxme_user_rights as ur, llxme_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 LIKE '%_advance' 2026-02-02 18:27:28 DEBUG 102.180.22.182 361873 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llxme_usergroup_rights as gr, llxme_usergroup_user as gu, llxme_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 LIKE '%_advance' 2026-02-02 18:27:28 NOTICE 102.180.22.182 361873 3201 --- Access to GET /compta/index.php - action=, massaction= 2026-02-02 18:27:28 DEBUG 102.180.22.182 361873 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 18:27:28 DEBUG 102.180.22.182 361873 3201 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, m.showtopmenuinframe FROM llxme_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 2026-02-02 18:27:28 DEBUG 102.180.22.182 361873 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 18:27:28 DEBUG 102.180.22.182 361873 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 18:27:28 DEBUG 102.180.22.182 361873 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 18:27:28 DEBUG 102.180.22.182 361873 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 18:27:28 DEBUG 102.180.22.182 361873 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 18:27:28 DEBUG 102.180.22.182 361873 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 18:27:28 DEBUG 102.180.22.182 361873 3201 sql=SELECT sum((CASE WHEN f.date_lim_reglement < '2026-01-03' THEN 1 ELSE 0 END)) as late30, sum((CASE WHEN f.date_lim_reglement < '2026-01-18' AND f.date_lim_reglement >= '2026-01-03' THEN 1 ELSE 0 END)) as late15, sum((CASE WHEN f.date_lim_reglement < '2026-02-02' AND f.date_lim_reglement >= '2026-01-18' THEN 1 ELSE 0 END)) as latenow, sum((CASE WHEN f.date_lim_reglement >= '2026-02-02' AND f.date_lim_reglement < '2026-02-17' THEN 1 ELSE 0 END)) as notlatenow, sum((CASE WHEN f.date_lim_reglement >= '2026-02-17' AND f.date_lim_reglement < '2026-03-04' THEN 1 ELSE 0 END)) as notlate15, sum((CASE WHEN f.date_lim_reglement >= '2026-03-04' THEN 1 ELSE 0 END)) as notlate30 FROM llxme_facture as f WHERE f.entity IN (1) AND f.type <> 2 AND f.fk_statut = 1 2026-02-02 18:27:28 INFO 102.180.22.182 361873 3201 DolGraph::draw_chart this->type=bars,bars,bars,bars,bars,bars this->MaxValue=0 2026-02-02 18:27:28 DEBUG 102.180.22.182 361873 3201 sql=SELECT sum((CASE WHEN f.date_lim_reglement < '2026-01-03' THEN 1 ELSE 0 END)) as late30, sum((CASE WHEN f.date_lim_reglement < '2026-01-18' AND f.date_lim_reglement >= '2026-01-03' THEN 1 ELSE 0 END)) as late15, sum((CASE WHEN f.date_lim_reglement < '2026-02-02' AND f.date_lim_reglement >= '2026-01-18' THEN 1 ELSE 0 END)) as latenow, sum((CASE WHEN f.date_lim_reglement >= '2026-02-02' AND f.date_lim_reglement < '2026-02-17' THEN 1 ELSE 0 END)) as notlatenow, sum((CASE WHEN f.date_lim_reglement >= '2026-02-17' AND f.date_lim_reglement < '2026-03-04' THEN 1 ELSE 0 END)) as notlate15, sum((CASE WHEN f.date_lim_reglement >= '2026-03-04' THEN 1 ELSE 0 END)) as notlate30 FROM llxme_facture_fourn as f WHERE f.entity IN (1) AND f.type <> 2 AND f.fk_statut = 1 2026-02-02 18:27:28 INFO 102.180.22.182 361873 3201 DolGraph::draw_chart this->type=bars,bars,bars,bars,bars,bars this->MaxValue=0 2026-02-02 18:27:28 DEBUG 102.180.22.182 361873 3201 sql=SELECT f.rowid, f.ref, f.datef as date, f.total_ht, f.total_tva, f.total_ttc, f.ref_client, f.type, f.fk_statut as status, f.paye, s.nom as name, s.rowid as socid, s.email, s.code_client, s.code_compta, s.code_fournisseur, s.code_compta_fournisseur, cc.rowid as country_id, cc.code as country_code FROM llxme_facture as f, llxme_societe as s LEFT JOIN llxme_c_country as cc ON cc.rowid = s.fk_pays WHERE s.rowid = f.fk_soc AND f.fk_statut = 0 AND f.entity IN (1) GROUP BY f.rowid, f.ref, f.datef, f.total_ht, f.total_tva, f.total_ttc, f.ref_client, f.type, f.fk_statut, f.paye, s.nom, s.rowid, s.email, s.code_client, s.code_compta, s.code_fournisseur, s.code_compta_fournisseur, cc.rowid, cc.code 2026-02-02 18:27:28 DEBUG 102.180.22.182 361873 3201 sql=SELECT f.ref, f.rowid, f.total_ht, f.total_tva, f.total_ttc, f.type, f.ref_supplier, f.fk_statut as status, f.paye, s.nom as name, s.rowid as socid, s.email, s.code_client, s.code_compta, s.code_fournisseur, s.code_compta_fournisseur, cc.rowid as country_id, cc.code as country_code FROM llxme_facture_fourn as f, llxme_societe as s LEFT JOIN llxme_c_country as cc ON cc.rowid = s.fk_pays WHERE s.rowid = f.fk_soc AND f.fk_statut = 0 AND f.entity IN (1) 2026-02-02 18:27:28 DEBUG 102.180.22.182 361873 3201 sql=SELECT f.rowid, f.ref, f.fk_statut as status, f.type, f.total_ht, f.total_tva, f.total_ttc, f.paye, f.tms, f.date_lim_reglement as datelimite, s.nom as name, s.rowid as socid, s.code_client, s.code_compta as code_compta_client, s.email, cc.rowid as country_id, cc.code as country_code, (SELECT SUM(pf.amount) FROM llxme_paiement_facture as pf WHERE pf.fk_facture = f.rowid) as am FROM llxme_facture as f INNER JOIN llxme_societe as s ON s.rowid = f.fk_soc LEFT JOIN llxme_c_country as cc ON cc.rowid = s.fk_pays WHERE f.entity IN (1) ORDER BY f.tms DESC LIMIT 3 2026-02-02 18:27:28 DEBUG 102.180.22.182 361873 3201 sql=SELECT ff.rowid, ff.ref, ff.fk_statut as status, ff.type, ff.libelle, ff.total_ht, ff.total_tva, ff.total_ttc, ff.tms, ff.paye, ff.ref_supplier, s.nom as name, s.rowid as socid, s.code_fournisseur, s.code_compta_fournisseur, s.email, (SELECT SUM(pf.amount) FROM llxme_paiementfourn_facturefourn as pf WHERE pf.fk_facturefourn = ff.rowid) as am FROM llxme_societe as s, llxme_facture_fourn as ff WHERE s.rowid = ff.fk_soc AND ff.entity IN (1) ORDER BY ff.tms DESC LIMIT 3 2026-02-02 18:27:28 DEBUG 102.180.22.182 361873 3201 sql=SELECT c.rowid, c.amount, c.date_ech, c.paye, cc.libelle as label, SUM(pc.amount) as sumpaid FROM (llxme_c_chargesociales as cc, llxme_chargesociales as c) LEFT JOIN llxme_paiementcharge as pc ON pc.fk_charge = c.rowid WHERE c.fk_type = cc.id AND c.entity IN (1) AND c.paye = 0 GROUP BY c.rowid, c.amount, c.date_ech, c.paye, cc.libelle 2026-02-02 18:27:28 INFO 102.180.22.182 361873 3201 --- End access to /compta/index.php 2026-02-02 18:28:17 DEBUG 102.180.22.182 363565 3201 - This is an already logged session. _SESSION['dol_login']=intendant _SESSION['dol_entity']=1 2026-02-02 18:28:17 DEBUG 102.180.22.182 363565 3201 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 llxme_user as u LEFT JOIN llxme_c_country as c ON u.fk_country = c.rowid LEFT JOIN llxme_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llxme_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IN (0, 1) AND u.login = 'intendant' ORDER BY u.entity ASC 2026-02-02 18:28:17 DEBUG 102.180.22.182 363565 3201 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, aiprompt, css, cssview, csslist FROM llxme_extrafields WHERE elementtype = 'user' ORDER BY pos 2026-02-02 18:28:17 DEBUG 102.180.22.182 363565 3201 sql=SELECT param, value FROM llxme_user_param WHERE fk_user = 1 AND entity = 1 2026-02-02 18:28:17 DEBUG 102.180.22.182 363565 3201 DefaultValues::fetchAll 2026-02-02 18:28:17 DEBUG 102.180.22.182 363565 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2026-02-02 18:28:17 DEBUG 102.180.22.182 363565 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llxme_user_rights as ur, llxme_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 LIKE '%_advance' 2026-02-02 18:28:17 DEBUG 102.180.22.182 363565 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llxme_usergroup_rights as gr, llxme_usergroup_user as gu, llxme_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 LIKE '%_advance' 2026-02-02 18:28:17 NOTICE 102.180.22.182 363565 3201 --- Access to GET /hrm/index.php - action=, massaction= 2026-02-02 18:28:17 DEBUG 102.180.22.182 363565 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 18:28:17 DEBUG 102.180.22.182 363565 3201 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, m.showtopmenuinframe FROM llxme_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 2026-02-02 18:28:17 DEBUG 102.180.22.182 363565 3201 User::loadParentOf 2026-02-02 18:28:17 DEBUG 102.180.22.182 363565 3201 sql=SELECT fk_user as id_parent, rowid as id_son FROM llxme_user WHERE fk_user <> 0 AND entity IN (0,1) 2026-02-02 18:28:17 DEBUG 102.180.22.182 363565 3201 User::get_full_tree get user list 2026-02-02 18:28:17 DEBUG 102.180.22.182 363565 3201 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 llxme_user as u WHERE u.entity IN (0,1) 2026-02-02 18:28:17 DEBUG 102.180.22.182 363565 3201 User::get_full_tree call to build_path_from_id_user 2026-02-02 18:28:17 DEBUG 102.180.22.182 363565 3201 User::get_full_tree dol_sort_array 2026-02-02 18:28:17 INFO 102.180.22.182 363565 3201 Build childid for id = 1 2026-02-02 18:28:17 DEBUG 102.180.22.182 363565 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 18:28:17 DEBUG 102.180.22.182 363565 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 18:28:17 DEBUG 102.180.22.182 363565 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 18:28:17 DEBUG 102.180.22.182 363565 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 18:28:17 DEBUG 102.180.22.182 363565 3201 sql=SELECT rowid, code, label, affect, delay, newbymonth FROM llxme_c_holiday_types WHERE (fk_country IS NULL OR fk_country = 60) AND entity IN (0, 1) AND active = 1 AND affect = 1 ORDER BY sortorder 2026-02-02 18:28:17 DEBUG 102.180.22.182 363565 3201 sql=SELECT u.rowid as uid, u.lastname, u.firstname, u.login, u.email, u.photo, u.gender, u.statut as user_status, x.rowid, x.ref, x.fk_type, x.date_debut as date_start, x.date_fin as date_end, x.halfday, x.tms as dm, x.statut as status FROM llxme_holiday as x, llxme_user as u WHERE u.rowid = x.fk_user AND x.entity = 1 ORDER BY x.tms DESC LIMIT 3 2026-02-02 18:28:17 DEBUG 102.180.22.182 363565 3201 sql=SELECT rowid, code, label, affect, delay, newbymonth FROM llxme_c_holiday_types WHERE (fk_country IS NULL OR fk_country = 60) AND entity IN (0, 1) AND active = 1 ORDER BY sortorder 2026-02-02 18:28:17 DEBUG 102.180.22.182 363565 3201 sql=SELECT u.rowid as uid, u.lastname, u.firstname, u.login, u.email, u.statut as user_status, u.photo, u.gender, x.rowid, x.ref, x.date_debut as date, x.tms as dm, x.total_ht, x.total_ttc, x.fk_statut as status FROM llxme_expensereport as x, llxme_user as u WHERE u.rowid = x.fk_user_author AND x.entity = 1 ORDER BY x.tms DESC LIMIT 3 2026-02-02 18:28:17 INFO 102.180.22.182 363565 3201 --- End access to /hrm/index.php 2026-02-02 18:29:45 DEBUG 102.180.22.182 366900 3201 - This is an already logged session. _SESSION['dol_login']=intendant _SESSION['dol_entity']=1 2026-02-02 18:29:45 DEBUG 102.180.22.182 366900 3201 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 llxme_user as u LEFT JOIN llxme_c_country as c ON u.fk_country = c.rowid LEFT JOIN llxme_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llxme_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IN (0, 1) AND u.login = 'intendant' ORDER BY u.entity ASC 2026-02-02 18:29:45 DEBUG 102.180.22.182 366900 3201 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, aiprompt, css, cssview, csslist FROM llxme_extrafields WHERE elementtype = 'user' ORDER BY pos 2026-02-02 18:29:45 DEBUG 102.180.22.182 366900 3201 sql=SELECT param, value FROM llxme_user_param WHERE fk_user = 1 AND entity = 1 2026-02-02 18:29:45 DEBUG 102.180.22.182 366900 3201 DefaultValues::fetchAll 2026-02-02 18:29:45 DEBUG 102.180.22.182 366900 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2026-02-02 18:29:45 DEBUG 102.180.22.182 366900 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llxme_user_rights as ur, llxme_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 LIKE '%_advance' 2026-02-02 18:29:45 DEBUG 102.180.22.182 366900 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llxme_usergroup_rights as gr, llxme_usergroup_user as gu, llxme_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 LIKE '%_advance' 2026-02-02 18:29:45 NOTICE 102.180.22.182 366900 3201 --- Access to GET /comm/index.php - action=, massaction= 2026-02-02 18:29:45 DEBUG 102.180.22.182 366900 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 18:29:45 DEBUG 102.180.22.182 366900 3201 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, m.showtopmenuinframe FROM llxme_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 2026-02-02 18:29:45 DEBUG 102.180.22.182 366900 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 18:29:45 DEBUG 102.180.22.182 366900 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 18:29:45 DEBUG 102.180.22.182 366900 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 18:29:45 DEBUG 102.180.22.182 366900 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 18:29:45 DEBUG 102.180.22.182 366900 3201 sql=SELECT count(p.rowid) as nb, p.fk_statut as status FROM llxme_societe as s, llxme_propal as p WHERE p.entity IN (1) AND p.fk_soc = s.rowid AND p.fk_statut IN (0,1,2,3,4) GROUP BY p.fk_statut 2026-02-02 18:29:45 INFO 102.180.22.182 366900 3201 DolGraph::draw_chart this->type=pie this->MaxValue=0 2026-02-02 18:29:45 DEBUG 102.180.22.182 366900 3201 sql=SELECT p.rowid, p.ref, p.ref_client, p.total_ht, p.total_tva, p.total_ttc, p.fk_statut as status, s.rowid as socid, s.nom as name, s.name_alias, s.code_client, s.code_compta as code_compta_client, s.client, s.code_fournisseur, s.code_compta_fournisseur, s.fournisseur, s.logo, s.email, s.entity, s.canvas FROM llxme_propal as p, llxme_societe as s WHERE p.entity IN (1) AND p.fk_soc = s.rowid AND p.fk_statut = 0 2026-02-02 18:29:45 DEBUG 102.180.22.182 366900 3201 sql=SELECT cf.rowid, cf.ref, cf.ref_supplier, cf.total_ht, cf.total_tva, cf.total_ttc, cf.fk_statut as status, s.rowid as socid, s.nom as name, s.name_alias, s.code_client, s.code_compta, s.client, s.code_fournisseur, s.code_compta_fournisseur, s.fournisseur, s.logo, s.email, s.entity, s.canvas FROM llxme_commande_fournisseur as cf, llxme_societe as s WHERE cf.entity IN (1) AND cf.fk_statut = 0 AND cf.fk_soc = s.rowid 2026-02-02 18:29:45 DEBUG 102.180.22.182 366900 3201 sql=SELECT s.rowid as socid, s.nom as name, s.name_alias, s.code_client, s.code_compta as code_compta_client, s.client, s.code_fournisseur, s.code_compta_fournisseur, s.fournisseur, s.logo, s.email, s.entity, s.canvas, s.datec, s.tms FROM llxme_societe as s WHERE s.entity IN (1) AND s.client IN (1, 2, 3) ORDER BY s.tms DESC LIMIT 3 2026-02-02 18:29:45 DEBUG 102.180.22.182 366900 3201 sql=SELECT c.rowid, c.entity, c.ref, c.fk_statut as status, c.tms as datem, s.nom as socname, s.rowid as socid, s.canvas, s.client, s.email, s.code_compta as code_compta_client FROM llxme_propal as c, llxme_societe as s WHERE c.entity IN (1) AND c.fk_soc = s.rowid ORDER BY c.tms DESC LIMIT 3 2026-02-02 18:29:45 DEBUG 102.180.22.182 366900 3201 sql=SELECT s.rowid as socid, s.nom as name, s.name_alias, s.code_client, s.code_compta as code_compta_client, s.client, s.code_fournisseur, s.code_compta_fournisseur, s.fournisseur, s.logo, s.email, s.entity, s.canvas, s.datec as dc, s.tms as dm FROM llxme_societe as s WHERE s.entity IN (1) AND s.fournisseur = 1 ORDER BY s.datec DESC LIMIT 3 2026-02-02 18:29:45 DEBUG 102.180.22.182 366900 3201 sql=SELECT p.rowid as propalid, p.entity, p.total_ttc, p.total_ht, p.total_tva, p.ref, p.ref_client, p.fk_statut, p.datep as dp, p.fin_validite as dfv, s.rowid as socid, s.nom as name, s.name_alias, s.code_client, s.code_compta as code_compta_client, s.client, s.code_fournisseur, s.code_compta_fournisseur, s.fournisseur, s.logo, s.email, s.entity, s.canvas FROM llxme_propal as p, llxme_societe as s WHERE p.entity IN (1) AND p.fk_soc = s.rowid AND p.fk_statut = 1 ORDER BY p.rowid DESC 2026-02-02 18:29:45 INFO 102.180.22.182 366900 3201 --- End access to /comm/index.php 2026-02-02 18:29:46 DEBUG 102.180.22.182 366900 3201 - This is an already logged session. _SESSION['dol_login']=intendant _SESSION['dol_entity']=1 2026-02-02 18:29:46 DEBUG 102.180.22.182 366900 3201 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 llxme_user as u LEFT JOIN llxme_c_country as c ON u.fk_country = c.rowid LEFT JOIN llxme_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llxme_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IN (0, 1) AND u.login = 'intendant' ORDER BY u.entity ASC 2026-02-02 18:29:46 DEBUG 102.180.22.182 366900 3201 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, aiprompt, css, cssview, csslist FROM llxme_extrafields WHERE elementtype = 'user' ORDER BY pos 2026-02-02 18:29:46 DEBUG 102.180.22.182 366900 3201 sql=SELECT param, value FROM llxme_user_param WHERE fk_user = 1 AND entity = 1 2026-02-02 18:29:46 DEBUG 102.180.22.182 366900 3201 DefaultValues::fetchAll 2026-02-02 18:29:46 DEBUG 102.180.22.182 366900 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2026-02-02 18:29:46 DEBUG 102.180.22.182 366900 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llxme_user_rights as ur, llxme_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 LIKE '%_advance' 2026-02-02 18:29:46 DEBUG 102.180.22.182 366900 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llxme_usergroup_rights as gr, llxme_usergroup_user as gu, llxme_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 LIKE '%_advance' 2026-02-02 18:29:46 NOTICE 102.180.22.182 366900 3201 --- Access to GET /comm/index.php - action=, massaction= 2026-02-02 18:29:46 DEBUG 102.180.22.182 366900 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 18:29:46 DEBUG 102.180.22.182 366900 3201 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, m.showtopmenuinframe FROM llxme_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 2026-02-02 18:29:46 DEBUG 102.180.22.182 366900 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 18:29:46 DEBUG 102.180.22.182 366900 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 18:29:46 DEBUG 102.180.22.182 366900 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 18:29:46 DEBUG 102.180.22.182 366900 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 18:29:46 DEBUG 102.180.22.182 366900 3201 sql=SELECT count(p.rowid) as nb, p.fk_statut as status FROM llxme_societe as s, llxme_propal as p WHERE p.entity IN (1) AND p.fk_soc = s.rowid AND p.fk_statut IN (0,1,2,3,4) GROUP BY p.fk_statut 2026-02-02 18:29:46 INFO 102.180.22.182 366900 3201 DolGraph::draw_chart this->type=pie this->MaxValue=0 2026-02-02 18:29:46 DEBUG 102.180.22.182 366900 3201 sql=SELECT p.rowid, p.ref, p.ref_client, p.total_ht, p.total_tva, p.total_ttc, p.fk_statut as status, s.rowid as socid, s.nom as name, s.name_alias, s.code_client, s.code_compta as code_compta_client, s.client, s.code_fournisseur, s.code_compta_fournisseur, s.fournisseur, s.logo, s.email, s.entity, s.canvas FROM llxme_propal as p, llxme_societe as s WHERE p.entity IN (1) AND p.fk_soc = s.rowid AND p.fk_statut = 0 2026-02-02 18:29:46 DEBUG 102.180.22.182 366900 3201 sql=SELECT cf.rowid, cf.ref, cf.ref_supplier, cf.total_ht, cf.total_tva, cf.total_ttc, cf.fk_statut as status, s.rowid as socid, s.nom as name, s.name_alias, s.code_client, s.code_compta, s.client, s.code_fournisseur, s.code_compta_fournisseur, s.fournisseur, s.logo, s.email, s.entity, s.canvas FROM llxme_commande_fournisseur as cf, llxme_societe as s WHERE cf.entity IN (1) AND cf.fk_statut = 0 AND cf.fk_soc = s.rowid 2026-02-02 18:29:46 DEBUG 102.180.22.182 366900 3201 sql=SELECT s.rowid as socid, s.nom as name, s.name_alias, s.code_client, s.code_compta as code_compta_client, s.client, s.code_fournisseur, s.code_compta_fournisseur, s.fournisseur, s.logo, s.email, s.entity, s.canvas, s.datec, s.tms FROM llxme_societe as s WHERE s.entity IN (1) AND s.client IN (1, 2, 3) ORDER BY s.tms DESC LIMIT 3 2026-02-02 18:29:46 DEBUG 102.180.22.182 366900 3201 sql=SELECT c.rowid, c.entity, c.ref, c.fk_statut as status, c.tms as datem, s.nom as socname, s.rowid as socid, s.canvas, s.client, s.email, s.code_compta as code_compta_client FROM llxme_propal as c, llxme_societe as s WHERE c.entity IN (1) AND c.fk_soc = s.rowid ORDER BY c.tms DESC LIMIT 3 2026-02-02 18:29:46 DEBUG 102.180.22.182 366900 3201 sql=SELECT s.rowid as socid, s.nom as name, s.name_alias, s.code_client, s.code_compta as code_compta_client, s.client, s.code_fournisseur, s.code_compta_fournisseur, s.fournisseur, s.logo, s.email, s.entity, s.canvas, s.datec as dc, s.tms as dm FROM llxme_societe as s WHERE s.entity IN (1) AND s.fournisseur = 1 ORDER BY s.datec DESC LIMIT 3 2026-02-02 18:29:46 DEBUG 102.180.22.182 366900 3201 sql=SELECT p.rowid as propalid, p.entity, p.total_ttc, p.total_ht, p.total_tva, p.ref, p.ref_client, p.fk_statut, p.datep as dp, p.fin_validite as dfv, s.rowid as socid, s.nom as name, s.name_alias, s.code_client, s.code_compta as code_compta_client, s.client, s.code_fournisseur, s.code_compta_fournisseur, s.fournisseur, s.logo, s.email, s.entity, s.canvas FROM llxme_propal as p, llxme_societe as s WHERE p.entity IN (1) AND p.fk_soc = s.rowid AND p.fk_statut = 1 ORDER BY p.rowid DESC 2026-02-02 18:29:46 INFO 102.180.22.182 366900 3201 --- End access to /comm/index.php 2026-02-02 18:31:00 DEBUG 102.180.22.182 371015 3201 - This is an already logged session. _SESSION['dol_login']=intendant _SESSION['dol_entity']=1 2026-02-02 18:31:00 DEBUG 102.180.22.182 371015 3201 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 llxme_user as u LEFT JOIN llxme_c_country as c ON u.fk_country = c.rowid LEFT JOIN llxme_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llxme_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IN (0, 1) AND u.login = 'intendant' ORDER BY u.entity ASC 2026-02-02 18:31:00 DEBUG 102.180.22.182 371015 3201 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, aiprompt, css, cssview, csslist FROM llxme_extrafields WHERE elementtype = 'user' ORDER BY pos 2026-02-02 18:31:00 DEBUG 102.180.22.182 371015 3201 sql=SELECT param, value FROM llxme_user_param WHERE fk_user = 1 AND entity = 1 2026-02-02 18:31:00 DEBUG 102.180.22.182 371015 3201 DefaultValues::fetchAll 2026-02-02 18:31:00 DEBUG 102.180.22.182 371015 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2026-02-02 18:31:00 DEBUG 102.180.22.182 371015 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llxme_user_rights as ur, llxme_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 LIKE '%_advance' 2026-02-02 18:31:00 DEBUG 102.180.22.182 371015 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llxme_usergroup_rights as gr, llxme_usergroup_user as gu, llxme_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 LIKE '%_advance' 2026-02-02 18:31:00 NOTICE 102.180.22.182 371015 3201 --- Access to GET /compta/bank/list.php - action=, massaction= 2026-02-02 18:31:00 DEBUG 102.180.22.182 371015 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 18:31:00 DEBUG 102.180.22.182 371015 3201 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, m.showtopmenuinframe FROM llxme_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 2026-02-02 18:31:00 DEBUG 102.180.22.182 371015 3201 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, aiprompt, css, cssview, csslist FROM llxme_extrafields WHERE elementtype = 'bank_account' ORDER BY pos 2026-02-02 18:31:00 DEBUG 102.180.22.182 371015 3201 sql=SELECT COUNT(*) as nbtotalofrecords FROM llxme_bank_account as b WHERE b.entity IN (1) AND clos = 0 2026-02-02 18:31:00 DEBUG 102.180.22.182 371015 3201 sql=SELECT b.rowid, b.label, b.courant, b.rappro, b.account_number, b.fk_accountancy_journal, b.currency_code, b.datec as date_creation, b.tms as date_modification FROM llxme_bank_account as b WHERE b.entity IN (1) AND clos = 0 ORDER BY b.label ASC LIMIT 21 2026-02-02 18:31:00 DEBUG 102.180.22.182 371015 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 18:31:00 DEBUG 102.180.22.182 371015 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 18:31:00 DEBUG 102.180.22.182 371015 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 18:31:00 DEBUG 102.180.22.182 371015 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 18:31:00 DEBUG 102.180.22.182 371015 3201 Account::fetch 2026-02-02 18:31:00 DEBUG 102.180.22.182 371015 3201 sql=SELECT ba.rowid, ba.ref, ba.label, ba.bank, ba.number, ba.courant as type, ba.clos as status, ba.rappro, ba.url, ba.code_banque, ba.code_guichet, ba.cle_rib, ba.bic, ba.iban_prefix as iban, ba.domiciliation as address, ba.pti_in_ctti, ba.proprio as owner_name, ba.owner_address, ba.owner_zip, ba.owner_town, ba.owner_country_id, ba.state_id, ba.fk_pays as country_id, ba.account_number, ba.fk_accountancy_journal, ba.currency_code, ba.min_allowed, ba.min_desired, ba.comment, ba.datec as date_creation, ba.tms as date_modification, ba.ics, ba.ics_transfer, c.code as country_code, c.label as country, d.code_departement as state_code, d.nom as state, aj.code as accountancy_journal FROM llxme_bank_account as ba LEFT JOIN llxme_c_country as c ON ba.fk_pays = c.rowid LEFT JOIN llxme_c_departements as d ON ba.state_id = d.rowid LEFT JOIN llxme_accounting_journal as aj ON aj.rowid=ba.fk_accountancy_journal WHERE ba.entity IN (1) AND ba.rowid = 2 2026-02-02 18:31:00 DEBUG 102.180.22.182 371015 3201 sql=SELECT sum(amount) as amount FROM llxme_bank WHERE fk_account = 2 AND dateo <= '2026-02-02 11:31:00' 2026-02-02 18:31:00 DEBUG 102.180.22.182 371015 3201 AccountingAccount::fetch rowid=0 account_number=571 2026-02-02 18:31:00 DEBUG 102.180.22.182 371015 3201 sql=SELECT a.rowid as rowid, a.datec, a.tms, a.fk_pcg_version, a.pcg_type, a.account_number, a.account_parent, a.label, a.labelshort, a.fk_accounting_category, a.fk_user_author, a.fk_user_modif, a.active, a.reconcilable, ca.label as category_label FROM llxme_accounting_account as a LEFT JOIN llxme_c_accounting_category as ca ON a.fk_accounting_category = ca.rowid WHERE a.account_number = '571' AND a.entity = 1 AND a.fk_pcg_version IN (SELECT pcg_version FROM llxme_accounting_system WHERE rowid = 26) 2026-02-02 18:31:00 DEBUG 102.180.22.182 371015 3201 Translate::loadCacheCurrencies 2026-02-02 18:31:00 DEBUG 102.180.22.182 371015 3201 sql=SELECT code_iso, label, unicode FROM llxme_c_currencies WHERE active = 1 AND code_iso = 'XOF' 2026-02-02 18:31:00 DEBUG 102.180.22.182 371015 3201 Account::fetch 2026-02-02 18:31:00 DEBUG 102.180.22.182 371015 3201 sql=SELECT ba.rowid, ba.ref, ba.label, ba.bank, ba.number, ba.courant as type, ba.clos as status, ba.rappro, ba.url, ba.code_banque, ba.code_guichet, ba.cle_rib, ba.bic, ba.iban_prefix as iban, ba.domiciliation as address, ba.pti_in_ctti, ba.proprio as owner_name, ba.owner_address, ba.owner_zip, ba.owner_town, ba.owner_country_id, ba.state_id, ba.fk_pays as country_id, ba.account_number, ba.fk_accountancy_journal, ba.currency_code, ba.min_allowed, ba.min_desired, ba.comment, ba.datec as date_creation, ba.tms as date_modification, ba.ics, ba.ics_transfer, c.code as country_code, c.label as country, d.code_departement as state_code, d.nom as state, aj.code as accountancy_journal FROM llxme_bank_account as ba LEFT JOIN llxme_c_country as c ON ba.fk_pays = c.rowid LEFT JOIN llxme_c_departements as d ON ba.state_id = d.rowid LEFT JOIN llxme_accounting_journal as aj ON aj.rowid=ba.fk_accountancy_journal WHERE ba.entity IN (1) AND ba.rowid = 1 2026-02-02 18:31:00 DEBUG 102.180.22.182 371015 3201 sql=SELECT sum(amount) as amount FROM llxme_bank WHERE fk_account = 1 AND dateo <= '2026-02-02 11:31:00' 2026-02-02 18:31:00 DEBUG 102.180.22.182 371015 3201 AccountingAccount::fetch rowid=0 account_number=521 2026-02-02 18:31:00 DEBUG 102.180.22.182 371015 3201 sql=SELECT a.rowid as rowid, a.datec, a.tms, a.fk_pcg_version, a.pcg_type, a.account_number, a.account_parent, a.label, a.labelshort, a.fk_accounting_category, a.fk_user_author, a.fk_user_modif, a.active, a.reconcilable, ca.label as category_label FROM llxme_accounting_account as a LEFT JOIN llxme_c_accounting_category as ca ON a.fk_accounting_category = ca.rowid WHERE a.account_number = '521' AND a.entity = 1 AND a.fk_pcg_version IN (SELECT pcg_version FROM llxme_accounting_system WHERE rowid = 26) 2026-02-02 18:31:00 DEBUG 102.180.22.182 371015 3201 sql=SELECT b.rowid, b.datev as datefin FROM llxme_bank as b, llxme_bank_account as ba WHERE b.rappro=0 AND b.fk_account = ba.rowid AND ba.entity IN (1) AND (ba.rappro = 1 AND ba.courant != 2) AND clos = 0 AND ba.rowid = 1 2026-02-02 18:31:00 INFO 102.180.22.182 371015 3201 Save lastsearch_values_tmp_compta/bank/list.php={"search_status":"opened"} (systematic recording of last search criteria) 2026-02-02 18:31:00 INFO 102.180.22.182 371015 3201 --- End access to /compta/bank/list.php 2026-02-02 18:31:08 DEBUG 102.180.22.182 371015 3201 - This is an already logged session. _SESSION['dol_login']=intendant _SESSION['dol_entity']=1 2026-02-02 18:31:08 DEBUG 102.180.22.182 371015 3201 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 llxme_user as u LEFT JOIN llxme_c_country as c ON u.fk_country = c.rowid LEFT JOIN llxme_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llxme_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IN (0, 1) AND u.login = 'intendant' ORDER BY u.entity ASC 2026-02-02 18:31:08 DEBUG 102.180.22.182 371015 3201 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, aiprompt, css, cssview, csslist FROM llxme_extrafields WHERE elementtype = 'user' ORDER BY pos 2026-02-02 18:31:08 DEBUG 102.180.22.182 371015 3201 sql=SELECT param, value FROM llxme_user_param WHERE fk_user = 1 AND entity = 1 2026-02-02 18:31:08 DEBUG 102.180.22.182 371015 3201 DefaultValues::fetchAll 2026-02-02 18:31:08 DEBUG 102.180.22.182 371015 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2026-02-02 18:31:08 DEBUG 102.180.22.182 371015 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llxme_user_rights as ur, llxme_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 LIKE '%_advance' 2026-02-02 18:31:08 DEBUG 102.180.22.182 371015 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llxme_usergroup_rights as gr, llxme_usergroup_user as gu, llxme_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 LIKE '%_advance' 2026-02-02 18:31:08 NOTICE 102.180.22.182 371015 3201 --- Access to POST /core/ajax/ajaxtooltip.php - action=, massaction= NOTOKENRENEWAL=1 2026-02-02 18:31:08 DEBUG 102.180.22.182 371015 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 18:31:08 DEBUG 102.180.22.182 371015 3201 Account::fetch 2026-02-02 18:31:08 DEBUG 102.180.22.182 371015 3201 sql=SELECT ba.rowid, ba.ref, ba.label, ba.bank, ba.number, ba.courant as type, ba.clos as status, ba.rappro, ba.url, ba.code_banque, ba.code_guichet, ba.cle_rib, ba.bic, ba.iban_prefix as iban, ba.domiciliation as address, ba.pti_in_ctti, ba.proprio as owner_name, ba.owner_address, ba.owner_zip, ba.owner_town, ba.owner_country_id, ba.state_id, ba.fk_pays as country_id, ba.account_number, ba.fk_accountancy_journal, ba.currency_code, ba.min_allowed, ba.min_desired, ba.comment, ba.datec as date_creation, ba.tms as date_modification, ba.ics, ba.ics_transfer, c.code as country_code, c.label as country, d.code_departement as state_code, d.nom as state, aj.code as accountancy_journal FROM llxme_bank_account as ba LEFT JOIN llxme_c_country as c ON ba.fk_pays = c.rowid LEFT JOIN llxme_c_departements as d ON ba.state_id = d.rowid LEFT JOIN llxme_accounting_journal as aj ON aj.rowid=ba.fk_accountancy_journal WHERE ba.entity IN (1) AND ba.rowid = 2 2026-02-02 18:31:08 DEBUG 102.180.22.182 371015 3201 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, aiprompt, css, cssview, csslist FROM llxme_extrafields WHERE elementtype = 'bank_account' ORDER BY pos 2026-02-02 18:31:08 DEBUG 102.180.22.182 371015 3201 sql=SELECT COUNT(dbt.rowid) as nb FROM llxme_bank_account as dbt WHERE dbt.rowid IN (2) AND dbt.entity IN (1) 2026-02-02 18:31:08 DEBUG 102.180.22.182 371015 3201 security.lib.php::checkUserAccessToObject::return True 2026-02-02 18:31:08 INFO 102.180.22.182 371015 3201 --- End access to /core/ajax/ajaxtooltip.php 2026-02-02 18:31:08 DEBUG 102.180.22.182 371254 3201 - This is an already logged session. _SESSION['dol_login']=intendant _SESSION['dol_entity']=1 2026-02-02 18:31:08 DEBUG 102.180.22.182 371254 3201 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 llxme_user as u LEFT JOIN llxme_c_country as c ON u.fk_country = c.rowid LEFT JOIN llxme_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llxme_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IN (0, 1) AND u.login = 'intendant' ORDER BY u.entity ASC 2026-02-02 18:31:08 DEBUG 102.180.22.182 371254 3201 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, aiprompt, css, cssview, csslist FROM llxme_extrafields WHERE elementtype = 'user' ORDER BY pos 2026-02-02 18:31:08 DEBUG 102.180.22.182 371254 3201 sql=SELECT param, value FROM llxme_user_param WHERE fk_user = 1 AND entity = 1 2026-02-02 18:31:08 DEBUG 102.180.22.182 371254 3201 DefaultValues::fetchAll 2026-02-02 18:31:08 DEBUG 102.180.22.182 371254 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2026-02-02 18:31:08 DEBUG 102.180.22.182 371254 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llxme_user_rights as ur, llxme_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 LIKE '%_advance' 2026-02-02 18:31:08 DEBUG 102.180.22.182 371254 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llxme_usergroup_rights as gr, llxme_usergroup_user as gu, llxme_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 LIKE '%_advance' 2026-02-02 18:31:08 NOTICE 102.180.22.182 371254 3201 --- Access to POST /core/ajax/ajaxtooltip.php - action=, massaction= NOTOKENRENEWAL=1 2026-02-02 18:31:08 DEBUG 102.180.22.182 371254 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 18:31:08 DEBUG 102.180.22.182 371254 3201 Account::fetch 2026-02-02 18:31:08 DEBUG 102.180.22.182 371254 3201 sql=SELECT ba.rowid, ba.ref, ba.label, ba.bank, ba.number, ba.courant as type, ba.clos as status, ba.rappro, ba.url, ba.code_banque, ba.code_guichet, ba.cle_rib, ba.bic, ba.iban_prefix as iban, ba.domiciliation as address, ba.pti_in_ctti, ba.proprio as owner_name, ba.owner_address, ba.owner_zip, ba.owner_town, ba.owner_country_id, ba.state_id, ba.fk_pays as country_id, ba.account_number, ba.fk_accountancy_journal, ba.currency_code, ba.min_allowed, ba.min_desired, ba.comment, ba.datec as date_creation, ba.tms as date_modification, ba.ics, ba.ics_transfer, c.code as country_code, c.label as country, d.code_departement as state_code, d.nom as state, aj.code as accountancy_journal FROM llxme_bank_account as ba LEFT JOIN llxme_c_country as c ON ba.fk_pays = c.rowid LEFT JOIN llxme_c_departements as d ON ba.state_id = d.rowid LEFT JOIN llxme_accounting_journal as aj ON aj.rowid=ba.fk_accountancy_journal WHERE ba.entity IN (1) AND ba.rowid = 2 2026-02-02 18:31:08 DEBUG 102.180.22.182 371254 3201 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, aiprompt, css, cssview, csslist FROM llxme_extrafields WHERE elementtype = 'bank_account' ORDER BY pos 2026-02-02 18:31:08 DEBUG 102.180.22.182 371254 3201 sql=SELECT COUNT(dbt.rowid) as nb FROM llxme_bank_account as dbt WHERE dbt.rowid IN (2) AND dbt.entity IN (1) 2026-02-02 18:31:08 DEBUG 102.180.22.182 371254 3201 security.lib.php::checkUserAccessToObject::return True 2026-02-02 18:31:08 INFO 102.180.22.182 371254 3201 --- End access to /core/ajax/ajaxtooltip.php 2026-02-02 18:31:47 DEBUG 102.180.22.182 372331 3201 - This is an already logged session. _SESSION['dol_login']=intendant _SESSION['dol_entity']=1 2026-02-02 18:31:47 DEBUG 102.180.22.182 372331 3201 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 llxme_user as u LEFT JOIN llxme_c_country as c ON u.fk_country = c.rowid LEFT JOIN llxme_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llxme_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IN (0, 1) AND u.login = 'intendant' ORDER BY u.entity ASC 2026-02-02 18:31:47 DEBUG 102.180.22.182 372331 3201 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, aiprompt, css, cssview, csslist FROM llxme_extrafields WHERE elementtype = 'user' ORDER BY pos 2026-02-02 18:31:47 DEBUG 102.180.22.182 372331 3201 sql=SELECT param, value FROM llxme_user_param WHERE fk_user = 1 AND entity = 1 2026-02-02 18:31:47 DEBUG 102.180.22.182 372331 3201 DefaultValues::fetchAll 2026-02-02 18:31:47 DEBUG 102.180.22.182 372331 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2026-02-02 18:31:47 DEBUG 102.180.22.182 372331 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llxme_user_rights as ur, llxme_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 LIKE '%_advance' 2026-02-02 18:31:47 DEBUG 102.180.22.182 372331 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llxme_usergroup_rights as gr, llxme_usergroup_user as gu, llxme_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 LIKE '%_advance' 2026-02-02 18:31:47 NOTICE 102.180.22.182 372331 3201 --- Access to POST /core/ajax/ajaxtooltip.php - action=, massaction= NOTOKENRENEWAL=1 2026-02-02 18:31:47 DEBUG 102.180.22.182 372331 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 18:31:47 DEBUG 102.180.22.182 372331 3201 Account::fetch 2026-02-02 18:31:47 DEBUG 102.180.22.182 372331 3201 sql=SELECT ba.rowid, ba.ref, ba.label, ba.bank, ba.number, ba.courant as type, ba.clos as status, ba.rappro, ba.url, ba.code_banque, ba.code_guichet, ba.cle_rib, ba.bic, ba.iban_prefix as iban, ba.domiciliation as address, ba.pti_in_ctti, ba.proprio as owner_name, ba.owner_address, ba.owner_zip, ba.owner_town, ba.owner_country_id, ba.state_id, ba.fk_pays as country_id, ba.account_number, ba.fk_accountancy_journal, ba.currency_code, ba.min_allowed, ba.min_desired, ba.comment, ba.datec as date_creation, ba.tms as date_modification, ba.ics, ba.ics_transfer, c.code as country_code, c.label as country, d.code_departement as state_code, d.nom as state, aj.code as accountancy_journal FROM llxme_bank_account as ba LEFT JOIN llxme_c_country as c ON ba.fk_pays = c.rowid LEFT JOIN llxme_c_departements as d ON ba.state_id = d.rowid LEFT JOIN llxme_accounting_journal as aj ON aj.rowid=ba.fk_accountancy_journal WHERE ba.entity IN (1) AND ba.rowid = 1 2026-02-02 18:31:47 DEBUG 102.180.22.182 372331 3201 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, aiprompt, css, cssview, csslist FROM llxme_extrafields WHERE elementtype = 'bank_account' ORDER BY pos 2026-02-02 18:31:47 DEBUG 102.180.22.182 372331 3201 sql=SELECT COUNT(dbt.rowid) as nb FROM llxme_bank_account as dbt WHERE dbt.rowid IN (1) AND dbt.entity IN (1) 2026-02-02 18:31:47 DEBUG 102.180.22.182 372331 3201 security.lib.php::checkUserAccessToObject::return True 2026-02-02 18:31:47 INFO 102.180.22.182 372331 3201 --- End access to /core/ajax/ajaxtooltip.php 2026-02-02 18:32:07 DEBUG 102.180.22.182 373620 3201 - This is an already logged session. _SESSION['dol_login']=intendant _SESSION['dol_entity']=1 2026-02-02 18:32:07 DEBUG 102.180.22.182 373620 3201 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 llxme_user as u LEFT JOIN llxme_c_country as c ON u.fk_country = c.rowid LEFT JOIN llxme_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llxme_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IN (0, 1) AND u.login = 'intendant' ORDER BY u.entity ASC 2026-02-02 18:32:07 DEBUG 102.180.22.182 373620 3201 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, aiprompt, css, cssview, csslist FROM llxme_extrafields WHERE elementtype = 'user' ORDER BY pos 2026-02-02 18:32:07 DEBUG 102.180.22.182 373620 3201 sql=SELECT param, value FROM llxme_user_param WHERE fk_user = 1 AND entity = 1 2026-02-02 18:32:07 DEBUG 102.180.22.182 373620 3201 DefaultValues::fetchAll 2026-02-02 18:32:07 DEBUG 102.180.22.182 373620 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2026-02-02 18:32:07 DEBUG 102.180.22.182 373620 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llxme_user_rights as ur, llxme_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 LIKE '%_advance' 2026-02-02 18:32:07 DEBUG 102.180.22.182 373620 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llxme_usergroup_rights as gr, llxme_usergroup_user as gu, llxme_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 LIKE '%_advance' 2026-02-02 18:32:07 NOTICE 102.180.22.182 373620 3201 --- Access to POST /core/ajax/ajaxtooltip.php - action=, massaction= NOTOKENRENEWAL=1 2026-02-02 18:32:07 DEBUG 102.180.22.182 373620 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 18:32:07 DEBUG 102.180.22.182 373620 3201 Account::fetch 2026-02-02 18:32:07 DEBUG 102.180.22.182 373620 3201 sql=SELECT ba.rowid, ba.ref, ba.label, ba.bank, ba.number, ba.courant as type, ba.clos as status, ba.rappro, ba.url, ba.code_banque, ba.code_guichet, ba.cle_rib, ba.bic, ba.iban_prefix as iban, ba.domiciliation as address, ba.pti_in_ctti, ba.proprio as owner_name, ba.owner_address, ba.owner_zip, ba.owner_town, ba.owner_country_id, ba.state_id, ba.fk_pays as country_id, ba.account_number, ba.fk_accountancy_journal, ba.currency_code, ba.min_allowed, ba.min_desired, ba.comment, ba.datec as date_creation, ba.tms as date_modification, ba.ics, ba.ics_transfer, c.code as country_code, c.label as country, d.code_departement as state_code, d.nom as state, aj.code as accountancy_journal FROM llxme_bank_account as ba LEFT JOIN llxme_c_country as c ON ba.fk_pays = c.rowid LEFT JOIN llxme_c_departements as d ON ba.state_id = d.rowid LEFT JOIN llxme_accounting_journal as aj ON aj.rowid=ba.fk_accountancy_journal WHERE ba.entity IN (1) AND ba.rowid = 1 2026-02-02 18:32:07 DEBUG 102.180.22.182 373620 3201 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, aiprompt, css, cssview, csslist FROM llxme_extrafields WHERE elementtype = 'bank_account' ORDER BY pos 2026-02-02 18:32:07 DEBUG 102.180.22.182 373620 3201 sql=SELECT COUNT(dbt.rowid) as nb FROM llxme_bank_account as dbt WHERE dbt.rowid IN (1) AND dbt.entity IN (1) 2026-02-02 18:32:07 DEBUG 102.180.22.182 373620 3201 security.lib.php::checkUserAccessToObject::return True 2026-02-02 18:32:07 INFO 102.180.22.182 373620 3201 --- End access to /core/ajax/ajaxtooltip.php 2026-02-02 18:33:13 DEBUG 102.180.22.182 376835 3201 - This is an already logged session. _SESSION['dol_login']=intendant _SESSION['dol_entity']=1 2026-02-02 18:33:13 DEBUG 102.180.22.182 376835 3201 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 llxme_user as u LEFT JOIN llxme_c_country as c ON u.fk_country = c.rowid LEFT JOIN llxme_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llxme_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IN (0, 1) AND u.login = 'intendant' ORDER BY u.entity ASC 2026-02-02 18:33:13 DEBUG 102.180.22.182 376835 3201 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, aiprompt, css, cssview, csslist FROM llxme_extrafields WHERE elementtype = 'user' ORDER BY pos 2026-02-02 18:33:13 DEBUG 102.180.22.182 376835 3201 sql=SELECT param, value FROM llxme_user_param WHERE fk_user = 1 AND entity = 1 2026-02-02 18:33:13 DEBUG 102.180.22.182 376835 3201 DefaultValues::fetchAll 2026-02-02 18:33:13 DEBUG 102.180.22.182 376835 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2026-02-02 18:33:13 DEBUG 102.180.22.182 376835 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llxme_user_rights as ur, llxme_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 LIKE '%_advance' 2026-02-02 18:33:13 DEBUG 102.180.22.182 376835 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llxme_usergroup_rights as gr, llxme_usergroup_user as gu, llxme_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 LIKE '%_advance' 2026-02-02 18:33:13 NOTICE 102.180.22.182 376835 3201 --- Access to POST /core/ajax/ajaxtooltip.php - action=, massaction= NOTOKENRENEWAL=1 2026-02-02 18:33:13 DEBUG 102.180.22.182 376835 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 18:33:13 DEBUG 102.180.22.182 376835 3201 Account::fetch 2026-02-02 18:33:13 DEBUG 102.180.22.182 376835 3201 sql=SELECT ba.rowid, ba.ref, ba.label, ba.bank, ba.number, ba.courant as type, ba.clos as status, ba.rappro, ba.url, ba.code_banque, ba.code_guichet, ba.cle_rib, ba.bic, ba.iban_prefix as iban, ba.domiciliation as address, ba.pti_in_ctti, ba.proprio as owner_name, ba.owner_address, ba.owner_zip, ba.owner_town, ba.owner_country_id, ba.state_id, ba.fk_pays as country_id, ba.account_number, ba.fk_accountancy_journal, ba.currency_code, ba.min_allowed, ba.min_desired, ba.comment, ba.datec as date_creation, ba.tms as date_modification, ba.ics, ba.ics_transfer, c.code as country_code, c.label as country, d.code_departement as state_code, d.nom as state, aj.code as accountancy_journal FROM llxme_bank_account as ba LEFT JOIN llxme_c_country as c ON ba.fk_pays = c.rowid LEFT JOIN llxme_c_departements as d ON ba.state_id = d.rowid LEFT JOIN llxme_accounting_journal as aj ON aj.rowid=ba.fk_accountancy_journal WHERE ba.entity IN (1) AND ba.rowid = 1 2026-02-02 18:33:13 DEBUG 102.180.22.182 376835 3201 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, aiprompt, css, cssview, csslist FROM llxme_extrafields WHERE elementtype = 'bank_account' ORDER BY pos 2026-02-02 18:33:13 DEBUG 102.180.22.182 376835 3201 sql=SELECT COUNT(dbt.rowid) as nb FROM llxme_bank_account as dbt WHERE dbt.rowid IN (1) AND dbt.entity IN (1) 2026-02-02 18:33:13 DEBUG 102.180.22.182 376835 3201 security.lib.php::checkUserAccessToObject::return True 2026-02-02 18:33:13 INFO 102.180.22.182 376835 3201 --- End access to /core/ajax/ajaxtooltip.php 2026-02-02 18:33:19 DEBUG 35.238.198.218 376835 3201 NEW TOKEN generated by : /index.php 2026-02-02 18:33:19 NOTICE 35.238.198.218 376835 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 18:33:19 DEBUG 35.238.198.218 376835 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 18:33:19 INFO 35.238.198.218 376835 3201 --- End access to /index.php 2026-02-02 18:33:19 DEBUG 35.238.198.218 376835 3201 NEW TOKEN generated by : /index.php 2026-02-02 18:33:19 NOTICE 35.238.198.218 376835 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 18:33:19 DEBUG 35.238.198.218 376835 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 18:33:19 INFO 35.238.198.218 376835 3201 --- End access to /index.php 2026-02-02 18:33:19 DEBUG 35.238.198.218 376835 3201 NEW TOKEN generated by : /index.php 2026-02-02 18:33:19 NOTICE 35.238.198.218 376835 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 18:33:19 DEBUG 35.238.198.218 376835 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 18:33:19 INFO 35.238.198.218 376835 3201 --- End access to /index.php 2026-02-02 18:33:20 DEBUG 35.238.198.218 376835 3201 NEW TOKEN generated by : /index.php 2026-02-02 18:33:20 NOTICE 35.238.198.218 376835 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 18:33:20 DEBUG 35.238.198.218 376835 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 18:33:20 INFO 35.238.198.218 376835 3201 --- End access to /index.php 2026-02-02 18:33:20 DEBUG 35.238.198.218 385986 3201 NEW TOKEN generated by : /index.php 2026-02-02 18:33:20 NOTICE 35.238.198.218 385986 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 18:33:20 DEBUG 35.238.198.218 385986 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 18:33:20 INFO 35.238.198.218 385986 3201 --- End access to /index.php 2026-02-02 18:34:11 DEBUG 102.180.22.182 394116 3201 - This is an already logged session. _SESSION['dol_login']=intendant _SESSION['dol_entity']=1 2026-02-02 18:34:11 DEBUG 102.180.22.182 394116 3201 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 llxme_user as u LEFT JOIN llxme_c_country as c ON u.fk_country = c.rowid LEFT JOIN llxme_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llxme_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IN (0, 1) AND u.login = 'intendant' ORDER BY u.entity ASC 2026-02-02 18:34:11 DEBUG 102.180.22.182 394116 3201 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, aiprompt, css, cssview, csslist FROM llxme_extrafields WHERE elementtype = 'user' ORDER BY pos 2026-02-02 18:34:11 DEBUG 102.180.22.182 394116 3201 sql=SELECT param, value FROM llxme_user_param WHERE fk_user = 1 AND entity = 1 2026-02-02 18:34:11 DEBUG 102.180.22.182 394116 3201 DefaultValues::fetchAll 2026-02-02 18:34:11 DEBUG 102.180.22.182 394116 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2026-02-02 18:34:11 DEBUG 102.180.22.182 394116 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llxme_user_rights as ur, llxme_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 LIKE '%_advance' 2026-02-02 18:34:11 DEBUG 102.180.22.182 394116 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llxme_usergroup_rights as gr, llxme_usergroup_user as gu, llxme_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 LIKE '%_advance' 2026-02-02 18:34:11 NOTICE 102.180.22.182 394116 3201 --- Access to GET /index.php - action=, massaction= 2026-02-02 18:34:11 DEBUG 102.180.22.182 394116 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 18:34:11 DEBUG 102.180.22.182 394116 3201 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, m.showtopmenuinframe FROM llxme_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 2026-02-02 18:34:11 DEBUG 102.180.22.182 394116 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 18:34:11 DEBUG 102.180.22.182 394116 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 18:34:11 DEBUG 102.180.22.182 394116 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax1_type <> '0' 2026-02-02 18:34:11 DEBUG 102.180.22.182 394116 3201 sql=SELECT t.localtax1, t.localtax2 FROM llxme_c_tva as t, llxme_c_country as c WHERE t.fk_pays = c.rowid AND c.code = 'BF' AND t.active = 1 AND t.entity IN (1) AND t.localtax2_type <> '0' 2026-02-02 18:34:11 DEBUG 102.180.22.182 394116 3201 InfoBox::listBoxes get default box list for mode=activated userid= 2026-02-02 18:34:11 DEBUG 102.180.22.182 394116 3201 sql=SELECT b.rowid, b.position, b.box_order, b.fk_user, d.rowid as box_id, d.file, d.note, d.tms FROM llxme_boxes as b, llxme_boxes_def as d WHERE b.box_id = d.rowid AND b.entity IN (0,1) AND b.position = 0 AND b.fk_user = 0 ORDER BY b.box_order 2026-02-02 18:34:11 INFO 102.180.22.182 394116 3201 FactureStats::getNbByMonthWithPrevYear read data from cache file /home4/jrbprodu/dolibarrjrbvita/users/temp/FactureStats_getNbByMonthWithPrevYear_supplier_fr_FR_entity.1_user1.cache 1769991627. 2026-02-02 18:34:11 INFO 102.180.22.182 394116 3201 DolGraph::draw_chart this->type= this->MaxValue=0 2026-02-02 18:34:11 INFO 102.180.22.182 394116 3201 FactureStats::getAmountByMonthWithPrevYear read data from cache file /home4/jrbprodu/dolibarrjrbvita/users/temp/FactureStats_getAmountByMonthWithPrevYear_supplier_fr_FR_entity.1_user1.cache 1769991627. 2026-02-02 18:34:11 INFO 102.180.22.182 394116 3201 DolGraph::draw_chart this->type= this->MaxValue=0 2026-02-02 18:34:11 INFO 102.180.22.182 394116 3201 box_graph_invoices_supplier_permonth::showBox 2026-02-02 18:34:11 DEBUG 102.180.22.182 394116 3201 sql=SELECT t.rowid, t.datelastrun, t.datenextrun, t.datestart, t.label, t.status, t.test, t.lastresult, t.processing FROM llxme_cronjob as t WHERE status <> 0 AND entity IN (0, 1) ORDER BY t.datelastrun DESC 2026-02-02 18:34:11 INFO 102.180.22.182 394116 3201 box_scheduled_jobs::showBox 2026-02-02 18:34:11 DEBUG 102.180.22.182 394116 3201 box_customers_outstanding_bill_reached::loadBox 2026-02-02 18:34:11 DEBUG 102.180.22.182 394116 3201 sql=SELECT s.rowid as socid, s.nom as name, s.name_alias, s.code_client, s.code_compta, s.client, s.logo, s.email, s.entity, s.outstanding_limit, s.datec, s.tms, s.status FROM llxme_societe as s WHERE s.client IN (1, 3) AND s.entity IN (1) AND s.outstanding_limit > 0 AND s.rowid IN (SELECT fk_soc from llxme_facture as f WHERE f.fk_statut = 1 and f.fk_soc = s.rowid) ORDER BY s.tms DESC 2026-02-02 18:34:11 INFO 102.180.22.182 394116 3201 box_customers_outstanding_bill_reached::showBox 2026-02-02 18:34:11 INFO 102.180.22.182 394116 3201 FactureStats::getNbByMonthWithPrevYear read data from cache file /home4/jrbprodu/dolibarrjrbvita/users/temp/FactureStats_getNbByMonthWithPrevYear_customer_fr_FR_entity.1_user1.cache 1769991627. 2026-02-02 18:34:11 INFO 102.180.22.182 394116 3201 DolGraph::draw_chart this->type= this->MaxValue=0 2026-02-02 18:34:11 INFO 102.180.22.182 394116 3201 FactureStats::getAmountByMonthWithPrevYear read data from cache file /home4/jrbprodu/dolibarrjrbvita/users/temp/FactureStats_getAmountByMonthWithPrevYear_customer_fr_FR_entity.1_user1.cache 1769991627. 2026-02-02 18:34:11 INFO 102.180.22.182 394116 3201 DolGraph::draw_chart this->type= this->MaxValue=0 2026-02-02 18:34:11 INFO 102.180.22.182 394116 3201 box_graph_invoices_permonth::showBox 2026-02-02 18:34:11 DEBUG 102.180.22.182 394116 3201 sql=SELECT f.rowid as facid, f.ref, f.type, f.total_ht, f.total_tva, f.total_ttc, f.datef as date, f.paye, f.fk_statut as status, f.datec, f.tms, f.date_lim_reglement as datelimite, s.rowid as socid, s.nom as name, s.name_alias, s.code_client, s.code_compta, s.client, s.logo, s.email, s.entity, s.tva_intra, s.siren as idprof1, s.siret as idprof2, s.ape as idprof3, s.idprof4, s.idprof5, s.idprof6, SUM(pf.amount) as am FROM llxme_facture as f LEFT JOIN llxme_paiement_facture as pf ON f.rowid = pf.fk_facture, llxme_societe as s WHERE f.fk_soc = s.rowid AND f.fk_statut > 0 AND f.entity IN (1) GROUP BY s.rowid, s.nom, s.name_alias, s.code_client, s.code_compta, s.client, s.logo, s.email, s.entity, s.tva_intra, s.siren, s.siret, s.ape, s.idprof4, s.idprof5, s.idprof6, f.rowid, f.ref, f.type, f.total_ht, f.total_tva, f.total_ttc, f.datef, f.paye, f.fk_statut, f.datec, f.tms, f.date_lim_reglement ORDER BY f.tms DESC, f.ref DESC LIMIT 3 2026-02-02 18:34:11 INFO 102.180.22.182 394116 3201 box_factures::showBox 2026-02-02 18:34:11 DEBUG 102.180.22.182 394116 3201 sql=SELECT s.rowid as socid, s.nom as name, s.name_alias, s.code_client, s.client, s.code_compta as code_compta_client, s.logo, s.email, s.entity, s.tva_intra, s.siren as idprof1, s.siret as idprof2, s.ape as idprof3, s.idprof4, s.idprof5, s.idprof6, f.ref, f.date_lim_reglement as datelimit, f.type, f.datef as date, f.total_ht, f.total_tva, f.total_ttc, f.paye, f.fk_statut as status, f.rowid as facid, SUM(pf.amount) as am FROM llxme_societe as s, llxme_facture as f LEFT JOIN llxme_paiement_facture as pf ON f.rowid = pf.fk_facture WHERE f.fk_soc = s.rowid AND f.entity IN (1) AND f.paye = 0 AND fk_statut = 1 GROUP BY s.rowid, s.nom, s.name_alias, s.code_client, s.client, s.logo, s.email, s.entity, s.tva_intra, s.siren, s.siret, s.ape, s.idprof4, s.idprof5, s.idprof6, s.code_compta, f.rowid, f.ref, f.date_lim_reglement, f.type, f.datef, f.total_ht, f.total_tva, f.total_ttc, f.paye, f.fk_statut ORDER BY date_lim_reglement ASC, f.ref ASC LIMIT 4 2026-02-02 18:34:11 INFO 102.180.22.182 394116 3201 box_factures_imp::showBox 2026-02-02 18:34:11 DEBUG 102.180.22.182 394116 3201 box_comptes::loadBox 2026-02-02 18:34:11 DEBUG 102.180.22.182 394116 3201 sql=SELECT b.rowid, b.ref, b.label, b.bank, b.number, b.courant, b.clos, b.rappro, b.url, b.code_banque, b.code_guichet, b.cle_rib, b.bic, b.iban_prefix as iban, b.domiciliation as address, b.proprio, b.owner_address, b.account_number, b.currency_code, b.min_allowed, b.min_desired, comment, b.fk_accountancy_journal, aj.code as accountancy_journal FROM llxme_bank_account as b LEFT JOIN llxme_accounting_journal as aj ON aj.rowid = b.fk_accountancy_journal WHERE b.entity = 1 AND clos = 0 ORDER BY label LIMIT 3 2026-02-02 18:34:11 DEBUG 102.180.22.182 394116 3201 sql=SELECT sum(amount) as amount FROM llxme_bank WHERE fk_account = 2 2026-02-02 18:34:11 DEBUG 102.180.22.182 394116 3201 Translate::loadCacheCurrencies 2026-02-02 18:34:11 DEBUG 102.180.22.182 394116 3201 sql=SELECT code_iso, label, unicode FROM llxme_c_currencies WHERE active = 1 AND code_iso = 'XOF' 2026-02-02 18:34:11 DEBUG 102.180.22.182 394116 3201 sql=SELECT sum(amount) as amount FROM llxme_bank WHERE fk_account = 1 2026-02-02 18:34:11 INFO 102.180.22.182 394116 3201 box_comptes::showBox 2026-02-02 18:34:11 DEBUG 102.180.22.182 394116 3201 sql=SELECT s.rowid as socid, s.nom as name, s.name_alias, s.code_fournisseur, s.code_compta_fournisseur, s.fournisseur, s.logo, s.email, s.entity, c.rowid, c.ref, c.tms, c.date_commande, c.date_livraison as delivery_date, c.total_ht, c.total_tva, c.total_ttc, c.fk_statut as status FROM llxme_societe as s, llxme_commande_fournisseur as c WHERE c.fk_soc = s.rowid AND c.entity IN (1) AND c.date_livraison IS NOT NULL AND c.fk_statut IN (3, 4) ORDER BY c.date_livraison ASC, c.fk_statut ASC LIMIT 3 2026-02-02 18:34:11 INFO 102.180.22.182 394116 3201 box_supplier_orders_awaiting_reception::showBox 2026-02-02 18:34:11 DEBUG 102.180.22.182 394116 3201 sql=SELECT s.rowid as socid, s.nom as name, s.name_alias, s.code_fournisseur, s.code_compta_fournisseur, s.fournisseur, s.logo, s.email, s.entity, c.rowid, c.ref, c.tms, c.date_commande, c.total_ht, c.total_tva, c.total_ttc, c.fk_statut as status FROM llxme_societe as s, llxme_commande_fournisseur as c WHERE c.fk_soc = s.rowid AND c.entity IN (1) ORDER BY c.tms DESC, c.ref DESC LIMIT 3 2026-02-02 18:34:11 INFO 102.180.22.182 394116 3201 box_supplier_orders::showBox 2026-02-02 18:34:11 DEBUG 102.180.22.182 394116 3201 sql=SELECT s.rowid as socid, s.nom as name, s.name_alias, s.code_fournisseur, s.code_compta_fournisseur, s.fournisseur, s.logo, s.email, s.entity, f.rowid as facid, f.ref, f.ref_supplier, f.total_ht, f.total_tva, f.total_ttc, f.paye, f.fk_statut as status, f.datef as date, f.datec as datec, f.date_lim_reglement as datelimite, f.tms, f.type FROM llxme_societe as s, llxme_facture_fourn as f WHERE f.fk_soc = s.rowid AND f.entity = 1 ORDER BY f.tms DESC, f.ref DESC LIMIT 3 2026-02-02 18:34:11 INFO 102.180.22.182 394116 3201 box_factures_fourn::showBox 2026-02-02 18:34:11 DEBUG 102.180.22.182 394116 3201 sql=SELECT s.rowid as socid, s.nom as name, s.name_alias, s.code_fournisseur, s.code_compta_fournisseur, s.fournisseur, s.logo, s.email, s.entity, s.tva_intra, s.siren, s.siret, s.ape, s.idprof4, s.idprof5, s.idprof6, f.rowid as facid, f.ref, f.ref_supplier, f.date_lim_reglement as datelimite, f.datef as df, f.total_ht, f.total_tva, f.total_ttc, f.paye, f.fk_statut as status, f.type, f.tms, SUM(pf.amount) as am FROM llxme_societe as s,llxme_facture_fourn as f LEFT JOIN llxme_paiementfourn_facturefourn as pf ON f.rowid = pf.fk_facturefourn WHERE f.fk_soc = s.rowid AND f.entity IN (1) AND f.paye = 0 AND fk_statut = 1 GROUP BY s.rowid, s.nom, s.name_alias, s.code_fournisseur, s.code_compta_fournisseur, s.fournisseur, s.logo, s.email, s.entity, s.tva_intra, s.siren, s.siret, s.ape, s.idprof4, s.idprof5, s.idprof6, f.rowid, f.ref, f.ref_supplier, f.date_lim_reglement, f.type, f.datef, f.total_ht, f.total_tva, f.total_ttc, f.paye, f.fk_statut, f.tms ORDER BY datelimite ASC, f.ref_supplier ASC LIMIT 4 2026-02-02 18:34:11 INFO 102.180.22.182 394116 3201 box_factures_fourn_imp::showBox 2026-02-02 18:34:11 DEBUG 102.180.22.182 394116 3201 sql=SELECT s.rowid as socid, s.nom as name, s.name_alias, s.code_fournisseur, s.code_compta_fournisseur, s.fournisseur, s.logo, s.email, s.entity, s.datec, s.tms, s.status FROM llxme_societe as s WHERE s.fournisseur = 1 AND s.entity IN (1) ORDER BY s.tms DESC LIMIT 3 2026-02-02 18:34:11 INFO 102.180.22.182 394116 3201 box_fournisseurs::showBox 2026-02-02 18:34:11 INFO 102.180.22.182 394116 3201 ModeleBoxes::showBox 2026-02-02 18:34:11 INFO 102.180.22.182 394116 3201 CommandeStats::getNbByMonthWithPrevYear read data from cache file /home4/jrbprodu/dolibarrjrbvita/users/temp/CommandeStats_getNbByMonthWithPrevYear_supplier_fr_FR_entity.1_user1.cache 1769991627. 2026-02-02 18:34:11 INFO 102.180.22.182 394116 3201 DolGraph::draw_chart this->type= this->MaxValue=0 2026-02-02 18:34:11 INFO 102.180.22.182 394116 3201 CommandeStats::getAmountByMonthWithPrevYear read data from cache file /home4/jrbprodu/dolibarrjrbvita/users/temp/CommandeStats_getAmountByMonthWithPrevYear_supplier_fr_FR_entity.1_user1.cache 1769991627. 2026-02-02 18:34:11 INFO 102.180.22.182 394116 3201 DolGraph::draw_chart this->type= this->MaxValue=0 2026-02-02 18:34:11 INFO 102.180.22.182 394116 3201 box_graph_orders_supplier_permonth::showBox 2026-02-02 18:34:11 WARNING 102.180.22.182 394116 3201 Functions.lib::dol_print_date function called with a bad value from page /index.php 2026-02-02 18:34:11 INFO 102.180.22.182 394116 3201 box_lastlogin::showBox 2026-02-02 18:34:11 DEBUG 102.180.22.182 394116 3201 sql=SELECT s.rowid as socid, s.nom as name, s.name_alias, s.code_client, s.code_compta, s.client, s.logo, s.email, s.entity, p.rowid, p.ref, p.fk_statut as status, p.datep as dp, p.datec, p.fin_validite, p.date_cloture, p.total_ht, p.total_tva, p.total_ttc, p.tms FROM llxme_propal as p, llxme_societe as s WHERE p.fk_soc = s.rowid AND p.entity IN (1) ORDER BY p.tms DESC, p.ref DESC LIMIT 3 2026-02-02 18:34:11 INFO 102.180.22.182 394116 3201 box_propales::showBox 2026-02-02 18:34:11 INFO 102.180.22.182 394116 3201 PropaleStats::getNbByMonthWithPrevYear read data from cache file /home4/jrbprodu/dolibarrjrbvita/users/temp/PropaleStats_getNbByMonthWithPrevYear_fr_FR_entity.1_user1.cache 1769991627. 2026-02-02 18:34:11 INFO 102.180.22.182 394116 3201 DolGraph::draw_chart this->type=bars,bars,bars this->MaxValue=0 2026-02-02 18:34:11 INFO 102.180.22.182 394116 3201 PropaleStats::getAmountByMonthWithPrevYear read data from cache file /home4/jrbprodu/dolibarrjrbvita/users/temp/PropaleStats_getAmountByMonthWithPrevYear_fr_FR_entity.1_user1.cache 1769991627. 2026-02-02 18:34:11 INFO 102.180.22.182 394116 3201 DolGraph::draw_chart this->type=bars,bars,bars this->MaxValue=0 2026-02-02 18:34:11 INFO 102.180.22.182 394116 3201 box_graph_propales_permonth::showBox 2026-02-02 18:34:11 DEBUG 102.180.22.182 394116 3201 sql=SELECT sp.rowid as id, sp.lastname, sp.firstname, sp.civility as civility_id, sp.datec, sp.tms, sp.fk_soc, sp.statut as status, sp.address, sp.zip, sp.town, sp.phone, sp.phone_perso, sp.phone_mobile, sp.email as spemail, s.rowid as socid, s.nom as name, s.name_alias, s.code_client, s.client, s.code_fournisseur, s.code_compta_fournisseur, s.fournisseur, s.code_compta as code_compta_client, s.code_compta_fournisseur, s.logo, s.email, s.entity, co.label as country, co.code as country_code FROM llxme_socpeople as sp LEFT JOIN llxme_c_country as co ON sp.fk_pays = co.rowid LEFT JOIN llxme_societe as s ON sp.fk_soc = s.rowid WHERE sp.entity IN (1) AND ((sp.fk_user_creat = 1 AND sp.priv = 1) OR sp.priv = 0) ORDER BY sp.tms DESC LIMIT 3 2026-02-02 18:34:11 INFO 102.180.22.182 394116 3201 box_contacts::showBox 2026-02-02 18:34:11 DEBUG 102.180.22.182 394116 3201 box_prospect::loadBox 2026-02-02 18:34:11 DEBUG 102.180.22.182 394116 3201 sql=SELECT s.rowid as socid, s.nom as name, s.name_alias, s.code_client, s.code_compta, s.client, s.logo, s.email, s.entity, s.fk_stcomm, s.datec, s.tms, s.status FROM llxme_societe as s WHERE s.client IN (2, 3) AND s.entity IN (1) ORDER BY s.tms DESC LIMIT 3 2026-02-02 18:34:11 INFO 102.180.22.182 394116 3201 box_prospect::showBox 2026-02-02 18:34:11 DEBUG 102.180.22.182 394116 3201 box_clients::loadBox 2026-02-02 18:34:11 DEBUG 102.180.22.182 394116 3201 sql=SELECT s.rowid as socid, s.nom as name, s.name_alias, s.code_client, s.code_compta as code_compta_client, s.client, s.logo, s.email, s.entity, s.datec, s.tms, s.status FROM llxme_societe as s WHERE s.client IN (1, 3) AND s.entity IN (1) ORDER BY s.tms DESC LIMIT 3 2026-02-02 18:34:11 INFO 102.180.22.182 394116 3201 box_clients::showBox 2026-02-02 18:34:11 DEBUG 102.180.22.182 394116 3201 box_actions_future::loadBox 2026-02-02 18:34:11 DEBUG 102.180.22.182 394116 3201 sql=SELECT a.id, a.label, a.datep as dp, a.percent as percentage, ta.code, ta.libelle as type_label, s.rowid as socid, s.nom as name, s.name_alias, s.code_client, s.code_compta as code_compta_client, s.client, s.logo, s.email, s.entity FROM llxme_c_actioncomm AS ta, llxme_actioncomm AS a LEFT JOIN llxme_societe as s ON a.fk_soc = s.rowid WHERE a.fk_action = ta.id AND a.entity IN (1) AND a.datep > '2026-02-02 11:34:11' ORDER BY a.datep ASC LIMIT 3 2026-02-02 18:34:11 INFO 102.180.22.182 394116 3201 box_actions_future::showBox 2026-02-02 18:34:11 DEBUG 102.180.22.182 394116 3201 box_actions::loadBox 2026-02-02 18:34:11 DEBUG 102.180.22.182 394116 3201 sql=SELECT a.id, a.label, a.datep as dp, a.percent as percentage, ta.code, ta.libelle as type_label, s.rowid as socid, s.nom as name, s.name_alias, s.code_client, s.code_compta as code_compta_client, s.client, s.logo, s.email, s.entity FROM llxme_c_actioncomm AS ta, llxme_actioncomm AS a LEFT JOIN llxme_societe as s ON a.fk_soc = s.rowid WHERE a.fk_action = ta.id AND a.entity IN (1) AND a.percent >= 0 AND a.percent < 100 ORDER BY a.datep ASC LIMIT 3 2026-02-02 18:34:11 INFO 102.180.22.182 394116 3201 box_actions::showBox 2026-02-02 18:34:11 DEBUG 102.180.22.182 394116 3201 sql=SELECT COUNT(DISTINCT u.rowid) as nb FROM llxme_user as u WHERE u.entity IN (0,1) AND u.statut > 0 2026-02-02 18:34:11 DEBUG 102.180.22.182 394116 3201 sql=SELECT count(ex.rowid) as nb FROM llxme_expensereport as ex WHERE ex.fk_statut > 0 AND ex.entity IN (1) 2026-02-02 18:34:11 DEBUG 102.180.22.182 394116 3201 sql=SELECT count(h.rowid) as nb FROM llxme_holiday as h WHERE h.statut > 1 AND h.entity IN (1) 2026-02-02 18:34:11 DEBUG 102.180.22.182 394116 3201 sql=SELECT count(s.rowid) as nb, s.client FROM llxme_societe as s WHERE s.client IN (1,2,3) AND s.entity IN (1) GROUP BY s.client 2026-02-02 18:34:11 DEBUG 102.180.22.182 394116 3201 sql=SELECT count(s.rowid) as nb FROM llxme_societe as s WHERE s.fournisseur = 1 AND s.entity IN (1) 2026-02-02 18:34:11 DEBUG 102.180.22.182 394116 3201 sql=SELECT count(sp.rowid) as nb FROM llxme_socpeople as sp WHERE sp.entity IN (1) AND (sp.priv='0' OR (sp.priv='1' AND sp.fk_user_creat = 1)) 2026-02-02 18:34:11 DEBUG 102.180.22.182 394116 3201 sql=SELECT count(p.rowid) as nb FROM llxme_propal as p LEFT JOIN llxme_societe as s ON p.fk_soc = s.rowid WHERE p.entity IN (1) 2026-02-02 18:34:11 DEBUG 102.180.22.182 394116 3201 sql=SELECT count(f.rowid) as nb FROM llxme_facture as f LEFT JOIN llxme_societe as s ON f.fk_soc = s.rowid WHERE f.entity IN (1) 2026-02-02 18:34:11 DEBUG 102.180.22.182 394116 3201 sql=SELECT count(co.rowid) as nb FROM llxme_commande_fournisseur as co LEFT JOIN llxme_societe as s ON co.fk_soc = s.rowid WHERE co.entity IN (1) 2026-02-02 18:34:11 DEBUG 102.180.22.182 394116 3201 sql=SELECT count(f.rowid) as nb FROM llxme_facture_fourn as f LEFT JOIN llxme_societe as s ON f.fk_soc = s.rowid WHERE f.entity = 1 2026-02-02 18:34:11 INFO 102.180.22.182 394116 3201 box_dolibarr_state_board::showBox 2026-02-02 18:34:11 DEBUG 102.180.22.182 394116 3201 box_birthdays::loadBox 2026-02-02 18:34:11 DEBUG 102.180.22.182 394116 3201 sql=SELECT u.rowid, u.firstname, u.lastname, u.birth as datea, date_format(u.birth, '%d') as daya, 'birth' as typea, u.email, u.statut as status FROM llxme_user as u WHERE u.entity IN (0,1) AND u.statut = 1 AND date_format( u.birth, '%c') = '2' AND u.birth < '2026-01-01 00:00:00' UNION SELECT u.rowid, u.firstname, u.lastname, u.dateemployment as datea, date_format(u.dateemployment, '%d') as daya, 'employment' as typea, u.email, u.statut as status FROM llxme_user as u WHERE u.entity IN (0,1) AND u.statut = 1 AND date_format( u.dateemployment, '%c') = '2' AND u.dateemployment < '2026-01-01 00:00:00' ORDER BY daya ASC LIMIT 3 2026-02-02 18:34:11 INFO 102.180.22.182 394116 3201 box_birthdays::showBox 2026-02-02 18:34:11 INFO 102.180.22.182 394116 3201 ModeleBoxes::showBox 2026-02-02 18:34:11 DEBUG 102.180.22.182 394116 3201 sql=SELECT a.id, a.datep as dp FROM llxme_actioncomm as a WHERE 1 = 1 AND a.percent >= 0 AND a.percent < 100 AND a.entity IN (1) 2026-02-02 18:34:11 DEBUG 102.180.22.182 394116 3201 sql=SELECT p.rowid, p.ref, p.datec as datec, p.fin_validite as datefin, p.total_ht FROM llxme_propal as p WHERE p.entity IN (1) AND p.fk_statut = 1 2026-02-02 18:34:11 DEBUG 102.180.22.182 394116 3201 sql=SELECT p.rowid, p.ref, p.datec as datec, p.fin_validite as datefin, p.total_ht FROM llxme_propal as p WHERE p.entity IN (1) AND p.fk_statut = 2 2026-02-02 18:34:11 DEBUG 102.180.22.182 394116 3201 sql=SELECT c.rowid, c.date_creation as datec, c.date_commande, c.fk_statut, c.date_livraison as delivery_date, c.total_ht FROM llxme_commande_fournisseur as c WHERE c.entity = 1 AND c.fk_statut IN (1, 2) 2026-02-02 18:34:11 DEBUG 102.180.22.182 394116 3201 sql=SELECT c.rowid, c.date_creation as datec, c.date_commande, c.fk_statut, c.date_livraison as delivery_date, c.total_ht FROM llxme_commande_fournisseur as c WHERE c.entity = 1 AND c.fk_statut IN (3, 4) 2026-02-02 18:34:11 DEBUG 102.180.22.182 394116 3201 sql=SELECT f.rowid, f.date_lim_reglement as datefin, f.fk_statut as status, f.total_ht FROM llxme_facture as f WHERE f.paye=0 AND f.entity IN (1) AND f.fk_statut = 1 2026-02-02 18:34:11 DEBUG 102.180.22.182 394116 3201 sql=SELECT ff.rowid, ff.date_lim_reglement as datefin, ff.fk_statut as status, ff.total_ht, ff.total_ttc FROM llxme_facture_fourn as ff WHERE ff.paye = 0 AND ff.fk_statut IN (1) AND ff.entity = 1 2026-02-02 18:34:11 DEBUG 102.180.22.182 394116 3201 sql=SELECT COUNT(ba.rowid) as nb FROM llxme_bank_account as ba WHERE ba.rappro > 0 and ba.clos = 0 AND ba.entity IN (1) AND ba.courant != 2 2026-02-02 18:34:11 DEBUG 102.180.22.182 394116 3201 sql=SELECT b.rowid, b.datev as datefin FROM llxme_bank as b, llxme_bank_account as ba WHERE b.rappro=0 AND b.fk_account = ba.rowid AND ba.entity IN (1) AND (ba.rappro = 1 AND ba.courant != 2) AND clos = 0 2026-02-02 18:34:11 DEBUG 102.180.22.182 394116 3201 sql=SELECT b.rowid, b.datev as datefin FROM llxme_bank as b, llxme_bank_account as ba WHERE b.fk_account = ba.rowid AND ba.entity IN (1) AND b.fk_type = 'CHQ' AND b.fk_bordereau = 0 AND b.amount > 0 2026-02-02 18:34:11 DEBUG 102.180.22.182 394116 3201 sql=SELECT ex.rowid, ex.date_valid FROM llxme_expensereport as ex WHERE ex.fk_statut = 2 AND ex.entity IN (1) 2026-02-02 18:34:11 DEBUG 102.180.22.182 394116 3201 sql=SELECT ex.rowid, ex.date_valid FROM llxme_expensereport as ex WHERE ex.fk_statut = 5 AND ex.entity IN (1) 2026-02-02 18:34:11 DEBUG 102.180.22.182 394116 3201 User::loadParentOf 2026-02-02 18:34:11 DEBUG 102.180.22.182 394116 3201 sql=SELECT fk_user as id_parent, rowid as id_son FROM llxme_user WHERE fk_user <> 0 AND entity IN (0,1) 2026-02-02 18:34:11 DEBUG 102.180.22.182 394116 3201 User::get_full_tree get user list 2026-02-02 18:34:11 DEBUG 102.180.22.182 394116 3201 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 llxme_user as u WHERE u.entity IN (0,1) 2026-02-02 18:34:11 DEBUG 102.180.22.182 394116 3201 User::get_full_tree call to build_path_from_id_user 2026-02-02 18:34:11 DEBUG 102.180.22.182 394116 3201 User::get_full_tree dol_sort_array 2026-02-02 18:34:11 INFO 102.180.22.182 394116 3201 Build childid for id = 1 2026-02-02 18:34:11 DEBUG 102.180.22.182 394116 3201 sql=SELECT h.rowid, h.date_debut FROM llxme_holiday as h WHERE h.statut = 2 AND h.entity IN (1) AND (h.fk_user IN (1) OR h.fk_validator IN (1)) 2026-02-02 18:34:11 INFO 102.180.22.182 394116 3201 --- End access to /index.php 2026-02-02 18:36:57 DEBUG 98.95.177.220 401239 3201 NEW TOKEN generated by : /index.php 2026-02-02 18:36:57 DEBUG 98.95.177.220 401238 3201 NEW TOKEN generated by : /index.php 2026-02-02 18:36:57 NOTICE 98.95.177.220 401238 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 18:36:57 NOTICE 98.95.177.220 401239 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 18:36:57 DEBUG 98.95.177.220 401239 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 18:36:57 DEBUG 98.95.177.220 401238 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 18:36:57 DEBUG 98.95.177.220 401242 3201 NEW TOKEN generated by : /index.php 2026-02-02 18:36:57 DEBUG 98.95.177.220 401244 3201 NEW TOKEN generated by : /index.php 2026-02-02 18:36:57 NOTICE 98.95.177.220 401242 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 18:36:57 NOTICE 98.95.177.220 401244 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 18:36:57 DEBUG 98.95.177.220 401242 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 18:36:57 DEBUG 98.95.177.220 401244 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 18:36:57 INFO 98.95.177.220 401238 3201 --- End access to /index.php 2026-02-02 18:36:57 INFO 98.95.177.220 401239 3201 --- End access to /index.php 2026-02-02 18:36:57 INFO 98.95.177.220 401244 3201 --- End access to /index.php 2026-02-02 18:36:57 INFO 98.95.177.220 401242 3201 --- End access to /index.php 2026-02-02 18:36:58 DEBUG 98.95.177.220 401238 3201 NEW TOKEN generated by : /index.php 2026-02-02 18:36:58 NOTICE 98.95.177.220 401238 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 18:36:58 DEBUG 98.95.177.220 401238 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 18:36:58 INFO 98.95.177.220 401238 3201 --- End access to /index.php 2026-02-02 19:09:02 DEBUG 102.180.22.182 521496 3201 - This is an already logged session. _SESSION['dol_login']=intendant _SESSION['dol_entity']=1 2026-02-02 19:09:02 DEBUG 102.180.22.182 521496 3201 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 llxme_user as u LEFT JOIN llxme_c_country as c ON u.fk_country = c.rowid LEFT JOIN llxme_c_departements as d ON u.fk_state = d.rowid LEFT JOIN llxme_establishment as s ON u.fk_establishment = s.rowid WHERE u.entity IN (0, 1) AND u.login = 'intendant' ORDER BY u.entity ASC 2026-02-02 19:09:02 DEBUG 102.180.22.182 521496 3201 sql=SELECT rowid, name, label, type, size, elementtype, fieldunique, fieldrequired, param, pos, alwayseditable, perms, langs, list, printable, totalizable, fielddefault, fieldcomputed, entity, enabled, help, aiprompt, css, cssview, csslist FROM llxme_extrafields WHERE elementtype = 'user' ORDER BY pos 2026-02-02 19:09:02 DEBUG 102.180.22.182 521496 3201 sql=SELECT param, value FROM llxme_user_param WHERE fk_user = 1 AND entity = 1 2026-02-02 19:09:02 DEBUG 102.180.22.182 521496 3201 DefaultValues::fetchAll 2026-02-02 19:09:02 DEBUG 102.180.22.182 521496 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,1)) AND (entity IN (0,1))) 2026-02-02 19:09:02 DEBUG 102.180.22.182 521496 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llxme_user_rights as ur, llxme_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 LIKE '%_advance' 2026-02-02 19:09:02 DEBUG 102.180.22.182 521496 3201 sql=SELECT DISTINCT r.module, r.perms, r.subperms, r.entity FROM llxme_usergroup_rights as gr, llxme_usergroup_user as gu, llxme_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 LIKE '%_advance' 2026-02-02 19:09:02 NOTICE 102.180.22.182 521496 3201 --- Access to GET /user/logout.php - action=, massaction= 2026-02-02 19:09:02 DEBUG 102.180.22.182 521496 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 19:09:02 INFO 102.180.22.182 521496 3201 End of session 9110dee9085cfbf97ea2a3d74647d195 2026-02-02 19:09:02 INFO 102.180.22.182 521496 3201 --- End access to /user/logout.php 2026-02-02 19:09:02 DEBUG 102.180.22.182 521496 3201 NEW TOKEN generated by : /index.php 2026-02-02 19:09:02 NOTICE 102.180.22.182 521496 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 19:09:02 DEBUG 102.180.22.182 521496 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 19:09:02 INFO 102.180.22.182 521496 3201 --- End access to /index.php 2026-02-02 19:13:54 DEBUG 34.32.218.233 533029 3201 NEW TOKEN generated by : /index.php 2026-02-02 19:13:54 NOTICE 34.32.218.233 533029 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 19:13:54 DEBUG 34.32.218.233 533029 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 19:13:54 INFO 34.32.218.233 533029 3201 --- End access to /index.php 2026-02-02 19:18:04 DEBUG 2.58.56.62 544939 3201 NEW TOKEN generated by : /index.php 2026-02-02 19:18:04 NOTICE 2.58.56.62 544939 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 19:18:04 DEBUG 2.58.56.62 544939 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 19:18:04 INFO 2.58.56.62 544939 3201 --- End access to /index.php 2026-02-02 19:18:05 NOTICE 2.58.56.62 544939 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 19:18:05 DEBUG 2.58.56.62 544939 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 19:18:05 INFO 2.58.56.62 544939 3201 --- End access to /index.php 2026-02-02 19:18:05 NOTICE 2.58.56.62 544939 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 19:18:05 DEBUG 2.58.56.62 544939 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 19:18:05 INFO 2.58.56.62 544939 3201 --- End access to /index.php 2026-02-02 19:34:01 DEBUG 2.58.56.62 600983 3201 NEW TOKEN generated by : /index.php 2026-02-02 19:34:01 NOTICE 2.58.56.62 600983 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 19:34:01 DEBUG 2.58.56.62 600983 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 19:34:02 INFO 2.58.56.62 600983 3201 --- End access to /index.php 2026-02-02 19:34:02 NOTICE 2.58.56.62 601001 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 19:34:02 DEBUG 2.58.56.62 601001 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 19:34:02 INFO 2.58.56.62 601001 3201 --- End access to /index.php 2026-02-02 19:34:02 NOTICE 2.58.56.62 601001 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 19:34:02 DEBUG 2.58.56.62 601001 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 19:34:02 INFO 2.58.56.62 601001 3201 --- End access to /index.php 2026-02-02 19:35:42 DEBUG 87.236.176.131 606025 3201 NEW TOKEN generated by : /index.php 2026-02-02 19:35:42 NOTICE 87.236.176.131 606025 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 19:35:42 DEBUG 87.236.176.131 606025 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 19:35:42 INFO 87.236.176.131 606025 3201 --- End access to /index.php 2026-02-02 19:37:03 DEBUG 34.221.21.250 622939 3201 NEW TOKEN generated by : /index.php 2026-02-02 19:37:03 NOTICE 34.221.21.250 622939 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 19:37:03 DEBUG 34.221.21.250 622939 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 19:37:03 INFO 34.221.21.250 622939 3201 --- End access to /index.php 2026-02-02 19:37:03 DEBUG 34.221.21.250 622961 3201 NEW TOKEN generated by : /index.php 2026-02-02 19:37:03 NOTICE 34.221.21.250 622961 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 19:37:03 DEBUG 34.221.21.250 622961 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 19:37:03 INFO 34.221.21.250 622961 3201 --- End access to /index.php 2026-02-02 21:07:21 DEBUG 193.19.82.13 934570 3201 NEW TOKEN generated by : /index.php 2026-02-02 21:07:21 NOTICE 193.19.82.13 934570 3201 --- Access to HEAD /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 21:07:21 DEBUG 193.19.82.13 934570 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 21:07:21 INFO 193.19.82.13 934570 3201 --- End access to /index.php 2026-02-02 21:07:39 DEBUG 193.19.82.13 935393 3201 NEW TOKEN generated by : /index.php 2026-02-02 21:07:39 NOTICE 193.19.82.13 935393 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 21:07:39 DEBUG 193.19.82.13 935393 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 21:07:39 INFO 193.19.82.13 935393 3201 --- End access to /index.php 2026-02-02 22:30:56 DEBUG 185.247.137.163 181143 3201 NEW TOKEN generated by : /index.php 2026-02-02 22:30:56 NOTICE 185.247.137.163 181143 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 22:30:56 DEBUG 185.247.137.163 181143 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 22:30:56 INFO 185.247.137.163 181143 3201 --- End access to /index.php 2026-02-02 23:24:23 DEBUG 195.178.110.54 364768 3201 NEW TOKEN generated by : /index.php 2026-02-02 23:24:23 NOTICE 195.178.110.54 364768 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 23:24:23 DEBUG 195.178.110.54 364768 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 23:24:23 INFO 195.178.110.54 364768 3201 --- End access to /index.php 2026-02-02 23:24:24 DEBUG 195.178.110.54 364768 3201 NEW TOKEN generated by : /index.php 2026-02-02 23:24:24 NOTICE 195.178.110.54 364768 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 23:24:24 DEBUG 195.178.110.54 364768 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 23:24:24 INFO 195.178.110.54 364768 3201 --- End access to /index.php 2026-02-02 23:27:24 DEBUG 84.254.106.197 371494 3201 NEW TOKEN generated by : /index.php 2026-02-02 23:27:24 NOTICE 84.254.106.197 371494 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 23:27:24 DEBUG 84.254.106.197 371494 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 23:27:24 INFO 84.254.106.197 371494 3201 --- End access to /index.php 2026-02-02 23:27:24 DEBUG 84.254.106.197 371494 3201 NEW TOKEN generated by : /index.php 2026-02-02 23:27:24 NOTICE 84.254.106.197 371494 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 23:27:24 DEBUG 84.254.106.197 371494 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 23:27:24 INFO 84.254.106.197 371494 3201 --- End access to /index.php 2026-02-02 23:29:37 DEBUG 84.254.106.197 375536 3201 NEW TOKEN generated by : /index.php 2026-02-02 23:29:37 NOTICE 84.254.106.197 375536 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 23:29:37 DEBUG 84.254.106.197 375536 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 23:29:37 INFO 84.254.106.197 375536 3201 --- End access to /index.php 2026-02-02 23:30:09 DEBUG 84.254.106.197 376465 3201 NEW TOKEN generated by : /index.php 2026-02-02 23:30:09 NOTICE 84.254.106.197 376465 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-02 23:30:09 DEBUG 84.254.106.197 376465 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-02 23:30:09 INFO 84.254.106.197 376465 3201 --- End access to /index.php 2026-02-03 02:29:46 DEBUG 34.221.21.250 1003692 3201 NEW TOKEN generated by : /index.php 2026-02-03 02:29:46 DEBUG 34.221.21.250 1003690 3201 NEW TOKEN generated by : /index.php 2026-02-03 02:29:46 NOTICE 34.221.21.250 1003692 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-03 02:29:46 NOTICE 34.221.21.250 1003690 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-03 02:29:46 DEBUG 34.221.21.250 1003692 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-03 02:29:46 DEBUG 34.221.21.250 1003690 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-03 02:29:46 INFO 34.221.21.250 1003692 3201 --- End access to /index.php 2026-02-03 02:29:46 INFO 34.221.21.250 1003690 3201 --- End access to /index.php 2026-02-03 02:56:48 DEBUG 23.27.145.2 63957 3201 NEW TOKEN generated by : /index.php 2026-02-03 02:56:48 NOTICE 23.27.145.2 63957 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-03 02:56:48 DEBUG 23.27.145.2 63957 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-03 02:56:48 INFO 23.27.145.2 63957 3201 --- End access to /index.php 2026-02-03 02:58:23 DEBUG 23.27.145.78 67290 3201 NEW TOKEN generated by : /index.php 2026-02-03 02:58:23 NOTICE 23.27.145.78 67290 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-03 02:58:23 DEBUG 23.27.145.78 67290 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-03 02:58:23 INFO 23.27.145.78 67290 3201 --- End access to /index.php 2026-02-03 02:58:38 DEBUG 149.57.180.197 67723 3201 NEW TOKEN generated by : /index.php 2026-02-03 02:58:38 NOTICE 149.57.180.197 67723 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-03 02:58:38 DEBUG 149.57.180.197 67723 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-03 02:58:38 INFO 149.57.180.197 67723 3201 --- End access to /index.php 2026-02-03 02:59:23 DEBUG 149.57.180.176 69118 3201 NEW TOKEN generated by : /index.php 2026-02-03 02:59:23 NOTICE 149.57.180.176 69118 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-03 02:59:23 DEBUG 149.57.180.176 69118 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-03 02:59:23 INFO 149.57.180.176 69118 3201 --- End access to /index.php 2026-02-03 03:21:17 DEBUG 34.124.173.211 147439 3201 NEW TOKEN generated by : /index.php 2026-02-03 03:21:17 NOTICE 34.124.173.211 147439 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-03 03:21:17 DEBUG 34.124.173.211 147439 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-03 03:21:17 INFO 34.124.173.211 147439 3201 --- End access to /index.php 2026-02-03 04:17:13 DEBUG 143.244.136.118 365659 3201 NEW TOKEN generated by : /index.php 2026-02-03 04:17:13 NOTICE 143.244.136.118 365659 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-03 04:17:13 DEBUG 143.244.136.118 365659 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-03 04:17:13 INFO 143.244.136.118 365659 3201 --- End access to /index.php 2026-02-03 04:17:14 DEBUG 143.244.136.118 365659 3201 NEW TOKEN generated by : /index.php 2026-02-03 04:17:14 NOTICE 143.244.136.118 365659 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-03 04:17:14 DEBUG 143.244.136.118 365659 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-03 04:17:14 INFO 143.244.136.118 365659 3201 --- End access to /index.php 2026-02-03 05:16:10 DEBUG 87.236.176.162 574097 3201 NEW TOKEN generated by : /index.php 2026-02-03 05:16:10 NOTICE 87.236.176.162 574097 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-03 05:16:10 DEBUG 87.236.176.162 574097 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-03 05:16:10 INFO 87.236.176.162 574097 3201 --- End access to /index.php 2026-02-03 05:43:45 DEBUG 127.0.0.1 [via 185.177.72.30] 647264 3201 NEW TOKEN generated by : /index.php 2026-02-03 05:43:45 NOTICE 127.0.0.1 [via 185.177.72.30] 647264 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-03 05:43:45 DEBUG 127.0.0.1 [via 185.177.72.30] 647264 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-03 05:43:45 INFO 127.0.0.1 [via 185.177.72.30] 647264 3201 --- End access to /index.php 2026-02-03 05:48:44 DEBUG 23.27.145.242 672509 3201 NEW TOKEN generated by : /index.php 2026-02-03 05:48:44 NOTICE 23.27.145.242 672509 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-03 05:48:44 DEBUG 23.27.145.242 672509 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-03 05:48:44 INFO 23.27.145.242 672509 3201 --- End access to /index.php 2026-02-03 05:49:58 DEBUG 23.27.145.33 674611 3201 NEW TOKEN generated by : /index.php 2026-02-03 05:49:58 NOTICE 23.27.145.33 674611 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-03 05:49:58 DEBUG 23.27.145.33 674611 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-03 05:49:58 INFO 23.27.145.33 674611 3201 --- End access to /index.php 2026-02-03 05:50:30 DEBUG 149.57.180.39 675912 3201 NEW TOKEN generated by : /index.php 2026-02-03 05:50:30 NOTICE 149.57.180.39 675912 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-03 05:50:30 DEBUG 149.57.180.39 675912 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-03 05:50:30 INFO 149.57.180.39 675912 3201 --- End access to /index.php 2026-02-03 05:52:14 DEBUG 23.27.145.16 678837 3201 NEW TOKEN generated by : /index.php 2026-02-03 05:52:14 NOTICE 23.27.145.16 678837 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-03 05:52:14 DEBUG 23.27.145.16 678837 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-03 05:52:14 INFO 23.27.145.16 678837 3201 --- End access to /index.php 2026-02-03 05:55:01 DEBUG 23.27.145.193 691724 3201 NEW TOKEN generated by : /index.php 2026-02-03 05:55:01 NOTICE 23.27.145.193 691724 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-03 05:55:01 DEBUG 23.27.145.193 691724 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-03 05:55:01 INFO 23.27.145.193 691724 3201 --- End access to /index.php 2026-02-03 06:00:07 DEBUG 195.178.110.132 706862 3201 NEW TOKEN generated by : /index.php 2026-02-03 06:00:07 NOTICE 195.178.110.132 706862 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-03 06:00:07 DEBUG 195.178.110.132 706862 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-03 06:00:07 INFO 195.178.110.132 706862 3201 --- End access to /index.php 2026-02-03 06:00:07 DEBUG 195.178.110.132 706863 3201 NEW TOKEN generated by : /index.php 2026-02-03 06:00:07 NOTICE 195.178.110.132 706863 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-03 06:00:07 DEBUG 195.178.110.132 706863 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-03 06:00:07 INFO 195.178.110.132 706863 3201 --- End access to /index.php 2026-02-03 06:14:11 DEBUG 195.178.110.132 750635 3201 NEW TOKEN generated by : /index.php 2026-02-03 06:14:11 NOTICE 195.178.110.132 750635 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-03 06:14:11 DEBUG 195.178.110.132 750635 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-03 06:14:11 INFO 195.178.110.132 750635 3201 --- End access to /index.php 2026-02-03 07:46:32 DEBUG 195.178.110.132 12215 3201 NEW TOKEN generated by : /index.php 2026-02-03 07:46:32 NOTICE 195.178.110.132 12215 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-03 07:46:32 DEBUG 195.178.110.132 12215 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-03 07:46:32 INFO 195.178.110.132 12215 3201 --- End access to /index.php 2026-02-03 07:46:33 DEBUG 195.178.110.132 12215 3201 NEW TOKEN generated by : /index.php 2026-02-03 07:46:33 NOTICE 195.178.110.132 12215 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-03 07:46:33 DEBUG 195.178.110.132 12215 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-03 07:46:33 INFO 195.178.110.132 12215 3201 --- End access to /index.php 2026-02-03 07:51:33 DEBUG 127.0.0.1 [via 185.177.72.23] 39349 3201 NEW TOKEN generated by : /index.php 2026-02-03 07:51:33 NOTICE 127.0.0.1 [via 185.177.72.23] 39349 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-03 07:51:33 DEBUG 127.0.0.1 [via 185.177.72.23] 39349 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-03 07:51:33 INFO 127.0.0.1 [via 185.177.72.23] 39349 3201 --- End access to /index.php 2026-02-03 07:52:39 NOTICE 127.0.0.1 [via 185.177.72.23] 41146 3201 --- Access to GET /api/index.php - action=, massaction= NOTOKENRENEWAL=1 2026-02-03 07:52:39 DEBUG 127.0.0.1 [via 185.177.72.23] 41146 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-03 07:52:39 INFO 127.0.0.1 [via 185.177.72.23] 41146 3201 --- End access to /api/index.php 2026-02-03 07:53:28 DEBUG 127.0.0.1 [via 185.177.72.23] 42424 3201 NEW TOKEN generated by : /index.php 2026-02-03 07:53:28 NOTICE 127.0.0.1 [via 185.177.72.23] 42424 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-03 07:53:28 DEBUG 127.0.0.1 [via 185.177.72.23] 42424 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-03 07:53:28 INFO 127.0.0.1 [via 185.177.72.23] 42424 3201 --- End access to /index.php 2026-02-03 07:53:29 DEBUG 127.0.0.1 [via 185.177.72.23] 42424 3201 NEW TOKEN generated by : /index.php 2026-02-03 07:53:29 NOTICE 127.0.0.1 [via 185.177.72.23] 42424 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-03 07:53:29 DEBUG 127.0.0.1 [via 185.177.72.23] 42424 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-03 07:53:29 INFO 127.0.0.1 [via 185.177.72.23] 42424 3201 --- End access to /index.php 2026-02-03 07:53:29 DEBUG 127.0.0.1 [via 185.177.72.23] 42431 3201 NEW TOKEN generated by : /index.php 2026-02-03 07:53:29 NOTICE 127.0.0.1 [via 185.177.72.23] 42431 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-03 07:53:29 DEBUG 127.0.0.1 [via 185.177.72.23] 42431 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-03 07:53:29 INFO 127.0.0.1 [via 185.177.72.23] 42431 3201 --- End access to /index.php 2026-02-03 07:53:29 DEBUG 127.0.0.1 [via 185.177.72.23] 42431 3201 NEW TOKEN generated by : /index.php 2026-02-03 07:53:29 NOTICE 127.0.0.1 [via 185.177.72.23] 42431 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-03 07:53:29 DEBUG 127.0.0.1 [via 185.177.72.23] 42431 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-03 07:53:29 INFO 127.0.0.1 [via 185.177.72.23] 42431 3201 --- End access to /index.php 2026-02-03 07:53:30 DEBUG 127.0.0.1 [via 185.177.72.23] 42424 3201 NEW TOKEN generated by : /index.php 2026-02-03 07:53:30 NOTICE 127.0.0.1 [via 185.177.72.23] 42424 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-03 07:53:30 DEBUG 127.0.0.1 [via 185.177.72.23] 42424 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-03 07:53:30 INFO 127.0.0.1 [via 185.177.72.23] 42424 3201 --- End access to /index.php 2026-02-03 07:53:41 DEBUG 127.0.0.1 [via 185.177.72.23] 42910 3201 NEW TOKEN generated by : /admin/index.php 2026-02-03 07:53:41 NOTICE 127.0.0.1 [via 185.177.72.23] 42910 3201 --- Access to GET /admin/index.php - action= - actionlogin= - showing the login form and exit 2026-02-03 07:53:41 DEBUG 127.0.0.1 [via 185.177.72.23] 42910 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-03 07:53:41 INFO 127.0.0.1 [via 185.177.72.23] 42910 3201 --- End access to /admin/index.php 2026-02-03 13:39:40 DEBUG 195.178.110.54 155799 3201 NEW TOKEN generated by : /index.php 2026-02-03 13:39:40 NOTICE 195.178.110.54 155799 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-03 13:39:40 DEBUG 195.178.110.54 155799 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-03 13:39:40 INFO 195.178.110.54 155799 3201 --- End access to /index.php 2026-02-03 13:39:40 DEBUG 195.178.110.54 155799 3201 NEW TOKEN generated by : /index.php 2026-02-03 13:39:40 NOTICE 195.178.110.54 155799 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-03 13:39:40 DEBUG 195.178.110.54 155799 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-03 13:39:40 INFO 195.178.110.54 155799 3201 --- End access to /index.php 2026-02-03 14:52:57 DEBUG 104.131.187.42 427102 3201 NEW TOKEN generated by : /index.php 2026-02-03 14:52:58 NOTICE 104.131.187.42 427102 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-03 14:52:58 DEBUG 104.131.187.42 427102 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-03 14:52:58 INFO 104.131.187.42 427102 3201 --- End access to /index.php 2026-02-03 14:52:58 DEBUG 104.131.187.42 427102 3201 NEW TOKEN generated by : /index.php 2026-02-03 14:52:58 NOTICE 104.131.187.42 427102 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-03 14:52:58 DEBUG 104.131.187.42 427102 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-03 14:52:58 INFO 104.131.187.42 427102 3201 --- End access to /index.php 2026-02-03 18:28:01 DEBUG 35.224.150.228 227360 3201 NEW TOKEN generated by : /index.php 2026-02-03 18:28:01 DEBUG 35.224.150.228 227361 3201 NEW TOKEN generated by : /index.php 2026-02-03 18:28:01 NOTICE 35.224.150.228 227360 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-03 18:28:01 NOTICE 35.224.150.228 227361 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-03 18:28:01 DEBUG 35.224.150.228 227360 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-03 18:28:01 DEBUG 35.224.150.228 227361 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-03 18:28:01 INFO 35.224.150.228 227361 3201 --- End access to /index.php 2026-02-03 18:28:01 INFO 35.224.150.228 227360 3201 --- End access to /index.php 2026-02-03 18:53:35 DEBUG 34.221.21.250 331457 3201 NEW TOKEN generated by : /index.php 2026-02-03 18:53:35 NOTICE 34.221.21.250 331457 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-03 18:53:35 DEBUG 34.221.21.250 331457 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-03 18:53:35 INFO 34.221.21.250 331457 3201 --- End access to /index.php 2026-02-03 18:58:32 DEBUG 34.133.90.115 351872 3201 NEW TOKEN generated by : /index.php 2026-02-03 18:58:32 NOTICE 34.133.90.115 351872 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-03 18:58:32 DEBUG 34.133.90.115 351872 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-03 18:58:32 INFO 34.133.90.115 351872 3201 --- End access to /index.php 2026-02-03 19:00:38 DEBUG 127.0.0.1 [via 185.177.72.13] 357745 3201 NEW TOKEN generated by : /index.php 2026-02-03 19:00:38 NOTICE 127.0.0.1 [via 185.177.72.13] 357745 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-03 19:00:38 DEBUG 127.0.0.1 [via 185.177.72.13] 357745 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-03 19:00:38 INFO 127.0.0.1 [via 185.177.72.13] 357745 3201 --- End access to /index.php 2026-02-03 19:01:25 NOTICE 127.0.0.1 [via 185.177.72.13] 362417 3201 --- Access to GET /api/index.php - action=, massaction= NOTOKENRENEWAL=1 2026-02-03 19:01:25 DEBUG 127.0.0.1 [via 185.177.72.13] 362417 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-03 19:01:25 INFO 127.0.0.1 [via 185.177.72.13] 362417 3201 --- End access to /api/index.php 2026-02-03 19:02:01 DEBUG 127.0.0.1 [via 185.177.72.13] 364356 3201 NEW TOKEN generated by : /index.php 2026-02-03 19:02:01 NOTICE 127.0.0.1 [via 185.177.72.13] 364356 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-03 19:02:01 DEBUG 127.0.0.1 [via 185.177.72.13] 364356 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-03 19:02:01 INFO 127.0.0.1 [via 185.177.72.13] 364356 3201 --- End access to /index.php 2026-02-03 19:02:01 DEBUG 127.0.0.1 [via 185.177.72.13] 364356 3201 NEW TOKEN generated by : /index.php 2026-02-03 19:02:01 NOTICE 127.0.0.1 [via 185.177.72.13] 364356 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-03 19:02:01 DEBUG 127.0.0.1 [via 185.177.72.13] 364356 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-03 19:02:01 INFO 127.0.0.1 [via 185.177.72.13] 364356 3201 --- End access to /index.php 2026-02-03 19:02:01 DEBUG 127.0.0.1 [via 185.177.72.13] 364370 3201 NEW TOKEN generated by : /index.php 2026-02-03 19:02:01 NOTICE 127.0.0.1 [via 185.177.72.13] 364370 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-03 19:02:01 DEBUG 127.0.0.1 [via 185.177.72.13] 364370 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-03 19:02:01 INFO 127.0.0.1 [via 185.177.72.13] 364370 3201 --- End access to /index.php 2026-02-03 19:02:01 DEBUG 127.0.0.1 [via 185.177.72.13] 364370 3201 NEW TOKEN generated by : /index.php 2026-02-03 19:02:01 NOTICE 127.0.0.1 [via 185.177.72.13] 364370 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-03 19:02:01 DEBUG 127.0.0.1 [via 185.177.72.13] 364370 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-03 19:02:01 INFO 127.0.0.1 [via 185.177.72.13] 364370 3201 --- End access to /index.php 2026-02-03 19:02:02 DEBUG 127.0.0.1 [via 185.177.72.13] 364370 3201 NEW TOKEN generated by : /index.php 2026-02-03 19:02:02 NOTICE 127.0.0.1 [via 185.177.72.13] 364370 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-03 19:02:02 DEBUG 127.0.0.1 [via 185.177.72.13] 364370 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-03 19:02:02 INFO 127.0.0.1 [via 185.177.72.13] 364370 3201 --- End access to /index.php 2026-02-03 19:02:09 DEBUG 127.0.0.1 [via 185.177.72.13] 364370 3201 NEW TOKEN generated by : /admin/index.php 2026-02-03 19:02:09 NOTICE 127.0.0.1 [via 185.177.72.13] 364370 3201 --- Access to GET /admin/index.php - action= - actionlogin= - showing the login form and exit 2026-02-03 19:02:09 DEBUG 127.0.0.1 [via 185.177.72.13] 364370 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-03 19:02:09 INFO 127.0.0.1 [via 185.177.72.13] 364370 3201 --- End access to /admin/index.php 2026-02-03 19:03:05 DEBUG 136.119.209.238 367651 3201 NEW TOKEN generated by : /index.php 2026-02-03 19:03:05 NOTICE 136.119.209.238 367651 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-03 19:03:05 DEBUG 136.119.209.238 367651 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-03 19:03:05 INFO 136.119.209.238 367651 3201 --- End access to /index.php 2026-02-03 19:03:06 DEBUG 136.119.209.238 367651 3201 NEW TOKEN generated by : /index.php 2026-02-03 19:03:06 NOTICE 136.119.209.238 367651 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-03 19:03:06 DEBUG 136.119.209.238 367651 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-03 19:03:06 INFO 136.119.209.238 367651 3201 --- End access to /index.php 2026-02-03 19:24:18 DEBUG 195.178.110.54 463659 3201 NEW TOKEN generated by : /index.php 2026-02-03 19:24:18 NOTICE 195.178.110.54 463659 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-03 19:24:18 DEBUG 195.178.110.54 463659 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-03 19:24:18 INFO 195.178.110.54 463659 3201 --- End access to /index.php 2026-02-03 23:09:22 DEBUG 84.254.106.197 312504 3201 NEW TOKEN generated by : /index.php 2026-02-03 23:09:22 NOTICE 84.254.106.197 312504 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-03 23:09:22 DEBUG 84.254.106.197 312504 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-03 23:09:23 INFO 84.254.106.197 312504 3201 --- End access to /index.php 2026-02-03 23:18:58 DEBUG 84.254.106.197 352474 3201 NEW TOKEN generated by : /index.php 2026-02-03 23:18:58 NOTICE 84.254.106.197 352474 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-03 23:18:58 DEBUG 84.254.106.197 352474 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-03 23:18:58 INFO 84.254.106.197 352474 3201 --- End access to /index.php 2026-02-03 23:18:59 DEBUG 84.254.106.197 352474 3201 NEW TOKEN generated by : /index.php 2026-02-03 23:18:59 NOTICE 84.254.106.197 352474 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-03 23:18:59 DEBUG 84.254.106.197 352474 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-03 23:18:59 INFO 84.254.106.197 352474 3201 --- End access to /index.php 2026-02-03 23:21:59 DEBUG 84.254.106.197 360506 3201 NEW TOKEN generated by : /index.php 2026-02-03 23:21:59 NOTICE 84.254.106.197 360506 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-03 23:21:59 DEBUG 84.254.106.197 360506 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-03 23:21:59 DEBUG 84.254.106.197 360507 3201 NEW TOKEN generated by : /index.php 2026-02-03 23:21:59 NOTICE 84.254.106.197 360507 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-03 23:21:59 DEBUG 84.254.106.197 360507 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-03 23:21:59 INFO 84.254.106.197 360506 3201 --- End access to /index.php 2026-02-03 23:21:59 INFO 84.254.106.197 360507 3201 --- End access to /index.php 2026-02-03 23:31:32 DEBUG 127.0.0.1 [via 185.177.72.22] 395751 3201 NEW TOKEN generated by : /index.php 2026-02-03 23:31:32 NOTICE 127.0.0.1 [via 185.177.72.22] 395751 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-03 23:31:32 DEBUG 127.0.0.1 [via 185.177.72.22] 395751 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-03 23:31:32 INFO 127.0.0.1 [via 185.177.72.22] 395751 3201 --- End access to /index.php 2026-02-03 23:33:32 NOTICE 127.0.0.1 [via 185.177.72.22] 399855 3201 --- Access to GET /api/index.php - action=, massaction= NOTOKENRENEWAL=1 2026-02-03 23:33:32 DEBUG 127.0.0.1 [via 185.177.72.22] 399855 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-03 23:33:32 INFO 127.0.0.1 [via 185.177.72.22] 399855 3201 --- End access to /api/index.php 2026-02-03 23:34:04 DEBUG 127.0.0.1 [via 185.177.72.22] 403149 3201 NEW TOKEN generated by : /index.php 2026-02-03 23:34:04 NOTICE 127.0.0.1 [via 185.177.72.22] 403149 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-03 23:34:04 DEBUG 127.0.0.1 [via 185.177.72.22] 403149 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-03 23:34:04 INFO 127.0.0.1 [via 185.177.72.22] 403149 3201 --- End access to /index.php 2026-02-03 23:34:04 DEBUG 127.0.0.1 [via 185.177.72.22] 403149 3201 NEW TOKEN generated by : /index.php 2026-02-03 23:34:04 NOTICE 127.0.0.1 [via 185.177.72.22] 403149 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-03 23:34:04 DEBUG 127.0.0.1 [via 185.177.72.22] 403149 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-03 23:34:04 INFO 127.0.0.1 [via 185.177.72.22] 403149 3201 --- End access to /index.php 2026-02-03 23:34:05 DEBUG 127.0.0.1 [via 185.177.72.22] 403149 3201 NEW TOKEN generated by : /index.php 2026-02-03 23:34:05 NOTICE 127.0.0.1 [via 185.177.72.22] 403149 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-03 23:34:05 DEBUG 127.0.0.1 [via 185.177.72.22] 403149 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-03 23:34:05 INFO 127.0.0.1 [via 185.177.72.22] 403149 3201 --- End access to /index.php 2026-02-03 23:34:05 DEBUG 127.0.0.1 [via 185.177.72.22] 403149 3201 NEW TOKEN generated by : /index.php 2026-02-03 23:34:05 NOTICE 127.0.0.1 [via 185.177.72.22] 403149 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-03 23:34:05 DEBUG 127.0.0.1 [via 185.177.72.22] 403149 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-03 23:34:05 INFO 127.0.0.1 [via 185.177.72.22] 403149 3201 --- End access to /index.php 2026-02-03 23:34:05 DEBUG 127.0.0.1 [via 185.177.72.22] 403149 3201 NEW TOKEN generated by : /index.php 2026-02-03 23:34:05 NOTICE 127.0.0.1 [via 185.177.72.22] 403149 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-03 23:34:05 DEBUG 127.0.0.1 [via 185.177.72.22] 403149 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-03 23:34:05 INFO 127.0.0.1 [via 185.177.72.22] 403149 3201 --- End access to /index.php 2026-02-03 23:34:12 DEBUG 127.0.0.1 [via 185.177.72.22] 403149 3201 NEW TOKEN generated by : /admin/index.php 2026-02-03 23:34:12 NOTICE 127.0.0.1 [via 185.177.72.22] 403149 3201 --- Access to GET /admin/index.php - action= - actionlogin= - showing the login form and exit 2026-02-03 23:34:12 DEBUG 127.0.0.1 [via 185.177.72.22] 403149 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-03 23:34:12 INFO 127.0.0.1 [via 185.177.72.22] 403149 3201 --- End access to /admin/index.php 2026-02-04 03:22:45 DEBUG 23.27.145.10 230381 3201 NEW TOKEN generated by : /index.php 2026-02-04 03:22:45 NOTICE 23.27.145.10 230381 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-04 03:22:45 DEBUG 23.27.145.10 230381 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-04 03:22:45 INFO 23.27.145.10 230381 3201 --- End access to /index.php 2026-02-04 03:23:04 DEBUG 149.57.180.65 231180 3201 NEW TOKEN generated by : /index.php 2026-02-04 03:23:04 NOTICE 149.57.180.65 231180 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-04 03:23:04 DEBUG 149.57.180.65 231180 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-04 03:23:04 INFO 149.57.180.65 231180 3201 --- End access to /index.php 2026-02-04 03:23:45 DEBUG 23.27.145.172 234266 3201 NEW TOKEN generated by : /index.php 2026-02-04 03:23:45 NOTICE 23.27.145.172 234266 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-04 03:23:45 DEBUG 23.27.145.172 234266 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-04 03:23:45 INFO 23.27.145.172 234266 3201 --- End access to /index.php 2026-02-04 03:23:52 DEBUG 149.57.180.122 234266 3201 NEW TOKEN generated by : /index.php 2026-02-04 03:23:52 NOTICE 149.57.180.122 234266 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-04 03:23:52 DEBUG 149.57.180.122 234266 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-04 03:23:52 INFO 149.57.180.122 234266 3201 --- End access to /index.php 2026-02-04 05:08:06 DEBUG 149.57.180.92 636384 3201 NEW TOKEN generated by : /index.php 2026-02-04 05:08:06 NOTICE 149.57.180.92 636384 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-04 05:08:06 DEBUG 149.57.180.92 636384 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-04 05:08:06 INFO 149.57.180.92 636384 3201 --- End access to /index.php 2026-02-04 05:13:13 DEBUG 149.57.180.67 647430 3201 NEW TOKEN generated by : /index.php 2026-02-04 05:13:13 NOTICE 149.57.180.67 647430 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-04 05:13:13 DEBUG 149.57.180.67 647430 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-04 05:13:13 INFO 149.57.180.67 647430 3201 --- End access to /index.php 2026-02-04 05:15:02 DEBUG 149.57.180.182 651204 3201 NEW TOKEN generated by : /index.php 2026-02-04 05:15:02 NOTICE 149.57.180.182 651204 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-04 05:15:02 DEBUG 149.57.180.182 651204 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-04 05:15:02 INFO 149.57.180.182 651204 3201 --- End access to /index.php 2026-02-04 05:15:08 DEBUG 149.57.180.130 651204 3201 NEW TOKEN generated by : /index.php 2026-02-04 05:15:08 NOTICE 149.57.180.130 651204 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-04 05:15:08 DEBUG 149.57.180.130 651204 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-04 05:15:08 INFO 149.57.180.130 651204 3201 --- End access to /index.php 2026-02-04 05:17:20 DEBUG 149.57.180.106 674145 3201 NEW TOKEN generated by : /index.php 2026-02-04 05:17:20 NOTICE 149.57.180.106 674145 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-04 05:17:20 DEBUG 149.57.180.106 674145 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-04 05:17:20 INFO 149.57.180.106 674145 3201 --- End access to /index.php 2026-02-04 05:43:09 DEBUG 149.57.180.167 755086 3201 NEW TOKEN generated by : /index.php 2026-02-04 05:43:09 NOTICE 149.57.180.167 755086 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-04 05:43:09 DEBUG 149.57.180.167 755086 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-04 05:43:09 INFO 149.57.180.167 755086 3201 --- End access to /index.php 2026-02-04 06:13:25 DEBUG 23.27.145.87 868274 3201 NEW TOKEN generated by : /index.php 2026-02-04 06:13:25 NOTICE 23.27.145.87 868274 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-04 06:13:25 DEBUG 23.27.145.87 868274 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-04 06:13:25 INFO 23.27.145.87 868274 3201 --- End access to /index.php 2026-02-04 06:43:05 DEBUG 149.57.180.67 972041 3201 NEW TOKEN generated by : /index.php 2026-02-04 06:43:05 NOTICE 149.57.180.67 972041 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-04 06:43:05 DEBUG 149.57.180.67 972041 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-04 06:43:05 INFO 149.57.180.67 972041 3201 --- End access to /index.php 2026-02-04 07:23:36 DEBUG 134.122.84.24 83350 3201 NEW TOKEN generated by : /index.php 2026-02-04 07:23:36 NOTICE 134.122.84.24 83350 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-04 07:23:36 DEBUG 134.122.84.24 83350 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-04 07:23:36 INFO 134.122.84.24 83350 3201 --- End access to /index.php 2026-02-04 07:23:37 DEBUG 134.122.84.24 83350 3201 NEW TOKEN generated by : /index.php 2026-02-04 07:23:37 NOTICE 134.122.84.24 83350 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-04 07:23:37 DEBUG 134.122.84.24 83350 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-04 07:23:37 INFO 134.122.84.24 83350 3201 --- End access to /index.php 2026-02-04 07:56:49 DEBUG 137.184.116.4 268278 3201 NEW TOKEN generated by : /index.php 2026-02-04 07:56:49 NOTICE 137.184.116.4 268278 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-04 07:56:49 DEBUG 137.184.116.4 268278 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-04 07:56:49 INFO 137.184.116.4 268278 3201 --- End access to /index.php 2026-02-04 07:56:49 DEBUG 137.184.116.4 268278 3201 NEW TOKEN generated by : /index.php 2026-02-04 07:56:49 NOTICE 137.184.116.4 268278 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-04 07:56:49 DEBUG 137.184.116.4 268278 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-04 07:56:49 INFO 137.184.116.4 268278 3201 --- End access to /index.php 2026-02-04 12:41:49 DEBUG 165.154.40.10 223052 3201 NEW TOKEN generated by : /index.php 2026-02-04 12:41:49 NOTICE 165.154.40.10 223052 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-04 12:41:49 DEBUG 165.154.40.10 223052 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-04 12:41:49 INFO 165.154.40.10 223052 3201 --- End access to /index.php 2026-02-04 12:42:00 DEBUG 165.154.40.10 223052 3201 NEW TOKEN generated by : /index.php 2026-02-04 12:42:00 NOTICE 165.154.40.10 223052 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-04 12:42:00 DEBUG 165.154.40.10 223052 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-04 12:42:00 INFO 165.154.40.10 223052 3201 --- End access to /index.php 2026-02-04 12:42:10 DEBUG 165.154.172.88 224049 3201 NEW TOKEN generated by : /index.php 2026-02-04 12:42:10 NOTICE 165.154.172.88 224049 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-04 12:42:10 DEBUG 165.154.172.88 224049 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-04 12:42:10 INFO 165.154.172.88 224049 3201 --- End access to /index.php 2026-02-04 12:42:10 DEBUG 152.32.173.15 224049 3201 NEW TOKEN generated by : /index.php 2026-02-04 12:42:10 NOTICE 152.32.173.15 224049 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-04 12:42:10 DEBUG 152.32.173.15 224049 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-04 12:42:10 INFO 152.32.173.15 224049 3201 --- End access to /index.php 2026-02-04 12:42:35 DEBUG 101.36.106.134 224650 3201 NEW TOKEN generated by : /index.php 2026-02-04 12:42:35 NOTICE 101.36.106.134 224650 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-04 12:42:35 DEBUG 101.36.106.134 224650 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-04 12:42:35 INFO 101.36.106.134 224650 3201 --- End access to /index.php 2026-02-04 13:18:09 DEBUG 165.22.214.0 365955 3201 NEW TOKEN generated by : /index.php 2026-02-04 13:18:09 NOTICE 165.22.214.0 365955 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-04 13:18:09 DEBUG 165.22.214.0 365955 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-04 13:18:09 INFO 165.22.214.0 365955 3201 --- End access to /index.php 2026-02-04 13:18:11 DEBUG 165.22.214.0 365955 3201 NEW TOKEN generated by : /index.php 2026-02-04 13:18:11 NOTICE 165.22.214.0 365955 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-04 13:18:11 DEBUG 165.22.214.0 365955 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-04 13:18:11 INFO 165.22.214.0 365955 3201 --- End access to /index.php 2026-02-04 18:02:36 DEBUG 152.32.169.7 437752 3201 NEW TOKEN generated by : /index.php 2026-02-04 18:02:36 NOTICE 152.32.169.7 437752 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-04 18:02:36 DEBUG 152.32.169.7 437752 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-04 18:02:36 INFO 152.32.169.7 437752 3201 --- End access to /index.php 2026-02-04 18:02:47 DEBUG 152.32.169.7 437752 3201 NEW TOKEN generated by : /index.php 2026-02-04 18:02:47 NOTICE 152.32.169.7 437752 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-04 18:02:47 DEBUG 152.32.169.7 437752 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-04 18:02:47 INFO 152.32.169.7 437752 3201 --- End access to /index.php 2026-02-04 18:03:02 DEBUG 118.194.250.113 438519 3201 NEW TOKEN generated by : /index.php 2026-02-04 18:03:02 NOTICE 118.194.250.113 438519 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-04 18:03:02 DEBUG 118.194.250.113 438519 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-04 18:03:02 INFO 118.194.250.113 438519 3201 --- End access to /index.php 2026-02-04 18:03:20 DEBUG 165.154.172.88 440186 3201 NEW TOKEN generated by : /index.php 2026-02-04 18:03:20 NOTICE 165.154.172.88 440186 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-04 18:03:20 DEBUG 165.154.172.88 440186 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-04 18:03:20 INFO 165.154.172.88 440186 3201 --- End access to /index.php 2026-02-04 18:03:23 DEBUG 128.1.44.38 440186 3201 NEW TOKEN generated by : /index.php 2026-02-04 18:03:23 NOTICE 128.1.44.38 440186 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-04 18:03:23 DEBUG 128.1.44.38 440186 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-04 18:03:23 INFO 128.1.44.38 440186 3201 --- End access to /index.php 2026-02-04 18:03:36 DEBUG 165.154.182.92 440951 3201 NEW TOKEN generated by : /index.php 2026-02-04 18:03:36 NOTICE 165.154.182.92 440951 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-04 18:03:36 DEBUG 165.154.182.92 440951 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-04 18:03:36 INFO 165.154.182.92 440951 3201 --- End access to /index.php 2026-02-05 07:36:53 DEBUG 3.18.186.238 280141 3201 NEW TOKEN generated by : /index.php 2026-02-05 07:36:53 NOTICE 3.18.186.238 280141 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-05 07:36:53 DEBUG 3.18.186.238 280141 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-05 07:36:53 INFO 3.18.186.238 280141 3201 --- End access to /index.php 2026-02-05 12:30:13 DEBUG 3.151.194.164 313701 3201 NEW TOKEN generated by : /index.php 2026-02-05 12:30:13 NOTICE 3.151.194.164 313701 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-05 12:30:13 DEBUG 3.151.194.164 313701 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-05 12:30:13 INFO 3.151.194.164 313701 3201 --- End access to /index.php 2026-02-05 13:43:45 DEBUG 161.35.165.26 593317 3201 NEW TOKEN generated by : /index.php 2026-02-05 13:43:45 NOTICE 161.35.165.26 593317 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-05 13:43:45 DEBUG 161.35.165.26 593317 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-05 13:43:45 INFO 161.35.165.26 593317 3201 --- End access to /index.php 2026-02-05 13:43:46 DEBUG 161.35.165.26 593317 3201 NEW TOKEN generated by : /index.php 2026-02-05 13:43:46 NOTICE 161.35.165.26 593317 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-05 13:43:46 DEBUG 161.35.165.26 593317 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-05 13:43:46 INFO 161.35.165.26 593317 3201 --- End access to /index.php 2026-02-05 13:48:38 DEBUG 195.178.110.242 605898 3201 NEW TOKEN generated by : /index.php 2026-02-05 13:48:38 NOTICE 195.178.110.242 605898 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-05 13:48:38 DEBUG 195.178.110.242 605898 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-05 13:48:38 INFO 195.178.110.242 605898 3201 --- End access to /index.php 2026-02-05 13:48:39 DEBUG 195.178.110.242 605898 3201 NEW TOKEN generated by : /index.php 2026-02-05 13:48:39 NOTICE 195.178.110.242 605898 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-05 13:48:39 DEBUG 195.178.110.242 605898 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-05 13:48:39 INFO 195.178.110.242 605898 3201 --- End access to /index.php 2026-02-05 13:49:16 DEBUG 195.178.110.242 607056 3201 NEW TOKEN generated by : /index.php 2026-02-05 13:49:16 NOTICE 195.178.110.242 607056 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-05 13:49:16 DEBUG 195.178.110.242 607056 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-05 13:49:16 INFO 195.178.110.242 607056 3201 --- End access to /index.php 2026-02-05 13:50:10 DEBUG 195.178.110.242 609265 3201 NEW TOKEN generated by : /index.php 2026-02-05 13:50:10 NOTICE 195.178.110.242 609265 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-05 13:50:10 DEBUG 195.178.110.242 609265 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-05 13:50:10 INFO 195.178.110.242 609265 3201 --- End access to /index.php 2026-02-05 13:50:33 DEBUG 195.178.110.242 611539 3201 NEW TOKEN generated by : /index.php 2026-02-05 13:50:33 NOTICE 195.178.110.242 611539 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-05 13:50:33 DEBUG 195.178.110.242 611539 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-05 13:50:33 INFO 195.178.110.242 611539 3201 --- End access to /index.php 2026-02-05 13:58:40 DEBUG 165.227.132.177 645224 3201 NEW TOKEN generated by : /index.php 2026-02-05 13:58:40 NOTICE 165.227.132.177 645224 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-05 13:58:40 DEBUG 165.227.132.177 645224 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-05 13:58:40 INFO 165.227.132.177 645224 3201 --- End access to /index.php 2026-02-05 13:58:42 DEBUG 165.227.132.177 645224 3201 NEW TOKEN generated by : /index.php 2026-02-05 13:58:42 NOTICE 165.227.132.177 645224 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-05 13:58:42 DEBUG 165.227.132.177 645224 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-05 13:58:42 INFO 165.227.132.177 645224 3201 --- End access to /index.php 2026-02-05 22:48:36 DEBUG 84.254.106.197 553736 3201 NEW TOKEN generated by : /index.php 2026-02-05 22:48:36 DEBUG 84.254.106.197 553485 3201 NEW TOKEN generated by : /index.php 2026-02-05 22:48:36 NOTICE 84.254.106.197 553485 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-05 22:48:36 NOTICE 84.254.106.197 553736 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-05 22:48:36 DEBUG 84.254.106.197 553485 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-05 22:48:36 DEBUG 84.254.106.197 553736 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-05 22:48:36 INFO 84.254.106.197 553736 3201 --- End access to /index.php 2026-02-05 22:48:36 INFO 84.254.106.197 553485 3201 --- End access to /index.php 2026-02-05 22:48:56 DEBUG 84.254.106.197 554534 3201 NEW TOKEN generated by : /index.php 2026-02-05 22:48:56 NOTICE 84.254.106.197 554534 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-05 22:48:56 DEBUG 84.254.106.197 554534 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-05 22:48:56 INFO 84.254.106.197 554534 3201 --- End access to /index.php 2026-02-05 23:32:35 DEBUG 84.254.106.197 713100 3201 NEW TOKEN generated by : /index.php 2026-02-05 23:32:35 NOTICE 84.254.106.197 713100 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-05 23:32:35 DEBUG 84.254.106.197 713100 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-05 23:32:35 INFO 84.254.106.197 713100 3201 --- End access to /index.php 2026-02-05 23:35:14 DEBUG 84.254.106.197 719077 3201 NEW TOKEN generated by : /index.php 2026-02-05 23:35:14 NOTICE 84.254.106.197 719077 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-05 23:35:14 DEBUG 84.254.106.197 719077 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-05 23:35:14 INFO 84.254.106.197 719077 3201 --- End access to /index.php 2026-02-05 23:35:14 DEBUG 84.254.106.197 719077 3201 NEW TOKEN generated by : /index.php 2026-02-05 23:35:14 NOTICE 84.254.106.197 719077 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-05 23:35:14 DEBUG 84.254.106.197 719077 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-05 23:35:14 INFO 84.254.106.197 719077 3201 --- End access to /index.php 2026-02-05 23:36:26 DEBUG 84.254.106.197 722798 3201 NEW TOKEN generated by : /index.php 2026-02-05 23:36:26 NOTICE 84.254.106.197 722798 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-05 23:36:26 DEBUG 84.254.106.197 722798 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-05 23:36:26 INFO 84.254.106.197 722798 3201 --- End access to /index.php 2026-02-05 23:36:26 DEBUG 84.254.106.197 723001 3201 NEW TOKEN generated by : /index.php 2026-02-05 23:36:26 NOTICE 84.254.106.197 723001 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-05 23:36:26 DEBUG 84.254.106.197 723001 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-05 23:36:26 INFO 84.254.106.197 723001 3201 --- End access to /index.php 2026-02-05 23:57:52 DEBUG 23.27.145.128 790702 3201 NEW TOKEN generated by : /index.php 2026-02-05 23:57:52 NOTICE 23.27.145.128 790702 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-05 23:57:52 DEBUG 23.27.145.128 790702 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-05 23:57:52 INFO 23.27.145.128 790702 3201 --- End access to /index.php 2026-02-05 23:57:54 DEBUG 23.27.145.112 790641 3201 NEW TOKEN generated by : /index.php 2026-02-05 23:57:54 NOTICE 23.27.145.112 790641 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-05 23:57:54 DEBUG 23.27.145.112 790641 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-05 23:57:54 INFO 23.27.145.112 790641 3201 --- End access to /index.php 2026-02-05 23:58:04 DEBUG 149.57.180.186 790641 3201 NEW TOKEN generated by : /index.php 2026-02-05 23:58:04 NOTICE 149.57.180.186 790641 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-05 23:58:04 DEBUG 149.57.180.186 790641 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-05 23:58:04 INFO 149.57.180.186 790641 3201 --- End access to /index.php 2026-02-05 23:58:06 DEBUG 149.57.180.36 790641 3201 NEW TOKEN generated by : /index.php 2026-02-05 23:58:06 NOTICE 149.57.180.36 790641 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-05 23:58:06 DEBUG 149.57.180.36 790641 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-05 23:58:06 INFO 149.57.180.36 790641 3201 --- End access to /index.php 2026-02-05 23:58:10 DEBUG 149.57.180.24 790641 3201 NEW TOKEN generated by : /index.php 2026-02-05 23:58:10 NOTICE 149.57.180.24 790641 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-05 23:58:10 DEBUG 149.57.180.24 790641 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-05 23:58:10 INFO 149.57.180.24 790641 3201 --- End access to /index.php 2026-02-06 04:46:49 DEBUG 23.27.145.49 813441 3201 NEW TOKEN generated by : /index.php 2026-02-06 04:46:49 NOTICE 23.27.145.49 813441 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-06 04:46:49 DEBUG 23.27.145.49 813441 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-06 04:46:49 INFO 23.27.145.49 813441 3201 --- End access to /index.php 2026-02-06 04:46:50 DEBUG 149.57.180.16 813441 3201 NEW TOKEN generated by : /index.php 2026-02-06 04:46:50 NOTICE 149.57.180.16 813441 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-06 04:46:50 DEBUG 149.57.180.16 813441 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-06 04:46:50 INFO 149.57.180.16 813441 3201 --- End access to /index.php 2026-02-06 04:46:53 DEBUG 23.27.145.210 813441 3201 NEW TOKEN generated by : /index.php 2026-02-06 04:46:53 NOTICE 23.27.145.210 813441 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-06 04:46:53 DEBUG 23.27.145.210 813441 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-06 04:46:53 INFO 23.27.145.210 813441 3201 --- End access to /index.php 2026-02-06 04:46:53 DEBUG 149.57.180.67 813441 3201 NEW TOKEN generated by : /index.php 2026-02-06 04:46:53 NOTICE 149.57.180.67 813441 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-06 04:46:53 DEBUG 149.57.180.67 813441 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-06 04:46:53 INFO 149.57.180.67 813441 3201 --- End access to /index.php 2026-02-06 08:17:39 DEBUG 64.23.175.147 504062 3201 NEW TOKEN generated by : /index.php 2026-02-06 08:17:39 NOTICE 64.23.175.147 504062 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-06 08:17:39 DEBUG 64.23.175.147 504062 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-06 08:17:39 INFO 64.23.175.147 504062 3201 --- End access to /index.php 2026-02-06 08:17:39 DEBUG 64.23.175.147 504062 3201 NEW TOKEN generated by : /index.php 2026-02-06 08:17:39 NOTICE 64.23.175.147 504062 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-06 08:17:39 DEBUG 64.23.175.147 504062 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-06 08:17:40 INFO 64.23.175.147 504062 3201 --- End access to /index.php 2026-02-06 08:40:12 DEBUG 161.35.233.35 583786 3201 NEW TOKEN generated by : /index.php 2026-02-06 08:40:12 NOTICE 161.35.233.35 583786 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-06 08:40:12 DEBUG 161.35.233.35 583786 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-06 08:40:12 INFO 161.35.233.35 583786 3201 --- End access to /index.php 2026-02-06 08:40:13 DEBUG 161.35.233.35 583786 3201 NEW TOKEN generated by : /index.php 2026-02-06 08:40:13 NOTICE 161.35.233.35 583786 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-06 08:40:13 DEBUG 161.35.233.35 583786 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-06 08:40:13 INFO 161.35.233.35 583786 3201 --- End access to /index.php 2026-02-06 11:51:51 DEBUG 3.20.201.240 238500 3201 NEW TOKEN generated by : /index.php 2026-02-06 11:51:51 NOTICE 3.20.201.240 238500 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-06 11:51:51 DEBUG 3.20.201.240 238500 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-06 11:51:51 INFO 3.20.201.240 238500 3201 --- End access to /index.php 2026-02-06 13:20:07 DEBUG 98.93.160.14 597011 3201 NEW TOKEN generated by : /index.php 2026-02-06 13:20:07 NOTICE 98.93.160.14 597011 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-06 13:20:07 DEBUG 98.93.160.14 597011 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-06 13:20:07 INFO 98.93.160.14 597011 3201 --- End access to /index.php 2026-02-06 13:29:16 DEBUG 52.91.131.39 621229 3201 NEW TOKEN generated by : /index.php 2026-02-06 13:29:16 NOTICE 52.91.131.39 621229 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-06 13:29:16 DEBUG 52.91.131.39 621229 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-06 13:29:16 INFO 52.91.131.39 621229 3201 --- End access to /index.php 2026-02-06 13:34:21 DEBUG 164.92.212.245 649197 3201 NEW TOKEN generated by : /index.php 2026-02-06 13:34:21 NOTICE 164.92.212.245 649197 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-06 13:34:21 DEBUG 164.92.212.245 649197 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-06 13:34:21 INFO 164.92.212.245 649197 3201 --- End access to /index.php 2026-02-06 13:34:22 DEBUG 164.92.212.245 649197 3201 NEW TOKEN generated by : /index.php 2026-02-06 13:34:22 NOTICE 164.92.212.245 649197 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-06 13:34:22 DEBUG 164.92.212.245 649197 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-06 13:34:22 INFO 164.92.212.245 649197 3201 --- End access to /index.php 2026-02-06 14:20:37 DEBUG 34.71.173.106 820757 3201 NEW TOKEN generated by : /index.php 2026-02-06 14:20:37 NOTICE 34.71.173.106 820757 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-06 14:20:37 DEBUG 34.71.173.106 820757 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-06 14:20:37 INFO 34.71.173.106 820757 3201 --- End access to /index.php 2026-02-06 14:25:55 DEBUG 34.171.182.44 848982 3201 NEW TOKEN generated by : /index.php 2026-02-06 14:25:55 NOTICE 34.171.182.44 848982 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-06 14:25:55 DEBUG 34.171.182.44 848982 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-06 14:25:55 INFO 34.171.182.44 848982 3201 --- End access to /index.php 2026-02-06 14:25:56 DEBUG 34.171.182.44 848982 3201 NEW TOKEN generated by : /index.php 2026-02-06 14:25:56 NOTICE 34.171.182.44 848982 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-06 14:25:56 DEBUG 34.171.182.44 848982 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-06 14:25:56 INFO 34.171.182.44 848982 3201 --- End access to /index.php 2026-02-06 16:19:22 DEBUG 104.197.106.140 248454 3201 NEW TOKEN generated by : /index.php 2026-02-06 16:19:22 NOTICE 104.197.106.140 248454 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-06 16:19:22 DEBUG 104.197.106.140 248454 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-06 16:19:22 INFO 104.197.106.140 248454 3201 --- End access to /index.php 2026-02-06 16:23:18 DEBUG 34.46.58.101 259116 3201 NEW TOKEN generated by : /index.php 2026-02-06 16:23:18 DEBUG 34.46.58.101 259115 3201 NEW TOKEN generated by : /index.php 2026-02-06 16:23:18 NOTICE 34.46.58.101 259116 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-06 16:23:18 NOTICE 34.46.58.101 259115 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-06 16:23:18 DEBUG 34.46.58.101 259115 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-06 16:23:18 DEBUG 34.46.58.101 259116 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-06 16:23:18 INFO 34.46.58.101 259115 3201 --- End access to /index.php 2026-02-06 16:23:18 INFO 34.46.58.101 259116 3201 --- End access to /index.php 2026-02-06 16:40:02 DEBUG 34.136.87.0 323458 3201 NEW TOKEN generated by : /index.php 2026-02-06 16:40:02 NOTICE 34.136.87.0 323458 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-06 16:40:02 DEBUG 34.136.87.0 323458 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-06 16:40:02 DEBUG 34.136.87.0 323461 3201 NEW TOKEN generated by : /index.php 2026-02-06 16:40:02 NOTICE 34.136.87.0 323461 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-06 16:40:02 DEBUG 34.136.87.0 323461 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-06 16:40:02 INFO 34.136.87.0 323458 3201 --- End access to /index.php 2026-02-06 16:40:02 INFO 34.136.87.0 323461 3201 --- End access to /index.php 2026-02-06 20:36:52 DEBUG 195.178.110.242 294838 3201 NEW TOKEN generated by : /index.php 2026-02-06 20:36:52 NOTICE 195.178.110.242 294838 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-06 20:36:52 DEBUG 195.178.110.242 294838 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-06 20:36:52 INFO 195.178.110.242 294838 3201 --- End access to /index.php 2026-02-06 20:36:56 DEBUG 195.178.110.242 294932 3201 NEW TOKEN generated by : /index.php 2026-02-06 20:36:56 NOTICE 195.178.110.242 294932 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-06 20:36:56 DEBUG 195.178.110.242 294932 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-06 20:36:56 INFO 195.178.110.242 294932 3201 --- End access to /index.php 2026-02-06 20:37:10 DEBUG 195.178.110.242 295826 3201 NEW TOKEN generated by : /index.php 2026-02-06 20:37:10 NOTICE 195.178.110.242 295826 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-06 20:37:10 DEBUG 195.178.110.242 295826 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-06 20:37:10 INFO 195.178.110.242 295826 3201 --- End access to /index.php 2026-02-06 20:37:12 DEBUG 195.178.110.242 295826 3201 NEW TOKEN generated by : /index.php 2026-02-06 20:37:12 NOTICE 195.178.110.242 295826 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-06 20:37:12 DEBUG 195.178.110.242 295826 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-06 20:37:12 INFO 195.178.110.242 295826 3201 --- End access to /index.php 2026-02-07 02:19:29 DEBUG 66.132.153.115 537840 3201 NEW TOKEN generated by : /index.php 2026-02-07 02:19:29 NOTICE 66.132.153.115 537840 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-07 02:19:29 DEBUG 66.132.153.115 537840 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-07 02:19:29 INFO 66.132.153.115 537840 3201 --- End access to /index.php 2026-02-07 02:33:27 DEBUG 167.94.146.49 583748 3201 NEW TOKEN generated by : /index.php 2026-02-07 02:33:27 NOTICE 167.94.146.49 583748 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-07 02:33:27 DEBUG 167.94.146.49 583748 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-07 02:33:27 INFO 167.94.146.49 583748 3201 --- End access to /index.php 2026-02-07 05:12:25 DEBUG 98.93.160.14 104346 3201 NEW TOKEN generated by : /index.php 2026-02-07 05:12:25 NOTICE 98.93.160.14 104346 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-07 05:12:25 DEBUG 98.93.160.14 104346 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-07 05:12:25 INFO 98.93.160.14 104346 3201 --- End access to /index.php 2026-02-07 05:18:13 DEBUG 52.91.131.39 130505 3201 NEW TOKEN generated by : /index.php 2026-02-07 05:18:13 NOTICE 52.91.131.39 130505 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-07 05:18:13 DEBUG 52.91.131.39 130505 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-07 05:18:13 DEBUG 52.91.131.39 130506 3201 NEW TOKEN generated by : /index.php 2026-02-07 05:18:13 NOTICE 52.91.131.39 130506 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-07 05:18:13 DEBUG 52.91.131.39 130506 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-07 05:18:13 INFO 52.91.131.39 130505 3201 --- End access to /index.php 2026-02-07 05:18:13 INFO 52.91.131.39 130506 3201 --- End access to /index.php 2026-02-07 05:19:37 DEBUG 3.91.30.180 134081 3201 NEW TOKEN generated by : /index.php 2026-02-07 05:19:37 NOTICE 3.91.30.180 134081 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-07 05:19:37 DEBUG 3.91.30.180 134081 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-07 05:19:37 INFO 3.91.30.180 134081 3201 --- End access to /index.php 2026-02-07 05:19:37 DEBUG 3.91.30.180 134083 3201 NEW TOKEN generated by : /index.php 2026-02-07 05:19:37 NOTICE 3.91.30.180 134083 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-07 05:19:37 DEBUG 3.91.30.180 134083 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-07 05:19:37 INFO 3.91.30.180 134083 3201 --- End access to /index.php 2026-02-07 10:18:08 DEBUG 54.172.202.143 222744 3201 NEW TOKEN generated by : /index.php 2026-02-07 10:18:08 NOTICE 54.172.202.143 222744 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-07 10:18:08 DEBUG 54.172.202.143 222744 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-07 10:18:08 INFO 54.172.202.143 222744 3201 --- End access to /index.php 2026-02-07 10:24:54 DEBUG 3.91.30.180 234423 3201 NEW TOKEN generated by : /index.php 2026-02-07 10:24:54 NOTICE 3.91.30.180 234423 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-07 10:24:54 DEBUG 3.91.30.180 234423 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-07 10:24:54 INFO 3.91.30.180 234423 3201 --- End access to /index.php 2026-02-07 12:10:20 DEBUG 98.93.160.14 597994 3201 NEW TOKEN generated by : /index.php 2026-02-07 12:10:20 NOTICE 98.93.160.14 597994 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-07 12:10:20 DEBUG 98.93.160.14 597994 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-07 12:10:20 INFO 98.93.160.14 597994 3201 --- End access to /index.php 2026-02-07 12:11:58 DEBUG 98.93.160.14 601626 3201 NEW TOKEN generated by : /index.php 2026-02-07 12:11:58 NOTICE 98.93.160.14 601626 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-07 12:11:58 DEBUG 98.93.160.14 601626 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-07 12:11:58 INFO 98.93.160.14 601626 3201 --- End access to /index.php 2026-02-07 12:16:01 DEBUG 3.91.30.180 612969 3201 NEW TOKEN generated by : /index.php 2026-02-07 12:16:01 DEBUG 3.91.30.180 612965 3201 NEW TOKEN generated by : /index.php 2026-02-07 12:16:01 NOTICE 3.91.30.180 612969 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-07 12:16:01 NOTICE 3.91.30.180 612965 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-07 12:16:01 DEBUG 3.91.30.180 612965 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-07 12:16:01 DEBUG 3.91.30.180 612969 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-07 12:16:01 INFO 3.91.30.180 612965 3201 --- End access to /index.php 2026-02-07 12:16:01 INFO 3.91.30.180 612969 3201 --- End access to /index.php 2026-02-07 12:29:35 DEBUG 98.93.160.14 659418 3201 NEW TOKEN generated by : /index.php 2026-02-07 12:29:35 DEBUG 98.93.160.14 659419 3201 NEW TOKEN generated by : /index.php 2026-02-07 12:29:35 NOTICE 98.93.160.14 659418 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-07 12:29:35 DEBUG 98.93.160.14 659418 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-07 12:29:35 NOTICE 98.93.160.14 659419 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-07 12:29:35 DEBUG 98.93.160.14 659419 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-07 12:29:35 INFO 98.93.160.14 659418 3201 --- End access to /index.php 2026-02-07 12:29:35 INFO 98.93.160.14 659419 3201 --- End access to /index.php 2026-02-07 12:39:22 DEBUG 52.91.131.39 697087 3201 NEW TOKEN generated by : /index.php 2026-02-07 12:39:22 NOTICE 52.91.131.39 697087 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-07 12:39:22 DEBUG 52.91.131.39 697087 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-07 12:39:22 INFO 52.91.131.39 697087 3201 --- End access to /index.php 2026-02-07 12:48:54 DEBUG 54.172.202.143 740390 3201 NEW TOKEN generated by : /index.php 2026-02-07 12:48:54 NOTICE 54.172.202.143 740390 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-07 12:48:54 DEBUG 54.172.202.143 740390 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-07 12:48:54 INFO 54.172.202.143 740390 3201 --- End access to /index.php 2026-02-07 12:54:18 DEBUG 54.172.202.143 756994 3201 NEW TOKEN generated by : /index.php 2026-02-07 12:54:18 NOTICE 54.172.202.143 756994 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-07 12:54:18 DEBUG 54.172.202.143 756994 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-07 12:54:18 INFO 54.172.202.143 756994 3201 --- End access to /index.php 2026-02-07 20:02:18 DEBUG 101.36.106.134 324991 3201 NEW TOKEN generated by : /index.php 2026-02-07 20:02:18 NOTICE 101.36.106.134 324991 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-07 20:02:18 DEBUG 101.36.106.134 324991 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-07 20:02:18 INFO 101.36.106.134 324991 3201 --- End access to /index.php 2026-02-07 20:02:29 DEBUG 165.154.182.92 325552 3201 NEW TOKEN generated by : /index.php 2026-02-07 20:02:29 NOTICE 165.154.182.92 325552 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-07 20:02:29 DEBUG 165.154.182.92 325552 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-07 20:02:29 INFO 165.154.182.92 325552 3201 --- End access to /index.php 2026-02-07 20:02:41 DEBUG 152.32.132.203 325912 3201 NEW TOKEN generated by : /index.php 2026-02-07 20:02:41 NOTICE 152.32.132.203 325912 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-07 20:02:41 DEBUG 152.32.132.203 325912 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-07 20:02:41 INFO 152.32.132.203 325912 3201 --- End access to /index.php 2026-02-07 20:02:42 DEBUG 152.32.132.203 325912 3201 NEW TOKEN generated by : /index.php 2026-02-07 20:02:42 NOTICE 152.32.132.203 325912 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-07 20:02:42 DEBUG 152.32.132.203 325912 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-07 20:02:42 INFO 152.32.132.203 325912 3201 --- End access to /index.php 2026-02-07 20:59:36 DEBUG 152.32.211.69 548529 3201 NEW TOKEN generated by : /index.php 2026-02-07 20:59:36 NOTICE 152.32.211.69 548529 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-07 20:59:36 DEBUG 152.32.211.69 548529 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-07 20:59:36 INFO 152.32.211.69 548529 3201 --- End access to /index.php 2026-02-07 20:59:41 DEBUG 165.154.162.212 548529 3201 NEW TOKEN generated by : /index.php 2026-02-07 20:59:41 NOTICE 165.154.162.212 548529 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-07 20:59:41 DEBUG 165.154.162.212 548529 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-07 20:59:41 INFO 165.154.162.212 548529 3201 --- End access to /index.php 2026-02-07 20:59:44 DEBUG 118.193.43.141 548863 3201 NEW TOKEN generated by : /index.php 2026-02-07 20:59:44 NOTICE 118.193.43.141 548863 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-07 20:59:44 DEBUG 118.193.43.141 548863 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-07 20:59:44 INFO 118.193.43.141 548863 3201 --- End access to /index.php 2026-02-07 20:59:54 DEBUG 165.154.172.88 548863 3201 NEW TOKEN generated by : /index.php 2026-02-07 20:59:54 NOTICE 165.154.172.88 548863 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-07 20:59:54 DEBUG 165.154.172.88 548863 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-07 20:59:54 INFO 165.154.172.88 548863 3201 --- End access to /index.php 2026-02-08 05:16:03 DEBUG 192.241.134.201 236059 3201 NEW TOKEN generated by : /index.php 2026-02-08 05:16:03 NOTICE 192.241.134.201 236059 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-08 05:16:03 DEBUG 192.241.134.201 236059 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-08 05:16:03 INFO 192.241.134.201 236059 3201 --- End access to /index.php 2026-02-08 05:16:04 DEBUG 192.241.134.201 236059 3201 NEW TOKEN generated by : /index.php 2026-02-08 05:16:04 NOTICE 192.241.134.201 236059 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-08 05:16:04 DEBUG 192.241.134.201 236059 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-08 05:16:04 INFO 192.241.134.201 236059 3201 --- End access to /index.php 2026-02-08 06:38:50 DEBUG 157.245.58.175 755048 3201 NEW TOKEN generated by : /index.php 2026-02-08 06:38:50 NOTICE 157.245.58.175 755048 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-08 06:38:50 DEBUG 157.245.58.175 755048 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-08 06:38:50 INFO 157.245.58.175 755048 3201 --- End access to /index.php 2026-02-08 06:38:51 DEBUG 157.245.58.175 755048 3201 NEW TOKEN generated by : /index.php 2026-02-08 06:38:51 NOTICE 157.245.58.175 755048 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-08 06:38:51 DEBUG 157.245.58.175 755048 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-08 06:38:51 INFO 157.245.58.175 755048 3201 --- End access to /index.php 2026-02-08 10:44:06 DEBUG 23.180.120.132 91948 3201 NEW TOKEN generated by : /index.php 2026-02-08 10:44:06 NOTICE 23.180.120.132 91948 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-08 10:44:06 DEBUG 23.180.120.132 91948 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-08 10:44:07 INFO 23.180.120.132 91948 3201 --- End access to /index.php 2026-02-08 14:20:14 DEBUG 150.40.242.182 899488 3201 NEW TOKEN generated by : /index.php 2026-02-08 14:20:14 NOTICE 150.40.242.182 899488 3201 --- Access to HEAD /index.php - action= - actionlogin= - showing the login form and exit 2026-02-08 14:20:14 DEBUG 150.40.242.182 899488 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-08 14:20:14 INFO 150.40.242.182 899488 3201 --- End access to /index.php 2026-02-08 14:20:15 DEBUG 202.170.91.69 899488 3201 NEW TOKEN generated by : /index.php 2026-02-08 14:20:15 NOTICE 202.170.91.69 899488 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-08 14:20:15 DEBUG 202.170.91.69 899488 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-08 14:20:15 INFO 202.170.91.69 899488 3201 --- End access to /index.php 2026-02-08 15:31:26 DEBUG 23.180.120.131 80000 3201 NEW TOKEN generated by : /index.php 2026-02-08 15:31:26 NOTICE 23.180.120.131 80000 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-08 15:31:26 DEBUG 23.180.120.131 80000 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-08 15:31:26 INFO 23.180.120.131 80000 3201 --- End access to /index.php 2026-02-08 16:51:47 DEBUG 34.75.21.69 380459 3201 NEW TOKEN generated by : /index.php 2026-02-08 16:51:47 NOTICE 34.75.21.69 380459 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-08 16:51:47 DEBUG 34.75.21.69 380459 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-08 16:51:47 INFO 34.75.21.69 380459 3201 --- End access to /index.php 2026-02-08 16:51:47 NOTICE 34.75.21.69 380459 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-08 16:51:47 DEBUG 34.75.21.69 380459 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-08 16:51:47 INFO 34.75.21.69 380459 3201 --- End access to /index.php 2026-02-08 16:51:48 DEBUG 34.75.21.69 380459 3201 NEW TOKEN generated by : /index.php 2026-02-08 16:51:48 NOTICE 34.75.21.69 380459 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-08 16:51:48 DEBUG 34.75.21.69 380459 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-08 16:51:48 INFO 34.75.21.69 380459 3201 --- End access to /index.php 2026-02-08 16:51:48 NOTICE 34.75.21.69 380459 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-08 16:51:48 DEBUG 34.75.21.69 380459 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-08 16:51:48 INFO 34.75.21.69 380459 3201 --- End access to /index.php 2026-02-08 16:51:48 NOTICE 34.75.21.69 380459 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-08 16:51:48 DEBUG 34.75.21.69 380459 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-08 16:51:48 INFO 34.75.21.69 380459 3201 --- End access to /index.php 2026-02-08 16:51:48 NOTICE 34.75.21.69 380459 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-08 16:51:48 DEBUG 34.75.21.69 380459 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-08 16:51:48 INFO 34.75.21.69 380459 3201 --- End access to /index.php 2026-02-08 18:58:32 DEBUG 34.73.74.21 804339 3201 NEW TOKEN generated by : /index.php 2026-02-08 18:58:32 NOTICE 34.73.74.21 804339 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-08 18:58:32 DEBUG 34.73.74.21 804339 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-08 18:58:32 INFO 34.73.74.21 804339 3201 --- End access to /index.php 2026-02-08 18:58:32 NOTICE 34.73.74.21 804339 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-08 18:58:32 DEBUG 34.73.74.21 804339 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-08 18:58:32 INFO 34.73.74.21 804339 3201 --- End access to /index.php 2026-02-08 18:58:32 NOTICE 34.73.74.21 804339 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-08 18:58:32 DEBUG 34.73.74.21 804339 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-08 18:58:32 INFO 34.73.74.21 804339 3201 --- End access to /index.php 2026-02-08 23:04:28 DEBUG 84.254.106.197 641653 3201 NEW TOKEN generated by : /index.php 2026-02-08 23:04:28 NOTICE 84.254.106.197 641653 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-08 23:04:28 DEBUG 84.254.106.197 641653 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-08 23:04:28 INFO 84.254.106.197 641653 3201 --- End access to /index.php 2026-02-08 23:05:02 DEBUG 84.254.106.197 643191 3201 NEW TOKEN generated by : /index.php 2026-02-08 23:05:02 NOTICE 84.254.106.197 643191 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-08 23:05:02 DEBUG 84.254.106.197 643191 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-08 23:05:02 INFO 84.254.106.197 643191 3201 --- End access to /index.php 2026-02-08 23:05:03 DEBUG 84.254.106.197 643191 3201 NEW TOKEN generated by : /index.php 2026-02-08 23:05:03 NOTICE 84.254.106.197 643191 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-08 23:05:03 DEBUG 84.254.106.197 643191 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-08 23:05:03 INFO 84.254.106.197 643191 3201 --- End access to /index.php 2026-02-08 23:16:10 DEBUG 23.27.145.253 687850 3201 NEW TOKEN generated by : /index.php 2026-02-08 23:16:10 NOTICE 23.27.145.253 687850 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-08 23:16:10 DEBUG 23.27.145.253 687850 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-08 23:16:10 INFO 23.27.145.253 687850 3201 --- End access to /index.php 2026-02-08 23:16:17 DEBUG 149.57.180.124 687850 3201 NEW TOKEN generated by : /index.php 2026-02-08 23:16:17 NOTICE 149.57.180.124 687850 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-08 23:16:17 DEBUG 149.57.180.124 687850 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-08 23:16:17 INFO 149.57.180.124 687850 3201 --- End access to /index.php 2026-02-08 23:16:39 DEBUG 23.27.145.106 690501 3201 NEW TOKEN generated by : /index.php 2026-02-08 23:16:39 NOTICE 23.27.145.106 690501 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-08 23:16:39 DEBUG 23.27.145.106 690501 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-08 23:16:39 INFO 23.27.145.106 690501 3201 --- End access to /index.php 2026-02-08 23:16:56 DEBUG 23.27.145.31 691132 3201 NEW TOKEN generated by : /index.php 2026-02-08 23:16:56 NOTICE 23.27.145.31 691132 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-08 23:16:56 DEBUG 23.27.145.31 691132 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-08 23:16:56 INFO 23.27.145.31 691132 3201 --- End access to /index.php 2026-02-09 01:57:22 DEBUG 35.172.9.70 199069 3201 NEW TOKEN generated by : /index.php 2026-02-09 01:57:22 NOTICE 35.172.9.70 199069 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-09 01:57:22 DEBUG 35.172.9.70 199069 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-09 01:57:22 INFO 35.172.9.70 199069 3201 --- End access to /index.php 2026-02-09 01:57:22 DEBUG 35.172.9.70 199069 3201 NEW TOKEN generated by : /index.php 2026-02-09 01:57:22 NOTICE 35.172.9.70 199069 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-09 01:57:22 DEBUG 35.172.9.70 199069 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-09 01:57:22 INFO 35.172.9.70 199069 3201 --- End access to /index.php 2026-02-09 02:46:30 DEBUG 3.139.242.79 363552 3201 NEW TOKEN generated by : /index.php 2026-02-09 02:46:30 NOTICE 3.139.242.79 363552 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-09 02:46:30 DEBUG 3.139.242.79 363552 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-09 02:46:30 INFO 3.139.242.79 363552 3201 --- End access to /index.php 2026-02-09 03:11:45 DEBUG 149.57.180.68 451391 3201 NEW TOKEN generated by : /index.php 2026-02-09 03:11:45 NOTICE 149.57.180.68 451391 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-09 03:11:45 DEBUG 149.57.180.68 451391 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-09 03:11:45 INFO 149.57.180.68 451391 3201 --- End access to /index.php 2026-02-09 03:11:49 DEBUG 23.27.145.238 451391 3201 NEW TOKEN generated by : /index.php 2026-02-09 03:11:49 NOTICE 23.27.145.238 451391 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-09 03:11:49 DEBUG 23.27.145.238 451391 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-09 03:11:49 INFO 23.27.145.238 451391 3201 --- End access to /index.php 2026-02-09 03:12:09 DEBUG 149.57.180.172 452431 3201 NEW TOKEN generated by : /index.php 2026-02-09 03:12:09 NOTICE 149.57.180.172 452431 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-09 03:12:09 DEBUG 149.57.180.172 452431 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-09 03:12:09 INFO 149.57.180.172 452431 3201 --- End access to /index.php 2026-02-09 03:12:36 DEBUG 149.57.180.110 453562 3201 NEW TOKEN generated by : /index.php 2026-02-09 03:12:36 NOTICE 149.57.180.110 453562 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-09 03:12:36 DEBUG 149.57.180.110 453562 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-09 03:12:36 INFO 149.57.180.110 453562 3201 --- End access to /index.php 2026-02-09 04:41:39 DEBUG 23.27.145.117 802676 3201 NEW TOKEN generated by : /index.php 2026-02-09 04:41:39 NOTICE 23.27.145.117 802676 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-09 04:41:39 DEBUG 23.27.145.117 802676 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-09 04:41:39 INFO 23.27.145.117 802676 3201 --- End access to /index.php 2026-02-09 13:00:42 DEBUG 34.59.106.243 492117 3201 NEW TOKEN generated by : /index.php 2026-02-09 13:00:42 NOTICE 34.59.106.243 492117 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-09 13:00:42 DEBUG 34.59.106.243 492117 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-09 13:00:42 INFO 34.59.106.243 492117 3201 --- End access to /index.php 2026-02-09 13:00:42 NOTICE 34.59.106.243 492117 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-09 13:00:42 DEBUG 34.59.106.243 492117 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-09 13:00:42 INFO 34.59.106.243 492117 3201 --- End access to /index.php 2026-02-09 13:00:42 DEBUG 34.59.106.243 492117 3201 NEW TOKEN generated by : /index.php 2026-02-09 13:00:42 NOTICE 34.59.106.243 492117 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-09 13:00:42 DEBUG 34.59.106.243 492117 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-09 13:00:42 INFO 34.59.106.243 492117 3201 --- End access to /index.php 2026-02-09 13:00:43 NOTICE 34.59.106.243 492117 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-09 13:00:43 DEBUG 34.59.106.243 492117 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-09 13:00:43 INFO 34.59.106.243 492117 3201 --- End access to /index.php 2026-02-09 13:00:43 NOTICE 34.59.106.243 492117 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-09 13:00:43 DEBUG 34.59.106.243 492117 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-09 13:00:43 INFO 34.59.106.243 492117 3201 --- End access to /index.php 2026-02-09 16:25:27 DEBUG 46.101.117.95 330370 3201 NEW TOKEN generated by : /index.php 2026-02-09 16:25:27 NOTICE 46.101.117.95 330370 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-09 16:25:27 DEBUG 46.101.117.95 330370 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-09 16:25:27 INFO 46.101.117.95 330370 3201 --- End access to /index.php 2026-02-09 16:25:28 DEBUG 46.101.117.95 330370 3201 NEW TOKEN generated by : /index.php 2026-02-09 16:25:28 NOTICE 46.101.117.95 330370 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-09 16:25:28 DEBUG 46.101.117.95 330370 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-09 16:25:28 INFO 46.101.117.95 330370 3201 --- End access to /index.php 2026-02-09 18:10:21 DEBUG 206.168.34.119 799887 3201 NEW TOKEN generated by : /index.php 2026-02-09 18:10:21 NOTICE 206.168.34.119 799887 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-09 18:10:21 DEBUG 206.168.34.119 799887 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-09 18:10:21 INFO 206.168.34.119 799887 3201 --- End access to /index.php 2026-02-09 18:14:13 DEBUG 162.142.125.122 811017 3201 NEW TOKEN generated by : /index.php 2026-02-09 18:14:13 NOTICE 162.142.125.122 811017 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-09 18:14:13 DEBUG 162.142.125.122 811017 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-09 18:14:13 INFO 162.142.125.122 811017 3201 --- End access to /index.php 2026-02-09 18:21:21 DEBUG 167.94.138.189 843442 3201 NEW TOKEN generated by : /index.php 2026-02-09 18:21:21 NOTICE 167.94.138.189 843442 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-09 18:21:21 DEBUG 167.94.138.189 843442 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-09 18:21:21 INFO 167.94.138.189 843442 3201 --- End access to /index.php 2026-02-09 19:03:39 DEBUG 199.45.154.148 1003321 3201 NEW TOKEN generated by : /index.php 2026-02-09 19:03:39 NOTICE 199.45.154.148 1003321 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-09 19:03:39 DEBUG 199.45.154.148 1003321 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-09 19:03:39 INFO 199.45.154.148 1003321 3201 --- End access to /index.php 2026-02-09 19:20:44 DEBUG 167.94.138.173 14053 3201 NEW TOKEN generated by : /index.php 2026-02-09 19:20:44 NOTICE 167.94.138.173 14053 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-09 19:20:44 DEBUG 167.94.138.173 14053 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-09 19:20:44 INFO 167.94.138.173 14053 3201 --- End access to /index.php 2026-02-09 19:28:04 DEBUG 199.45.154.143 36756 3201 NEW TOKEN generated by : /index.php 2026-02-09 19:28:04 NOTICE 199.45.154.143 36756 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-09 19:28:04 DEBUG 199.45.154.143 36756 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-09 19:28:04 INFO 199.45.154.143 36756 3201 --- End access to /index.php 2026-02-09 20:36:40 DEBUG 8.219.236.148 299667 3201 NEW TOKEN generated by : /index.php 2026-02-09 20:36:40 NOTICE 8.219.236.148 299667 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-09 20:36:40 DEBUG 8.219.236.148 299667 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-09 20:36:40 INFO 8.219.236.148 299667 3201 --- End access to /index.php 2026-02-09 20:36:40 DEBUG 47.236.22.61 299667 3201 NEW TOKEN generated by : /index.php 2026-02-09 20:36:40 NOTICE 47.236.22.61 299667 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-09 20:36:40 DEBUG 47.236.22.61 299667 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-09 20:36:40 INFO 47.236.22.61 299667 3201 --- End access to /index.php 2026-02-09 20:44:13 DEBUG 205.210.31.237 320076 3201 NEW TOKEN generated by : /index.php 2026-02-09 20:44:13 NOTICE 205.210.31.237 320076 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-09 20:44:13 DEBUG 205.210.31.237 320076 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-09 20:44:13 INFO 205.210.31.237 320076 3201 --- End access to /index.php 2026-02-09 20:54:58 DEBUG 102.180.22.182 359337 3201 NEW TOKEN generated by : /index.php 2026-02-09 20:54:58 NOTICE 102.180.22.182 359337 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-09 20:54:58 DEBUG 102.180.22.182 359337 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-09 20:54:58 INFO 102.180.22.182 359337 3201 --- End access to /index.php 2026-02-09 20:54:58 DEBUG 102.180.22.182 359337 3201 DefaultValues::fetchAll 2026-02-09 20:54:58 DEBUG 102.180.22.182 359337 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,0)) AND (entity IN (1,1))) 2026-02-09 20:54:58 NOTICE 102.180.22.182 359337 3201 --- Access to GET /theme/eldy/style.css.php - action=, massaction= NOTOKENRENEWAL=1 2026-02-09 20:54:58 DEBUG 102.180.22.182 359337 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-09 20:54:58 DEBUG 102.180.22.182 359337 3201 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, m.showtopmenuinframe FROM llxme_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 2026-02-09 20:54:58 INFO 102.180.22.182 359337 3201 --- End access to /theme/eldy/style.css.php 2026-02-09 20:54:59 DEBUG 102.180.22.182 359337 3201 DefaultValues::fetchAll 2026-02-09 20:54:59 DEBUG 102.180.22.182 359337 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,0)) AND (entity IN (1,1))) 2026-02-09 20:54:59 NOTICE 102.180.22.182 359337 3201 --- Access to GET /core/js/lib_head.js.php - action=, massaction= NOTOKENRENEWAL=1 2026-02-09 20:54:59 DEBUG 102.180.22.182 359337 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-09 20:54:59 INFO 102.180.22.182 359337 3201 --- End access to /core/js/lib_head.js.php 2026-02-09 20:55:01 NOTICE 102.180.22.182 359337 3201 --- Access to GET /theme/eldy/manifest.json.php - action=, massaction= NOTOKENRENEWAL=1 2026-02-09 20:55:01 INFO 102.180.22.182 359337 3201 --- End access to /theme/eldy/manifest.json.php 2026-02-10 03:15:16 DEBUG 167.172.232.142 667944 3201 NEW TOKEN generated by : /index.php 2026-02-10 03:15:16 NOTICE 167.172.232.142 667944 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-10 03:15:16 DEBUG 167.172.232.142 667944 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-10 03:15:16 DEBUG 143.110.213.72 667950 3201 NEW TOKEN generated by : /index.php 2026-02-10 03:15:16 NOTICE 143.110.213.72 667950 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-10 03:15:16 DEBUG 143.110.213.72 667950 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-10 03:15:16 INFO 143.110.213.72 667950 3201 --- End access to /index.php 2026-02-10 03:15:16 INFO 167.172.232.142 667944 3201 --- End access to /index.php 2026-02-10 03:15:16 DEBUG 167.172.158.128 667944 3201 NEW TOKEN generated by : /index.php 2026-02-10 03:15:16 NOTICE 167.172.158.128 667944 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-10 03:15:16 DEBUG 167.172.158.128 667944 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-10 03:15:16 INFO 167.172.158.128 667944 3201 --- End access to /index.php 2026-02-10 03:15:16 DEBUG 146.190.242.161 667944 3201 NEW TOKEN generated by : /index.php 2026-02-10 03:15:16 NOTICE 146.190.242.161 667944 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-10 03:15:16 DEBUG 146.190.242.161 667944 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-10 03:15:16 INFO 146.190.242.161 667944 3201 --- End access to /index.php 2026-02-10 03:15:16 DEBUG 64.227.70.2 667944 3201 NEW TOKEN generated by : /index.php 2026-02-10 03:15:16 NOTICE 64.227.70.2 667944 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-10 03:15:16 DEBUG 64.227.70.2 667944 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-10 03:15:16 INFO 64.227.70.2 667944 3201 --- End access to /index.php 2026-02-10 03:15:26 DEBUG 159.89.127.165 667944 3201 NEW TOKEN generated by : /index.php 2026-02-10 03:15:26 NOTICE 159.89.127.165 667944 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-10 03:15:26 DEBUG 159.89.127.165 667944 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-10 03:15:26 INFO 159.89.127.165 667944 3201 --- End access to /index.php 2026-02-10 03:15:26 DEBUG 68.183.9.16 667944 3201 NEW TOKEN generated by : /index.php 2026-02-10 03:15:26 NOTICE 68.183.9.16 667944 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-10 03:15:26 DEBUG 68.183.9.16 667944 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-10 03:15:26 INFO 68.183.9.16 667944 3201 --- End access to /index.php 2026-02-10 03:15:26 DEBUG 164.92.244.132 667944 3201 NEW TOKEN generated by : /index.php 2026-02-10 03:15:27 NOTICE 164.92.244.132 667944 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-10 03:15:27 DEBUG 164.92.244.132 667944 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-10 03:15:27 INFO 164.92.244.132 667944 3201 --- End access to /index.php 2026-02-10 03:15:27 DEBUG 139.59.136.184 668363 3201 NEW TOKEN generated by : /index.php 2026-02-10 03:15:27 NOTICE 139.59.136.184 668363 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-10 03:15:27 DEBUG 139.59.136.184 668363 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-10 03:15:27 INFO 139.59.136.184 668363 3201 --- End access to /index.php 2026-02-10 03:15:27 DEBUG 128.199.182.55 668363 3201 NEW TOKEN generated by : /index.php 2026-02-10 03:15:27 NOTICE 128.199.182.55 668363 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-10 03:15:27 DEBUG 128.199.182.55 668363 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-10 03:15:27 INFO 128.199.182.55 668363 3201 --- End access to /index.php 2026-02-10 03:15:48 DEBUG 143.110.213.72 670524 3201 NEW TOKEN generated by : /index.php 2026-02-10 03:15:48 NOTICE 143.110.213.72 670524 3201 --- Access to OPTIONS /index.php - action= - actionlogin= - showing the login form and exit 2026-02-10 03:15:48 DEBUG 143.110.213.72 670524 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-10 03:15:48 INFO 143.110.213.72 670524 3201 --- End access to /index.php 2026-02-10 03:15:48 DEBUG 167.172.158.128 670525 3201 NEW TOKEN generated by : /index.php 2026-02-10 03:15:48 NOTICE 167.172.158.128 670525 3201 --- Access to OPTIONS /index.php - action= - actionlogin= - showing the login form and exit 2026-02-10 03:15:48 DEBUG 167.172.158.128 670525 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-10 03:15:48 INFO 167.172.158.128 670525 3201 --- End access to /index.php 2026-02-10 03:15:48 DEBUG 146.190.242.161 670524 3201 NEW TOKEN generated by : /index.php 2026-02-10 03:15:48 NOTICE 146.190.242.161 670524 3201 --- Access to OPTIONS /index.php - action= - actionlogin= - showing the login form and exit 2026-02-10 03:15:48 DEBUG 146.190.242.161 670524 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-10 03:15:48 INFO 146.190.242.161 670524 3201 --- End access to /index.php 2026-02-10 03:15:49 DEBUG 167.172.232.142 670525 3201 NEW TOKEN generated by : /index.php 2026-02-10 03:15:49 NOTICE 167.172.232.142 670525 3201 --- Access to OPTIONS /index.php - action= - actionlogin= - showing the login form and exit 2026-02-10 03:15:49 DEBUG 167.172.232.142 670525 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-10 03:15:49 INFO 167.172.232.142 670525 3201 --- End access to /index.php 2026-02-10 03:15:49 DEBUG 143.110.213.72 670525 3201 NEW TOKEN generated by : /index.php 2026-02-10 03:15:49 NOTICE 143.110.213.72 670525 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-10 03:15:49 DEBUG 143.110.213.72 670525 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-10 03:15:49 INFO 143.110.213.72 670525 3201 --- End access to /index.php 2026-02-10 03:15:49 DEBUG 167.172.158.128 670525 3201 NEW TOKEN generated by : /index.php 2026-02-10 03:15:49 NOTICE 167.172.158.128 670525 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-10 03:15:49 DEBUG 167.172.158.128 670525 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-10 03:15:49 INFO 167.172.158.128 670525 3201 --- End access to /index.php 2026-02-10 03:15:49 DEBUG 146.190.242.161 670524 3201 NEW TOKEN generated by : /index.php 2026-02-10 03:15:49 NOTICE 146.190.242.161 670524 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-10 03:15:49 DEBUG 146.190.242.161 670524 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-10 03:15:49 INFO 146.190.242.161 670524 3201 --- End access to /index.php 2026-02-10 03:15:50 DEBUG 167.172.232.142 670524 3201 NEW TOKEN generated by : /index.php 2026-02-10 03:15:50 NOTICE 167.172.232.142 670524 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-10 03:15:50 DEBUG 167.172.232.142 670524 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-10 03:15:50 INFO 167.172.232.142 670524 3201 --- End access to /index.php 2026-02-10 03:15:51 DEBUG 64.227.70.2 670524 3201 NEW TOKEN generated by : /index.php 2026-02-10 03:15:51 NOTICE 64.227.70.2 670524 3201 --- Access to OPTIONS /index.php - action= - actionlogin= - showing the login form and exit 2026-02-10 03:15:51 DEBUG 64.227.70.2 670524 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-10 03:15:51 INFO 64.227.70.2 670524 3201 --- End access to /index.php 2026-02-10 03:15:52 DEBUG 64.227.70.2 670525 3201 NEW TOKEN generated by : /index.php 2026-02-10 03:15:52 NOTICE 64.227.70.2 670525 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-10 03:15:52 DEBUG 64.227.70.2 670525 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-10 03:15:52 INFO 64.227.70.2 670525 3201 --- End access to /index.php 2026-02-10 03:15:58 DEBUG 159.89.127.165 671026 3201 NEW TOKEN generated by : /index.php 2026-02-10 03:15:58 NOTICE 159.89.127.165 671026 3201 --- Access to OPTIONS /index.php - action= - actionlogin= - showing the login form and exit 2026-02-10 03:15:58 DEBUG 159.89.127.165 671026 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-10 03:15:58 INFO 159.89.127.165 671026 3201 --- End access to /index.php 2026-02-10 03:15:59 DEBUG 159.89.127.165 671026 3201 NEW TOKEN generated by : /index.php 2026-02-10 03:15:59 NOTICE 159.89.127.165 671026 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-10 03:15:59 DEBUG 159.89.127.165 671026 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-10 03:15:59 INFO 159.89.127.165 671026 3201 --- End access to /index.php 2026-02-10 03:16:00 DEBUG 68.183.9.16 671026 3201 NEW TOKEN generated by : /index.php 2026-02-10 03:16:00 NOTICE 68.183.9.16 671026 3201 --- Access to OPTIONS /index.php - action= - actionlogin= - showing the login form and exit 2026-02-10 03:16:00 DEBUG 68.183.9.16 671026 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-10 03:16:00 INFO 68.183.9.16 671026 3201 --- End access to /index.php 2026-02-10 03:16:00 DEBUG 164.92.244.132 671026 3201 NEW TOKEN generated by : /index.php 2026-02-10 03:16:00 NOTICE 164.92.244.132 671026 3201 --- Access to OPTIONS /index.php - action= - actionlogin= - showing the login form and exit 2026-02-10 03:16:00 DEBUG 164.92.244.132 671026 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-10 03:16:00 INFO 164.92.244.132 671026 3201 --- End access to /index.php 2026-02-10 03:16:00 DEBUG 139.59.136.184 671026 3201 NEW TOKEN generated by : /index.php 2026-02-10 03:16:00 NOTICE 139.59.136.184 671026 3201 --- Access to OPTIONS /index.php - action= - actionlogin= - showing the login form and exit 2026-02-10 03:16:00 DEBUG 139.59.136.184 671026 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-10 03:16:00 INFO 139.59.136.184 671026 3201 --- End access to /index.php 2026-02-10 03:16:01 DEBUG 68.183.9.16 671026 3201 NEW TOKEN generated by : /index.php 2026-02-10 03:16:01 NOTICE 68.183.9.16 671026 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-10 03:16:01 DEBUG 68.183.9.16 671026 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-10 03:16:01 INFO 68.183.9.16 671026 3201 --- End access to /index.php 2026-02-10 03:16:01 DEBUG 164.92.244.132 671116 3201 NEW TOKEN generated by : /index.php 2026-02-10 03:16:01 NOTICE 164.92.244.132 671116 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-10 03:16:01 DEBUG 164.92.244.132 671116 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-10 03:16:01 INFO 164.92.244.132 671116 3201 --- End access to /index.php 2026-02-10 03:16:01 DEBUG 139.59.136.184 671116 3201 NEW TOKEN generated by : /index.php 2026-02-10 03:16:01 NOTICE 139.59.136.184 671116 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-10 03:16:01 DEBUG 139.59.136.184 671116 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-10 03:16:01 INFO 139.59.136.184 671116 3201 --- End access to /index.php 2026-02-10 03:16:01 DEBUG 128.199.182.55 671116 3201 NEW TOKEN generated by : /index.php 2026-02-10 03:16:01 NOTICE 128.199.182.55 671116 3201 --- Access to OPTIONS /index.php - action= - actionlogin= - showing the login form and exit 2026-02-10 03:16:01 DEBUG 128.199.182.55 671116 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-10 03:16:01 INFO 128.199.182.55 671116 3201 --- End access to /index.php 2026-02-10 03:16:02 DEBUG 128.199.182.55 671026 3201 NEW TOKEN generated by : /index.php 2026-02-10 03:16:02 NOTICE 128.199.182.55 671026 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-10 03:16:02 DEBUG 128.199.182.55 671026 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-10 03:16:02 INFO 128.199.182.55 671026 3201 --- End access to /index.php 2026-02-10 08:03:29 DEBUG 198.235.24.197 684312 3201 NEW TOKEN generated by : /index.php 2026-02-10 08:03:29 NOTICE 198.235.24.197 684312 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-10 08:03:29 DEBUG 198.235.24.197 684312 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-10 08:03:29 INFO 198.235.24.197 684312 3201 --- End access to /index.php 2026-02-10 10:18:34 DEBUG 3.139.242.79 108142 3201 NEW TOKEN generated by : /index.php 2026-02-10 10:18:34 NOTICE 3.139.242.79 108142 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-10 10:18:34 DEBUG 3.139.242.79 108142 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-10 10:18:34 INFO 3.139.242.79 108142 3201 --- End access to /index.php 2026-02-10 10:19:45 DEBUG 3.139.242.79 112918 3201 NEW TOKEN generated by : /index.php 2026-02-10 10:19:45 NOTICE 3.139.242.79 112918 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-10 10:19:45 DEBUG 3.139.242.79 112918 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-10 10:19:45 INFO 3.139.242.79 112918 3201 --- End access to /index.php 2026-02-11 07:17:06 DEBUG 3.139.242.79 734343 3201 NEW TOKEN generated by : /index.php 2026-02-11 07:17:06 NOTICE 3.139.242.79 734343 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-11 07:17:06 DEBUG 3.139.242.79 734343 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-11 07:17:06 INFO 3.139.242.79 734343 3201 --- End access to /index.php 2026-02-11 07:18:07 DEBUG 3.139.242.79 737271 3201 NEW TOKEN generated by : /index.php 2026-02-11 07:18:07 NOTICE 3.139.242.79 737271 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-11 07:18:07 DEBUG 3.139.242.79 737271 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-11 07:18:07 INFO 3.139.242.79 737271 3201 --- End access to /index.php 2026-02-11 10:20:31 DEBUG 35.247.38.65 302660 3201 NEW TOKEN generated by : /index.php 2026-02-11 10:20:31 NOTICE 35.247.38.65 302660 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-11 10:20:31 DEBUG 35.247.38.65 302660 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-11 10:20:31 INFO 35.247.38.65 302660 3201 --- End access to /index.php 2026-02-11 10:20:31 NOTICE 35.247.38.65 302667 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-11 10:20:31 DEBUG 35.247.38.65 302667 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-11 10:20:31 INFO 35.247.38.65 302667 3201 --- End access to /index.php 2026-02-11 10:20:31 NOTICE 35.247.38.65 302667 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-11 10:20:31 DEBUG 35.247.38.65 302667 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-11 10:20:31 INFO 35.247.38.65 302667 3201 --- End access to /index.php 2026-02-11 12:02:02 DEBUG 34.27.52.35 644549 3201 NEW TOKEN generated by : /index.php 2026-02-11 12:02:02 NOTICE 34.27.52.35 644549 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-11 12:02:02 DEBUG 34.27.52.35 644549 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-11 12:02:02 INFO 34.27.52.35 644549 3201 --- End access to /index.php 2026-02-11 12:02:02 NOTICE 34.27.52.35 644549 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-11 12:02:02 DEBUG 34.27.52.35 644549 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-11 12:02:02 INFO 34.27.52.35 644549 3201 --- End access to /index.php 2026-02-11 12:02:02 NOTICE 34.27.52.35 644549 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-11 12:02:02 DEBUG 34.27.52.35 644549 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-11 12:02:02 INFO 34.27.52.35 644549 3201 --- End access to /index.php 2026-02-11 14:25:36 DEBUG 35.221.29.88 113210 3201 NEW TOKEN generated by : /index.php 2026-02-11 14:25:36 NOTICE 35.221.29.88 113210 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-11 14:25:36 DEBUG 35.221.29.88 113210 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-11 14:25:36 INFO 35.221.29.88 113210 3201 --- End access to /index.php 2026-02-11 14:25:36 NOTICE 35.221.29.88 113210 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-11 14:25:36 DEBUG 35.221.29.88 113210 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-11 14:25:36 INFO 35.221.29.88 113210 3201 --- End access to /index.php 2026-02-11 14:25:38 NOTICE 35.221.29.88 113210 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-11 14:25:38 DEBUG 35.221.29.88 113210 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-11 14:25:38 INFO 35.221.29.88 113210 3201 --- End access to /index.php 2026-02-12 03:50:30 DEBUG 23.27.145.109 1046469 3201 NEW TOKEN generated by : /index.php 2026-02-12 03:50:30 NOTICE 23.27.145.109 1046469 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-12 03:50:30 DEBUG 23.27.145.109 1046469 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-12 03:50:30 INFO 23.27.145.109 1046469 3201 --- End access to /index.php 2026-02-12 03:50:31 DEBUG 23.27.145.243 1046469 3201 NEW TOKEN generated by : /index.php 2026-02-12 03:50:31 NOTICE 23.27.145.243 1046469 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-12 03:50:31 DEBUG 23.27.145.243 1046469 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-12 03:50:31 INFO 23.27.145.243 1046469 3201 --- End access to /index.php 2026-02-12 03:50:40 DEBUG 23.27.145.62 1046469 3201 NEW TOKEN generated by : /index.php 2026-02-12 03:50:40 NOTICE 23.27.145.62 1046469 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-12 03:50:40 DEBUG 23.27.145.62 1046469 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-12 03:50:40 INFO 23.27.145.62 1046469 3201 --- End access to /index.php 2026-02-12 03:50:44 DEBUG 149.57.180.43 1046931 3201 NEW TOKEN generated by : /index.php 2026-02-12 03:50:44 NOTICE 149.57.180.43 1046931 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-12 03:50:44 DEBUG 149.57.180.43 1046931 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-12 03:50:44 INFO 149.57.180.43 1046931 3201 --- End access to /index.php 2026-02-12 11:48:14 DEBUG 3.139.242.79 680970 3201 NEW TOKEN generated by : /index.php 2026-02-12 11:48:14 NOTICE 3.139.242.79 680970 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-12 11:48:14 DEBUG 3.139.242.79 680970 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-12 11:48:14 INFO 3.139.242.79 680970 3201 --- End access to /index.php 2026-02-12 11:49:23 DEBUG 3.139.242.79 683092 3201 NEW TOKEN generated by : /index.php 2026-02-12 11:49:23 NOTICE 3.139.242.79 683092 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-12 11:49:23 DEBUG 3.139.242.79 683092 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-12 11:49:23 INFO 3.139.242.79 683092 3201 --- End access to /index.php 2026-02-12 16:10:02 DEBUG 45.148.10.159 657515 3201 NEW TOKEN generated by : /index.php 2026-02-12 16:10:02 NOTICE 45.148.10.159 657515 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-12 16:10:02 DEBUG 45.148.10.159 657515 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-12 16:10:02 INFO 45.148.10.159 657515 3201 --- End access to /index.php 2026-02-12 16:10:02 DEBUG 45.148.10.159 657515 3201 NEW TOKEN generated by : /index.php 2026-02-12 16:10:02 NOTICE 45.148.10.159 657515 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-12 16:10:02 DEBUG 45.148.10.159 657515 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-12 16:10:02 INFO 45.148.10.159 657515 3201 --- End access to /index.php 2026-02-12 16:10:08 DEBUG 45.148.10.159 657515 3201 NEW TOKEN generated by : /index.php 2026-02-12 16:10:08 NOTICE 45.148.10.159 657515 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-12 16:10:08 DEBUG 45.148.10.159 657515 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-12 16:10:08 INFO 45.148.10.159 657515 3201 --- End access to /index.php 2026-02-12 16:10:18 DEBUG 45.148.10.159 657515 3201 NEW TOKEN generated by : /index.php 2026-02-12 16:10:18 NOTICE 45.148.10.159 657515 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-12 16:10:18 DEBUG 45.148.10.159 657515 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-12 16:10:18 INFO 45.148.10.159 657515 3201 --- End access to /index.php 2026-02-12 16:20:32 DEBUG 45.148.10.159 700590 3201 NEW TOKEN generated by : /index.php 2026-02-12 16:20:32 NOTICE 45.148.10.159 700590 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-12 16:20:32 DEBUG 45.148.10.159 700590 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-12 16:20:32 INFO 45.148.10.159 700590 3201 --- End access to /index.php 2026-02-12 19:04:02 DEBUG 111.7.100.22 279278 3201 NEW TOKEN generated by : /index.php 2026-02-12 19:04:02 NOTICE 111.7.100.22 279278 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-12 19:04:02 DEBUG 111.7.100.22 279278 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-12 19:04:02 INFO 111.7.100.22 279278 3201 --- End access to /index.php 2026-02-12 19:04:02 DEBUG 111.7.100.21 279278 3201 NEW TOKEN generated by : /index.php 2026-02-12 19:04:02 NOTICE 111.7.100.21 279278 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-12 19:04:02 DEBUG 111.7.100.21 279278 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-12 19:04:02 INFO 111.7.100.21 279278 3201 --- End access to /index.php 2026-02-12 21:07:21 DEBUG 205.210.31.184 732753 3201 NEW TOKEN generated by : /index.php 2026-02-12 21:07:21 NOTICE 205.210.31.184 732753 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-12 21:07:21 DEBUG 205.210.31.184 732753 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-12 21:07:21 INFO 205.210.31.184 732753 3201 --- End access to /index.php 2026-02-13 03:19:20 DEBUG 147.185.132.165 1042917 3201 NEW TOKEN generated by : /index.php 2026-02-13 03:19:20 NOTICE 147.185.132.165 1042917 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-13 03:19:20 DEBUG 147.185.132.165 1042917 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-13 03:19:20 INFO 147.185.132.165 1042917 3201 --- End access to /index.php 2026-02-13 03:41:21 DEBUG 147.185.132.243 72707 3201 NEW TOKEN generated by : /index.php 2026-02-13 03:41:21 NOTICE 147.185.132.243 72707 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-13 03:41:21 DEBUG 147.185.132.243 72707 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-13 03:41:21 INFO 147.185.132.243 72707 3201 --- End access to /index.php 2026-02-13 08:02:32 DEBUG 117.132.188.205 996242 3201 NEW TOKEN generated by : /index.php 2026-02-13 08:02:32 NOTICE 117.132.188.205 996242 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-13 08:02:32 DEBUG 117.132.188.205 996242 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-13 08:02:32 INFO 117.132.188.205 996242 3201 --- End access to /index.php 2026-02-13 15:29:21 DEBUG 23.180.120.132 473634 3201 NEW TOKEN generated by : /index.php 2026-02-13 15:29:21 NOTICE 23.180.120.132 473634 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-13 15:29:21 DEBUG 23.180.120.132 473634 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-13 15:29:21 INFO 23.180.120.132 473634 3201 --- End access to /index.php 2026-02-13 15:30:26 DEBUG 34.67.110.94 484452 3201 NEW TOKEN generated by : /index.php 2026-02-13 15:30:26 NOTICE 34.67.110.94 484452 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-13 15:30:26 DEBUG 34.67.110.94 484452 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-13 15:30:26 INFO 34.67.110.94 484452 3201 --- End access to /index.php 2026-02-13 15:30:27 DEBUG 34.67.110.94 484452 3201 NEW TOKEN generated by : /index.php 2026-02-13 15:30:27 NOTICE 34.67.110.94 484452 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-13 15:30:27 DEBUG 34.67.110.94 484452 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-13 15:30:27 INFO 34.67.110.94 484452 3201 --- End access to /index.php 2026-02-13 16:02:45 DEBUG 34.172.114.0 599905 3201 NEW TOKEN generated by : /index.php 2026-02-13 16:02:45 NOTICE 34.172.114.0 599905 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-13 16:02:45 DEBUG 34.172.114.0 599905 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-13 16:02:45 INFO 34.172.114.0 599905 3201 --- End access to /index.php 2026-02-13 18:20:02 DEBUG 34.172.186.59 88618 3201 NEW TOKEN generated by : /index.php 2026-02-13 18:20:02 NOTICE 34.172.186.59 88618 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-13 18:20:02 DEBUG 34.172.186.59 88618 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-13 18:20:02 INFO 34.172.186.59 88618 3201 --- End access to /index.php 2026-02-13 18:20:02 DEBUG 34.172.186.59 88618 3201 NEW TOKEN generated by : /index.php 2026-02-13 18:20:02 NOTICE 34.172.186.59 88618 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-13 18:20:02 DEBUG 34.172.186.59 88618 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-13 18:20:02 INFO 34.172.186.59 88618 3201 --- End access to /index.php 2026-02-13 19:05:41 DEBUG 198.235.24.16 250055 3201 NEW TOKEN generated by : /index.php 2026-02-13 19:05:41 NOTICE 198.235.24.16 250055 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-13 19:05:41 DEBUG 198.235.24.16 250055 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-13 19:05:41 INFO 198.235.24.16 250055 3201 --- End access to /index.php 2026-02-14 06:44:32 DEBUG 206.168.34.220 706931 3201 NEW TOKEN generated by : /index.php 2026-02-14 06:44:32 NOTICE 206.168.34.220 706931 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-14 06:44:32 DEBUG 206.168.34.220 706931 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-14 06:44:32 INFO 206.168.34.220 706931 3201 --- End access to /index.php 2026-02-14 08:51:27 DEBUG 167.94.138.44 130246 3201 NEW TOKEN generated by : /index.php 2026-02-14 08:51:27 NOTICE 167.94.138.44 130246 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-14 08:51:27 DEBUG 167.94.138.44 130246 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-14 08:51:27 INFO 167.94.138.44 130246 3201 --- End access to /index.php 2026-02-14 13:47:33 DEBUG 195.178.110.31 146557 3201 NEW TOKEN generated by : /index.php 2026-02-14 13:47:33 NOTICE 195.178.110.31 146557 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-14 13:47:33 DEBUG 195.178.110.31 146557 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-14 13:47:33 INFO 195.178.110.31 146557 3201 --- End access to /index.php 2026-02-14 16:27:49 DEBUG 205.210.31.9 677196 3201 NEW TOKEN generated by : /index.php 2026-02-14 16:27:49 NOTICE 205.210.31.9 677196 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-14 16:27:49 DEBUG 205.210.31.9 677196 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-14 16:27:49 INFO 205.210.31.9 677196 3201 --- End access to /index.php 2026-02-14 21:34:08 DEBUG 54.162.95.96 703825 3201 NEW TOKEN generated by : /index.php 2026-02-14 21:34:08 NOTICE 54.162.95.96 703825 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-14 21:34:08 DEBUG 54.162.95.96 703825 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-14 21:34:08 INFO 54.162.95.96 703825 3201 --- End access to /index.php 2026-02-14 21:34:09 DEBUG 54.162.95.96 703825 3201 NEW TOKEN generated by : /index.php 2026-02-14 21:34:09 NOTICE 54.162.95.96 703825 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-14 21:34:09 DEBUG 54.162.95.96 703825 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-14 21:34:09 INFO 54.162.95.96 703825 3201 --- End access to /index.php 2026-02-15 04:44:17 DEBUG 198.235.24.167 277225 3201 NEW TOKEN generated by : /index.php 2026-02-15 04:44:17 NOTICE 198.235.24.167 277225 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-15 04:44:17 DEBUG 198.235.24.167 277225 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-15 04:44:17 INFO 198.235.24.167 277225 3201 --- End access to /index.php 2026-02-15 06:56:39 DEBUG 198.235.24.12 189296 3201 NEW TOKEN generated by : /index.php 2026-02-15 06:56:39 NOTICE 198.235.24.12 189296 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-15 06:56:39 DEBUG 198.235.24.12 189296 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-15 06:56:39 INFO 198.235.24.12 189296 3201 --- End access to /index.php 2026-02-15 14:44:50 DEBUG 195.178.110.31 959407 3201 NEW TOKEN generated by : /index.php 2026-02-15 14:44:50 NOTICE 195.178.110.31 959407 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-15 14:44:50 DEBUG 195.178.110.31 959407 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-15 14:44:50 INFO 195.178.110.31 959407 3201 --- End access to /index.php 2026-02-15 22:46:09 DEBUG 84.254.106.197 1030564 3201 NEW TOKEN generated by : /index.php 2026-02-15 22:46:09 NOTICE 84.254.106.197 1030564 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-15 22:46:09 DEBUG 84.254.106.197 1030564 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-15 22:46:09 INFO 84.254.106.197 1030564 3201 --- End access to /index.php 2026-02-15 22:51:11 DEBUG 84.254.106.197 1045117 3201 NEW TOKEN generated by : /index.php 2026-02-15 22:51:11 DEBUG 84.254.106.197 1045114 3201 NEW TOKEN generated by : /index.php 2026-02-15 22:51:11 NOTICE 84.254.106.197 1045117 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-15 22:51:11 DEBUG 84.254.106.197 1045117 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-15 22:51:11 NOTICE 84.254.106.197 1045114 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-15 22:51:11 DEBUG 84.254.106.197 1045114 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-15 22:51:12 INFO 84.254.106.197 1045114 3201 --- End access to /index.php 2026-02-15 22:51:12 INFO 84.254.106.197 1045117 3201 --- End access to /index.php 2026-02-15 23:07:01 DEBUG 205.210.31.171 53617 3201 NEW TOKEN generated by : /index.php 2026-02-15 23:07:01 NOTICE 205.210.31.171 53617 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-15 23:07:01 DEBUG 205.210.31.171 53617 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-15 23:07:01 INFO 205.210.31.171 53617 3201 --- End access to /index.php 2026-02-16 00:37:43 DEBUG 34.192.244.187 358457 3201 NEW TOKEN generated by : /index.php 2026-02-16 00:37:43 NOTICE 34.192.244.187 358457 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-16 00:37:43 DEBUG 34.192.244.187 358457 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-16 00:37:43 INFO 34.192.244.187 358457 3201 --- End access to /index.php 2026-02-16 00:37:43 DEBUG 34.192.244.187 358457 3201 NEW TOKEN generated by : /index.php 2026-02-16 00:37:43 NOTICE 34.192.244.187 358457 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-16 00:37:43 DEBUG 34.192.244.187 358457 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-16 00:37:43 INFO 34.192.244.187 358457 3201 --- End access to /index.php 2026-02-16 01:36:53 DEBUG 183.207.45.109 558329 3201 NEW TOKEN generated by : /index.php 2026-02-16 01:36:53 NOTICE 183.207.45.109 558329 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-16 01:36:53 DEBUG 183.207.45.109 558329 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-16 01:36:53 INFO 183.207.45.109 558329 3201 --- End access to /index.php 2026-02-16 03:02:42 DEBUG 3.139.242.79 848456 3201 NEW TOKEN generated by : /index.php 2026-02-16 03:02:42 NOTICE 3.139.242.79 848456 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-16 03:02:42 DEBUG 3.139.242.79 848456 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-16 03:02:42 INFO 3.139.242.79 848456 3201 --- End access to /index.php 2026-02-16 03:22:44 DEBUG 149.57.180.17 934223 3201 NEW TOKEN generated by : /index.php 2026-02-16 03:22:44 NOTICE 149.57.180.17 934223 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-16 03:22:44 DEBUG 149.57.180.17 934223 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-16 03:22:44 INFO 149.57.180.17 934223 3201 --- End access to /index.php 2026-02-16 03:22:45 DEBUG 149.57.180.194 934223 3201 NEW TOKEN generated by : /index.php 2026-02-16 03:22:45 NOTICE 149.57.180.194 934223 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-16 03:22:45 DEBUG 149.57.180.194 934223 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-16 03:22:45 INFO 149.57.180.194 934223 3201 --- End access to /index.php 2026-02-16 03:22:55 DEBUG 149.57.180.167 934223 3201 NEW TOKEN generated by : /index.php 2026-02-16 03:22:55 NOTICE 149.57.180.167 934223 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-16 03:22:55 DEBUG 149.57.180.167 934223 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-16 03:22:55 INFO 149.57.180.167 934223 3201 --- End access to /index.php 2026-02-16 03:23:10 DEBUG 149.57.180.169 935465 3201 NEW TOKEN generated by : /index.php 2026-02-16 03:23:10 NOTICE 149.57.180.169 935465 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-16 03:23:10 DEBUG 149.57.180.169 935465 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-16 03:23:10 INFO 149.57.180.169 935465 3201 --- End access to /index.php 2026-02-16 03:23:44 DEBUG 23.27.145.4 937072 3201 NEW TOKEN generated by : /index.php 2026-02-16 03:23:44 NOTICE 23.27.145.4 937072 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-16 03:23:44 DEBUG 23.27.145.4 937072 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-16 03:23:44 INFO 23.27.145.4 937072 3201 --- End access to /index.php 2026-02-16 04:06:06 DEBUG 149.57.180.50 41599 3201 NEW TOKEN generated by : /index.php 2026-02-16 04:06:06 NOTICE 149.57.180.50 41599 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-16 04:06:06 DEBUG 149.57.180.50 41599 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-16 04:06:06 INFO 149.57.180.50 41599 3201 --- End access to /index.php 2026-02-16 04:06:07 DEBUG 149.57.180.50 41599 3201 DefaultValues::fetchAll 2026-02-16 04:06:07 DEBUG 149.57.180.50 41599 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,0)) AND (entity IN (1,1))) 2026-02-16 04:06:07 NOTICE 149.57.180.50 41599 3201 --- Access to GET /core/js/lib_head.js.php - action=, massaction= NOTOKENRENEWAL=1 2026-02-16 04:06:07 DEBUG 149.57.180.50 41599 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-16 04:06:07 INFO 149.57.180.50 41599 3201 --- End access to /core/js/lib_head.js.php 2026-02-16 04:06:07 DEBUG 149.57.180.50 41599 3201 DefaultValues::fetchAll 2026-02-16 04:06:07 DEBUG 149.57.180.50 41599 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,0)) AND (entity IN (1,1))) 2026-02-16 04:06:07 NOTICE 149.57.180.50 41599 3201 --- Access to GET /theme/eldy/style.css.php - action=, massaction= NOTOKENRENEWAL=1 2026-02-16 04:06:07 DEBUG 149.57.180.50 41599 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-16 04:06:07 DEBUG 149.57.180.50 41599 3201 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, m.showtopmenuinframe FROM llxme_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 2026-02-16 04:06:08 INFO 149.57.180.50 41599 3201 --- End access to /theme/eldy/style.css.php 2026-02-16 06:18:24 DEBUG 159.65.155.96 568557 3201 NEW TOKEN generated by : /index.php 2026-02-16 06:18:24 NOTICE 159.65.155.96 568557 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-16 06:18:24 DEBUG 159.65.155.96 568557 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-16 06:18:24 INFO 159.65.155.96 568557 3201 --- End access to /index.php 2026-02-16 06:18:26 DEBUG 159.65.155.96 568557 3201 NEW TOKEN generated by : /index.php 2026-02-16 06:18:26 NOTICE 159.65.155.96 568557 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-16 06:18:26 DEBUG 159.65.155.96 568557 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-16 06:18:26 INFO 159.65.155.96 568557 3201 --- End access to /index.php 2026-02-16 07:00:33 DEBUG 198.235.24.59 689179 3201 NEW TOKEN generated by : /index.php 2026-02-16 07:00:33 NOTICE 198.235.24.59 689179 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-16 07:00:33 DEBUG 198.235.24.59 689179 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-16 07:00:33 INFO 198.235.24.59 689179 3201 --- End access to /index.php 2026-02-16 07:02:05 DEBUG 205.210.31.9 695147 3201 NEW TOKEN generated by : /index.php 2026-02-16 07:02:05 NOTICE 205.210.31.9 695147 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-16 07:02:05 DEBUG 205.210.31.9 695147 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-16 07:02:05 INFO 205.210.31.9 695147 3201 --- End access to /index.php 2026-02-16 12:00:57 DEBUG 195.178.110.31 633158 3201 NEW TOKEN generated by : /index.php 2026-02-16 12:00:57 NOTICE 195.178.110.31 633158 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-16 12:00:57 DEBUG 195.178.110.31 633158 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-16 12:00:57 INFO 195.178.110.31 633158 3201 --- End access to /index.php 2026-02-16 15:57:39 DEBUG 139.59.14.141 387999 3201 NEW TOKEN generated by : /index.php 2026-02-16 15:57:39 NOTICE 139.59.14.141 387999 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-16 15:57:39 DEBUG 139.59.14.141 387999 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-16 15:57:39 INFO 139.59.14.141 387999 3201 --- End access to /index.php 2026-02-16 15:57:40 DEBUG 139.59.14.141 391945 3201 NEW TOKEN generated by : /index.php 2026-02-16 15:57:40 NOTICE 139.59.14.141 391945 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-16 15:57:40 DEBUG 139.59.14.141 391945 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-16 15:57:40 INFO 139.59.14.141 391945 3201 --- End access to /index.php 2026-02-16 19:46:33 DEBUG 198.235.24.34 248029 3201 NEW TOKEN generated by : /index.php 2026-02-16 19:46:33 NOTICE 198.235.24.34 248029 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-16 19:46:33 DEBUG 198.235.24.34 248029 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-16 19:46:33 INFO 198.235.24.34 248029 3201 --- End access to /index.php 2026-02-16 23:07:35 DEBUG 198.235.24.164 127805 3201 NEW TOKEN generated by : /index.php 2026-02-16 23:07:35 NOTICE 198.235.24.164 127805 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-16 23:07:35 DEBUG 198.235.24.164 127805 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-16 23:07:35 INFO 198.235.24.164 127805 3201 --- End access to /index.php 2026-02-17 00:52:18 DEBUG 167.94.146.48 475775 3201 NEW TOKEN generated by : /index.php 2026-02-17 00:52:18 NOTICE 167.94.146.48 475775 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-17 00:52:18 DEBUG 167.94.146.48 475775 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-17 00:52:18 INFO 167.94.146.48 475775 3201 --- End access to /index.php 2026-02-17 01:31:03 DEBUG 162.142.125.197 606003 3201 NEW TOKEN generated by : /index.php 2026-02-17 01:31:03 NOTICE 162.142.125.197 606003 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-17 01:31:03 DEBUG 162.142.125.197 606003 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-17 01:31:03 INFO 162.142.125.197 606003 3201 --- End access to /index.php 2026-02-17 01:44:36 DEBUG 167.94.138.205 650740 3201 NEW TOKEN generated by : /index.php 2026-02-17 01:44:36 NOTICE 167.94.138.205 650740 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-17 01:44:36 DEBUG 167.94.138.205 650740 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-17 01:44:36 INFO 167.94.138.205 650740 3201 --- End access to /index.php 2026-02-17 01:59:37 DEBUG 199.45.155.81 695568 3201 NEW TOKEN generated by : /index.php 2026-02-17 01:59:37 NOTICE 199.45.155.81 695568 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-17 01:59:37 DEBUG 199.45.155.81 695568 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-17 01:59:37 INFO 199.45.155.81 695568 3201 --- End access to /index.php 2026-02-17 02:16:11 DEBUG 199.45.155.103 750875 3201 NEW TOKEN generated by : /index.php 2026-02-17 02:16:11 NOTICE 199.45.155.103 750875 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-17 02:16:11 DEBUG 199.45.155.103 750875 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-17 02:16:11 INFO 199.45.155.103 750875 3201 --- End access to /index.php 2026-02-17 02:29:17 DEBUG 147.185.132.129 793533 3201 NEW TOKEN generated by : /index.php 2026-02-17 02:29:17 NOTICE 147.185.132.129 793533 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-17 02:29:17 DEBUG 147.185.132.129 793533 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-17 02:29:17 INFO 147.185.132.129 793533 3201 --- End access to /index.php 2026-02-17 04:05:06 DEBUG 167.94.138.185 96018 3201 NEW TOKEN generated by : /index.php 2026-02-17 04:05:06 NOTICE 167.94.138.185 96018 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-17 04:05:06 DEBUG 167.94.138.185 96018 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-17 04:05:06 INFO 167.94.138.185 96018 3201 --- End access to /index.php 2026-02-17 10:54:02 DEBUG 146.190.46.25 561996 3201 NEW TOKEN generated by : /index.php 2026-02-17 10:54:02 NOTICE 146.190.46.25 561996 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-17 10:54:02 DEBUG 146.190.46.25 561996 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-17 10:54:02 INFO 146.190.46.25 561996 3201 --- End access to /index.php 2026-02-17 10:54:02 DEBUG 146.190.46.25 561996 3201 NEW TOKEN generated by : /index.php 2026-02-17 10:54:02 NOTICE 146.190.46.25 561996 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-17 10:54:02 DEBUG 146.190.46.25 561996 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-17 10:54:02 INFO 146.190.46.25 561996 3201 --- End access to /index.php 2026-02-17 12:51:29 DEBUG 3.139.242.79 997278 3201 NEW TOKEN generated by : /index.php 2026-02-17 12:51:29 NOTICE 3.139.242.79 997278 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-17 12:51:29 DEBUG 3.139.242.79 997278 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-17 12:51:29 INFO 3.139.242.79 997278 3201 --- End access to /index.php 2026-02-17 12:52:06 DEBUG 3.139.242.79 998867 3201 NEW TOKEN generated by : /index.php 2026-02-17 12:52:06 NOTICE 3.139.242.79 998867 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-17 12:52:06 DEBUG 3.139.242.79 998867 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-17 12:52:06 INFO 3.139.242.79 998867 3201 --- End access to /index.php 2026-02-17 21:28:23 DEBUG 198.235.24.109 433062 3201 NEW TOKEN generated by : /index.php 2026-02-17 21:28:23 NOTICE 198.235.24.109 433062 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-17 21:28:23 DEBUG 198.235.24.109 433062 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-17 21:28:23 INFO 198.235.24.109 433062 3201 --- End access to /index.php 2026-02-18 16:19:48 DEBUG 205.210.31.214 200447 3201 NEW TOKEN generated by : /index.php 2026-02-18 16:19:48 NOTICE 205.210.31.214 200447 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-18 16:19:48 DEBUG 205.210.31.214 200447 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-18 16:19:48 INFO 205.210.31.214 200447 3201 --- End access to /index.php 2026-02-19 20:48:06 DEBUG 3.139.242.79 260725 3201 NEW TOKEN generated by : /index.php 2026-02-19 20:48:06 NOTICE 3.139.242.79 260725 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-19 20:48:06 DEBUG 3.139.242.79 260725 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-19 20:48:06 INFO 3.139.242.79 260725 3201 --- End access to /index.php 2026-02-20 06:47:01 DEBUG 147.185.132.93 347839 3201 NEW TOKEN generated by : /index.php 2026-02-20 06:47:01 NOTICE 147.185.132.93 347839 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-20 06:47:01 DEBUG 147.185.132.93 347839 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-20 06:47:01 INFO 147.185.132.93 347839 3201 --- End access to /index.php 2026-02-20 16:38:01 DEBUG 206.168.34.121 510091 3201 NEW TOKEN generated by : /index.php 2026-02-20 16:38:01 NOTICE 206.168.34.121 510091 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-20 16:38:01 DEBUG 206.168.34.121 510091 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-20 16:38:01 INFO 206.168.34.121 510091 3201 --- End access to /index.php 2026-02-20 16:38:49 DEBUG 199.45.155.81 513341 3201 NEW TOKEN generated by : /index.php 2026-02-20 16:38:49 NOTICE 199.45.155.81 513341 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-20 16:38:49 DEBUG 199.45.155.81 513341 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-20 16:38:49 INFO 199.45.155.81 513341 3201 --- End access to /index.php 2026-02-20 16:43:12 DEBUG 199.45.155.98 525868 3201 NEW TOKEN generated by : /index.php 2026-02-20 16:43:12 NOTICE 199.45.155.98 525868 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-20 16:43:12 DEBUG 199.45.155.98 525868 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-20 16:43:12 INFO 199.45.155.98 525868 3201 --- End access to /index.php 2026-02-20 17:01:38 DEBUG 147.185.132.97 601483 3201 NEW TOKEN generated by : /index.php 2026-02-20 17:01:38 NOTICE 147.185.132.97 601483 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-20 17:01:38 DEBUG 147.185.132.97 601483 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-20 17:01:38 INFO 147.185.132.97 601483 3201 --- End access to /index.php 2026-02-20 17:19:14 DEBUG 66.132.153.128 685539 3201 NEW TOKEN generated by : /index.php 2026-02-20 17:19:14 NOTICE 66.132.153.128 685539 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-20 17:19:14 DEBUG 66.132.153.128 685539 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-20 17:19:14 INFO 66.132.153.128 685539 3201 --- End access to /index.php 2026-02-20 20:45:56 DEBUG 3.139.242.79 404867 3201 NEW TOKEN generated by : /index.php 2026-02-20 20:45:56 NOTICE 3.139.242.79 404867 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-20 20:45:56 DEBUG 3.139.242.79 404867 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-20 20:45:56 INFO 3.139.242.79 404867 3201 --- End access to /index.php 2026-02-21 09:43:58 DEBUG 136.117.97.39 154769 3201 NEW TOKEN generated by : /index.php 2026-02-21 09:43:58 DEBUG 136.117.97.39 154768 3201 NEW TOKEN generated by : /index.php 2026-02-21 09:43:58 NOTICE 136.117.97.39 154768 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-21 09:43:58 NOTICE 136.117.97.39 154769 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-21 09:43:58 DEBUG 136.117.97.39 154769 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-21 09:43:58 DEBUG 136.117.97.39 154768 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-21 09:43:58 INFO 136.117.97.39 154769 3201 --- End access to /index.php 2026-02-21 09:43:58 INFO 136.117.97.39 154768 3201 --- End access to /index.php 2026-02-21 09:43:58 NOTICE 136.117.97.39 154769 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-21 09:43:58 DEBUG 136.117.97.39 154769 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-21 09:43:58 INFO 136.117.97.39 154769 3201 --- End access to /index.php 2026-02-21 09:43:58 NOTICE 136.117.97.39 154768 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-21 09:43:58 DEBUG 136.117.97.39 154768 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-21 09:43:58 INFO 136.117.97.39 154768 3201 --- End access to /index.php 2026-02-21 09:43:58 NOTICE 136.117.97.39 154768 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-21 09:43:58 DEBUG 136.117.97.39 154768 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-21 09:43:58 INFO 136.117.97.39 154768 3201 --- End access to /index.php 2026-02-21 09:43:58 NOTICE 136.117.97.39 154768 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-21 09:43:58 DEBUG 136.117.97.39 154768 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-21 09:43:58 INFO 136.117.97.39 154768 3201 --- End access to /index.php 2026-02-21 12:01:22 DEBUG 199.45.155.81 726498 3201 NEW TOKEN generated by : /index.php 2026-02-21 12:01:22 NOTICE 199.45.155.81 726498 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-21 12:01:22 DEBUG 199.45.155.81 726498 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-21 12:01:22 INFO 199.45.155.81 726498 3201 --- End access to /index.php 2026-02-21 12:30:22 DEBUG 162.142.125.45 844254 3201 NEW TOKEN generated by : /index.php 2026-02-21 12:30:22 NOTICE 162.142.125.45 844254 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-21 12:30:22 DEBUG 162.142.125.45 844254 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-21 12:30:22 INFO 162.142.125.45 844254 3201 --- End access to /index.php 2026-02-21 18:54:23 DEBUG 34.122.250.246 253294 3201 NEW TOKEN generated by : /index.php 2026-02-21 18:54:23 DEBUG 34.122.250.246 253295 3201 NEW TOKEN generated by : /index.php 2026-02-21 18:54:23 NOTICE 34.122.250.246 253295 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-21 18:54:23 NOTICE 34.122.250.246 253294 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-21 18:54:23 DEBUG 34.122.250.246 253295 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-21 18:54:23 DEBUG 34.122.250.246 253294 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-21 18:54:23 INFO 34.122.250.246 253295 3201 --- End access to /index.php 2026-02-21 18:54:23 INFO 34.122.250.246 253294 3201 --- End access to /index.php 2026-02-21 18:54:23 NOTICE 34.122.250.246 253295 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-21 18:54:23 DEBUG 34.122.250.246 253295 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-21 18:54:23 NOTICE 34.122.250.246 253294 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-21 18:54:23 DEBUG 34.122.250.246 253294 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-21 18:54:23 INFO 34.122.250.246 253295 3201 --- End access to /index.php 2026-02-21 18:54:23 INFO 34.122.250.246 253294 3201 --- End access to /index.php 2026-02-21 18:54:24 NOTICE 34.122.250.246 253294 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-21 18:54:24 DEBUG 34.122.250.246 253294 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-21 18:54:24 INFO 34.122.250.246 253294 3201 --- End access to /index.php 2026-02-21 18:54:24 NOTICE 34.122.250.246 253294 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-21 18:54:24 DEBUG 34.122.250.246 253294 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-21 18:54:24 INFO 34.122.250.246 253294 3201 --- End access to /index.php 2026-02-21 20:52:16 DEBUG 3.139.242.79 691347 3201 NEW TOKEN generated by : /index.php 2026-02-21 20:52:16 NOTICE 3.139.242.79 691347 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-21 20:52:16 DEBUG 3.139.242.79 691347 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-21 20:52:16 INFO 3.139.242.79 691347 3201 --- End access to /index.php 2026-02-21 20:53:22 DEBUG 3.139.242.79 693580 3201 NEW TOKEN generated by : /index.php 2026-02-21 20:53:22 NOTICE 3.139.242.79 693580 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-21 20:53:22 DEBUG 3.139.242.79 693580 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-21 20:53:22 INFO 3.139.242.79 693580 3201 --- End access to /index.php 2026-02-21 21:24:48 DEBUG 205.210.31.166 812853 3201 NEW TOKEN generated by : /index.php 2026-02-21 21:24:48 NOTICE 205.210.31.166 812853 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-21 21:24:48 DEBUG 205.210.31.166 812853 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-21 21:24:48 INFO 205.210.31.166 812853 3201 --- End access to /index.php 2026-02-22 01:32:09 DEBUG 198.235.24.48 700677 3201 NEW TOKEN generated by : /index.php 2026-02-22 01:32:09 NOTICE 198.235.24.48 700677 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-22 01:32:09 DEBUG 198.235.24.48 700677 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-22 01:32:09 INFO 198.235.24.48 700677 3201 --- End access to /index.php 2026-02-22 04:28:13 DEBUG 198.235.24.155 366788 3201 NEW TOKEN generated by : /index.php 2026-02-22 04:28:13 NOTICE 198.235.24.155 366788 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-22 04:28:13 DEBUG 198.235.24.155 366788 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-22 04:28:13 INFO 198.235.24.155 366788 3201 --- End access to /index.php 2026-02-22 06:46:27 DEBUG 45.148.10.159 862180 3201 NEW TOKEN generated by : /index.php 2026-02-22 06:46:27 NOTICE 45.148.10.159 862180 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-22 06:46:27 DEBUG 45.148.10.159 862180 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-22 06:46:27 INFO 45.148.10.159 862180 3201 --- End access to /index.php 2026-02-22 06:46:28 DEBUG 45.148.10.159 862180 3201 NEW TOKEN generated by : /index.php 2026-02-22 06:46:28 NOTICE 45.148.10.159 862180 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-22 06:46:28 DEBUG 45.148.10.159 862180 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-22 06:46:28 INFO 45.148.10.159 862180 3201 --- End access to /index.php 2026-02-22 06:47:04 DEBUG 45.148.10.159 863803 3201 NEW TOKEN generated by : /index.php 2026-02-22 06:47:04 NOTICE 45.148.10.159 863803 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-22 06:47:04 DEBUG 45.148.10.159 863803 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-22 06:47:04 INFO 45.148.10.159 863803 3201 --- End access to /index.php 2026-02-22 06:47:13 DEBUG 45.148.10.159 863803 3201 NEW TOKEN generated by : /index.php 2026-02-22 06:47:13 NOTICE 45.148.10.159 863803 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-22 06:47:13 DEBUG 45.148.10.159 863803 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-22 06:47:13 INFO 45.148.10.159 863803 3201 --- End access to /index.php 2026-02-22 06:57:44 DEBUG 45.148.10.159 904670 3201 NEW TOKEN generated by : /index.php 2026-02-22 06:57:44 NOTICE 45.148.10.159 904670 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-22 06:57:44 DEBUG 45.148.10.159 904670 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-22 06:57:44 INFO 45.148.10.159 904670 3201 --- End access to /index.php 2026-02-22 10:27:56 DEBUG 159.223.225.97 610349 3201 NEW TOKEN generated by : /index.php 2026-02-22 10:27:56 NOTICE 159.223.225.97 610349 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-22 10:27:56 DEBUG 159.223.225.97 610349 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-22 10:27:56 INFO 159.223.225.97 610349 3201 --- End access to /index.php 2026-02-22 10:27:56 DEBUG 159.223.225.97 610349 3201 NEW TOKEN generated by : /index.php 2026-02-22 10:27:56 NOTICE 159.223.225.97 610349 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-22 10:27:56 DEBUG 159.223.225.97 610349 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-22 10:27:56 INFO 159.223.225.97 610349 3201 --- End access to /index.php 2026-02-22 15:31:02 DEBUG 107.21.11.47 705702 3201 NEW TOKEN generated by : /index.php 2026-02-22 15:31:02 NOTICE 107.21.11.47 705702 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-22 15:31:02 DEBUG 107.21.11.47 705702 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-22 15:31:02 INFO 107.21.11.47 705702 3201 --- End access to /index.php 2026-02-22 15:31:02 DEBUG 107.21.11.47 705706 3201 NEW TOKEN generated by : /index.php 2026-02-22 15:31:02 NOTICE 107.21.11.47 705706 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-22 15:31:02 DEBUG 107.21.11.47 705706 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-22 15:31:02 INFO 107.21.11.47 705706 3201 --- End access to /index.php 2026-02-22 22:10:51 DEBUG 205.169.39.4 251262 3201 NEW TOKEN generated by : /index.php 2026-02-22 22:10:51 NOTICE 205.169.39.4 251262 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-22 22:10:51 DEBUG 205.169.39.4 251262 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-22 22:10:51 INFO 205.169.39.4 251262 3201 --- End access to /index.php 2026-02-22 22:10:55 DEBUG 205.169.39.4 251262 3201 DefaultValues::fetchAll 2026-02-22 22:10:55 DEBUG 205.169.39.4 251262 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,0)) AND (entity IN (1,1))) 2026-02-22 22:10:55 NOTICE 205.169.39.4 251262 3201 --- Access to GET /theme/eldy/style.css.php - action=, massaction= NOTOKENRENEWAL=1 2026-02-22 22:10:55 DEBUG 205.169.39.4 251262 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-22 22:10:55 DEBUG 205.169.39.4 251262 3201 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, m.showtopmenuinframe FROM llxme_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 2026-02-22 22:10:55 INFO 205.169.39.4 251262 3201 --- End access to /theme/eldy/style.css.php 2026-02-22 22:10:55 DEBUG 205.169.39.4 251262 3201 DefaultValues::fetchAll 2026-02-22 22:10:55 DEBUG 205.169.39.4 251262 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,0)) AND (entity IN (1,1))) 2026-02-22 22:10:55 NOTICE 205.169.39.4 251262 3201 --- Access to GET /core/js/lib_head.js.php - action=, massaction= NOTOKENRENEWAL=1 2026-02-22 22:10:55 DEBUG 205.169.39.4 251262 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-22 22:10:55 INFO 205.169.39.4 251262 3201 --- End access to /core/js/lib_head.js.php 2026-02-22 23:19:29 DEBUG 95.143.63.15 546731 3201 NEW TOKEN generated by : /index.php 2026-02-22 23:19:29 DEBUG 95.143.63.15 546734 3201 NEW TOKEN generated by : /index.php 2026-02-22 23:19:29 NOTICE 95.143.63.15 546731 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-22 23:19:29 NOTICE 95.143.63.15 546734 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-22 23:19:29 DEBUG 95.143.63.15 546731 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-22 23:19:29 DEBUG 95.143.63.15 546734 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-22 23:19:29 INFO 95.143.63.15 546734 3201 --- End access to /index.php 2026-02-22 23:19:29 INFO 95.143.63.15 546731 3201 --- End access to /index.php 2026-02-22 23:21:54 DEBUG 95.143.63.15 566950 3201 NEW TOKEN generated by : /index.php 2026-02-22 23:21:54 NOTICE 95.143.63.15 566950 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-22 23:21:54 DEBUG 95.143.63.15 566950 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-22 23:21:54 INFO 95.143.63.15 566950 3201 --- End access to /index.php 2026-02-22 23:21:55 DEBUG 95.143.63.15 566950 3201 NEW TOKEN generated by : /index.php 2026-02-22 23:21:55 NOTICE 95.143.63.15 566950 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-22 23:21:55 DEBUG 95.143.63.15 566950 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-22 23:21:55 INFO 95.143.63.15 566950 3201 --- End access to /index.php 2026-02-23 00:52:03 DEBUG 198.235.24.146 917306 3201 NEW TOKEN generated by : /index.php 2026-02-23 00:52:03 NOTICE 198.235.24.146 917306 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-23 00:52:03 DEBUG 198.235.24.146 917306 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-23 00:52:03 INFO 198.235.24.146 917306 3201 --- End access to /index.php 2026-02-23 06:42:51 DEBUG 64.69.216.78 255574 3201 NEW TOKEN generated by : /index.php 2026-02-23 06:42:51 NOTICE 64.69.216.78 255574 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-23 06:42:51 DEBUG 64.69.216.78 255574 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-23 06:42:51 INFO 64.69.216.78 255574 3201 --- End access to /index.php 2026-02-23 09:28:00 DEBUG 167.172.232.50 1008715 3201 NEW TOKEN generated by : /index.php 2026-02-23 09:28:00 NOTICE 167.172.232.50 1008715 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-23 09:28:00 DEBUG 167.172.232.50 1008715 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-23 09:28:00 INFO 167.172.232.50 1008715 3201 --- End access to /index.php 2026-02-23 09:28:00 DEBUG 167.172.232.50 1008715 3201 NEW TOKEN generated by : /index.php 2026-02-23 09:28:00 NOTICE 167.172.232.50 1008715 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-23 09:28:00 DEBUG 167.172.232.50 1008715 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-23 09:28:00 INFO 167.172.232.50 1008715 3201 --- End access to /index.php 2026-02-23 13:09:34 DEBUG 91.224.92.99 834787 3201 NEW TOKEN generated by : /index.php 2026-02-23 13:09:34 DEBUG 91.224.92.99 834789 3201 NEW TOKEN generated by : /index.php 2026-02-23 13:09:34 NOTICE 91.224.92.99 834789 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-23 13:09:34 NOTICE 91.224.92.99 834787 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-23 13:09:34 DEBUG 91.224.92.99 834787 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-23 13:09:34 DEBUG 91.224.92.99 834789 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-23 13:09:34 INFO 91.224.92.99 834787 3201 --- End access to /index.php 2026-02-23 13:09:34 INFO 91.224.92.99 834789 3201 --- End access to /index.php 2026-02-23 21:36:16 DEBUG 98.83.57.80 948330 3201 NEW TOKEN generated by : /index.php 2026-02-23 21:36:16 NOTICE 98.83.57.80 948330 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-23 21:36:16 DEBUG 98.83.57.80 948330 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-23 21:36:16 INFO 98.83.57.80 948330 3201 --- End access to /index.php 2026-02-23 21:36:16 DEBUG 98.83.57.80 948330 3201 NEW TOKEN generated by : /index.php 2026-02-23 21:36:16 NOTICE 98.83.57.80 948330 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-23 21:36:16 DEBUG 98.83.57.80 948330 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-23 21:36:16 INFO 98.83.57.80 948330 3201 --- End access to /index.php 2026-02-23 22:38:02 DEBUG 162.142.125.223 152573 3201 NEW TOKEN generated by : /index.php 2026-02-23 22:38:02 NOTICE 162.142.125.223 152573 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-23 22:38:02 DEBUG 162.142.125.223 152573 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-23 22:38:02 INFO 162.142.125.223 152573 3201 --- End access to /index.php 2026-02-23 22:41:53 DEBUG 199.45.154.119 163600 3201 NEW TOKEN generated by : /index.php 2026-02-23 22:41:53 NOTICE 199.45.154.119 163600 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-23 22:41:53 DEBUG 199.45.154.119 163600 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-23 22:41:53 INFO 199.45.154.119 163600 3201 --- End access to /index.php 2026-02-24 02:19:41 DEBUG 141.98.11.83 1036966 3201 NEW TOKEN generated by : /index.php 2026-02-24 02:19:41 NOTICE 141.98.11.83 1036966 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-24 02:19:41 DEBUG 141.98.11.83 1036966 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-24 02:19:41 INFO 141.98.11.83 1036966 3201 --- End access to /index.php 2026-02-24 06:27:30 DEBUG 162.142.125.112 1038892 3201 NEW TOKEN generated by : /index.php 2026-02-24 06:27:30 NOTICE 162.142.125.112 1038892 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-24 06:27:30 DEBUG 162.142.125.112 1038892 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-24 06:27:30 INFO 162.142.125.112 1038892 3201 --- End access to /index.php 2026-02-24 06:32:17 DEBUG 206.168.34.194 3558 3201 NEW TOKEN generated by : /index.php 2026-02-24 06:32:17 NOTICE 206.168.34.194 3558 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-24 06:32:17 DEBUG 206.168.34.194 3558 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-24 06:32:17 INFO 206.168.34.194 3558 3201 --- End access to /index.php 2026-02-24 11:36:36 DEBUG 198.235.24.178 172645 3201 NEW TOKEN generated by : /index.php 2026-02-24 11:36:36 NOTICE 198.235.24.178 172645 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-24 11:36:36 DEBUG 198.235.24.178 172645 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-24 11:36:36 INFO 198.235.24.178 172645 3201 --- End access to /index.php 2026-02-25 07:48:26 DEBUG 147.185.132.69 824047 3201 NEW TOKEN generated by : /index.php 2026-02-25 07:48:26 NOTICE 147.185.132.69 824047 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-25 07:48:26 DEBUG 147.185.132.69 824047 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-25 07:48:27 INFO 147.185.132.69 824047 3201 --- End access to /index.php 2026-02-25 09:28:34 DEBUG 198.235.24.141 216329 3201 NEW TOKEN generated by : /index.php 2026-02-25 09:28:34 NOTICE 198.235.24.141 216329 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-25 09:28:34 DEBUG 198.235.24.141 216329 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-25 09:28:34 INFO 198.235.24.141 216329 3201 --- End access to /index.php 2026-02-25 18:59:48 DEBUG 167.94.146.52 427142 3201 NEW TOKEN generated by : /index.php 2026-02-25 18:59:48 NOTICE 167.94.146.52 427142 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-25 18:59:48 DEBUG 167.94.146.52 427142 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-25 18:59:48 INFO 167.94.146.52 427142 3201 --- End access to /index.php 2026-02-25 19:12:20 DEBUG 206.168.34.113 527774 3201 NEW TOKEN generated by : /index.php 2026-02-25 19:12:20 NOTICE 206.168.34.113 527774 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-25 19:12:20 DEBUG 206.168.34.113 527774 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-25 19:12:20 INFO 206.168.34.113 527774 3201 --- End access to /index.php 2026-02-25 21:07:18 DEBUG 147.185.132.126 986405 3201 NEW TOKEN generated by : /index.php 2026-02-25 21:07:18 NOTICE 147.185.132.126 986405 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-25 21:07:18 DEBUG 147.185.132.126 986405 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-25 21:07:18 INFO 147.185.132.126 986405 3201 --- End access to /index.php 2026-02-27 04:38:20 DEBUG 204.76.203.25 342235 3201 NEW TOKEN generated by : /index.php 2026-02-27 04:38:20 DEBUG 204.76.203.25 342229 3201 NEW TOKEN generated by : /index.php 2026-02-27 04:38:20 NOTICE 204.76.203.25 342229 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-27 04:38:20 NOTICE 204.76.203.25 342235 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-27 04:38:20 DEBUG 204.76.203.25 342229 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-27 04:38:20 DEBUG 204.76.203.25 342235 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-27 04:38:20 INFO 204.76.203.25 342229 3201 --- End access to /index.php 2026-02-27 04:38:20 INFO 204.76.203.25 342235 3201 --- End access to /index.php 2026-02-27 04:38:20 DEBUG 204.76.203.25 342229 3201 NEW TOKEN generated by : /index.php 2026-02-27 04:38:20 NOTICE 204.76.203.25 342229 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-27 04:38:20 DEBUG 204.76.203.25 342229 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-27 04:38:20 INFO 204.76.203.25 342229 3201 --- End access to /index.php 2026-02-27 07:42:25 DEBUG 176.65.148.161 358761 3201 NEW TOKEN generated by : /index.php 2026-02-27 07:42:25 DEBUG 176.65.148.161 358754 3201 NEW TOKEN generated by : /index.php 2026-02-27 07:42:25 NOTICE 176.65.148.161 358761 3201 --- Access to HEAD /index.php - action= - actionlogin= - showing the login form and exit 2026-02-27 07:42:25 NOTICE 176.65.148.161 358754 3201 --- Access to HEAD /index.php - action= - actionlogin= - showing the login form and exit 2026-02-27 07:42:25 DEBUG 176.65.148.161 358754 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-27 07:42:25 DEBUG 176.65.148.161 358761 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-27 07:42:25 INFO 176.65.148.161 358754 3201 --- End access to /index.php 2026-02-27 07:42:25 INFO 176.65.148.161 358761 3201 --- End access to /index.php 2026-02-27 07:42:25 DEBUG 176.65.148.161 358761 3201 NEW TOKEN generated by : /index.php 2026-02-27 07:42:25 NOTICE 176.65.148.161 358761 3201 --- Access to HEAD /index.php - action= - actionlogin= - showing the login form and exit 2026-02-27 07:42:25 DEBUG 176.65.148.161 358761 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-27 07:42:25 INFO 176.65.148.161 358761 3201 --- End access to /index.php 2026-02-27 07:42:26 DEBUG 176.65.148.161 358761 3201 NEW TOKEN generated by : /index.php 2026-02-27 07:42:26 NOTICE 176.65.148.161 358761 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-27 07:42:26 DEBUG 176.65.148.161 358761 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-27 07:42:26 DEBUG 176.65.148.161 358754 3201 NEW TOKEN generated by : /index.php 2026-02-27 07:42:26 NOTICE 176.65.148.161 358754 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-27 07:42:26 DEBUG 176.65.148.161 358754 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-27 07:42:26 INFO 176.65.148.161 358761 3201 --- End access to /index.php 2026-02-27 07:42:26 INFO 176.65.148.161 358754 3201 --- End access to /index.php 2026-02-27 07:42:26 DEBUG 176.65.148.161 358754 3201 NEW TOKEN generated by : /index.php 2026-02-27 07:42:26 NOTICE 176.65.148.161 358754 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-27 07:42:26 DEBUG 176.65.148.161 358754 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-27 07:42:26 INFO 176.65.148.161 358754 3201 --- End access to /index.php 2026-02-27 10:49:33 DEBUG 198.235.24.245 718152 3201 NEW TOKEN generated by : /index.php 2026-02-27 10:49:33 NOTICE 198.235.24.245 718152 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-27 10:49:33 DEBUG 198.235.24.245 718152 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-27 10:49:33 INFO 198.235.24.245 718152 3201 --- End access to /index.php 2026-02-27 13:53:48 DEBUG 3.151.194.164 260429 3201 NEW TOKEN generated by : /index.php 2026-02-27 13:53:48 NOTICE 3.151.194.164 260429 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-27 13:53:48 DEBUG 3.151.194.164 260429 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-27 13:53:48 INFO 3.151.194.164 260429 3201 --- End access to /index.php 2026-02-27 15:08:22 DEBUG 198.235.24.218 775682 3201 NEW TOKEN generated by : /index.php 2026-02-27 15:08:22 NOTICE 198.235.24.218 775682 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-27 15:08:22 DEBUG 198.235.24.218 775682 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-27 15:08:22 INFO 198.235.24.218 775682 3201 --- End access to /index.php 2026-02-27 18:10:35 DEBUG 198.235.24.152 14447 3201 NEW TOKEN generated by : /index.php 2026-02-27 18:10:35 NOTICE 198.235.24.152 14447 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-27 18:10:35 DEBUG 198.235.24.152 14447 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-27 18:10:35 INFO 198.235.24.152 14447 3201 --- End access to /index.php 2026-02-27 19:11:50 DEBUG 162.142.125.208 346961 3201 NEW TOKEN generated by : /index.php 2026-02-27 19:11:50 NOTICE 162.142.125.208 346961 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-27 19:11:50 DEBUG 162.142.125.208 346961 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-27 19:11:50 INFO 162.142.125.208 346961 3201 --- End access to /index.php 2026-02-27 21:10:12 DEBUG 167.94.138.180 149174 3201 NEW TOKEN generated by : /index.php 2026-02-27 21:10:12 NOTICE 167.94.138.180 149174 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-27 21:10:12 DEBUG 167.94.138.180 149174 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-27 21:10:12 INFO 167.94.138.180 149174 3201 --- End access to /index.php 2026-02-28 07:44:07 DEBUG 3.139.242.79 652221 3201 NEW TOKEN generated by : /index.php 2026-02-28 07:44:07 NOTICE 3.139.242.79 652221 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-28 07:44:07 DEBUG 3.139.242.79 652221 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-28 07:44:07 INFO 3.139.242.79 652221 3201 --- End access to /index.php 2026-02-28 11:07:26 DEBUG 3.221.83.235 272258 3201 NEW TOKEN generated by : /index.php 2026-02-28 11:07:26 DEBUG 3.221.83.235 272270 3201 NEW TOKEN generated by : /index.php 2026-02-28 11:07:26 DEBUG 3.221.83.235 272253 3201 NEW TOKEN generated by : /index.php 2026-02-28 11:07:26 NOTICE 3.221.83.235 272270 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-28 11:07:26 NOTICE 3.221.83.235 272253 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-28 11:07:26 NOTICE 3.221.83.235 272258 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-28 11:07:26 DEBUG 3.221.83.235 272270 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-28 11:07:26 DEBUG 3.221.83.235 272253 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-28 11:07:26 DEBUG 3.221.83.235 272258 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-28 11:07:26 DEBUG 3.221.83.235 272278 3201 NEW TOKEN generated by : /index.php 2026-02-28 11:07:26 NOTICE 3.221.83.235 272278 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-28 11:07:26 DEBUG 3.221.83.235 272278 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-28 11:07:26 INFO 3.221.83.235 272270 3201 --- End access to /index.php 2026-02-28 11:07:26 INFO 3.221.83.235 272258 3201 --- End access to /index.php 2026-02-28 11:07:26 INFO 3.221.83.235 272253 3201 --- End access to /index.php 2026-02-28 11:07:26 INFO 3.221.83.235 272278 3201 --- End access to /index.php 2026-02-28 11:07:26 DEBUG 3.221.83.235 272258 3201 NEW TOKEN generated by : /index.php 2026-02-28 11:07:26 NOTICE 3.221.83.235 272258 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-28 11:07:26 DEBUG 3.221.83.235 272258 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-28 11:07:26 INFO 3.221.83.235 272258 3201 --- End access to /index.php 2026-02-28 11:38:28 DEBUG 205.210.31.166 924539 3201 NEW TOKEN generated by : /index.php 2026-02-28 11:38:28 NOTICE 205.210.31.166 924539 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-28 11:38:28 DEBUG 205.210.31.166 924539 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-28 11:38:28 INFO 205.210.31.166 924539 3201 --- End access to /index.php 2026-02-28 13:41:15 DEBUG 198.235.24.177 38264 3201 NEW TOKEN generated by : /index.php 2026-02-28 13:41:15 NOTICE 198.235.24.177 38264 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-28 13:41:15 DEBUG 198.235.24.177 38264 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-28 13:41:15 INFO 198.235.24.177 38264 3201 --- End access to /index.php 2026-02-28 20:39:20 DEBUG 198.235.24.176 180631 3201 NEW TOKEN generated by : /index.php 2026-02-28 20:39:20 NOTICE 198.235.24.176 180631 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-02-28 20:39:20 DEBUG 198.235.24.176 180631 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-02-28 20:39:20 INFO 198.235.24.176 180631 3201 --- End access to /index.php 2026-03-01 09:46:09 DEBUG 91.224.92.99 3213 3201 NEW TOKEN generated by : /index.php 2026-03-01 09:46:09 NOTICE 91.224.92.99 3213 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-01 09:46:09 DEBUG 91.224.92.99 3213 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-01 09:46:09 INFO 91.224.92.99 3213 3201 --- End access to /index.php 2026-03-01 09:46:09 DEBUG 91.224.92.99 3213 3201 NEW TOKEN generated by : /index.php 2026-03-01 09:46:09 NOTICE 91.224.92.99 3213 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-01 09:46:09 DEBUG 91.224.92.99 3213 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-01 09:46:09 INFO 91.224.92.99 3213 3201 --- End access to /index.php 2026-03-01 23:05:13 DEBUG 157.143.20.242 39873 3201 NEW TOKEN generated by : /index.php 2026-03-01 23:05:13 NOTICE 157.143.20.242 39873 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-01 23:05:13 DEBUG 157.143.20.242 39873 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-01 23:05:13 INFO 157.143.20.242 39873 3201 --- End access to /index.php 2026-03-01 23:05:13 DEBUG 157.143.20.242 39873 3201 NEW TOKEN generated by : /index.php 2026-03-01 23:05:13 NOTICE 157.143.20.242 39873 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-01 23:05:13 DEBUG 157.143.20.242 39873 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-01 23:05:13 INFO 157.143.20.242 39873 3201 --- End access to /index.php 2026-03-01 23:08:13 DEBUG 157.143.20.242 62369 3201 NEW TOKEN generated by : /index.php 2026-03-01 23:08:13 NOTICE 157.143.20.242 62369 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-01 23:08:13 DEBUG 157.143.20.242 62369 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-01 23:08:13 INFO 157.143.20.242 62369 3201 --- End access to /index.php 2026-03-01 23:14:38 DEBUG 23.27.145.10 125311 3201 NEW TOKEN generated by : /index.php 2026-03-01 23:14:38 NOTICE 23.27.145.10 125311 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-01 23:14:38 DEBUG 23.27.145.10 125311 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-01 23:14:38 INFO 23.27.145.10 125311 3201 --- End access to /index.php 2026-03-01 23:14:41 DEBUG 23.27.145.122 125311 3201 NEW TOKEN generated by : /index.php 2026-03-01 23:14:41 NOTICE 23.27.145.122 125311 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-01 23:14:41 DEBUG 23.27.145.122 125311 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-01 23:14:41 INFO 23.27.145.122 125311 3201 --- End access to /index.php 2026-03-01 23:14:53 DEBUG 149.57.180.185 130708 3201 NEW TOKEN generated by : /index.php 2026-03-01 23:14:53 NOTICE 149.57.180.185 130708 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-01 23:14:53 DEBUG 149.57.180.185 130708 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-01 23:14:53 INFO 149.57.180.185 130708 3201 --- End access to /index.php 2026-03-01 23:15:10 DEBUG 149.57.180.35 132896 3201 NEW TOKEN generated by : /index.php 2026-03-01 23:15:10 NOTICE 149.57.180.35 132896 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-01 23:15:10 DEBUG 149.57.180.35 132896 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-01 23:15:10 INFO 149.57.180.35 132896 3201 --- End access to /index.php 2026-03-01 23:44:29 DEBUG 23.27.145.236 851020 3201 NEW TOKEN generated by : /index.php 2026-03-01 23:44:29 NOTICE 23.27.145.236 851020 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-01 23:44:29 DEBUG 23.27.145.236 851020 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-01 23:44:29 INFO 23.27.145.236 851020 3201 --- End access to /index.php 2026-03-02 03:57:41 DEBUG 149.57.180.74 204342 3201 NEW TOKEN generated by : /index.php 2026-03-02 03:57:41 NOTICE 149.57.180.74 204342 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-02 03:57:41 DEBUG 149.57.180.74 204342 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-02 03:57:41 INFO 149.57.180.74 204342 3201 --- End access to /index.php 2026-03-02 03:57:41 DEBUG 23.27.145.112 204342 3201 NEW TOKEN generated by : /index.php 2026-03-02 03:57:41 NOTICE 23.27.145.112 204342 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-02 03:57:41 DEBUG 23.27.145.112 204342 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-02 03:57:41 INFO 23.27.145.112 204342 3201 --- End access to /index.php 2026-03-02 03:57:45 DEBUG 149.57.180.81 204342 3201 NEW TOKEN generated by : /index.php 2026-03-02 03:57:45 NOTICE 149.57.180.81 204342 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-02 03:57:45 DEBUG 149.57.180.81 204342 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-02 03:57:45 INFO 149.57.180.81 204342 3201 --- End access to /index.php 2026-03-02 03:57:46 DEBUG 149.57.180.129 204342 3201 NEW TOKEN generated by : /index.php 2026-03-02 03:57:46 NOTICE 149.57.180.129 204342 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-02 03:57:46 DEBUG 149.57.180.129 204342 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-02 03:57:46 INFO 149.57.180.129 204342 3201 --- End access to /index.php 2026-03-02 04:27:34 DEBUG 3.151.194.164 450209 3201 NEW TOKEN generated by : /index.php 2026-03-02 04:27:34 NOTICE 3.151.194.164 450209 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-02 04:27:34 DEBUG 3.151.194.164 450209 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-02 04:27:34 INFO 3.151.194.164 450209 3201 --- End access to /index.php 2026-03-02 09:12:02 DEBUG 64.227.79.178 137446 3201 NEW TOKEN generated by : /index.php 2026-03-02 09:12:03 NOTICE 64.227.79.178 137446 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-02 09:12:03 DEBUG 64.227.79.178 137446 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-02 09:12:03 INFO 64.227.79.178 137446 3201 --- End access to /index.php 2026-03-02 09:12:03 DEBUG 64.227.79.178 137446 3201 NEW TOKEN generated by : /index.php 2026-03-02 09:12:03 NOTICE 64.227.79.178 137446 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-02 09:12:03 DEBUG 64.227.79.178 137446 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-02 09:12:03 INFO 64.227.79.178 137446 3201 --- End access to /index.php 2026-03-02 11:44:06 DEBUG 3.139.242.79 757210 3201 NEW TOKEN generated by : /index.php 2026-03-02 11:44:06 NOTICE 3.139.242.79 757210 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-02 11:44:06 DEBUG 3.139.242.79 757210 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-02 11:44:06 INFO 3.139.242.79 757210 3201 --- End access to /index.php 2026-03-02 12:17:31 DEBUG 24.144.85.86 991785 3201 NEW TOKEN generated by : /index.php 2026-03-02 12:17:31 NOTICE 24.144.85.86 991785 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-02 12:17:31 DEBUG 24.144.85.86 991785 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-02 12:17:31 INFO 24.144.85.86 991785 3201 --- End access to /index.php 2026-03-02 12:17:32 DEBUG 24.144.85.86 991785 3201 NEW TOKEN generated by : /index.php 2026-03-02 12:17:32 NOTICE 24.144.85.86 991785 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-02 12:17:32 DEBUG 24.144.85.86 991785 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-02 12:17:32 INFO 24.144.85.86 991785 3201 --- End access to /index.php 2026-03-02 14:44:25 DEBUG 142.93.162.225 492313 3201 NEW TOKEN generated by : /index.php 2026-03-02 14:44:25 NOTICE 142.93.162.225 492313 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-02 14:44:25 DEBUG 142.93.162.225 492313 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-02 14:44:25 INFO 142.93.162.225 492313 3201 --- End access to /index.php 2026-03-02 14:44:26 DEBUG 142.93.162.225 492313 3201 NEW TOKEN generated by : /index.php 2026-03-02 14:44:26 NOTICE 142.93.162.225 492313 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-02 14:44:26 DEBUG 142.93.162.225 492313 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-02 14:44:26 INFO 142.93.162.225 492313 3201 --- End access to /index.php 2026-03-02 20:22:45 DEBUG 205.210.31.238 260736 3201 NEW TOKEN generated by : /index.php 2026-03-02 20:22:45 NOTICE 205.210.31.238 260736 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-02 20:22:45 DEBUG 205.210.31.238 260736 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-02 20:22:45 INFO 205.210.31.238 260736 3201 --- End access to /index.php 2026-03-03 01:28:13 DEBUG 162.142.125.124 339812 3201 NEW TOKEN generated by : /index.php 2026-03-03 01:28:13 NOTICE 162.142.125.124 339812 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-03 01:28:13 DEBUG 162.142.125.124 339812 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-03 01:28:13 INFO 162.142.125.124 339812 3201 --- End access to /index.php 2026-03-03 02:35:36 DEBUG 66.132.153.136 533403 3201 NEW TOKEN generated by : /index.php 2026-03-03 02:35:36 NOTICE 66.132.153.136 533403 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-03 02:35:36 DEBUG 66.132.153.136 533403 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-03 02:35:36 INFO 66.132.153.136 533403 3201 --- End access to /index.php 2026-03-03 04:20:20 DEBUG 157.245.86.33 1012679 3201 NEW TOKEN generated by : /index.php 2026-03-03 04:20:20 NOTICE 157.245.86.33 1012679 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-03 04:20:20 DEBUG 157.245.86.33 1012679 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-03 04:20:20 INFO 157.245.86.33 1012679 3201 --- End access to /index.php 2026-03-03 04:20:20 DEBUG 157.245.86.33 1012679 3201 NEW TOKEN generated by : /index.php 2026-03-03 04:20:20 NOTICE 157.245.86.33 1012679 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-03 04:20:20 DEBUG 157.245.86.33 1012679 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-03 04:20:20 INFO 157.245.86.33 1012679 3201 --- End access to /index.php 2026-03-03 10:48:19 DEBUG 165.227.220.7 355173 3201 NEW TOKEN generated by : /index.php 2026-03-03 10:48:19 NOTICE 165.227.220.7 355173 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-03 10:48:19 DEBUG 165.227.220.7 355173 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-03 10:48:19 INFO 165.227.220.7 355173 3201 --- End access to /index.php 2026-03-03 12:55:31 DEBUG 66.132.153.121 831402 3201 NEW TOKEN generated by : /index.php 2026-03-03 12:55:31 NOTICE 66.132.153.121 831402 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-03 12:55:31 DEBUG 66.132.153.121 831402 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-03 12:55:31 INFO 66.132.153.121 831402 3201 --- End access to /index.php 2026-03-03 13:14:21 DEBUG 206.168.34.115 907808 3201 NEW TOKEN generated by : /index.php 2026-03-03 13:14:21 NOTICE 206.168.34.115 907808 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-03 13:14:21 DEBUG 206.168.34.115 907808 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-03 13:14:21 INFO 206.168.34.115 907808 3201 --- End access to /index.php 2026-03-03 16:28:07 DEBUG 138.197.93.183 615852 3201 NEW TOKEN generated by : /index.php 2026-03-03 16:28:07 NOTICE 138.197.93.183 615852 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-03 16:28:07 DEBUG 138.197.93.183 615852 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-03 16:28:07 INFO 138.197.93.183 615852 3201 --- End access to /index.php 2026-03-04 02:21:09 DEBUG 198.235.24.146 851856 3201 NEW TOKEN generated by : /index.php 2026-03-04 02:21:09 NOTICE 198.235.24.146 851856 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-04 02:21:09 DEBUG 198.235.24.146 851856 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-04 02:21:09 INFO 198.235.24.146 851856 3201 --- End access to /index.php 2026-03-04 07:52:28 DEBUG 91.224.92.99 73746 3201 NEW TOKEN generated by : /index.php 2026-03-04 07:52:28 NOTICE 91.224.92.99 73746 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-04 07:52:28 DEBUG 91.224.92.99 73746 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-04 07:52:29 INFO 91.224.92.99 73746 3201 --- End access to /index.php 2026-03-04 10:27:42 DEBUG 205.210.31.218 656803 3201 NEW TOKEN generated by : /index.php 2026-03-04 10:27:42 NOTICE 205.210.31.218 656803 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-04 10:27:42 DEBUG 205.210.31.218 656803 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-04 10:27:42 INFO 205.210.31.218 656803 3201 --- End access to /index.php 2026-03-04 11:55:43 DEBUG 167.172.27.95 959653 3201 NEW TOKEN generated by : /index.php 2026-03-04 11:55:43 NOTICE 167.172.27.95 959653 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-04 11:55:43 DEBUG 167.172.27.95 959653 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-04 11:55:43 INFO 167.172.27.95 959653 3201 --- End access to /index.php 2026-03-04 12:32:53 DEBUG 159.89.44.41 47550 3201 NEW TOKEN generated by : /user/passwordforgotten.php 2026-03-04 12:32:53 DEBUG 159.89.44.41 47550 3201 DefaultValues::fetchAll 2026-03-04 12:32:53 DEBUG 159.89.44.41 47550 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,0)) AND (entity IN (1,1))) 2026-03-04 12:32:53 NOTICE 159.89.44.41 47550 3201 --- Access to GET /user/passwordforgotten.php - action=, massaction= 2026-03-04 12:32:53 DEBUG 159.89.44.41 47550 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-04 12:32:53 DEBUG 159.89.44.41 47550 3201 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, m.showtopmenuinframe FROM llxme_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 2026-03-04 12:32:53 INFO 159.89.44.41 47550 3201 --- End access to /user/passwordforgotten.php 2026-03-04 18:06:35 DEBUG 107.172.180.205 230150 3201 NEW TOKEN generated by : /index.php 2026-03-04 18:06:35 NOTICE 107.172.180.205 230150 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-04 18:06:35 DEBUG 107.172.180.205 230150 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-04 18:06:35 INFO 107.172.180.205 230150 3201 --- End access to /index.php 2026-03-04 22:20:39 DEBUG 204.76.203.25 100772 3201 NEW TOKEN generated by : /index.php 2026-03-04 22:20:39 NOTICE 204.76.203.25 100772 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-04 22:20:39 DEBUG 204.76.203.25 100772 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-04 22:20:39 INFO 204.76.203.25 100772 3201 --- End access to /index.php 2026-03-04 22:20:44 DEBUG 204.76.203.25 100772 3201 NEW TOKEN generated by : /index.php 2026-03-04 22:20:44 NOTICE 204.76.203.25 100772 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-04 22:20:44 DEBUG 204.76.203.25 100772 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-04 22:20:44 INFO 204.76.203.25 100772 3201 --- End access to /index.php 2026-03-04 22:20:44 DEBUG 204.76.203.25 100976 3201 NEW TOKEN generated by : /index.php 2026-03-04 22:20:44 NOTICE 204.76.203.25 100976 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-04 22:20:44 DEBUG 204.76.203.25 100976 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-04 22:20:44 INFO 204.76.203.25 100976 3201 --- End access to /index.php 2026-03-05 00:36:43 DEBUG 66.132.153.112 562320 3201 NEW TOKEN generated by : /index.php 2026-03-05 00:36:43 NOTICE 66.132.153.112 562320 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-05 00:36:43 DEBUG 66.132.153.112 562320 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-05 00:36:43 INFO 66.132.153.112 562320 3201 --- End access to /index.php 2026-03-05 02:31:48 DEBUG 199.45.154.146 944822 3201 NEW TOKEN generated by : /index.php 2026-03-05 02:31:48 NOTICE 199.45.154.146 944822 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-05 02:31:48 DEBUG 199.45.154.146 944822 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-05 02:31:48 INFO 199.45.154.146 944822 3201 --- End access to /index.php 2026-03-05 02:39:30 DEBUG 208.84.101.102 962578 3201 NEW TOKEN generated by : /index.php 2026-03-05 02:39:30 NOTICE 208.84.101.102 962578 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-05 02:39:30 DEBUG 208.84.101.102 962578 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-05 02:39:30 INFO 208.84.101.102 962578 3201 --- End access to /index.php 2026-03-05 02:39:30 NOTICE 208.84.101.102 962578 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-05 02:39:30 DEBUG 208.84.101.102 962578 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-05 02:39:30 INFO 208.84.101.102 962578 3201 --- End access to /index.php 2026-03-05 02:39:30 NOTICE 208.84.101.102 962578 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-05 02:39:30 DEBUG 208.84.101.102 962578 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-05 02:39:30 INFO 208.84.101.102 962578 3201 --- End access to /index.php 2026-03-05 04:34:34 DEBUG 208.84.101.102 317851 3201 NEW TOKEN generated by : /index.php 2026-03-05 04:34:34 NOTICE 208.84.101.102 317851 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-05 04:34:34 DEBUG 208.84.101.102 317851 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-05 04:34:34 INFO 208.84.101.102 317851 3201 --- End access to /index.php 2026-03-05 04:34:34 NOTICE 208.84.101.102 317851 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-05 04:34:34 DEBUG 208.84.101.102 317851 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-05 04:34:34 INFO 208.84.101.102 317851 3201 --- End access to /index.php 2026-03-05 04:34:35 NOTICE 208.84.101.102 317854 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-05 04:34:35 DEBUG 208.84.101.102 317854 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-05 04:34:35 INFO 208.84.101.102 317854 3201 --- End access to /index.php 2026-03-05 11:03:10 DEBUG 87.236.176.194 607570 3201 NEW TOKEN generated by : /index.php 2026-03-05 11:03:10 NOTICE 87.236.176.194 607570 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-05 11:03:10 DEBUG 87.236.176.194 607570 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-05 11:03:10 INFO 87.236.176.194 607570 3201 --- End access to /index.php 2026-03-05 15:52:08 DEBUG 87.236.176.222 574260 3201 NEW TOKEN generated by : /index.php 2026-03-05 15:52:08 NOTICE 87.236.176.222 574260 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-05 15:52:08 DEBUG 87.236.176.222 574260 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-05 15:52:08 INFO 87.236.176.222 574260 3201 --- End access to /index.php 2026-03-05 16:14:41 DEBUG 3.139.242.79 651614 3201 NEW TOKEN generated by : /index.php 2026-03-05 16:14:41 NOTICE 3.139.242.79 651614 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-05 16:14:41 DEBUG 3.139.242.79 651614 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-05 16:14:41 INFO 3.139.242.79 651614 3201 --- End access to /index.php 2026-03-05 16:18:16 DEBUG 3.139.242.79 675345 3201 NEW TOKEN generated by : /index.php 2026-03-05 16:18:16 NOTICE 3.139.242.79 675345 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-05 16:18:16 DEBUG 3.139.242.79 675345 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-05 16:18:16 INFO 3.139.242.79 675345 3201 --- End access to /index.php 2026-03-05 19:08:37 DEBUG 87.236.176.45 233235 3201 NEW TOKEN generated by : /index.php 2026-03-05 19:08:37 NOTICE 87.236.176.45 233235 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-05 19:08:37 DEBUG 87.236.176.45 233235 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-05 19:08:37 INFO 87.236.176.45 233235 3201 --- End access to /index.php 2026-03-05 21:54:54 DEBUG 45.55.216.226 825891 3201 NEW TOKEN generated by : /index.php 2026-03-05 21:54:54 DEBUG 45.55.216.226 825890 3201 NEW TOKEN generated by : /index.php 2026-03-05 21:54:54 NOTICE 45.55.216.226 825891 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-05 21:54:54 NOTICE 45.55.216.226 825890 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-05 21:54:54 DEBUG 45.55.216.226 825891 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-05 21:54:54 DEBUG 45.55.216.226 825890 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-05 21:54:54 INFO 45.55.216.226 825891 3201 --- End access to /index.php 2026-03-05 21:54:54 INFO 45.55.216.226 825890 3201 --- End access to /index.php 2026-03-05 22:19:36 DEBUG 87.236.176.203 925891 3201 NEW TOKEN generated by : /index.php 2026-03-05 22:19:36 NOTICE 87.236.176.203 925891 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-05 22:19:36 DEBUG 87.236.176.203 925891 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-05 22:19:36 INFO 87.236.176.203 925891 3201 --- End access to /index.php 2026-03-06 05:28:54 DEBUG 185.247.137.185 456528 3201 NEW TOKEN generated by : /index.php 2026-03-06 05:28:54 NOTICE 185.247.137.185 456528 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-06 05:28:54 DEBUG 185.247.137.185 456528 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-06 05:28:54 INFO 185.247.137.185 456528 3201 --- End access to /index.php 2026-03-06 14:48:00 DEBUG 185.247.137.91 460189 3201 NEW TOKEN generated by : /index.php 2026-03-06 14:48:00 NOTICE 185.247.137.91 460189 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-06 14:48:00 DEBUG 185.247.137.91 460189 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-06 14:48:00 INFO 185.247.137.91 460189 3201 --- End access to /index.php 2026-03-06 20:13:09 DEBUG 54.73.61.63 872067 3201 NEW TOKEN generated by : /index.php 2026-03-06 20:13:09 NOTICE 54.73.61.63 872067 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-06 20:13:09 DEBUG 54.73.61.63 872067 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-06 20:13:09 INFO 54.73.61.63 872067 3201 --- End access to /index.php 2026-03-06 20:13:09 DEBUG 54.73.61.63 872067 3201 NEW TOKEN generated by : /index.php 2026-03-06 20:13:09 NOTICE 54.73.61.63 872067 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-06 20:13:09 DEBUG 54.73.61.63 872067 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-06 20:13:09 INFO 54.73.61.63 872067 3201 --- End access to /index.php 2026-03-06 20:13:09 WARNING 54.73.61.63 872067 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-03-06 20:13:09 INFO 54.73.61.63 872067 3201 --- End access to /index.php 2026-03-06 20:13:09 WARNING 54.73.61.63 872067 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-03-06 20:13:09 INFO 54.73.61.63 872067 3201 --- End access to /index.php 2026-03-06 20:13:09 WARNING 54.73.61.63 872067 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-03-06 20:13:09 INFO 54.73.61.63 872067 3201 --- End access to /index.php 2026-03-06 20:13:10 WARNING 54.73.61.63 872067 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-03-06 20:13:10 INFO 54.73.61.63 872067 3201 --- End access to /index.php 2026-03-06 20:13:10 WARNING 54.73.61.63 872067 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-03-06 20:13:10 INFO 54.73.61.63 872067 3201 --- End access to /index.php 2026-03-06 20:13:10 WARNING 54.73.61.63 872067 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-03-06 20:13:10 INFO 54.73.61.63 872067 3201 --- End access to /index.php 2026-03-06 20:23:51 DEBUG 13.38.230.238 914349 3201 NEW TOKEN generated by : /index.php 2026-03-06 20:23:51 NOTICE 13.38.230.238 914349 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-06 20:23:51 DEBUG 13.38.230.238 914349 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-06 20:23:51 INFO 13.38.230.238 914349 3201 --- End access to /index.php 2026-03-06 20:23:51 WARNING 13.38.230.238 914349 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-03-06 20:23:51 INFO 13.38.230.238 914349 3201 --- End access to /index.php 2026-03-06 20:23:51 WARNING 13.38.230.238 914349 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-03-06 20:23:51 INFO 13.38.230.238 914349 3201 --- End access to /index.php 2026-03-06 20:23:51 WARNING 13.38.230.238 914349 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-03-06 20:23:51 INFO 13.38.230.238 914349 3201 --- End access to /index.php 2026-03-06 20:40:17 DEBUG 35.93.123.221 987341 3201 NEW TOKEN generated by : /index.php 2026-03-06 20:40:17 NOTICE 35.93.123.221 987341 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-06 20:40:17 DEBUG 35.93.123.221 987341 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-06 20:40:17 INFO 35.93.123.221 987341 3201 --- End access to /index.php 2026-03-06 20:40:17 DEBUG 35.93.123.221 987341 3201 NEW TOKEN generated by : /index.php 2026-03-06 20:40:17 NOTICE 35.93.123.221 987341 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-06 20:40:17 DEBUG 35.93.123.221 987341 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-06 20:40:17 INFO 35.93.123.221 987341 3201 --- End access to /index.php 2026-03-07 00:20:06 DEBUG 162.142.125.44 810377 3201 NEW TOKEN generated by : /index.php 2026-03-07 00:20:06 NOTICE 162.142.125.44 810377 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-07 00:20:06 DEBUG 162.142.125.44 810377 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-07 00:20:06 INFO 162.142.125.44 810377 3201 --- End access to /index.php 2026-03-07 02:09:30 DEBUG 162.142.125.112 161507 3201 NEW TOKEN generated by : /index.php 2026-03-07 02:09:30 NOTICE 162.142.125.112 161507 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-07 02:09:30 DEBUG 162.142.125.112 161507 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-07 02:09:30 INFO 162.142.125.112 161507 3201 --- End access to /index.php 2026-03-07 15:45:26 DEBUG 34.122.147.229 1035246 3201 NEW TOKEN generated by : /index.php 2026-03-07 15:45:26 DEBUG 34.123.170.104 1035294 3201 NEW TOKEN generated by : /index.php 2026-03-07 15:45:26 NOTICE 34.123.170.104 1035294 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-07 15:45:26 NOTICE 34.122.147.229 1035246 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-07 15:45:26 DEBUG 34.122.147.229 1035246 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-07 15:45:26 DEBUG 34.123.170.104 1035294 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-07 15:45:26 INFO 34.123.170.104 1035294 3201 --- End access to /index.php 2026-03-07 15:45:26 INFO 34.122.147.229 1035246 3201 --- End access to /index.php 2026-03-08 09:24:45 DEBUG 87.236.176.210 318734 3201 NEW TOKEN generated by : /index.php 2026-03-08 09:24:45 NOTICE 87.236.176.210 318734 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-08 09:24:45 DEBUG 87.236.176.210 318734 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-08 09:24:45 INFO 87.236.176.210 318734 3201 --- End access to /index.php 2026-03-08 14:40:54 DEBUG 2.58.56.62 575567 3201 NEW TOKEN generated by : /index.php 2026-03-08 14:40:54 NOTICE 2.58.56.62 575567 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-08 14:40:54 DEBUG 2.58.56.62 575567 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-08 14:40:54 INFO 2.58.56.62 575567 3201 --- End access to /index.php 2026-03-08 14:40:54 NOTICE 2.58.56.62 575832 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-08 14:40:54 DEBUG 2.58.56.62 575832 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-08 14:40:54 INFO 2.58.56.62 575832 3201 --- End access to /index.php 2026-03-08 14:40:55 NOTICE 2.58.56.62 575832 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-08 14:40:55 DEBUG 2.58.56.62 575832 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-08 14:40:55 INFO 2.58.56.62 575832 3201 --- End access to /index.php 2026-03-08 16:24:37 DEBUG 87.236.176.6 961867 3201 NEW TOKEN generated by : /index.php 2026-03-08 16:24:37 NOTICE 87.236.176.6 961867 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-08 16:24:37 DEBUG 87.236.176.6 961867 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-08 16:24:37 INFO 87.236.176.6 961867 3201 --- End access to /index.php 2026-03-08 20:48:01 DEBUG 52.200.211.242 860363 3201 NEW TOKEN generated by : /index.php 2026-03-08 20:48:01 DEBUG 52.200.211.242 860318 3201 NEW TOKEN generated by : /index.php 2026-03-08 20:48:01 NOTICE 52.200.211.242 860363 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-08 20:48:01 DEBUG 52.200.211.242 860363 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-08 20:48:01 NOTICE 52.200.211.242 860318 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-08 20:48:01 DEBUG 52.200.211.242 860318 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-08 20:48:01 INFO 52.200.211.242 860363 3201 --- End access to /index.php 2026-03-08 20:48:01 INFO 52.200.211.242 860318 3201 --- End access to /index.php 2026-03-08 20:57:36 DEBUG 107.172.180.205 888567 3201 NEW TOKEN generated by : /index.php 2026-03-08 20:57:36 NOTICE 107.172.180.205 888567 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-08 20:57:36 DEBUG 107.172.180.205 888567 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-08 20:57:36 INFO 107.172.180.205 888567 3201 --- End access to /index.php 2026-03-08 22:00:11 DEBUG 3.18.186.238 48288 3201 NEW TOKEN generated by : /index.php 2026-03-08 22:00:11 NOTICE 3.18.186.238 48288 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-08 22:00:11 DEBUG 3.18.186.238 48288 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-08 22:00:11 INFO 3.18.186.238 48288 3201 --- End access to /index.php 2026-03-08 23:45:58 DEBUG 107.172.180.205 423959 3201 NEW TOKEN generated by : /index.php 2026-03-08 23:45:59 NOTICE 107.172.180.205 423959 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-08 23:45:59 DEBUG 107.172.180.205 423959 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-08 23:45:59 INFO 107.172.180.205 423959 3201 --- End access to /index.php 2026-03-09 15:30:45 DEBUG 209.38.141.114 1033490 3201 NEW TOKEN generated by : /index.php 2026-03-09 15:30:45 NOTICE 209.38.141.114 1033490 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-09 15:30:45 DEBUG 209.38.141.114 1033490 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-09 15:30:45 INFO 209.38.141.114 1033490 3201 --- End access to /index.php 2026-03-09 15:30:46 DEBUG 209.38.141.114 1033490 3201 NEW TOKEN generated by : /index.php 2026-03-09 15:30:46 NOTICE 209.38.141.114 1033490 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-09 15:30:46 DEBUG 209.38.141.114 1033490 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-09 15:30:46 INFO 209.38.141.114 1033490 3201 --- End access to /index.php 2026-03-10 00:49:47 DEBUG 147.185.132.48 420066 3201 NEW TOKEN generated by : /index.php 2026-03-10 00:49:47 NOTICE 147.185.132.48 420066 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-10 00:49:47 DEBUG 147.185.132.48 420066 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-10 00:49:47 INFO 147.185.132.48 420066 3201 --- End access to /index.php 2026-03-10 06:07:34 DEBUG 147.185.132.12 781896 3201 NEW TOKEN generated by : /index.php 2026-03-10 06:07:34 NOTICE 147.185.132.12 781896 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-10 06:07:34 DEBUG 147.185.132.12 781896 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-10 06:07:34 INFO 147.185.132.12 781896 3201 --- End access to /index.php 2026-03-10 06:20:31 DEBUG 167.94.138.57 840671 3201 NEW TOKEN generated by : /index.php 2026-03-10 06:20:31 NOTICE 167.94.138.57 840671 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-10 06:20:31 DEBUG 167.94.138.57 840671 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-10 06:20:31 INFO 167.94.138.57 840671 3201 --- End access to /index.php 2026-03-10 07:19:43 DEBUG 199.45.155.82 21657 3201 NEW TOKEN generated by : /index.php 2026-03-10 07:19:43 NOTICE 199.45.155.82 21657 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-10 07:19:43 DEBUG 199.45.155.82 21657 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-10 07:19:43 INFO 199.45.155.82 21657 3201 --- End access to /index.php 2026-03-10 09:42:36 DEBUG 35.190.158.77 635113 3201 NEW TOKEN generated by : /index.php 2026-03-10 09:42:36 NOTICE 35.190.158.77 635113 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-10 09:42:36 DEBUG 35.190.158.77 635113 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-10 09:42:36 INFO 35.190.158.77 635113 3201 --- End access to /index.php 2026-03-10 09:42:36 DEBUG 35.190.158.77 635115 3201 NEW TOKEN generated by : /index.php 2026-03-10 09:42:36 NOTICE 35.190.158.77 635115 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-10 09:42:36 DEBUG 35.190.158.77 635115 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-10 09:42:36 INFO 35.190.158.77 635115 3201 --- End access to /index.php 2026-03-10 09:42:37 NOTICE 35.190.158.77 635115 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-10 09:42:37 DEBUG 35.190.158.77 635115 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-10 09:42:37 INFO 35.190.158.77 635115 3201 --- End access to /index.php 2026-03-10 09:42:37 NOTICE 35.190.158.77 635115 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-10 09:42:37 DEBUG 35.190.158.77 635115 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-10 09:42:37 INFO 35.190.158.77 635115 3201 --- End access to /index.php 2026-03-10 09:42:37 NOTICE 35.190.158.77 635115 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-10 09:42:37 DEBUG 35.190.158.77 635115 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-10 09:42:37 INFO 35.190.158.77 635115 3201 --- End access to /index.php 2026-03-10 09:42:37 NOTICE 35.190.158.77 635113 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-10 09:42:37 DEBUG 35.190.158.77 635113 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-10 09:42:37 INFO 35.190.158.77 635113 3201 --- End access to /index.php 2026-03-10 10:19:38 DEBUG 204.76.203.25 780352 3201 NEW TOKEN generated by : /index.php 2026-03-10 10:19:38 DEBUG 204.76.203.25 780353 3201 NEW TOKEN generated by : /index.php 2026-03-10 10:19:38 NOTICE 204.76.203.25 780353 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-10 10:19:38 NOTICE 204.76.203.25 780352 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-10 10:19:38 DEBUG 204.76.203.25 780353 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-10 10:19:38 DEBUG 204.76.203.25 780352 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-10 10:19:38 INFO 204.76.203.25 780353 3201 --- End access to /index.php 2026-03-10 10:19:38 INFO 204.76.203.25 780352 3201 --- End access to /index.php 2026-03-10 10:19:38 DEBUG 204.76.203.25 780353 3201 NEW TOKEN generated by : /index.php 2026-03-10 10:19:38 NOTICE 204.76.203.25 780353 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-10 10:19:38 DEBUG 204.76.203.25 780353 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-10 10:19:38 INFO 204.76.203.25 780353 3201 --- End access to /index.php 2026-03-10 18:36:48 DEBUG 170.64.202.101 700546 3201 NEW TOKEN generated by : /index.php 2026-03-10 18:36:48 NOTICE 170.64.202.101 700546 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-10 18:36:48 DEBUG 170.64.202.101 700546 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-10 18:36:48 INFO 170.64.202.101 700546 3201 --- End access to /index.php 2026-03-10 18:36:49 DEBUG 170.64.202.101 700559 3201 NEW TOKEN generated by : /index.php 2026-03-10 18:36:49 NOTICE 170.64.202.101 700559 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-10 18:36:49 DEBUG 170.64.202.101 700559 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-10 18:36:49 INFO 170.64.202.101 700559 3201 --- End access to /index.php 2026-03-10 19:53:08 DEBUG 199.45.154.113 981244 3201 NEW TOKEN generated by : /index.php 2026-03-10 19:53:08 NOTICE 199.45.154.113 981244 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-10 19:53:08 DEBUG 199.45.154.113 981244 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-10 19:53:08 INFO 199.45.154.113 981244 3201 --- End access to /index.php 2026-03-10 21:55:41 DEBUG 162.142.125.36 398193 3201 NEW TOKEN generated by : /index.php 2026-03-10 21:55:41 NOTICE 162.142.125.36 398193 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-10 21:55:41 DEBUG 162.142.125.36 398193 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-10 21:55:41 INFO 162.142.125.36 398193 3201 --- End access to /index.php 2026-03-11 17:21:06 DEBUG 64.69.216.78 844587 3201 NEW TOKEN generated by : /index.php 2026-03-11 17:21:06 NOTICE 64.69.216.78 844587 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-11 17:21:06 DEBUG 64.69.216.78 844587 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-11 17:21:06 INFO 64.69.216.78 844587 3201 --- End access to /index.php 2026-03-11 23:36:54 DEBUG 87.236.176.142 160710 3201 NEW TOKEN generated by : /index.php 2026-03-11 23:36:54 NOTICE 87.236.176.142 160710 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-11 23:36:54 DEBUG 87.236.176.142 160710 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-11 23:36:54 INFO 87.236.176.142 160710 3201 --- End access to /index.php 2026-03-12 04:59:13 DEBUG 87.236.176.87 351736 3201 NEW TOKEN generated by : /index.php 2026-03-12 04:59:13 NOTICE 87.236.176.87 351736 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-12 04:59:13 DEBUG 87.236.176.87 351736 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-12 04:59:13 INFO 87.236.176.87 351736 3201 --- End access to /index.php 2026-03-12 07:23:02 DEBUG 162.142.125.125 951307 3201 NEW TOKEN generated by : /index.php 2026-03-12 07:23:02 NOTICE 162.142.125.125 951307 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-12 07:23:02 DEBUG 162.142.125.125 951307 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-12 07:23:02 INFO 162.142.125.125 951307 3201 --- End access to /index.php 2026-03-12 08:17:45 DEBUG 167.94.138.48 105021 3201 NEW TOKEN generated by : /index.php 2026-03-12 08:17:45 NOTICE 167.94.138.48 105021 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-12 08:17:45 DEBUG 167.94.138.48 105021 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-12 08:17:45 INFO 167.94.138.48 105021 3201 --- End access to /index.php 2026-03-14 05:50:56 DEBUG 34.203.15.144 952549 3201 NEW TOKEN generated by : /index.php 2026-03-14 05:50:56 NOTICE 34.203.15.144 952549 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-14 05:50:56 DEBUG 34.203.15.144 952549 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-14 05:50:56 INFO 34.203.15.144 952549 3201 --- End access to /index.php 2026-03-14 05:50:56 DEBUG 34.203.15.144 952555 3201 NEW TOKEN generated by : /index.php 2026-03-14 05:50:56 NOTICE 34.203.15.144 952555 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-14 05:50:56 DEBUG 34.203.15.144 952555 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-14 05:50:56 INFO 34.203.15.144 952555 3201 --- End access to /index.php 2026-03-14 06:33:43 DEBUG 167.94.138.179 92457 3201 NEW TOKEN generated by : /index.php 2026-03-14 06:33:43 NOTICE 167.94.138.179 92457 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-14 06:33:43 DEBUG 167.94.138.179 92457 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-14 06:33:43 INFO 167.94.138.179 92457 3201 --- End access to /index.php 2026-03-14 11:56:33 DEBUG 205.210.31.28 203011 3201 NEW TOKEN generated by : /index.php 2026-03-14 11:56:33 NOTICE 205.210.31.28 203011 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-14 11:56:33 DEBUG 205.210.31.28 203011 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-14 11:56:33 INFO 205.210.31.28 203011 3201 --- End access to /index.php 2026-03-14 12:47:54 DEBUG 198.235.24.178 390121 3201 NEW TOKEN generated by : /index.php 2026-03-14 12:47:54 NOTICE 198.235.24.178 390121 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-14 12:47:54 DEBUG 198.235.24.178 390121 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-14 12:47:54 INFO 198.235.24.178 390121 3201 --- End access to /index.php 2026-03-14 16:48:52 DEBUG 147.185.132.243 267343 3201 NEW TOKEN generated by : /index.php 2026-03-14 16:48:52 NOTICE 147.185.132.243 267343 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-14 16:48:52 DEBUG 147.185.132.243 267343 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-14 16:48:52 INFO 147.185.132.243 267343 3201 --- End access to /index.php 2026-03-15 19:05:44 DEBUG 195.178.110.34 959750 3201 NEW TOKEN generated by : /index.php 2026-03-15 19:05:44 NOTICE 195.178.110.34 959750 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-15 19:05:44 DEBUG 195.178.110.34 959750 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-15 19:05:44 INFO 195.178.110.34 959750 3201 --- End access to /index.php 2026-03-15 19:05:46 DEBUG 195.178.110.34 959792 3201 NEW TOKEN generated by : /index.php 2026-03-15 19:05:46 NOTICE 195.178.110.34 959792 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-15 19:05:46 DEBUG 195.178.110.34 959792 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-15 19:05:46 INFO 195.178.110.34 959792 3201 --- End access to /index.php 2026-03-15 19:05:58 DEBUG 195.178.110.34 960119 3201 NEW TOKEN generated by : /index.php 2026-03-15 19:05:58 NOTICE 195.178.110.34 960119 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-15 19:05:58 DEBUG 195.178.110.34 960119 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-15 19:05:58 INFO 195.178.110.34 960119 3201 --- End access to /index.php 2026-03-15 19:06:05 DEBUG 195.178.110.34 960119 3201 NEW TOKEN generated by : /index.php 2026-03-15 19:06:05 NOTICE 195.178.110.34 960119 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-15 19:06:05 DEBUG 195.178.110.34 960119 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-15 19:06:05 INFO 195.178.110.34 960119 3201 --- End access to /index.php 2026-03-15 23:20:21 DEBUG 98.87.188.21 967042 3201 NEW TOKEN generated by : /index.php 2026-03-15 23:20:21 NOTICE 98.87.188.21 967042 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-15 23:20:21 DEBUG 98.87.188.21 967042 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-15 23:20:21 INFO 98.87.188.21 967042 3201 --- End access to /index.php 2026-03-15 23:20:21 DEBUG 98.87.188.21 967042 3201 NEW TOKEN generated by : /index.php 2026-03-15 23:20:21 NOTICE 98.87.188.21 967042 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-15 23:20:21 DEBUG 98.87.188.21 967042 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-15 23:20:21 INFO 98.87.188.21 967042 3201 --- End access to /index.php 2026-03-16 11:23:45 DEBUG 3.18.186.238 800522 3201 NEW TOKEN generated by : /index.php 2026-03-16 11:23:45 NOTICE 3.18.186.238 800522 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-16 11:23:45 DEBUG 3.18.186.238 800522 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-16 11:23:45 INFO 3.18.186.238 800522 3201 --- End access to /index.php 2026-03-16 11:27:30 DEBUG 3.18.186.238 823207 3201 NEW TOKEN generated by : /index.php 2026-03-16 11:27:30 NOTICE 3.18.186.238 823207 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-16 11:27:30 DEBUG 3.18.186.238 823207 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-16 11:27:30 INFO 3.18.186.238 823207 3201 --- End access to /index.php 2026-03-16 11:35:01 DEBUG 167.71.180.114 843250 3201 NEW TOKEN generated by : /index.php 2026-03-16 11:35:01 NOTICE 167.71.180.114 843250 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-16 11:35:01 DEBUG 167.71.180.114 843250 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-16 11:35:01 INFO 167.71.180.114 843250 3201 --- End access to /index.php 2026-03-16 11:35:02 DEBUG 167.71.180.114 843250 3201 NEW TOKEN generated by : /index.php 2026-03-16 11:35:02 NOTICE 167.71.180.114 843250 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-16 11:35:02 DEBUG 167.71.180.114 843250 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-16 11:35:02 INFO 167.71.180.114 843250 3201 --- End access to /index.php 2026-03-16 13:14:25 DEBUG 204.76.203.25 203269 3201 NEW TOKEN generated by : /index.php 2026-03-16 13:14:25 DEBUG 204.76.203.25 203273 3201 NEW TOKEN generated by : /index.php 2026-03-16 13:14:25 NOTICE 204.76.203.25 203269 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-16 13:14:25 NOTICE 204.76.203.25 203273 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-16 13:14:25 DEBUG 204.76.203.25 203269 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-16 13:14:25 DEBUG 204.76.203.25 203273 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-16 13:14:25 INFO 204.76.203.25 203273 3201 --- End access to /index.php 2026-03-16 13:14:25 INFO 204.76.203.25 203269 3201 --- End access to /index.php 2026-03-16 13:14:25 DEBUG 204.76.203.25 203269 3201 NEW TOKEN generated by : /index.php 2026-03-16 13:14:25 NOTICE 204.76.203.25 203269 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-16 13:14:25 DEBUG 204.76.203.25 203269 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-16 13:14:25 INFO 204.76.203.25 203269 3201 --- End access to /index.php 2026-03-16 13:15:56 DEBUG 136.118.112.102 209080 3201 NEW TOKEN generated by : /index.php 2026-03-16 13:15:56 NOTICE 136.118.112.102 209080 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-16 13:15:56 DEBUG 136.118.112.102 209080 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-16 13:15:56 INFO 136.118.112.102 209080 3201 --- End access to /index.php 2026-03-16 13:15:56 DEBUG 136.118.112.102 209080 3201 NEW TOKEN generated by : /index.php 2026-03-16 13:15:56 NOTICE 136.118.112.102 209080 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-16 13:15:56 DEBUG 136.118.112.102 209080 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-16 13:15:56 INFO 136.118.112.102 209080 3201 --- End access to /index.php 2026-03-16 13:15:56 NOTICE 136.118.112.102 209080 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-16 13:15:56 DEBUG 136.118.112.102 209080 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-16 13:15:56 INFO 136.118.112.102 209080 3201 --- End access to /index.php 2026-03-16 13:15:56 NOTICE 136.118.112.102 209080 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-16 13:15:56 DEBUG 136.118.112.102 209080 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-16 13:15:56 INFO 136.118.112.102 209080 3201 --- End access to /index.php 2026-03-16 13:15:56 NOTICE 136.118.112.102 209080 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-16 13:15:56 DEBUG 136.118.112.102 209080 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-16 13:15:56 INFO 136.118.112.102 209080 3201 --- End access to /index.php 2026-03-16 13:15:56 NOTICE 136.118.112.102 209080 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-16 13:15:56 DEBUG 136.118.112.102 209080 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-16 13:15:56 INFO 136.118.112.102 209080 3201 --- End access to /index.php 2026-03-16 18:13:45 DEBUG 143.110.162.97 526421 3201 NEW TOKEN generated by : /index.php 2026-03-16 18:13:45 NOTICE 143.110.162.97 526421 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-16 18:13:45 DEBUG 143.110.162.97 526421 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-16 18:13:45 INFO 143.110.162.97 526421 3201 --- End access to /index.php 2026-03-16 18:13:46 DEBUG 143.110.162.97 526421 3201 NEW TOKEN generated by : /index.php 2026-03-16 18:13:46 NOTICE 143.110.162.97 526421 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-16 18:13:46 DEBUG 143.110.162.97 526421 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-16 18:13:46 INFO 143.110.162.97 526421 3201 --- End access to /index.php 2026-03-16 18:36:35 DEBUG 34.26.19.91 621500 3201 NEW TOKEN generated by : /index.php 2026-03-16 18:36:35 NOTICE 34.26.19.91 621500 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-16 18:36:35 DEBUG 34.26.19.91 621500 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-16 18:36:35 INFO 34.26.19.91 621500 3201 --- End access to /index.php 2026-03-16 18:36:35 NOTICE 34.26.19.91 621500 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-16 18:36:35 DEBUG 34.26.19.91 621500 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-16 18:36:35 INFO 34.26.19.91 621500 3201 --- End access to /index.php 2026-03-16 18:36:36 NOTICE 34.26.19.91 621500 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-16 18:36:36 DEBUG 34.26.19.91 621500 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-16 18:36:36 INFO 34.26.19.91 621500 3201 --- End access to /index.php 2026-03-16 19:39:09 DEBUG 198.235.24.38 944322 3201 NEW TOKEN generated by : /index.php 2026-03-16 19:39:09 NOTICE 198.235.24.38 944322 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-16 19:39:09 DEBUG 198.235.24.38 944322 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-16 19:39:09 INFO 198.235.24.38 944322 3201 --- End access to /index.php 2026-03-17 04:07:03 DEBUG 3.151.194.164 171723 3201 NEW TOKEN generated by : /index.php 2026-03-17 04:07:03 NOTICE 3.151.194.164 171723 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-17 04:07:03 DEBUG 3.151.194.164 171723 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-17 04:07:03 INFO 3.151.194.164 171723 3201 --- End access to /index.php 2026-03-17 04:11:09 DEBUG 3.151.194.164 186537 3201 NEW TOKEN generated by : /index.php 2026-03-17 04:11:09 NOTICE 3.151.194.164 186537 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-17 04:11:09 DEBUG 3.151.194.164 186537 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-17 04:11:09 INFO 3.151.194.164 186537 3201 --- End access to /index.php 2026-03-17 09:59:05 DEBUG 137.184.167.186 658301 3201 NEW TOKEN generated by : /index.php 2026-03-17 09:59:05 NOTICE 137.184.167.186 658301 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-17 09:59:05 DEBUG 137.184.167.186 658301 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-17 09:59:05 INFO 137.184.167.186 658301 3201 --- End access to /index.php 2026-03-17 09:59:06 DEBUG 137.184.167.186 658301 3201 NEW TOKEN generated by : /index.php 2026-03-17 09:59:06 NOTICE 137.184.167.186 658301 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-17 09:59:06 DEBUG 137.184.167.186 658301 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-17 09:59:06 INFO 137.184.167.186 658301 3201 --- End access to /index.php 2026-03-17 12:18:58 DEBUG 199.45.155.108 215140 3201 NEW TOKEN generated by : /index.php 2026-03-17 12:18:58 NOTICE 199.45.155.108 215140 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-17 12:18:58 DEBUG 199.45.155.108 215140 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-17 12:18:58 INFO 199.45.155.108 215140 3201 --- End access to /index.php 2026-03-17 12:30:03 DEBUG 206.168.34.216 256900 3201 NEW TOKEN generated by : /index.php 2026-03-17 12:30:03 NOTICE 206.168.34.216 256900 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-17 12:30:03 DEBUG 206.168.34.216 256900 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-17 12:30:03 INFO 206.168.34.216 256900 3201 --- End access to /index.php 2026-03-18 00:11:28 DEBUG 162.142.125.112 310494 3201 NEW TOKEN generated by : /index.php 2026-03-18 00:11:28 NOTICE 162.142.125.112 310494 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-18 00:11:28 DEBUG 162.142.125.112 310494 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-18 00:11:28 INFO 162.142.125.112 310494 3201 --- End access to /index.php 2026-03-18 00:25:22 DEBUG 199.45.154.139 368949 3201 NEW TOKEN generated by : /index.php 2026-03-18 00:25:22 NOTICE 199.45.154.139 368949 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-18 00:25:22 DEBUG 199.45.154.139 368949 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-18 00:25:22 INFO 199.45.154.139 368949 3201 --- End access to /index.php 2026-03-18 05:41:20 DEBUG 85.11.167.108 649437 3201 NEW TOKEN generated by : /index.php 2026-03-18 05:41:20 NOTICE 85.11.167.108 649437 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-18 05:41:20 DEBUG 85.11.167.108 649437 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-18 05:41:20 INFO 85.11.167.108 649437 3201 --- End access to /index.php 2026-03-18 05:41:21 DEBUG 85.11.167.108 649437 3201 NEW TOKEN generated by : /index.php 2026-03-18 05:41:21 NOTICE 85.11.167.108 649437 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-18 05:41:21 DEBUG 85.11.167.108 649437 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-18 05:41:21 INFO 85.11.167.108 649437 3201 --- End access to /index.php 2026-03-19 13:14:22 DEBUG 206.168.34.219 1010955 3201 NEW TOKEN generated by : /index.php 2026-03-19 13:14:22 NOTICE 206.168.34.219 1010955 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-19 13:14:22 DEBUG 206.168.34.219 1010955 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-19 13:14:22 INFO 206.168.34.219 1010955 3201 --- End access to /index.php 2026-03-19 13:28:12 DEBUG 162.142.125.44 115850 3201 NEW TOKEN generated by : /index.php 2026-03-19 13:28:12 NOTICE 162.142.125.44 115850 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-19 13:28:12 DEBUG 162.142.125.44 115850 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-19 13:28:12 INFO 162.142.125.44 115850 3201 --- End access to /index.php 2026-03-19 21:29:13 DEBUG 34.145.46.53 719873 3201 NEW TOKEN generated by : /index.php 2026-03-19 21:29:13 NOTICE 34.145.46.53 719873 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-19 21:29:13 DEBUG 34.145.46.53 719873 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-19 21:29:13 INFO 34.145.46.53 719873 3201 --- End access to /index.php 2026-03-19 21:29:13 NOTICE 34.145.46.53 719873 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-19 21:29:13 DEBUG 34.145.46.53 719873 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-19 21:29:13 INFO 34.145.46.53 719873 3201 --- End access to /index.php 2026-03-19 21:29:14 NOTICE 34.145.46.53 719873 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-19 21:29:14 DEBUG 34.145.46.53 719873 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-19 21:29:14 INFO 34.145.46.53 719873 3201 --- End access to /index.php 2026-03-19 21:29:14 DEBUG 34.145.46.53 719873 3201 NEW TOKEN generated by : /index.php 2026-03-19 21:29:14 NOTICE 34.145.46.53 719873 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-19 21:29:14 DEBUG 34.145.46.53 719873 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-19 21:29:14 INFO 34.145.46.53 719873 3201 --- End access to /index.php 2026-03-19 21:29:14 NOTICE 34.145.46.53 719873 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-19 21:29:14 DEBUG 34.145.46.53 719873 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-19 21:29:14 INFO 34.145.46.53 719873 3201 --- End access to /index.php 2026-03-19 21:29:14 NOTICE 34.145.46.53 719889 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-19 21:29:14 DEBUG 34.145.46.53 719889 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-19 21:29:14 INFO 34.145.46.53 719889 3201 --- End access to /index.php 2026-03-19 22:51:01 DEBUG 45.148.10.159 72642 3201 NEW TOKEN generated by : /index.php 2026-03-19 22:51:01 NOTICE 45.148.10.159 72642 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-19 22:51:01 DEBUG 45.148.10.159 72642 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-19 22:51:02 INFO 45.148.10.159 72642 3201 --- End access to /index.php 2026-03-19 22:51:02 DEBUG 45.148.10.159 72642 3201 NEW TOKEN generated by : /index.php 2026-03-19 22:51:02 NOTICE 45.148.10.159 72642 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-19 22:51:02 DEBUG 45.148.10.159 72642 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-19 22:51:02 INFO 45.148.10.159 72642 3201 --- End access to /index.php 2026-03-19 22:51:14 DEBUG 45.148.10.159 73839 3201 NEW TOKEN generated by : /index.php 2026-03-19 22:51:14 NOTICE 45.148.10.159 73839 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-19 22:51:14 DEBUG 45.148.10.159 73839 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-19 22:51:14 INFO 45.148.10.159 73839 3201 --- End access to /index.php 2026-03-19 22:51:19 DEBUG 45.148.10.159 73839 3201 NEW TOKEN generated by : /index.php 2026-03-19 22:51:19 NOTICE 45.148.10.159 73839 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-19 22:51:19 DEBUG 45.148.10.159 73839 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-19 22:51:19 INFO 45.148.10.159 73839 3201 --- End access to /index.php 2026-03-20 04:46:18 DEBUG 52.202.237.12 878743 3201 NEW TOKEN generated by : /index.php 2026-03-20 04:46:18 DEBUG 52.202.237.12 878746 3201 NEW TOKEN generated by : /index.php 2026-03-20 04:46:18 DEBUG 52.202.237.12 878758 3201 NEW TOKEN generated by : /index.php 2026-03-20 04:46:18 DEBUG 52.202.237.12 878740 3201 NEW TOKEN generated by : /index.php 2026-03-20 04:46:18 NOTICE 52.202.237.12 878743 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-20 04:46:18 NOTICE 52.202.237.12 878746 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-20 04:46:18 NOTICE 52.202.237.12 878740 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-20 04:46:18 NOTICE 52.202.237.12 878758 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-20 04:46:18 DEBUG 52.202.237.12 878743 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-20 04:46:18 DEBUG 52.202.237.12 878746 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-20 04:46:18 DEBUG 52.202.237.12 878758 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-20 04:46:18 DEBUG 52.202.237.12 878740 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-20 04:46:18 INFO 52.202.237.12 878746 3201 --- End access to /index.php 2026-03-20 04:46:18 INFO 52.202.237.12 878740 3201 --- End access to /index.php 2026-03-20 04:46:18 INFO 52.202.237.12 878758 3201 --- End access to /index.php 2026-03-20 04:46:18 INFO 52.202.237.12 878743 3201 --- End access to /index.php 2026-03-20 04:46:18 DEBUG 52.202.237.12 878740 3201 NEW TOKEN generated by : /index.php 2026-03-20 04:46:18 NOTICE 52.202.237.12 878740 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-20 04:46:18 DEBUG 52.202.237.12 878740 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-20 04:46:18 INFO 52.202.237.12 878740 3201 --- End access to /index.php 2026-03-20 15:41:18 DEBUG 205.210.31.64 958589 3201 NEW TOKEN generated by : /index.php 2026-03-20 15:41:18 NOTICE 205.210.31.64 958589 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-20 15:41:18 DEBUG 205.210.31.64 958589 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-20 15:41:18 INFO 205.210.31.64 958589 3201 --- End access to /index.php 2026-03-21 03:57:49 DEBUG 198.235.24.177 1045416 3201 NEW TOKEN generated by : /index.php 2026-03-21 03:57:49 NOTICE 198.235.24.177 1045416 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-21 03:57:49 DEBUG 198.235.24.177 1045416 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-21 03:57:49 INFO 198.235.24.177 1045416 3201 --- End access to /index.php 2026-03-21 05:18:16 DEBUG 205.210.31.132 308582 3201 NEW TOKEN generated by : /index.php 2026-03-21 05:18:16 NOTICE 205.210.31.132 308582 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-21 05:18:16 DEBUG 205.210.31.132 308582 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-21 05:18:16 INFO 205.210.31.132 308582 3201 --- End access to /index.php 2026-03-21 12:05:28 DEBUG 206.168.34.203 877258 3201 NEW TOKEN generated by : /index.php 2026-03-21 12:05:28 NOTICE 206.168.34.203 877258 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-21 12:05:28 DEBUG 206.168.34.203 877258 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-21 12:05:28 INFO 206.168.34.203 877258 3201 --- End access to /index.php 2026-03-21 12:10:25 DEBUG 66.132.172.213 890761 3201 NEW TOKEN generated by : /index.php 2026-03-21 12:10:25 NOTICE 66.132.172.213 890761 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-21 12:10:25 DEBUG 66.132.172.213 890761 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-21 12:10:25 INFO 66.132.172.213 890761 3201 --- End access to /index.php 2026-03-21 18:45:48 DEBUG 198.235.24.8 577015 3201 NEW TOKEN generated by : /index.php 2026-03-21 18:45:48 NOTICE 198.235.24.8 577015 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-21 18:45:48 DEBUG 198.235.24.8 577015 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-21 18:45:48 INFO 198.235.24.8 577015 3201 --- End access to /index.php 2026-03-22 05:08:19 DEBUG 64.69.216.78 242553 3201 NEW TOKEN generated by : /index.php 2026-03-22 05:08:19 NOTICE 64.69.216.78 242553 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-22 05:08:19 DEBUG 64.69.216.78 242553 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-22 05:08:19 INFO 64.69.216.78 242553 3201 --- End access to /index.php 2026-03-22 05:23:47 DEBUG 164.92.134.165 293275 3201 NEW TOKEN generated by : /index.php 2026-03-22 05:23:47 NOTICE 164.92.134.165 293275 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-22 05:23:47 DEBUG 164.92.134.165 293275 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-22 05:23:47 INFO 164.92.134.165 293275 3201 --- End access to /index.php 2026-03-22 05:23:48 DEBUG 164.92.134.165 293275 3201 NEW TOKEN generated by : /index.php 2026-03-22 05:23:48 NOTICE 164.92.134.165 293275 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-22 05:23:48 DEBUG 164.92.134.165 293275 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-22 05:23:48 INFO 164.92.134.165 293275 3201 --- End access to /index.php 2026-03-22 11:54:55 DEBUG 198.235.24.10 829581 3201 NEW TOKEN generated by : /index.php 2026-03-22 11:54:55 NOTICE 198.235.24.10 829581 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-22 11:54:55 DEBUG 198.235.24.10 829581 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-22 11:54:55 INFO 198.235.24.10 829581 3201 --- End access to /index.php 2026-03-22 23:21:19 DEBUG 198.235.24.138 564668 3201 NEW TOKEN generated by : /index.php 2026-03-22 23:21:19 NOTICE 198.235.24.138 564668 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-22 23:21:19 DEBUG 198.235.24.138 564668 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-22 23:21:19 INFO 198.235.24.138 564668 3201 --- End access to /index.php 2026-03-23 00:51:36 DEBUG 3.82.234.136 130141 3201 NEW TOKEN generated by : /index.php 2026-03-23 00:51:36 DEBUG 3.82.234.136 130148 3201 NEW TOKEN generated by : /index.php 2026-03-23 00:51:36 DEBUG 3.82.234.136 130147 3201 NEW TOKEN generated by : /index.php 2026-03-23 00:51:36 DEBUG 3.82.234.136 130146 3201 NEW TOKEN generated by : /index.php 2026-03-23 00:51:36 NOTICE 3.82.234.136 130148 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-23 00:51:36 NOTICE 3.82.234.136 130141 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-23 00:51:36 NOTICE 3.82.234.136 130147 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-23 00:51:36 NOTICE 3.82.234.136 130146 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-23 00:51:36 DEBUG 3.82.234.136 130147 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-23 00:51:36 DEBUG 3.82.234.136 130148 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-23 00:51:36 DEBUG 3.82.234.136 130141 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-23 00:51:36 DEBUG 3.82.234.136 130146 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-23 00:51:36 INFO 3.82.234.136 130147 3201 --- End access to /index.php 2026-03-23 00:51:36 INFO 3.82.234.136 130141 3201 --- End access to /index.php 2026-03-23 00:51:36 INFO 3.82.234.136 130148 3201 --- End access to /index.php 2026-03-23 00:51:36 INFO 3.82.234.136 130146 3201 --- End access to /index.php 2026-03-23 00:51:36 DEBUG 3.82.234.136 130148 3201 NEW TOKEN generated by : /index.php 2026-03-23 00:51:36 NOTICE 3.82.234.136 130148 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-23 00:51:36 DEBUG 3.82.234.136 130148 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-23 00:51:36 INFO 3.82.234.136 130148 3201 --- End access to /index.php 2026-03-23 04:02:48 DEBUG 204.76.203.25 724879 3201 NEW TOKEN generated by : /index.php 2026-03-23 04:02:48 NOTICE 204.76.203.25 724879 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-23 04:02:48 DEBUG 204.76.203.25 724879 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-23 04:02:48 DEBUG 204.76.203.25 724881 3201 NEW TOKEN generated by : /index.php 2026-03-23 04:02:48 NOTICE 204.76.203.25 724881 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-23 04:02:48 DEBUG 204.76.203.25 724881 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-23 04:02:48 DEBUG 204.76.203.25 724884 3201 NEW TOKEN generated by : /index.php 2026-03-23 04:02:48 NOTICE 204.76.203.25 724884 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-23 04:02:48 DEBUG 204.76.203.25 724884 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-23 04:02:48 INFO 204.76.203.25 724884 3201 --- End access to /index.php 2026-03-23 04:02:48 INFO 204.76.203.25 724881 3201 --- End access to /index.php 2026-03-23 04:02:48 INFO 204.76.203.25 724879 3201 --- End access to /index.php 2026-03-23 10:54:59 DEBUG 34.187.233.63 615229 3201 NEW TOKEN generated by : /index.php 2026-03-23 10:54:59 DEBUG 34.187.233.63 615233 3201 NEW TOKEN generated by : /index.php 2026-03-23 10:54:59 NOTICE 34.187.233.63 615233 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-23 10:54:59 NOTICE 34.187.233.63 615229 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-23 10:54:59 DEBUG 34.187.233.63 615233 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-23 10:54:59 DEBUG 34.187.233.63 615229 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-23 10:54:59 INFO 34.187.233.63 615229 3201 --- End access to /index.php 2026-03-23 10:54:59 INFO 34.187.233.63 615233 3201 --- End access to /index.php 2026-03-23 10:54:59 NOTICE 34.187.233.63 615229 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-23 10:54:59 DEBUG 34.187.233.63 615229 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-23 10:54:59 NOTICE 34.187.233.63 615233 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-23 10:54:59 DEBUG 34.187.233.63 615233 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-23 10:54:59 INFO 34.187.233.63 615229 3201 --- End access to /index.php 2026-03-23 10:54:59 INFO 34.187.233.63 615233 3201 --- End access to /index.php 2026-03-23 10:54:59 NOTICE 34.187.233.63 615233 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-23 10:54:59 DEBUG 34.187.233.63 615233 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-23 10:54:59 INFO 34.187.233.63 615233 3201 --- End access to /index.php 2026-03-23 11:28:56 DEBUG 139.59.22.219 1001390 3201 NEW TOKEN generated by : /index.php 2026-03-23 11:28:56 NOTICE 139.59.22.219 1001390 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-23 11:28:56 DEBUG 139.59.22.219 1001390 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-23 11:28:56 INFO 139.59.22.219 1001390 3201 --- End access to /index.php 2026-03-23 11:28:58 DEBUG 139.59.22.219 1001390 3201 NEW TOKEN generated by : /index.php 2026-03-23 11:28:58 NOTICE 139.59.22.219 1001390 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-23 11:28:58 DEBUG 139.59.22.219 1001390 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-23 11:28:58 INFO 139.59.22.219 1001390 3201 --- End access to /index.php 2026-03-23 23:48:41 DEBUG 147.185.132.39 450207 3201 NEW TOKEN generated by : /index.php 2026-03-23 23:48:41 NOTICE 147.185.132.39 450207 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-23 23:48:41 DEBUG 147.185.132.39 450207 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-23 23:48:41 INFO 147.185.132.39 450207 3201 --- End access to /index.php 2026-03-24 16:26:28 DEBUG 47.237.119.71 583915 3201 NEW TOKEN generated by : /index.php 2026-03-24 16:26:28 NOTICE 47.237.119.71 583915 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-24 16:26:28 DEBUG 47.237.119.71 583915 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-24 16:26:28 INFO 47.237.119.71 583915 3201 --- End access to /index.php 2026-03-24 16:26:28 DEBUG 47.237.119.71 583915 3201 NEW TOKEN generated by : /index.php 2026-03-24 16:26:28 NOTICE 47.237.119.71 583915 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-24 16:26:28 DEBUG 47.237.119.71 583915 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-24 16:26:28 INFO 47.237.119.71 583915 3201 --- End access to /index.php 2026-03-24 20:41:51 DEBUG 167.94.146.53 240517 3201 NEW TOKEN generated by : /index.php 2026-03-24 20:41:51 NOTICE 167.94.146.53 240517 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-24 20:41:51 DEBUG 167.94.146.53 240517 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-24 20:41:51 INFO 167.94.146.53 240517 3201 --- End access to /index.php 2026-03-24 21:02:17 DEBUG 199.45.155.105 548692 3201 NEW TOKEN generated by : /index.php 2026-03-24 21:02:17 NOTICE 199.45.155.105 548692 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-24 21:02:17 DEBUG 199.45.155.105 548692 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-24 21:02:17 INFO 199.45.155.105 548692 3201 --- End access to /index.php 2026-03-25 06:13:46 DEBUG 66.132.195.95 1010197 3201 NEW TOKEN generated by : /index.php 2026-03-25 06:13:46 NOTICE 66.132.195.95 1010197 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-25 06:13:46 DEBUG 66.132.195.95 1010197 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-25 06:13:46 INFO 66.132.195.95 1010197 3201 --- End access to /index.php 2026-03-25 07:07:23 DEBUG 66.132.186.164 345353 3201 NEW TOKEN generated by : /index.php 2026-03-25 07:07:23 NOTICE 66.132.186.164 345353 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-25 07:07:23 DEBUG 66.132.186.164 345353 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-25 07:07:23 INFO 66.132.186.164 345353 3201 --- End access to /index.php 2026-03-26 21:09:41 DEBUG 199.45.154.149 967202 3201 NEW TOKEN generated by : /index.php 2026-03-26 21:09:41 NOTICE 199.45.154.149 967202 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-26 21:09:41 DEBUG 199.45.154.149 967202 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-26 21:09:41 INFO 199.45.154.149 967202 3201 --- End access to /index.php 2026-03-26 21:12:08 DEBUG 66.132.195.42 975214 3201 NEW TOKEN generated by : /index.php 2026-03-26 21:12:08 NOTICE 66.132.195.42 975214 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-26 21:12:08 DEBUG 66.132.195.42 975214 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-26 21:12:08 INFO 66.132.195.42 975214 3201 --- End access to /index.php 2026-03-27 22:11:12 DEBUG 198.235.24.163 87755 3201 NEW TOKEN generated by : /index.php 2026-03-27 22:11:12 NOTICE 198.235.24.163 87755 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-27 22:11:12 DEBUG 198.235.24.163 87755 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-27 22:11:12 INFO 198.235.24.163 87755 3201 --- End access to /index.php 2026-03-28 18:09:21 DEBUG 66.132.195.124 86632 3201 NEW TOKEN generated by : /index.php 2026-03-28 18:09:21 NOTICE 66.132.195.124 86632 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-28 18:09:21 DEBUG 66.132.195.124 86632 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-28 18:09:21 INFO 66.132.195.124 86632 3201 --- End access to /index.php 2026-03-28 21:12:03 DEBUG 66.132.224.230 757136 3201 NEW TOKEN generated by : /index.php 2026-03-28 21:12:03 NOTICE 66.132.224.230 757136 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-28 21:12:03 DEBUG 66.132.224.230 757136 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-28 21:12:03 INFO 66.132.224.230 757136 3201 --- End access to /index.php 2026-03-29 00:52:38 DEBUG 205.210.31.58 469364 3201 NEW TOKEN generated by : /index.php 2026-03-29 00:52:38 NOTICE 205.210.31.58 469364 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-29 00:52:38 DEBUG 205.210.31.58 469364 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-29 00:52:38 INFO 205.210.31.58 469364 3201 --- End access to /index.php 2026-03-29 02:49:27 DEBUG 107.173.171.201 902214 3201 NEW TOKEN generated by : /index.php 2026-03-29 02:49:27 NOTICE 107.173.171.201 902214 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-29 02:49:27 DEBUG 107.173.171.201 902214 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-29 02:49:27 INFO 107.173.171.201 902214 3201 --- End access to /index.php 2026-03-29 02:49:27 DEBUG 107.173.171.201 902215 3201 NEW TOKEN generated by : /index.php 2026-03-29 02:49:27 NOTICE 107.173.171.201 902215 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-29 02:49:27 DEBUG 107.173.171.201 902215 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-29 02:49:27 INFO 107.173.171.201 902215 3201 --- End access to /index.php 2026-03-29 04:12:35 DEBUG 198.235.24.47 200739 3201 NEW TOKEN generated by : /index.php 2026-03-29 04:12:35 NOTICE 198.235.24.47 200739 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-29 04:12:35 DEBUG 198.235.24.47 200739 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-29 04:12:35 INFO 198.235.24.47 200739 3201 --- End access to /index.php 2026-03-29 16:42:47 DEBUG 107.173.171.201 810741 3201 NEW TOKEN generated by : /index.php 2026-03-29 16:42:47 NOTICE 107.173.171.201 810741 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-29 16:42:47 DEBUG 107.173.171.201 810741 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-29 16:42:47 INFO 107.173.171.201 810741 3201 --- End access to /index.php 2026-03-29 16:42:47 DEBUG 107.173.171.201 810744 3201 NEW TOKEN generated by : /index.php 2026-03-29 16:42:47 NOTICE 107.173.171.201 810744 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-29 16:42:47 DEBUG 107.173.171.201 810744 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-29 16:42:47 INFO 107.173.171.201 810744 3201 --- End access to /index.php 2026-03-29 18:38:53 DEBUG 204.76.203.25 188560 3201 NEW TOKEN generated by : /index.php 2026-03-29 18:38:53 NOTICE 204.76.203.25 188560 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-29 18:38:53 DEBUG 204.76.203.25 188560 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-29 18:38:53 INFO 204.76.203.25 188560 3201 --- End access to /index.php 2026-03-29 18:38:53 DEBUG 204.76.203.25 188564 3201 NEW TOKEN generated by : /index.php 2026-03-29 18:38:53 NOTICE 204.76.203.25 188564 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-29 18:38:53 DEBUG 204.76.203.25 188564 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-29 18:38:53 INFO 204.76.203.25 188564 3201 --- End access to /index.php 2026-03-29 18:38:53 DEBUG 204.76.203.25 188565 3201 NEW TOKEN generated by : /index.php 2026-03-29 18:38:53 NOTICE 204.76.203.25 188565 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-29 18:38:53 DEBUG 204.76.203.25 188565 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-29 18:38:53 INFO 204.76.203.25 188565 3201 --- End access to /index.php 2026-03-30 02:12:21 DEBUG 205.210.31.56 744185 3201 NEW TOKEN generated by : /index.php 2026-03-30 02:12:21 NOTICE 205.210.31.56 744185 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-30 02:12:21 DEBUG 205.210.31.56 744185 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-30 02:12:21 INFO 205.210.31.56 744185 3201 --- End access to /index.php 2026-03-30 02:55:57 DEBUG 143.198.39.252 944805 3201 NEW TOKEN generated by : /index.php 2026-03-30 02:55:57 NOTICE 143.198.39.252 944805 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-30 02:55:57 DEBUG 143.198.39.252 944805 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-30 02:55:57 INFO 143.198.39.252 944805 3201 --- End access to /index.php 2026-03-30 02:55:58 DEBUG 143.198.39.252 944805 3201 NEW TOKEN generated by : /index.php 2026-03-30 02:55:58 NOTICE 143.198.39.252 944805 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-30 02:55:58 DEBUG 143.198.39.252 944805 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-30 02:55:58 INFO 143.198.39.252 944805 3201 --- End access to /index.php 2026-03-30 05:50:10 DEBUG 3.18.186.238 537210 3201 NEW TOKEN generated by : /index.php 2026-03-30 05:50:10 NOTICE 3.18.186.238 537210 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-30 05:50:10 DEBUG 3.18.186.238 537210 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-30 05:50:10 INFO 3.18.186.238 537210 3201 --- End access to /index.php 2026-03-30 05:53:35 DEBUG 3.18.186.238 557485 3201 NEW TOKEN generated by : /index.php 2026-03-30 05:53:35 NOTICE 3.18.186.238 557485 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-30 05:53:35 DEBUG 3.18.186.238 557485 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-30 05:53:35 INFO 3.18.186.238 557485 3201 --- End access to /index.php 2026-03-30 13:45:30 DEBUG 178.128.243.90 428818 3201 NEW TOKEN generated by : /index.php 2026-03-30 13:45:30 NOTICE 178.128.243.90 428818 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-30 13:45:30 DEBUG 178.128.243.90 428818 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-30 13:45:30 INFO 178.128.243.90 428818 3201 --- End access to /index.php 2026-03-30 13:45:31 DEBUG 178.128.243.90 428818 3201 NEW TOKEN generated by : /index.php 2026-03-30 13:45:31 NOTICE 178.128.243.90 428818 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-30 13:45:31 DEBUG 178.128.243.90 428818 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-30 13:45:31 INFO 178.128.243.90 428818 3201 --- End access to /index.php 2026-03-30 18:27:08 DEBUG 3.151.194.164 766491 3201 NEW TOKEN generated by : /index.php 2026-03-30 18:27:08 NOTICE 3.151.194.164 766491 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-30 18:27:08 DEBUG 3.151.194.164 766491 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-30 18:27:08 INFO 3.151.194.164 766491 3201 --- End access to /index.php 2026-03-30 23:15:06 DEBUG 205.210.31.42 868574 3201 NEW TOKEN generated by : /index.php 2026-03-30 23:15:06 NOTICE 205.210.31.42 868574 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-30 23:15:06 DEBUG 205.210.31.42 868574 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-30 23:15:06 INFO 205.210.31.42 868574 3201 --- End access to /index.php 2026-03-31 02:57:18 DEBUG 165.22.215.168 762034 3201 NEW TOKEN generated by : /index.php 2026-03-31 02:57:18 NOTICE 165.22.215.168 762034 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-31 02:57:18 DEBUG 165.22.215.168 762034 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-31 02:57:18 INFO 165.22.215.168 762034 3201 --- End access to /index.php 2026-03-31 02:57:20 DEBUG 165.22.215.168 762034 3201 NEW TOKEN generated by : /index.php 2026-03-31 02:57:20 NOTICE 165.22.215.168 762034 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-31 02:57:20 DEBUG 165.22.215.168 762034 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-31 02:57:20 INFO 165.22.215.168 762034 3201 --- End access to /index.php 2026-03-31 04:13:07 DEBUG 205.210.31.129 106884 3201 NEW TOKEN generated by : /index.php 2026-03-31 04:13:07 NOTICE 205.210.31.129 106884 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-31 04:13:07 DEBUG 205.210.31.129 106884 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-31 04:13:07 INFO 205.210.31.129 106884 3201 --- End access to /index.php 2026-03-31 14:21:25 DEBUG 92.118.39.126 547669 3201 NEW TOKEN generated by : /index.php 2026-03-31 14:21:25 DEBUG 92.118.39.126 547668 3201 NEW TOKEN generated by : /index.php 2026-03-31 14:21:25 NOTICE 92.118.39.126 547668 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-31 14:21:25 NOTICE 92.118.39.126 547669 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-31 14:21:25 DEBUG 92.118.39.126 547669 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-31 14:21:25 DEBUG 92.118.39.126 547668 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-31 14:21:25 INFO 92.118.39.126 547669 3201 --- End access to /index.php 2026-03-31 14:21:25 INFO 92.118.39.126 547668 3201 --- End access to /index.php 2026-03-31 14:21:40 DEBUG 92.118.39.126 548200 3201 NEW TOKEN generated by : /index.php 2026-03-31 14:21:40 NOTICE 92.118.39.126 548200 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-31 14:21:40 DEBUG 92.118.39.126 548200 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-31 14:21:40 INFO 92.118.39.126 548200 3201 --- End access to /index.php 2026-03-31 21:23:24 DEBUG 198.235.24.39 187449 3201 NEW TOKEN generated by : /index.php 2026-03-31 21:23:24 NOTICE 198.235.24.39 187449 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-03-31 21:23:24 DEBUG 198.235.24.39 187449 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-03-31 21:23:24 INFO 198.235.24.39 187449 3201 --- End access to /index.php 2026-04-01 00:11:02 DEBUG 199.45.154.154 874656 3201 NEW TOKEN generated by : /index.php 2026-04-01 00:11:02 NOTICE 199.45.154.154 874656 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-01 00:11:02 DEBUG 199.45.154.154 874656 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-01 00:11:02 INFO 199.45.154.154 874656 3201 --- End access to /index.php 2026-04-01 01:32:05 DEBUG 198.235.24.76 204604 3201 NEW TOKEN generated by : /index.php 2026-04-01 01:32:05 NOTICE 198.235.24.76 204604 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-01 01:32:05 DEBUG 198.235.24.76 204604 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-01 01:32:05 INFO 198.235.24.76 204604 3201 --- End access to /index.php 2026-04-01 02:07:00 DEBUG 205.210.31.210 406432 3201 NEW TOKEN generated by : /index.php 2026-04-01 02:07:00 NOTICE 205.210.31.210 406432 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-01 02:07:00 DEBUG 205.210.31.210 406432 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-01 02:07:00 INFO 205.210.31.210 406432 3201 --- End access to /index.php 2026-04-01 02:13:23 DEBUG 66.132.186.197 433809 3201 NEW TOKEN generated by : /index.php 2026-04-01 02:13:23 NOTICE 66.132.186.197 433809 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-01 02:13:23 DEBUG 66.132.186.197 433809 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-01 02:13:23 INFO 66.132.186.197 433809 3201 --- End access to /index.php 2026-04-01 02:55:17 DEBUG 3.151.194.164 651699 3201 NEW TOKEN generated by : /index.php 2026-04-01 02:55:17 NOTICE 3.151.194.164 651699 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-01 02:55:17 DEBUG 3.151.194.164 651699 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-01 02:55:17 INFO 3.151.194.164 651699 3201 --- End access to /index.php 2026-04-01 02:57:42 DEBUG 3.151.194.164 660191 3201 NEW TOKEN generated by : /index.php 2026-04-01 02:57:42 NOTICE 3.151.194.164 660191 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-01 02:57:42 DEBUG 3.151.194.164 660191 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-01 02:57:42 INFO 3.151.194.164 660191 3201 --- End access to /index.php 2026-04-01 12:14:47 DEBUG 167.94.146.51 1006079 3201 NEW TOKEN generated by : /index.php 2026-04-01 12:14:47 NOTICE 167.94.146.51 1006079 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-01 12:14:47 DEBUG 167.94.146.51 1006079 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-01 12:14:47 INFO 167.94.146.51 1006079 3201 --- End access to /index.php 2026-04-01 13:31:01 DEBUG 66.132.186.162 303901 3201 NEW TOKEN generated by : /index.php 2026-04-01 13:31:01 NOTICE 66.132.186.162 303901 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-01 13:31:01 DEBUG 66.132.186.162 303901 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-01 13:31:01 INFO 66.132.186.162 303901 3201 --- End access to /index.php 2026-04-02 14:17:27 DEBUG 64.69.216.78 336585 3201 NEW TOKEN generated by : /index.php 2026-04-02 14:17:27 NOTICE 64.69.216.78 336585 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-02 14:17:27 DEBUG 64.69.216.78 336585 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-02 14:17:27 INFO 64.69.216.78 336585 3201 --- End access to /index.php 2026-04-03 00:14:35 DEBUG 199.45.154.142 680570 3201 NEW TOKEN generated by : /index.php 2026-04-03 00:14:35 NOTICE 199.45.154.142 680570 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-03 00:14:35 DEBUG 199.45.154.142 680570 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-03 00:14:35 INFO 199.45.154.142 680570 3201 --- End access to /index.php 2026-04-03 02:35:24 DEBUG 167.94.146.57 263201 3201 NEW TOKEN generated by : /index.php 2026-04-03 02:35:24 NOTICE 167.94.146.57 263201 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-03 02:35:24 DEBUG 167.94.146.57 263201 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-03 02:35:24 INFO 167.94.146.57 263201 3201 --- End access to /index.php 2026-04-03 10:29:11 DEBUG 72.11.155.223 959368 3201 NEW TOKEN generated by : /index.php 2026-04-03 10:29:11 NOTICE 72.11.155.223 959368 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-03 10:29:11 DEBUG 72.11.155.223 959368 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-03 10:29:11 INFO 72.11.155.223 959368 3201 --- End access to /index.php 2026-04-03 14:19:15 DEBUG 66.132.172.130 886840 3201 NEW TOKEN generated by : /index.php 2026-04-03 14:19:15 NOTICE 66.132.172.130 886840 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-03 14:19:15 DEBUG 66.132.172.130 886840 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-03 14:19:15 INFO 66.132.172.130 886840 3201 --- End access to /index.php 2026-04-03 14:31:45 DEBUG 199.45.155.67 952024 3201 NEW TOKEN generated by : /index.php 2026-04-03 14:31:45 NOTICE 199.45.155.67 952024 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-03 14:31:45 DEBUG 199.45.155.67 952024 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-03 14:31:45 INFO 199.45.155.67 952024 3201 --- End access to /index.php 2026-04-04 15:49:47 DEBUG 147.185.132.213 651958 3201 NEW TOKEN generated by : /index.php 2026-04-04 15:49:47 NOTICE 147.185.132.213 651958 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-04 15:49:47 DEBUG 147.185.132.213 651958 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-04 15:49:47 INFO 147.185.132.213 651958 3201 --- End access to /index.php 2026-04-04 23:20:56 DEBUG 204.76.203.25 506295 3201 NEW TOKEN generated by : /index.php 2026-04-04 23:20:56 DEBUG 204.76.203.25 506291 3201 NEW TOKEN generated by : /index.php 2026-04-04 23:20:56 NOTICE 204.76.203.25 506295 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-04 23:20:56 NOTICE 204.76.203.25 506291 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-04 23:20:56 DEBUG 204.76.203.25 506295 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-04 23:20:56 DEBUG 204.76.203.25 506291 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-04 23:20:56 INFO 204.76.203.25 506295 3201 --- End access to /index.php 2026-04-04 23:20:56 INFO 204.76.203.25 506291 3201 --- End access to /index.php 2026-04-04 23:20:56 DEBUG 204.76.203.25 506295 3201 NEW TOKEN generated by : /index.php 2026-04-04 23:20:56 NOTICE 204.76.203.25 506295 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-04 23:20:56 DEBUG 204.76.203.25 506295 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-04 23:20:56 INFO 204.76.203.25 506295 3201 --- End access to /index.php 2026-04-05 01:01:25 DEBUG 66.132.172.103 910525 3201 NEW TOKEN generated by : /index.php 2026-04-05 01:01:25 NOTICE 66.132.172.103 910525 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-05 01:01:25 DEBUG 66.132.172.103 910525 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-05 01:01:25 INFO 66.132.172.103 910525 3201 --- End access to /index.php 2026-04-05 01:21:50 DEBUG 66.132.172.189 975304 3201 NEW TOKEN generated by : /index.php 2026-04-05 01:21:50 NOTICE 66.132.172.189 975304 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-05 01:21:50 DEBUG 66.132.172.189 975304 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-05 01:21:50 INFO 66.132.172.189 975304 3201 --- End access to /index.php 2026-04-05 01:34:16 DEBUG 147.185.132.189 1016045 3201 NEW TOKEN generated by : /index.php 2026-04-05 01:34:16 NOTICE 147.185.132.189 1016045 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-05 01:34:16 DEBUG 147.185.132.189 1016045 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-05 01:34:16 INFO 147.185.132.189 1016045 3201 --- End access to /index.php 2026-04-05 06:46:21 DEBUG 165.232.146.52 123047 3201 NEW TOKEN generated by : /index.php 2026-04-05 06:46:21 NOTICE 165.232.146.52 123047 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-05 06:46:21 DEBUG 165.232.146.52 123047 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-05 06:46:21 INFO 165.232.146.52 123047 3201 --- End access to /index.php 2026-04-05 06:46:21 DEBUG 165.232.146.52 123047 3201 NEW TOKEN generated by : /index.php 2026-04-05 06:46:21 NOTICE 165.232.146.52 123047 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-05 06:46:21 DEBUG 165.232.146.52 123047 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-05 06:46:21 INFO 165.232.146.52 123047 3201 --- End access to /index.php 2026-04-05 07:03:49 DEBUG 198.235.24.44 191084 3201 NEW TOKEN generated by : /index.php 2026-04-05 07:03:49 NOTICE 198.235.24.44 191084 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-05 07:03:49 DEBUG 198.235.24.44 191084 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-05 07:03:49 INFO 198.235.24.44 191084 3201 --- End access to /index.php 2026-04-05 09:48:29 DEBUG 185.247.137.14 912748 3201 NEW TOKEN generated by : /index.php 2026-04-05 09:48:29 NOTICE 185.247.137.14 912748 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-05 09:48:29 DEBUG 185.247.137.14 912748 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-05 09:48:29 INFO 185.247.137.14 912748 3201 --- End access to /index.php 2026-04-05 14:28:56 DEBUG 3.107.193.101 1015629 3201 NEW TOKEN generated by : /index.php 2026-04-05 14:28:56 DEBUG 3.107.193.101 1015628 3201 NEW TOKEN generated by : /index.php 2026-04-05 14:28:56 NOTICE 3.107.193.101 1015628 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-05 14:28:56 NOTICE 3.107.193.101 1015629 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-05 14:28:56 DEBUG 3.107.193.101 1015628 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-05 14:28:56 DEBUG 3.107.193.101 1015629 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-05 14:28:56 INFO 3.107.193.101 1015629 3201 --- End access to /index.php 2026-04-05 14:28:56 INFO 3.107.193.101 1015628 3201 --- End access to /index.php 2026-04-05 14:28:56 WARNING 3.107.193.101 1015628 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-04-05 14:28:56 INFO 3.107.193.101 1015628 3201 --- End access to /index.php 2026-04-05 14:29:31 WARNING 3.107.193.101 1016660 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-04-05 14:29:31 INFO 3.107.193.101 1016660 3201 --- End access to /index.php 2026-04-05 14:29:31 WARNING 3.107.193.101 1016660 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-04-05 14:29:31 INFO 3.107.193.101 1016660 3201 --- End access to /index.php 2026-04-05 14:29:31 WARNING 3.107.193.101 1016660 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-04-05 14:29:31 INFO 3.107.193.101 1016660 3201 --- End access to /index.php 2026-04-05 14:40:45 DEBUG 54.255.81.133 17752 3201 NEW TOKEN generated by : /index.php 2026-04-05 14:40:45 NOTICE 54.255.81.133 17752 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-05 14:40:45 DEBUG 54.255.81.133 17752 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-05 14:40:45 INFO 54.255.81.133 17752 3201 --- End access to /index.php 2026-04-05 14:40:46 WARNING 54.255.81.133 17752 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-04-05 14:40:46 INFO 54.255.81.133 17752 3201 --- End access to /index.php 2026-04-05 14:41:10 DEBUG 66.132.186.201 19211 3201 NEW TOKEN generated by : /index.php 2026-04-05 14:41:10 NOTICE 66.132.186.201 19211 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-05 14:41:10 DEBUG 66.132.186.201 19211 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-05 14:41:10 INFO 66.132.186.201 19211 3201 --- End access to /index.php 2026-04-05 14:41:39 WARNING 54.255.81.133 22030 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-04-05 14:41:39 INFO 54.255.81.133 22030 3201 --- End access to /index.php 2026-04-05 14:41:39 WARNING 54.255.81.133 22030 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-04-05 14:41:39 INFO 54.255.81.133 22030 3201 --- End access to /index.php 2026-04-05 14:41:39 WARNING 54.255.81.133 22030 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-04-05 14:41:39 INFO 54.255.81.133 22030 3201 --- End access to /index.php 2026-04-05 14:47:06 DEBUG 66.132.172.136 41297 3201 NEW TOKEN generated by : /index.php 2026-04-05 14:47:06 NOTICE 66.132.172.136 41297 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-05 14:47:06 DEBUG 66.132.172.136 41297 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-05 14:47:06 INFO 66.132.172.136 41297 3201 --- End access to /index.php 2026-04-05 22:41:24 DEBUG 185.247.137.57 770438 3201 NEW TOKEN generated by : /index.php 2026-04-05 22:41:24 NOTICE 185.247.137.57 770438 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-05 22:41:24 DEBUG 185.247.137.57 770438 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-05 22:41:24 INFO 185.247.137.57 770438 3201 --- End access to /index.php 2026-04-06 06:57:38 DEBUG 205.210.31.40 527984 3201 NEW TOKEN generated by : /index.php 2026-04-06 06:57:38 NOTICE 205.210.31.40 527984 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-06 06:57:38 DEBUG 205.210.31.40 527984 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-06 06:57:38 INFO 205.210.31.40 527984 3201 --- End access to /index.php 2026-04-06 09:10:11 DEBUG 3.151.194.164 34670 3201 NEW TOKEN generated by : /index.php 2026-04-06 09:10:11 NOTICE 3.151.194.164 34670 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-06 09:10:11 DEBUG 3.151.194.164 34670 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-06 09:10:11 INFO 3.151.194.164 34670 3201 --- End access to /index.php 2026-04-06 13:58:04 DEBUG 157.230.107.68 64102 3201 NEW TOKEN generated by : /index.php 2026-04-06 13:58:04 NOTICE 157.230.107.68 64102 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-06 13:58:04 DEBUG 157.230.107.68 64102 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-06 13:58:04 INFO 157.230.107.68 64102 3201 --- End access to /index.php 2026-04-06 13:58:05 DEBUG 157.230.107.68 64102 3201 NEW TOKEN generated by : /index.php 2026-04-06 13:58:05 NOTICE 157.230.107.68 64102 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-06 13:58:05 DEBUG 157.230.107.68 64102 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-06 13:58:05 INFO 157.230.107.68 64102 3201 --- End access to /index.php 2026-04-08 06:17:24 DEBUG 92.204.175.226 565941 3201 NEW TOKEN generated by : /index.php 2026-04-08 06:17:24 NOTICE 92.204.175.226 565941 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-08 06:17:24 DEBUG 92.204.175.226 565941 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-08 06:17:24 INFO 92.204.175.226 565941 3201 --- End access to /index.php 2026-04-08 14:15:05 DEBUG 185.247.137.247 162833 3201 NEW TOKEN generated by : /index.php 2026-04-08 14:15:05 NOTICE 185.247.137.247 162833 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-08 14:15:05 DEBUG 185.247.137.247 162833 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-08 14:15:05 INFO 185.247.137.247 162833 3201 --- End access to /index.php 2026-04-08 19:30:22 DEBUG 87.236.176.192 344308 3201 NEW TOKEN generated by : /index.php 2026-04-08 19:30:22 NOTICE 87.236.176.192 344308 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-08 19:30:22 DEBUG 87.236.176.192 344308 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-08 19:30:22 INFO 87.236.176.192 344308 3201 --- End access to /index.php 2026-04-09 07:08:11 DEBUG 66.132.195.47 671073 3201 NEW TOKEN generated by : /index.php 2026-04-09 07:08:11 NOTICE 66.132.195.47 671073 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-09 07:08:11 DEBUG 66.132.195.47 671073 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-09 07:08:11 INFO 66.132.195.47 671073 3201 --- End access to /index.php 2026-04-09 07:42:09 DEBUG 205.210.31.8 798805 3201 NEW TOKEN generated by : /index.php 2026-04-09 07:42:09 NOTICE 205.210.31.8 798805 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-09 07:42:09 DEBUG 205.210.31.8 798805 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-09 07:42:09 INFO 205.210.31.8 798805 3201 --- End access to /index.php 2026-04-09 07:54:15 DEBUG 106.63.26.148 849302 3201 NEW TOKEN generated by : /index.php 2026-04-09 07:54:15 NOTICE 106.63.26.148 849302 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-09 07:54:15 DEBUG 106.63.26.148 849302 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-09 07:54:15 INFO 106.63.26.148 849302 3201 --- End access to /index.php 2026-04-09 08:04:43 DEBUG 106.63.26.7 889928 3201 NEW TOKEN generated by : /index.php 2026-04-09 08:04:43 NOTICE 106.63.26.7 889928 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-09 08:04:43 DEBUG 106.63.26.7 889928 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-09 08:04:43 INFO 106.63.26.7 889928 3201 --- End access to /index.php 2026-04-09 10:06:26 DEBUG 184.72.173.149 297959 3201 NEW TOKEN generated by : /index.php 2026-04-09 10:06:26 NOTICE 184.72.173.149 297959 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-09 10:06:26 DEBUG 184.72.173.149 297959 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-09 10:06:26 INFO 184.72.173.149 297959 3201 --- End access to /index.php 2026-04-09 10:06:26 DEBUG 184.72.173.149 297959 3201 NEW TOKEN generated by : /index.php 2026-04-09 10:06:26 NOTICE 184.72.173.149 297959 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-09 10:06:26 DEBUG 184.72.173.149 297959 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-09 10:06:26 INFO 184.72.173.149 297959 3201 --- End access to /index.php 2026-04-09 10:28:20 DEBUG 66.132.195.125 406384 3201 NEW TOKEN generated by : /index.php 2026-04-09 10:28:20 NOTICE 66.132.195.125 406384 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-09 10:28:20 DEBUG 66.132.195.125 406384 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-09 10:28:20 INFO 66.132.195.125 406384 3201 --- End access to /index.php 2026-04-09 16:31:02 DEBUG 198.235.24.9 127043 3201 NEW TOKEN generated by : /index.php 2026-04-09 16:31:02 NOTICE 198.235.24.9 127043 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-09 16:31:02 DEBUG 198.235.24.9 127043 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-09 16:31:02 INFO 198.235.24.9 127043 3201 --- End access to /index.php 2026-04-09 16:46:21 DEBUG 34.86.138.229 187931 3201 NEW TOKEN generated by : /index.php 2026-04-09 16:46:21 NOTICE 34.86.138.229 187931 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-09 16:46:21 DEBUG 34.86.138.229 187931 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-09 16:46:21 INFO 34.86.138.229 187931 3201 --- End access to /index.php 2026-04-10 08:45:09 DEBUG 204.76.203.25 416232 3201 NEW TOKEN generated by : /index.php 2026-04-10 08:45:09 DEBUG 204.76.203.25 416222 3201 NEW TOKEN generated by : /index.php 2026-04-10 08:45:09 NOTICE 204.76.203.25 416222 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-10 08:45:09 NOTICE 204.76.203.25 416232 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-10 08:45:09 DEBUG 204.76.203.25 416222 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-10 08:45:09 DEBUG 204.76.203.25 416232 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-10 08:45:09 DEBUG 204.76.203.25 416238 3201 NEW TOKEN generated by : /index.php 2026-04-10 08:45:09 NOTICE 204.76.203.25 416238 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-10 08:45:09 DEBUG 204.76.203.25 416238 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-10 08:45:09 INFO 204.76.203.25 416232 3201 --- End access to /index.php 2026-04-10 08:45:09 INFO 204.76.203.25 416238 3201 --- End access to /index.php 2026-04-10 08:45:09 INFO 204.76.203.25 416222 3201 --- End access to /index.php 2026-04-11 04:09:08 DEBUG 34.86.138.229 562143 3201 NEW TOKEN generated by : /index.php 2026-04-11 04:09:08 NOTICE 34.86.138.229 562143 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-11 04:09:08 DEBUG 34.86.138.229 562143 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-11 04:09:08 INFO 34.86.138.229 562143 3201 --- End access to /index.php 2026-04-11 13:32:35 DEBUG 98.95.152.161 343364 3201 NEW TOKEN generated by : /index.php 2026-04-11 13:32:35 NOTICE 98.95.152.161 343364 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-11 13:32:35 DEBUG 98.95.152.161 343364 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-11 13:32:35 INFO 98.95.152.161 343364 3201 --- End access to /index.php 2026-04-11 13:32:35 DEBUG 98.95.152.161 343364 3201 NEW TOKEN generated by : /index.php 2026-04-11 13:32:35 NOTICE 98.95.152.161 343364 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-11 13:32:35 DEBUG 98.95.152.161 343364 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-11 13:32:35 INFO 98.95.152.161 343364 3201 --- End access to /index.php 2026-04-11 14:44:38 DEBUG 199.45.154.129 615874 3201 NEW TOKEN generated by : /index.php 2026-04-11 14:44:38 NOTICE 199.45.154.129 615874 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-11 14:44:38 DEBUG 199.45.154.129 615874 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-11 14:44:39 INFO 199.45.154.129 615874 3201 --- End access to /index.php 2026-04-11 14:53:43 DEBUG 66.132.224.94 666841 3201 NEW TOKEN generated by : /index.php 2026-04-11 14:53:43 NOTICE 66.132.224.94 666841 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-11 14:53:43 DEBUG 66.132.224.94 666841 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-11 14:53:43 INFO 66.132.224.94 666841 3201 --- End access to /index.php 2026-04-11 18:44:48 DEBUG 185.247.137.3 378597 3201 NEW TOKEN generated by : /index.php 2026-04-11 18:44:48 NOTICE 185.247.137.3 378597 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-11 18:44:48 DEBUG 185.247.137.3 378597 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-11 18:44:48 INFO 185.247.137.3 378597 3201 --- End access to /index.php 2026-04-11 22:13:58 DEBUG 87.236.176.104 29546 3201 NEW TOKEN generated by : /index.php 2026-04-11 22:13:58 NOTICE 87.236.176.104 29546 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-11 22:13:58 DEBUG 87.236.176.104 29546 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-11 22:13:58 INFO 87.236.176.104 29546 3201 --- End access to /index.php 2026-04-12 06:11:06 DEBUG 199.45.154.156 624711 3201 NEW TOKEN generated by : /index.php 2026-04-12 06:11:06 NOTICE 199.45.154.156 624711 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-12 06:11:06 DEBUG 199.45.154.156 624711 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-12 06:11:06 INFO 199.45.154.156 624711 3201 --- End access to /index.php 2026-04-12 06:57:07 DEBUG 66.132.172.192 851696 3201 NEW TOKEN generated by : /index.php 2026-04-12 06:57:07 NOTICE 66.132.172.192 851696 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-12 06:57:07 DEBUG 66.132.172.192 851696 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-12 06:57:07 INFO 66.132.172.192 851696 3201 --- End access to /index.php 2026-04-12 09:35:54 DEBUG 185.247.137.187 520279 3201 NEW TOKEN generated by : /index.php 2026-04-12 09:35:54 NOTICE 185.247.137.187 520279 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-12 09:35:54 DEBUG 185.247.137.187 520279 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-12 09:35:55 INFO 185.247.137.187 520279 3201 --- End access to /index.php 2026-04-12 10:58:23 DEBUG 185.247.137.152 801243 3201 NEW TOKEN generated by : /index.php 2026-04-12 10:58:23 NOTICE 185.247.137.152 801243 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-12 10:58:23 DEBUG 185.247.137.152 801243 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-12 10:58:23 INFO 185.247.137.152 801243 3201 --- End access to /index.php 2026-04-12 20:24:33 DEBUG 66.132.186.167 682705 3201 NEW TOKEN generated by : /index.php 2026-04-12 20:24:33 NOTICE 66.132.186.167 682705 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-12 20:24:33 DEBUG 66.132.186.167 682705 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-12 20:24:33 INFO 66.132.186.167 682705 3201 --- End access to /index.php 2026-04-12 20:36:46 DEBUG 199.45.154.131 712528 3201 NEW TOKEN generated by : /index.php 2026-04-12 20:36:46 NOTICE 199.45.154.131 712528 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-12 20:36:46 DEBUG 199.45.154.131 712528 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-12 20:36:46 INFO 199.45.154.131 712528 3201 --- End access to /index.php 2026-04-13 06:13:20 DEBUG 3.151.194.164 895524 3201 NEW TOKEN generated by : /index.php 2026-04-13 06:13:20 NOTICE 3.151.194.164 895524 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-13 06:13:20 DEBUG 3.151.194.164 895524 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-13 06:13:20 INFO 3.151.194.164 895524 3201 --- End access to /index.php 2026-04-13 06:17:50 DEBUG 3.151.194.164 925827 3201 NEW TOKEN generated by : /index.php 2026-04-13 06:17:50 NOTICE 3.151.194.164 925827 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-13 06:17:50 DEBUG 3.151.194.164 925827 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-13 06:17:50 INFO 3.151.194.164 925827 3201 --- End access to /index.php 2026-04-13 08:26:45 DEBUG 185.247.137.10 332810 3201 NEW TOKEN generated by : /index.php 2026-04-13 08:26:45 NOTICE 185.247.137.10 332810 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-13 08:26:45 DEBUG 185.247.137.10 332810 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-13 08:26:45 INFO 185.247.137.10 332810 3201 --- End access to /index.php 2026-04-13 09:03:18 DEBUG 64.226.117.15 486612 3201 NEW TOKEN generated by : /index.php 2026-04-13 09:03:18 NOTICE 64.226.117.15 486612 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-13 09:03:18 DEBUG 64.226.117.15 486612 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-13 09:03:18 INFO 64.226.117.15 486612 3201 --- End access to /index.php 2026-04-13 09:03:19 DEBUG 64.226.117.15 486612 3201 NEW TOKEN generated by : /index.php 2026-04-13 09:03:19 NOTICE 64.226.117.15 486612 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-13 09:03:19 DEBUG 64.226.117.15 486612 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-13 09:03:19 INFO 64.226.117.15 486612 3201 --- End access to /index.php 2026-04-13 12:13:08 DEBUG 144.126.207.116 315000 3201 NEW TOKEN generated by : /index.php 2026-04-13 12:13:08 NOTICE 144.126.207.116 315000 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-13 12:13:08 DEBUG 144.126.207.116 315000 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-13 12:13:08 INFO 144.126.207.116 315000 3201 --- End access to /index.php 2026-04-13 12:13:09 DEBUG 144.126.207.116 315000 3201 NEW TOKEN generated by : /index.php 2026-04-13 12:13:09 NOTICE 144.126.207.116 315000 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-13 12:13:09 DEBUG 144.126.207.116 315000 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-13 12:13:09 INFO 144.126.207.116 315000 3201 --- End access to /index.php 2026-04-13 19:09:41 DEBUG 64.69.216.78 340552 3201 NEW TOKEN generated by : /index.php 2026-04-13 19:09:41 NOTICE 64.69.216.78 340552 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-13 19:09:41 DEBUG 64.69.216.78 340552 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-13 19:09:41 INFO 64.69.216.78 340552 3201 --- End access to /index.php 2026-04-13 20:49:43 DEBUG 185.247.137.195 856064 3201 NEW TOKEN generated by : /index.php 2026-04-13 20:49:43 NOTICE 185.247.137.195 856064 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-13 20:49:43 DEBUG 185.247.137.195 856064 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-13 20:49:43 INFO 185.247.137.195 856064 3201 --- End access to /index.php 2026-04-13 20:52:51 DEBUG 127.0.0.1 [via 185.177.72.67] 869532 3201 NEW TOKEN generated by : /index.php 2026-04-13 20:52:51 NOTICE 127.0.0.1 [via 185.177.72.67] 869532 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-13 20:52:51 DEBUG 127.0.0.1 [via 185.177.72.67] 869532 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-13 20:52:51 INFO 127.0.0.1 [via 185.177.72.67] 869532 3201 --- End access to /index.php 2026-04-13 20:53:35 NOTICE 127.0.0.1 [via 185.177.72.67] 872127 3201 --- Access to GET /api/index.php - action=, massaction= NOTOKENRENEWAL=1 2026-04-13 20:53:35 DEBUG 127.0.0.1 [via 185.177.72.67] 872127 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-13 20:53:35 INFO 127.0.0.1 [via 185.177.72.67] 872127 3201 --- End access to /api/index.php 2026-04-13 20:54:07 DEBUG 127.0.0.1 [via 185.177.72.67] 875940 3201 NEW TOKEN generated by : /index.php 2026-04-13 20:54:07 NOTICE 127.0.0.1 [via 185.177.72.67] 875940 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-13 20:54:07 DEBUG 127.0.0.1 [via 185.177.72.67] 875940 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-13 20:54:07 INFO 127.0.0.1 [via 185.177.72.67] 875940 3201 --- End access to /index.php 2026-04-13 20:54:07 DEBUG 127.0.0.1 [via 185.177.72.67] 875940 3201 NEW TOKEN generated by : /index.php 2026-04-13 20:54:07 NOTICE 127.0.0.1 [via 185.177.72.67] 875940 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-13 20:54:07 DEBUG 127.0.0.1 [via 185.177.72.67] 875940 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-13 20:54:07 INFO 127.0.0.1 [via 185.177.72.67] 875940 3201 --- End access to /index.php 2026-04-13 20:54:07 DEBUG 127.0.0.1 [via 185.177.72.67] 875940 3201 NEW TOKEN generated by : /index.php 2026-04-13 20:54:07 NOTICE 127.0.0.1 [via 185.177.72.67] 875940 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-13 20:54:07 DEBUG 127.0.0.1 [via 185.177.72.67] 875940 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-13 20:54:07 INFO 127.0.0.1 [via 185.177.72.67] 875940 3201 --- End access to /index.php 2026-04-13 20:54:08 DEBUG 127.0.0.1 [via 185.177.72.67] 875940 3201 NEW TOKEN generated by : /index.php 2026-04-13 20:54:08 NOTICE 127.0.0.1 [via 185.177.72.67] 875940 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-13 20:54:08 DEBUG 127.0.0.1 [via 185.177.72.67] 875940 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-13 20:54:08 INFO 127.0.0.1 [via 185.177.72.67] 875940 3201 --- End access to /index.php 2026-04-13 20:54:08 DEBUG 127.0.0.1 [via 185.177.72.67] 875940 3201 NEW TOKEN generated by : /index.php 2026-04-13 20:54:08 NOTICE 127.0.0.1 [via 185.177.72.67] 875940 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-13 20:54:08 DEBUG 127.0.0.1 [via 185.177.72.67] 875940 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-13 20:54:08 INFO 127.0.0.1 [via 185.177.72.67] 875940 3201 --- End access to /index.php 2026-04-13 20:54:15 DEBUG 127.0.0.1 [via 185.177.72.67] 876585 3201 NEW TOKEN generated by : /admin/index.php 2026-04-13 20:54:15 NOTICE 127.0.0.1 [via 185.177.72.67] 876585 3201 --- Access to GET /admin/index.php - action= - actionlogin= - showing the login form and exit 2026-04-13 20:54:15 DEBUG 127.0.0.1 [via 185.177.72.67] 876585 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-13 20:54:15 INFO 127.0.0.1 [via 185.177.72.67] 876585 3201 --- End access to /admin/index.php 2026-04-13 20:57:32 DEBUG 127.0.0.1 [via 185.177.72.67] 890794 3201 NEW TOKEN generated by : /api/admin/index.php 2026-04-13 20:57:32 NOTICE 127.0.0.1 [via 185.177.72.67] 890794 3201 --- Access to GET /api/admin/index.php - action= - actionlogin= - showing the login form and exit 2026-04-13 20:57:32 DEBUG 127.0.0.1 [via 185.177.72.67] 890794 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-13 20:57:32 INFO 127.0.0.1 [via 185.177.72.67] 890794 3201 --- End access to /api/admin/index.php 2026-04-13 20:59:58 DEBUG 127.0.0.1 [via 127.0.0.1,185.177.72.67] 916157 3201 NEW TOKEN generated by : /index.php 2026-04-13 20:59:58 WARNING 127.0.0.1 [via 127.0.0.1,185.177.72.67] 916157 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-04-13 20:59:58 INFO 127.0.0.1 [via 127.0.0.1,185.177.72.67] 916157 3201 --- End access to /index.php 2026-04-13 20:59:58 DEBUG 127.0.0.1 [via 127.0.0.1,185.177.72.67] 916157 3201 NEW TOKEN generated by : /index.php 2026-04-13 20:59:58 WARNING 127.0.0.1 [via 127.0.0.1,185.177.72.67] 916157 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-04-13 20:59:58 INFO 127.0.0.1 [via 127.0.0.1,185.177.72.67] 916157 3201 --- End access to /index.php 2026-04-14 01:23:45 DEBUG 44.209.43.227 82049 3201 NEW TOKEN generated by : /index.php 2026-04-14 01:23:45 DEBUG 44.209.43.227 82052 3201 NEW TOKEN generated by : /index.php 2026-04-14 01:23:45 DEBUG 44.209.43.227 82051 3201 NEW TOKEN generated by : /index.php 2026-04-14 01:23:45 NOTICE 44.209.43.227 82049 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-14 01:23:45 NOTICE 44.209.43.227 82051 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-14 01:23:45 NOTICE 44.209.43.227 82052 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-14 01:23:45 DEBUG 44.209.43.227 82052 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-14 01:23:45 DEBUG 44.209.43.227 82049 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-14 01:23:45 DEBUG 44.209.43.227 82051 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-14 01:23:45 INFO 44.209.43.227 82051 3201 --- End access to /index.php 2026-04-14 01:23:45 INFO 44.209.43.227 82049 3201 --- End access to /index.php 2026-04-14 01:23:45 INFO 44.209.43.227 82052 3201 --- End access to /index.php 2026-04-14 01:23:45 DEBUG 44.209.43.227 82060 3201 NEW TOKEN generated by : /index.php 2026-04-14 01:23:45 NOTICE 44.209.43.227 82060 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-14 01:23:45 DEBUG 44.209.43.227 82060 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-14 01:23:45 INFO 44.209.43.227 82060 3201 --- End access to /index.php 2026-04-14 01:23:45 DEBUG 44.209.43.227 82051 3201 NEW TOKEN generated by : /index.php 2026-04-14 01:23:45 NOTICE 44.209.43.227 82051 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-14 01:23:45 DEBUG 44.209.43.227 82051 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-14 01:23:45 INFO 44.209.43.227 82051 3201 --- End access to /index.php 2026-04-14 08:08:06 DEBUG 137.184.171.171 593465 3201 NEW TOKEN generated by : /index.php 2026-04-14 08:08:06 NOTICE 137.184.171.171 593465 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-14 08:08:06 DEBUG 137.184.171.171 593465 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-14 08:08:06 INFO 137.184.171.171 593465 3201 --- End access to /index.php 2026-04-14 08:08:07 DEBUG 137.184.171.171 593465 3201 NEW TOKEN generated by : /index.php 2026-04-14 08:08:07 NOTICE 137.184.171.171 593465 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-14 08:08:07 DEBUG 137.184.171.171 593465 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-14 08:08:07 INFO 137.184.171.171 593465 3201 --- End access to /index.php 2026-04-16 12:57:58 DEBUG 204.76.203.25 472713 3201 NEW TOKEN generated by : /index.php 2026-04-16 12:57:58 DEBUG 204.76.203.25 472708 3201 NEW TOKEN generated by : /index.php 2026-04-16 12:57:58 DEBUG 204.76.203.25 472716 3201 NEW TOKEN generated by : /index.php 2026-04-16 12:57:58 NOTICE 204.76.203.25 472713 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-16 12:57:58 NOTICE 204.76.203.25 472716 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-16 12:57:58 DEBUG 204.76.203.25 472713 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-16 12:57:58 NOTICE 204.76.203.25 472708 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-16 12:57:58 DEBUG 204.76.203.25 472716 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-16 12:57:58 DEBUG 204.76.203.25 472708 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-16 12:57:58 INFO 204.76.203.25 472713 3201 --- End access to /index.php 2026-04-16 12:57:58 INFO 204.76.203.25 472708 3201 --- End access to /index.php 2026-04-16 12:57:58 INFO 204.76.203.25 472716 3201 --- End access to /index.php 2026-04-16 13:12:22 DEBUG 66.132.172.220 545948 3201 NEW TOKEN generated by : /index.php 2026-04-16 13:12:22 NOTICE 66.132.172.220 545948 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-16 13:12:22 DEBUG 66.132.172.220 545948 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-16 13:12:22 INFO 66.132.172.220 545948 3201 --- End access to /index.php 2026-04-16 14:13:20 DEBUG 199.45.155.98 834121 3201 NEW TOKEN generated by : /index.php 2026-04-16 14:13:20 NOTICE 199.45.155.98 834121 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-16 14:13:20 DEBUG 199.45.155.98 834121 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-16 14:13:20 INFO 199.45.155.98 834121 3201 --- End access to /index.php 2026-04-17 07:21:00 DEBUG 45.148.10.245 893468 3201 NEW TOKEN generated by : /index.php 2026-04-17 07:21:00 NOTICE 45.148.10.245 893468 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-17 07:21:00 DEBUG 45.148.10.245 893468 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-17 07:21:00 INFO 45.148.10.245 893468 3201 --- End access to /index.php 2026-04-17 07:21:01 DEBUG 45.148.10.245 893468 3201 NEW TOKEN generated by : /index.php 2026-04-17 07:21:01 NOTICE 45.148.10.245 893468 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-17 07:21:01 DEBUG 45.148.10.245 893468 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-17 07:21:01 INFO 45.148.10.245 893468 3201 --- End access to /index.php 2026-04-17 07:21:01 DEBUG 45.148.10.245 893474 3201 NEW TOKEN generated by : /index.php 2026-04-17 07:21:01 NOTICE 45.148.10.245 893474 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-17 07:21:01 DEBUG 45.148.10.245 893474 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-17 07:21:01 INFO 45.148.10.245 893474 3201 --- End access to /index.php 2026-04-18 16:13:42 DEBUG 45.148.10.166 323985 3201 NEW TOKEN generated by : /index.php 2026-04-18 16:13:42 DEBUG 45.148.10.166 323982 3201 NEW TOKEN generated by : /index.php 2026-04-18 16:13:42 NOTICE 45.148.10.166 323985 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-18 16:13:42 DEBUG 45.148.10.166 323985 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-18 16:13:42 NOTICE 45.148.10.166 323982 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-18 16:13:42 DEBUG 45.148.10.166 323982 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-18 16:13:42 INFO 45.148.10.166 323985 3201 --- End access to /index.php 2026-04-18 16:13:42 INFO 45.148.10.166 323982 3201 --- End access to /index.php 2026-04-18 16:13:42 DEBUG 45.148.10.166 323982 3201 NEW TOKEN generated by : /index.php 2026-04-18 16:13:42 NOTICE 45.148.10.166 323982 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-18 16:13:42 DEBUG 45.148.10.166 323982 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-18 16:13:42 INFO 45.148.10.166 323982 3201 --- End access to /index.php 2026-04-18 16:13:43 DEBUG 45.148.10.166 323982 3201 NEW TOKEN generated by : /index.php 2026-04-18 16:13:43 NOTICE 45.148.10.166 323982 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-18 16:13:43 DEBUG 45.148.10.166 323982 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-18 16:13:43 INFO 45.148.10.166 323982 3201 --- End access to /index.php 2026-04-18 16:21:19 DEBUG 45.148.10.166 361851 3201 NEW TOKEN generated by : /index.php 2026-04-18 16:21:19 NOTICE 45.148.10.166 361851 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-18 16:21:19 DEBUG 45.148.10.166 361851 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-18 16:21:19 INFO 45.148.10.166 361851 3201 --- End access to /index.php 2026-04-18 16:21:19 DEBUG 45.148.10.166 361851 3201 NEW TOKEN generated by : /index.php 2026-04-18 16:21:19 NOTICE 45.148.10.166 361851 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-18 16:21:19 DEBUG 45.148.10.166 361851 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-18 16:21:19 INFO 45.148.10.166 361851 3201 --- End access to /index.php 2026-04-18 16:39:56 DEBUG 45.148.10.166 435253 3201 NEW TOKEN generated by : /index.php 2026-04-18 16:39:56 NOTICE 45.148.10.166 435253 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-18 16:39:56 DEBUG 45.148.10.166 435253 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-18 16:39:56 INFO 45.148.10.166 435253 3201 --- End access to /index.php 2026-04-18 16:39:57 DEBUG 45.148.10.166 435253 3201 NEW TOKEN generated by : /index.php 2026-04-18 16:39:57 NOTICE 45.148.10.166 435253 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-18 16:39:57 DEBUG 45.148.10.166 435253 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-18 16:39:57 INFO 45.148.10.166 435253 3201 --- End access to /index.php 2026-04-18 16:39:57 DEBUG 45.148.10.166 435261 3201 NEW TOKEN generated by : /index.php 2026-04-18 16:39:57 NOTICE 45.148.10.166 435261 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-18 16:39:57 DEBUG 45.148.10.166 435261 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-18 16:39:57 INFO 45.148.10.166 435261 3201 --- End access to /index.php 2026-04-18 16:39:57 DEBUG 45.148.10.166 435261 3201 NEW TOKEN generated by : /index.php 2026-04-18 16:39:57 NOTICE 45.148.10.166 435261 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-18 16:39:57 DEBUG 45.148.10.166 435261 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-18 16:39:57 INFO 45.148.10.166 435261 3201 --- End access to /index.php 2026-04-18 18:15:48 DEBUG 199.45.154.120 761860 3201 NEW TOKEN generated by : /index.php 2026-04-18 18:15:48 NOTICE 199.45.154.120 761860 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-18 18:15:48 DEBUG 199.45.154.120 761860 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-18 18:15:48 INFO 199.45.154.120 761860 3201 --- End access to /index.php 2026-04-18 18:28:05 DEBUG 66.132.186.194 802447 3201 NEW TOKEN generated by : /index.php 2026-04-18 18:28:05 NOTICE 66.132.186.194 802447 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-18 18:28:05 DEBUG 66.132.186.194 802447 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-18 18:28:05 INFO 66.132.186.194 802447 3201 --- End access to /index.php 2026-04-19 02:49:24 DEBUG 142.93.237.18 632279 3201 NEW TOKEN generated by : /index.php 2026-04-19 02:49:24 NOTICE 142.93.237.18 632279 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-19 02:49:24 DEBUG 142.93.237.18 632279 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-19 02:49:24 INFO 142.93.237.18 632279 3201 --- End access to /index.php 2026-04-19 02:49:25 DEBUG 142.93.237.18 632279 3201 NEW TOKEN generated by : /index.php 2026-04-19 02:49:25 NOTICE 142.93.237.18 632279 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-19 02:49:25 DEBUG 142.93.237.18 632279 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-19 02:49:25 INFO 142.93.237.18 632279 3201 --- End access to /index.php 2026-04-19 12:05:49 DEBUG 66.132.172.135 525695 3201 NEW TOKEN generated by : /index.php 2026-04-19 12:05:49 NOTICE 66.132.172.135 525695 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-19 12:05:49 DEBUG 66.132.172.135 525695 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-19 12:05:49 INFO 66.132.172.135 525695 3201 --- End access to /index.php 2026-04-19 12:13:13 DEBUG 66.132.224.230 542119 3201 NEW TOKEN generated by : /index.php 2026-04-19 12:13:13 NOTICE 66.132.224.230 542119 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-19 12:13:13 DEBUG 66.132.224.230 542119 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-19 12:13:13 INFO 66.132.224.230 542119 3201 --- End access to /index.php 2026-04-19 15:46:37 DEBUG 45.148.10.21 316744 3201 NEW TOKEN generated by : /index.php 2026-04-19 15:46:37 NOTICE 45.148.10.21 316744 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-19 15:46:37 DEBUG 45.148.10.21 316744 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-19 15:46:37 INFO 45.148.10.21 316744 3201 --- End access to /index.php 2026-04-19 15:46:38 DEBUG 45.148.10.21 316744 3201 NEW TOKEN generated by : /index.php 2026-04-19 15:46:38 NOTICE 45.148.10.21 316744 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-19 15:46:38 DEBUG 45.148.10.21 316744 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-19 15:46:38 INFO 45.148.10.21 316744 3201 --- End access to /index.php 2026-04-19 15:46:38 DEBUG 45.148.10.21 316744 3201 NEW TOKEN generated by : /index.php 2026-04-19 15:46:38 NOTICE 45.148.10.21 316744 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-19 15:46:38 DEBUG 45.148.10.21 316744 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-19 15:46:39 INFO 45.148.10.21 316744 3201 --- End access to /index.php 2026-04-19 15:46:53 DEBUG 45.148.10.21 317373 3201 NEW TOKEN generated by : /index.php 2026-04-19 15:46:53 NOTICE 45.148.10.21 317373 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-19 15:46:53 DEBUG 45.148.10.21 317373 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-19 15:46:53 INFO 45.148.10.21 317373 3201 --- End access to /index.php 2026-04-19 15:46:55 DEBUG 45.148.10.21 317373 3201 NEW TOKEN generated by : /index.php 2026-04-19 15:46:55 NOTICE 45.148.10.21 317373 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-19 15:46:55 DEBUG 45.148.10.21 317373 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-19 15:46:55 INFO 45.148.10.21 317373 3201 --- End access to /index.php 2026-04-19 16:51:12 DEBUG 32.194.215.91 602066 3201 NEW TOKEN generated by : /index.php 2026-04-19 16:51:12 DEBUG 32.194.215.91 602064 3201 NEW TOKEN generated by : /index.php 2026-04-19 16:51:12 DEBUG 32.194.215.91 602076 3201 NEW TOKEN generated by : /index.php 2026-04-19 16:51:12 DEBUG 32.194.215.91 602070 3201 NEW TOKEN generated by : /index.php 2026-04-19 16:51:12 DEBUG 32.194.215.91 602075 3201 NEW TOKEN generated by : /index.php 2026-04-19 16:51:12 NOTICE 32.194.215.91 602070 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-19 16:51:12 NOTICE 32.194.215.91 602064 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-19 16:51:12 NOTICE 32.194.215.91 602075 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-19 16:51:12 NOTICE 32.194.215.91 602066 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-19 16:51:12 NOTICE 32.194.215.91 602076 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-19 16:51:12 DEBUG 32.194.215.91 602064 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-19 16:51:12 DEBUG 32.194.215.91 602070 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-19 16:51:12 DEBUG 32.194.215.91 602075 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-19 16:51:12 DEBUG 32.194.215.91 602076 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-19 16:51:12 DEBUG 32.194.215.91 602066 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-19 16:51:12 INFO 32.194.215.91 602064 3201 --- End access to /index.php 2026-04-19 16:51:12 INFO 32.194.215.91 602076 3201 --- End access to /index.php 2026-04-19 16:51:12 INFO 32.194.215.91 602066 3201 --- End access to /index.php 2026-04-19 16:51:12 INFO 32.194.215.91 602070 3201 --- End access to /index.php 2026-04-19 16:51:12 INFO 32.194.215.91 602075 3201 --- End access to /index.php 2026-04-20 00:45:12 DEBUG 66.132.172.185 453383 3201 NEW TOKEN generated by : /index.php 2026-04-20 00:45:12 NOTICE 66.132.172.185 453383 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-20 00:45:12 DEBUG 66.132.172.185 453383 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-20 00:45:12 INFO 66.132.172.185 453383 3201 --- End access to /index.php 2026-04-20 01:11:07 DEBUG 199.45.154.150 574904 3201 NEW TOKEN generated by : /index.php 2026-04-20 01:11:07 NOTICE 199.45.154.150 574904 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-20 01:11:07 DEBUG 199.45.154.150 574904 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-20 01:11:07 INFO 199.45.154.150 574904 3201 --- End access to /index.php 2026-04-20 05:12:51 DEBUG 146.190.137.173 593735 3201 NEW TOKEN generated by : /index.php 2026-04-20 05:12:51 NOTICE 146.190.137.173 593735 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-20 05:12:51 DEBUG 146.190.137.173 593735 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-20 05:12:51 INFO 146.190.137.173 593735 3201 --- End access to /index.php 2026-04-20 05:12:51 DEBUG 146.190.137.173 593963 3201 NEW TOKEN generated by : /index.php 2026-04-20 05:12:51 NOTICE 146.190.137.173 593963 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-20 05:12:51 DEBUG 146.190.137.173 593963 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-20 05:12:51 INFO 146.190.137.173 593963 3201 --- End access to /index.php 2026-04-20 20:03:20 DEBUG 3.151.194.164 66558 3201 NEW TOKEN generated by : /index.php 2026-04-20 20:03:20 NOTICE 3.151.194.164 66558 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-20 20:03:20 DEBUG 3.151.194.164 66558 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-20 20:03:21 INFO 3.151.194.164 66558 3201 --- End access to /index.php 2026-04-20 20:04:17 DEBUG 3.151.194.164 69270 3201 NEW TOKEN generated by : /index.php 2026-04-20 20:04:17 NOTICE 3.151.194.164 69270 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-20 20:04:17 DEBUG 3.151.194.164 69270 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-20 20:04:17 INFO 3.151.194.164 69270 3201 --- End access to /index.php 2026-04-21 00:14:58 DEBUG 3.151.194.164 976796 3201 NEW TOKEN generated by : /index.php 2026-04-21 00:14:58 NOTICE 3.151.194.164 976796 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-21 00:14:58 DEBUG 3.151.194.164 976796 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-21 00:14:58 INFO 3.151.194.164 976796 3201 --- End access to /index.php 2026-04-21 15:04:11 DEBUG 66.132.195.70 234870 3201 NEW TOKEN generated by : /index.php 2026-04-21 15:04:11 NOTICE 66.132.195.70 234870 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-21 15:04:11 DEBUG 66.132.195.70 234870 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-21 15:04:11 INFO 66.132.195.70 234870 3201 --- End access to /index.php 2026-04-21 15:08:13 DEBUG 66.132.172.185 265315 3201 NEW TOKEN generated by : /index.php 2026-04-21 15:08:13 NOTICE 66.132.172.185 265315 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-21 15:08:13 DEBUG 66.132.172.185 265315 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-21 15:08:13 INFO 66.132.172.185 265315 3201 --- End access to /index.php 2026-04-21 23:46:35 DEBUG 204.76.203.27 187649 3201 NEW TOKEN generated by : /index.php 2026-04-21 23:46:35 DEBUG 204.76.203.27 187650 3201 NEW TOKEN generated by : /index.php 2026-04-21 23:46:35 NOTICE 204.76.203.27 187650 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-21 23:46:35 NOTICE 204.76.203.27 187649 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-21 23:46:35 DEBUG 204.76.203.27 187650 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-21 23:46:35 DEBUG 204.76.203.27 187649 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-21 23:46:35 INFO 204.76.203.27 187650 3201 --- End access to /index.php 2026-04-21 23:46:35 INFO 204.76.203.27 187649 3201 --- End access to /index.php 2026-04-21 23:46:36 DEBUG 204.76.203.27 187650 3201 NEW TOKEN generated by : /index.php 2026-04-21 23:46:36 NOTICE 204.76.203.27 187650 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-21 23:46:36 DEBUG 204.76.203.27 187650 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-21 23:46:36 INFO 204.76.203.27 187650 3201 --- End access to /index.php 2026-04-22 00:16:42 DEBUG 103.153.182.11 309950 3201 NEW TOKEN generated by : /index.php 2026-04-22 00:16:42 NOTICE 103.153.182.11 309950 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-22 00:16:42 DEBUG 103.153.182.11 309950 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-22 00:16:42 INFO 103.153.182.11 309950 3201 --- End access to /index.php 2026-04-22 00:16:42 DEBUG 103.153.182.11 309950 3201 NEW TOKEN generated by : /index.php 2026-04-22 00:16:42 NOTICE 103.153.182.11 309950 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-22 00:16:42 DEBUG 103.153.182.11 309950 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-22 00:16:42 INFO 103.153.182.11 309950 3201 --- End access to /index.php 2026-04-22 00:16:43 DEBUG 103.153.182.11 309968 3201 NEW TOKEN generated by : /index.php 2026-04-22 00:16:43 NOTICE 103.153.182.11 309968 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-22 00:16:43 DEBUG 103.153.182.11 309968 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-22 00:16:43 INFO 103.153.182.11 309968 3201 --- End access to /index.php 2026-04-22 00:16:43 DEBUG 103.153.182.11 309968 3201 NEW TOKEN generated by : /index.php 2026-04-22 00:16:43 NOTICE 103.153.182.11 309968 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-22 00:16:43 DEBUG 103.153.182.11 309968 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-22 00:16:43 INFO 103.153.182.11 309968 3201 --- End access to /index.php 2026-04-22 02:15:51 DEBUG 103.153.182.11 759438 3201 NEW TOKEN generated by : /index.php 2026-04-22 02:15:51 NOTICE 103.153.182.11 759438 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-22 02:15:51 DEBUG 103.153.182.11 759438 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-22 02:15:51 INFO 103.153.182.11 759438 3201 --- End access to /index.php 2026-04-22 02:15:52 DEBUG 103.153.182.11 759440 3201 NEW TOKEN generated by : /index.php 2026-04-22 02:15:52 NOTICE 103.153.182.11 759440 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-22 02:15:52 DEBUG 103.153.182.11 759440 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-22 02:15:52 INFO 103.153.182.11 759440 3201 --- End access to /index.php 2026-04-22 02:22:25 DEBUG 104.197.69.115 794749 3201 NEW TOKEN generated by : /index.php 2026-04-22 02:22:25 NOTICE 104.197.69.115 794749 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-22 02:22:25 DEBUG 104.197.69.115 794749 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-22 02:22:25 INFO 104.197.69.115 794749 3201 --- End access to /index.php 2026-04-22 02:22:27 DEBUG 34.72.176.129 794749 3201 NEW TOKEN generated by : /index.php 2026-04-22 02:22:27 NOTICE 34.72.176.129 794749 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-22 02:22:27 DEBUG 34.72.176.129 794749 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-22 02:22:27 INFO 34.72.176.129 794749 3201 --- End access to /index.php 2026-04-22 07:13:51 DEBUG 103.153.182.11 865446 3201 NEW TOKEN generated by : /index.php 2026-04-22 07:13:51 DEBUG 103.153.182.11 865445 3201 NEW TOKEN generated by : /index.php 2026-04-22 07:13:51 NOTICE 103.153.182.11 865445 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-22 07:13:51 NOTICE 103.153.182.11 865446 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-22 07:13:51 DEBUG 103.153.182.11 865446 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-22 07:13:51 DEBUG 103.153.182.11 865445 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-22 07:13:51 INFO 103.153.182.11 865446 3201 --- End access to /index.php 2026-04-22 07:13:51 INFO 103.153.182.11 865445 3201 --- End access to /index.php 2026-04-22 07:13:52 DEBUG 103.153.182.11 865445 3201 NEW TOKEN generated by : /index.php 2026-04-22 07:13:52 NOTICE 103.153.182.11 865445 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-22 07:13:52 DEBUG 103.153.182.11 865445 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-22 07:13:52 INFO 103.153.182.11 865445 3201 --- End access to /index.php 2026-04-22 07:13:52 DEBUG 103.153.182.11 865446 3201 NEW TOKEN generated by : /index.php 2026-04-22 07:13:52 NOTICE 103.153.182.11 865446 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-22 07:13:52 DEBUG 103.153.182.11 865446 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-22 07:13:52 INFO 103.153.182.11 865446 3201 --- End access to /index.php 2026-04-23 07:20:55 DEBUG 185.213.174.125 588640 3201 NEW TOKEN generated by : /index.php 2026-04-23 07:20:55 NOTICE 185.213.174.125 588640 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-23 07:20:55 DEBUG 185.213.174.125 588640 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-23 07:20:55 INFO 185.213.174.125 588640 3201 --- End access to /index.php 2026-04-23 07:20:57 DEBUG 185.213.174.125 588640 3201 NEW TOKEN generated by : /index.php 2026-04-23 07:20:57 NOTICE 185.213.174.125 588640 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-23 07:20:57 DEBUG 185.213.174.125 588640 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-23 07:20:57 INFO 185.213.174.125 588640 3201 --- End access to /index.php 2026-04-23 10:24:46 DEBUG 34.182.220.0 366153 3201 NEW TOKEN generated by : /index.php 2026-04-23 10:24:46 NOTICE 34.182.220.0 366153 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-23 10:24:46 DEBUG 34.182.220.0 366153 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-23 10:24:46 INFO 34.182.220.0 366153 3201 --- End access to /index.php 2026-04-23 12:06:09 DEBUG 45.148.10.21 824896 3201 NEW TOKEN generated by : /index.php 2026-04-23 12:06:09 NOTICE 45.148.10.21 824896 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-23 12:06:09 DEBUG 45.148.10.21 824896 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-23 12:06:09 INFO 45.148.10.21 824896 3201 --- End access to /index.php 2026-04-23 12:06:10 DEBUG 45.148.10.21 824896 3201 NEW TOKEN generated by : /index.php 2026-04-23 12:06:10 NOTICE 45.148.10.21 824896 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-23 12:06:10 DEBUG 45.148.10.21 824896 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-23 12:06:10 INFO 45.148.10.21 824896 3201 --- End access to /index.php 2026-04-23 12:06:12 DEBUG 45.148.10.21 824896 3201 NEW TOKEN generated by : /index.php 2026-04-23 12:06:12 NOTICE 45.148.10.21 824896 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-23 12:06:12 DEBUG 45.148.10.21 824896 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-23 12:06:12 INFO 45.148.10.21 824896 3201 --- End access to /index.php 2026-04-23 12:06:22 DEBUG 45.148.10.21 824896 3201 NEW TOKEN generated by : /index.php 2026-04-23 12:06:22 NOTICE 45.148.10.21 824896 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-23 12:06:22 DEBUG 45.148.10.21 824896 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-23 12:06:22 INFO 45.148.10.21 824896 3201 --- End access to /index.php 2026-04-23 12:06:24 DEBUG 45.148.10.21 825620 3201 NEW TOKEN generated by : /index.php 2026-04-23 12:06:24 NOTICE 45.148.10.21 825620 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-23 12:06:24 DEBUG 45.148.10.21 825620 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-23 12:06:24 INFO 45.148.10.21 825620 3201 --- End access to /index.php 2026-04-23 12:06:29 DEBUG 45.148.10.21 825620 3201 NEW TOKEN generated by : /index.php 2026-04-23 12:06:29 NOTICE 45.148.10.21 825620 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-23 12:06:29 DEBUG 45.148.10.21 825620 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-23 12:06:29 INFO 45.148.10.21 825620 3201 --- End access to /index.php 2026-04-23 19:16:57 DEBUG 199.45.155.74 992840 3201 NEW TOKEN generated by : /index.php 2026-04-23 19:16:57 NOTICE 199.45.155.74 992840 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-23 19:16:57 DEBUG 199.45.155.74 992840 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-23 19:16:57 INFO 199.45.155.74 992840 3201 --- End access to /index.php 2026-04-24 02:49:44 DEBUG 199.45.154.151 895684 3201 NEW TOKEN generated by : /index.php 2026-04-24 02:49:44 NOTICE 199.45.154.151 895684 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-24 02:49:44 DEBUG 199.45.154.151 895684 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-24 02:49:44 INFO 199.45.154.151 895684 3201 --- End access to /index.php 2026-04-24 18:49:59 DEBUG 64.69.216.78 775029 3201 NEW TOKEN generated by : /index.php 2026-04-24 18:49:59 NOTICE 64.69.216.78 775029 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-24 18:49:59 DEBUG 64.69.216.78 775029 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-24 18:49:59 INFO 64.69.216.78 775029 3201 --- End access to /index.php 2026-04-24 19:18:53 DEBUG 127.0.0.1 [via 185.177.72.58] 909841 3201 NEW TOKEN generated by : /index.php 2026-04-24 19:18:53 NOTICE 127.0.0.1 [via 185.177.72.58] 909841 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-24 19:18:53 DEBUG 127.0.0.1 [via 185.177.72.58] 909841 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-24 19:18:53 INFO 127.0.0.1 [via 185.177.72.58] 909841 3201 --- End access to /index.php 2026-04-24 19:19:38 NOTICE 127.0.0.1 [via 185.177.72.58] 928977 3201 --- Access to GET /api/index.php - action=, massaction= NOTOKENRENEWAL=1 2026-04-24 19:19:38 DEBUG 127.0.0.1 [via 185.177.72.58] 928977 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-24 19:19:38 INFO 127.0.0.1 [via 185.177.72.58] 928977 3201 --- End access to /api/index.php 2026-04-24 19:20:10 DEBUG 127.0.0.1 [via 185.177.72.58] 930962 3201 NEW TOKEN generated by : /index.php 2026-04-24 19:20:10 NOTICE 127.0.0.1 [via 185.177.72.58] 930962 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-24 19:20:10 DEBUG 127.0.0.1 [via 185.177.72.58] 930962 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-24 19:20:10 INFO 127.0.0.1 [via 185.177.72.58] 930962 3201 --- End access to /index.php 2026-04-24 19:20:10 DEBUG 127.0.0.1 [via 185.177.72.58] 930962 3201 NEW TOKEN generated by : /index.php 2026-04-24 19:20:10 NOTICE 127.0.0.1 [via 185.177.72.58] 930962 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-24 19:20:10 DEBUG 127.0.0.1 [via 185.177.72.58] 930962 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-24 19:20:10 INFO 127.0.0.1 [via 185.177.72.58] 930962 3201 --- End access to /index.php 2026-04-24 19:20:10 DEBUG 127.0.0.1 [via 185.177.72.58] 930962 3201 NEW TOKEN generated by : /index.php 2026-04-24 19:20:10 NOTICE 127.0.0.1 [via 185.177.72.58] 930962 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-24 19:20:10 DEBUG 127.0.0.1 [via 185.177.72.58] 930962 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-24 19:20:10 INFO 127.0.0.1 [via 185.177.72.58] 930962 3201 --- End access to /index.php 2026-04-24 19:20:11 DEBUG 127.0.0.1 [via 185.177.72.58] 930962 3201 NEW TOKEN generated by : /index.php 2026-04-24 19:20:11 NOTICE 127.0.0.1 [via 185.177.72.58] 930962 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-24 19:20:11 DEBUG 127.0.0.1 [via 185.177.72.58] 930962 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-24 19:20:11 INFO 127.0.0.1 [via 185.177.72.58] 930962 3201 --- End access to /index.php 2026-04-24 19:20:11 DEBUG 127.0.0.1 [via 185.177.72.58] 930962 3201 NEW TOKEN generated by : /index.php 2026-04-24 19:20:11 NOTICE 127.0.0.1 [via 185.177.72.58] 930962 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-24 19:20:11 DEBUG 127.0.0.1 [via 185.177.72.58] 930962 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-24 19:20:11 INFO 127.0.0.1 [via 185.177.72.58] 930962 3201 --- End access to /index.php 2026-04-24 19:20:19 DEBUG 127.0.0.1 [via 185.177.72.58] 930962 3201 NEW TOKEN generated by : /admin/index.php 2026-04-24 19:20:19 NOTICE 127.0.0.1 [via 185.177.72.58] 930962 3201 --- Access to GET /admin/index.php - action= - actionlogin= - showing the login form and exit 2026-04-24 19:20:19 DEBUG 127.0.0.1 [via 185.177.72.58] 930962 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-24 19:20:19 INFO 127.0.0.1 [via 185.177.72.58] 930962 3201 --- End access to /admin/index.php 2026-04-24 19:23:42 DEBUG 127.0.0.1 [via 185.177.72.58] 941471 3201 NEW TOKEN generated by : /api/admin/index.php 2026-04-24 19:23:42 NOTICE 127.0.0.1 [via 185.177.72.58] 941471 3201 --- Access to GET /api/admin/index.php - action= - actionlogin= - showing the login form and exit 2026-04-24 19:23:42 DEBUG 127.0.0.1 [via 185.177.72.58] 941471 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-24 19:23:42 INFO 127.0.0.1 [via 185.177.72.58] 941471 3201 --- End access to /api/admin/index.php 2026-04-24 19:25:57 DEBUG 127.0.0.1 [via 185.177.72.58] 949631 3201 NEW TOKEN generated by : /index.php 2026-04-24 19:25:57 NOTICE 127.0.0.1 [via 185.177.72.58] 949631 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-24 19:25:57 DEBUG 127.0.0.1 [via 185.177.72.58] 949631 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-24 19:25:57 INFO 127.0.0.1 [via 185.177.72.58] 949631 3201 --- End access to /index.php 2026-04-24 19:27:49 DEBUG 127.0.0.1 [via 127.0.0.1,185.177.72.58] 957522 3201 NEW TOKEN generated by : /index.php 2026-04-24 19:27:49 WARNING 127.0.0.1 [via 127.0.0.1,185.177.72.58] 957522 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-04-24 19:27:49 INFO 127.0.0.1 [via 127.0.0.1,185.177.72.58] 957522 3201 --- End access to /index.php 2026-04-24 19:27:50 DEBUG 127.0.0.1 [via 127.0.0.1,185.177.72.58] 957522 3201 NEW TOKEN generated by : /index.php 2026-04-24 19:27:50 WARNING 127.0.0.1 [via 127.0.0.1,185.177.72.58] 957522 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-04-24 19:27:50 INFO 127.0.0.1 [via 127.0.0.1,185.177.72.58] 957522 3201 --- End access to /index.php 2026-04-25 02:40:40 DEBUG 204.76.203.25 953210 3201 NEW TOKEN generated by : /index.php 2026-04-25 02:40:40 DEBUG 204.76.203.25 953207 3201 NEW TOKEN generated by : /index.php 2026-04-25 02:40:40 DEBUG 204.76.203.27 953212 3201 NEW TOKEN generated by : /index.php 2026-04-25 02:40:40 NOTICE 204.76.203.27 953212 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-25 02:40:40 NOTICE 204.76.203.25 953210 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-25 02:40:40 NOTICE 204.76.203.25 953207 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-25 02:40:40 DEBUG 204.76.203.25 953210 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-25 02:40:40 DEBUG 204.76.203.27 953212 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-25 02:40:40 DEBUG 204.76.203.25 953207 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-25 02:40:40 INFO 204.76.203.25 953207 3201 --- End access to /index.php 2026-04-25 02:40:40 INFO 204.76.203.25 953210 3201 --- End access to /index.php 2026-04-25 02:40:40 INFO 204.76.203.27 953212 3201 --- End access to /index.php 2026-04-25 07:28:50 DEBUG 103.153.183.69 271645 3201 NEW TOKEN generated by : /index.php 2026-04-25 07:28:50 NOTICE 103.153.183.69 271645 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-25 07:28:50 DEBUG 103.153.183.69 271645 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-25 07:28:50 INFO 103.153.183.69 271645 3201 --- End access to /index.php 2026-04-25 14:43:48 DEBUG 104.204.221.16 347735 3201 NEW TOKEN generated by : /index.php 2026-04-25 14:43:48 NOTICE 104.204.221.16 347735 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-25 14:43:48 DEBUG 104.204.221.16 347735 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-25 14:43:49 INFO 104.204.221.16 347735 3201 --- End access to /index.php 2026-04-26 02:04:21 DEBUG 66.132.172.106 650211 3201 NEW TOKEN generated by : /index.php 2026-04-26 02:04:21 NOTICE 66.132.172.106 650211 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-26 02:04:21 DEBUG 66.132.172.106 650211 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-26 02:04:21 INFO 66.132.172.106 650211 3201 --- End access to /index.php 2026-04-26 02:46:33 DEBUG 66.132.224.229 893864 3201 NEW TOKEN generated by : /index.php 2026-04-26 02:46:33 NOTICE 66.132.224.229 893864 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-26 02:46:33 DEBUG 66.132.224.229 893864 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-26 02:46:33 INFO 66.132.224.229 893864 3201 --- End access to /index.php 2026-04-26 07:47:26 DEBUG 103.153.183.69 532932 3201 NEW TOKEN generated by : /index.php 2026-04-26 07:47:26 NOTICE 103.153.183.69 532932 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-26 07:47:26 DEBUG 103.153.183.69 532932 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-26 07:47:26 INFO 103.153.183.69 532932 3201 --- End access to /index.php 2026-04-26 08:46:50 DEBUG 88.151.32.223 755480 3201 NEW TOKEN generated by : /index.php 2026-04-26 08:46:50 NOTICE 88.151.32.223 755480 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-26 08:46:50 DEBUG 88.151.32.223 755480 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-26 08:46:50 INFO 88.151.32.223 755480 3201 --- End access to /index.php 2026-04-26 08:46:51 DEBUG 88.151.32.223 755480 3201 NEW TOKEN generated by : /index.php 2026-04-26 08:46:51 NOTICE 88.151.32.223 755480 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-26 08:46:51 DEBUG 88.151.32.223 755480 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-26 08:46:51 INFO 88.151.32.223 755480 3201 --- End access to /index.php 2026-04-26 08:46:53 DEBUG 88.151.32.223 755537 3201 NEW TOKEN generated by : /index.php 2026-04-26 08:46:53 NOTICE 88.151.32.223 755537 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-26 08:46:53 DEBUG 88.151.32.223 755537 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-26 08:46:53 INFO 88.151.32.223 755537 3201 --- End access to /index.php 2026-04-26 09:33:16 DEBUG 162.220.232.230 912638 3201 NEW TOKEN generated by : /index.php 2026-04-26 09:33:16 NOTICE 162.220.232.230 912638 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-26 09:33:16 DEBUG 162.220.232.230 912638 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-26 09:33:16 INFO 162.220.232.230 912638 3201 --- End access to /index.php 2026-04-26 10:50:58 DEBUG 88.151.33.14 186952 3201 NEW TOKEN generated by : /index.php 2026-04-26 10:50:58 NOTICE 88.151.33.14 186952 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-26 10:50:58 DEBUG 88.151.33.14 186952 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-26 10:50:58 INFO 88.151.33.14 186952 3201 --- End access to /index.php 2026-04-26 10:50:58 DEBUG 88.151.33.14 186952 3201 NEW TOKEN generated by : /index.php 2026-04-26 10:50:58 NOTICE 88.151.33.14 186952 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-26 10:50:58 DEBUG 88.151.33.14 186952 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-26 10:50:58 INFO 88.151.33.14 186952 3201 --- End access to /index.php 2026-04-26 10:51:00 DEBUG 88.151.33.14 186952 3201 NEW TOKEN generated by : /index.php 2026-04-26 10:51:00 NOTICE 88.151.33.14 186952 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-26 10:51:00 DEBUG 88.151.33.14 186952 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-26 10:51:00 INFO 88.151.33.14 186952 3201 --- End access to /index.php 2026-04-26 15:17:09 DEBUG 66.132.195.37 266812 3201 NEW TOKEN generated by : /index.php 2026-04-26 15:17:09 NOTICE 66.132.195.37 266812 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-26 15:17:09 DEBUG 66.132.195.37 266812 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-26 15:17:09 INFO 66.132.195.37 266812 3201 --- End access to /index.php 2026-04-26 15:23:16 DEBUG 66.132.172.176 280780 3201 NEW TOKEN generated by : /index.php 2026-04-26 15:23:16 NOTICE 66.132.172.176 280780 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-26 15:23:16 DEBUG 66.132.172.176 280780 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-26 15:23:16 INFO 66.132.172.176 280780 3201 --- End access to /index.php 2026-04-26 16:36:18 DEBUG 24.199.97.192 607147 3201 NEW TOKEN generated by : /index.php 2026-04-26 16:36:18 NOTICE 24.199.97.192 607147 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-26 16:36:18 DEBUG 24.199.97.192 607147 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-26 16:36:18 INFO 24.199.97.192 607147 3201 --- End access to /index.php 2026-04-26 19:13:57 DEBUG 88.151.32.239 198614 3201 NEW TOKEN generated by : /index.php 2026-04-26 19:13:57 NOTICE 88.151.32.239 198614 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-26 19:13:57 DEBUG 88.151.32.239 198614 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-26 19:13:57 INFO 88.151.32.239 198614 3201 --- End access to /index.php 2026-04-26 19:13:57 DEBUG 88.151.32.239 198614 3201 NEW TOKEN generated by : /index.php 2026-04-26 19:13:57 NOTICE 88.151.32.239 198614 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-26 19:13:57 DEBUG 88.151.32.239 198614 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-26 19:13:57 INFO 88.151.32.239 198614 3201 --- End access to /index.php 2026-04-26 19:14:03 DEBUG 88.151.32.239 198614 3201 NEW TOKEN generated by : /index.php 2026-04-26 19:14:03 NOTICE 88.151.32.239 198614 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-26 19:14:03 DEBUG 88.151.32.239 198614 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-26 19:14:03 INFO 88.151.32.239 198614 3201 --- End access to /index.php 2026-04-26 19:26:12 DEBUG 167.94.146.52 243122 3201 NEW TOKEN generated by : /index.php 2026-04-26 19:26:12 NOTICE 167.94.146.52 243122 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-26 19:26:12 DEBUG 167.94.146.52 243122 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-26 19:26:12 INFO 167.94.146.52 243122 3201 --- End access to /index.php 2026-04-26 19:44:26 DEBUG 66.132.186.172 325493 3201 NEW TOKEN generated by : /index.php 2026-04-26 19:44:26 NOTICE 66.132.186.172 325493 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-26 19:44:26 DEBUG 66.132.186.172 325493 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-26 19:44:26 INFO 66.132.186.172 325493 3201 --- End access to /index.php 2026-04-26 20:34:53 DEBUG 185.213.174.27 520248 3201 NEW TOKEN generated by : /index.php 2026-04-26 20:34:53 NOTICE 185.213.174.27 520248 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-26 20:34:53 DEBUG 185.213.174.27 520248 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-26 20:34:53 INFO 185.213.174.27 520248 3201 --- End access to /index.php 2026-04-26 21:45:05 DEBUG 88.151.33.247 818715 3201 NEW TOKEN generated by : /index.php 2026-04-26 21:45:05 NOTICE 88.151.33.247 818715 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-26 21:45:05 DEBUG 88.151.33.247 818715 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-26 21:45:05 INFO 88.151.33.247 818715 3201 --- End access to /index.php 2026-04-26 21:45:06 DEBUG 88.151.33.247 818715 3201 NEW TOKEN generated by : /index.php 2026-04-26 21:45:06 NOTICE 88.151.33.247 818715 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-26 21:45:06 DEBUG 88.151.33.247 818715 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-26 21:45:06 INFO 88.151.33.247 818715 3201 --- End access to /index.php 2026-04-26 21:45:18 DEBUG 88.151.33.247 819198 3201 NEW TOKEN generated by : /index.php 2026-04-26 21:45:18 NOTICE 88.151.33.247 819198 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-26 21:45:18 DEBUG 88.151.33.247 819198 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-26 21:45:18 INFO 88.151.33.247 819198 3201 --- End access to /index.php 2026-04-27 07:38:18 DEBUG 209.38.144.78 131869 3201 NEW TOKEN generated by : /index.php 2026-04-27 07:38:18 NOTICE 209.38.144.78 131869 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-27 07:38:18 DEBUG 209.38.144.78 131869 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-27 07:38:18 INFO 209.38.144.78 131869 3201 --- End access to /index.php 2026-04-27 11:11:44 DEBUG 134.209.35.168 1017755 3201 NEW TOKEN generated by : /index.php 2026-04-27 11:11:44 NOTICE 134.209.35.168 1017755 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-27 11:11:44 DEBUG 134.209.35.168 1017755 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-27 11:11:44 INFO 134.209.35.168 1017755 3201 --- End access to /index.php 2026-04-27 11:11:44 DEBUG 134.209.35.168 1017755 3201 NEW TOKEN generated by : /index.php 2026-04-27 11:11:44 NOTICE 134.209.35.168 1017755 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-27 11:11:44 DEBUG 134.209.35.168 1017755 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-27 11:11:44 INFO 134.209.35.168 1017755 3201 --- End access to /index.php 2026-04-27 12:19:43 DEBUG 3.139.242.79 323210 3201 NEW TOKEN generated by : /index.php 2026-04-27 12:19:43 NOTICE 3.139.242.79 323210 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-27 12:19:43 DEBUG 3.139.242.79 323210 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-27 12:19:43 INFO 3.139.242.79 323210 3201 --- End access to /index.php 2026-04-27 16:20:16 DEBUG 143.198.65.52 585982 3201 NEW TOKEN generated by : /index.php 2026-04-27 16:20:16 NOTICE 143.198.65.52 585982 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-27 16:20:16 DEBUG 143.198.65.52 585982 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-27 16:20:16 INFO 143.198.65.52 585982 3201 --- End access to /index.php 2026-04-27 16:20:16 DEBUG 143.198.65.52 585982 3201 NEW TOKEN generated by : /index.php 2026-04-27 16:20:16 NOTICE 143.198.65.52 585982 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-27 16:20:16 DEBUG 143.198.65.52 585982 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-27 16:20:16 INFO 143.198.65.52 585982 3201 --- End access to /index.php 2026-04-28 05:35:24 DEBUG 204.76.203.25 752168 3201 NEW TOKEN generated by : /index.php 2026-04-28 05:35:24 DEBUG 204.76.203.27 751176 3201 NEW TOKEN generated by : /index.php 2026-04-28 05:35:24 DEBUG 204.76.203.25 752150 3201 NEW TOKEN generated by : /index.php 2026-04-28 05:35:24 NOTICE 204.76.203.25 752168 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-28 05:35:24 NOTICE 204.76.203.27 751176 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-28 05:35:24 NOTICE 204.76.203.25 752150 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-28 05:35:24 DEBUG 204.76.203.25 752168 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-28 05:35:24 DEBUG 204.76.203.27 751176 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-28 05:35:24 DEBUG 204.76.203.25 752150 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-28 05:35:24 INFO 204.76.203.25 752168 3201 --- End access to /index.php 2026-04-28 05:35:24 INFO 204.76.203.27 751176 3201 --- End access to /index.php 2026-04-28 05:35:24 INFO 204.76.203.25 752150 3201 --- End access to /index.php 2026-04-28 05:36:58 DEBUG 88.151.33.232 763193 3201 NEW TOKEN generated by : /index.php 2026-04-28 05:36:58 NOTICE 88.151.33.232 763193 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-28 05:36:58 DEBUG 88.151.33.232 763193 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-28 05:36:58 INFO 88.151.33.232 763193 3201 --- End access to /index.php 2026-04-28 18:16:41 DEBUG 143.110.212.174 930933 3201 NEW TOKEN generated by : /index.php 2026-04-28 18:16:41 NOTICE 143.110.212.174 930933 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-28 18:16:41 DEBUG 143.110.212.174 930933 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-28 18:16:41 INFO 143.110.212.174 930933 3201 --- End access to /index.php 2026-04-28 18:16:42 DEBUG 143.110.212.174 930933 3201 NEW TOKEN generated by : /index.php 2026-04-28 18:16:42 NOTICE 143.110.212.174 930933 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-28 18:16:42 DEBUG 143.110.212.174 930933 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-28 18:16:42 INFO 143.110.212.174 930933 3201 --- End access to /index.php 2026-04-28 20:17:55 DEBUG 3.18.186.238 615347 3201 NEW TOKEN generated by : /index.php 2026-04-28 20:17:55 NOTICE 3.18.186.238 615347 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-28 20:17:55 DEBUG 3.18.186.238 615347 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-28 20:17:55 INFO 3.18.186.238 615347 3201 --- End access to /index.php 2026-04-28 20:57:12 DEBUG 3.139.242.79 836156 3201 NEW TOKEN generated by : /index.php 2026-04-28 20:57:12 NOTICE 3.139.242.79 836156 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-28 20:57:12 DEBUG 3.139.242.79 836156 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-28 20:57:12 INFO 3.139.242.79 836156 3201 --- End access to /index.php 2026-04-28 20:59:45 DEBUG 3.139.242.79 862670 3201 NEW TOKEN generated by : /index.php 2026-04-28 20:59:45 NOTICE 3.139.242.79 862670 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-28 20:59:45 DEBUG 3.139.242.79 862670 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-28 20:59:45 INFO 3.139.242.79 862670 3201 --- End access to /index.php 2026-04-28 22:09:58 DEBUG 66.132.172.192 241273 3201 NEW TOKEN generated by : /index.php 2026-04-28 22:09:58 NOTICE 66.132.172.192 241273 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-28 22:09:58 DEBUG 66.132.172.192 241273 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-28 22:09:58 INFO 66.132.172.192 241273 3201 --- End access to /index.php 2026-04-28 22:50:49 DEBUG 167.94.146.61 430005 3201 NEW TOKEN generated by : /index.php 2026-04-28 22:50:49 NOTICE 167.94.146.61 430005 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-28 22:50:49 DEBUG 167.94.146.61 430005 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-28 22:50:49 INFO 167.94.146.61 430005 3201 --- End access to /index.php 2026-04-29 01:21:44 DEBUG 45.148.10.159 129034 3201 NEW TOKEN generated by : /index.php 2026-04-29 01:21:44 NOTICE 45.148.10.159 129034 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-29 01:21:44 DEBUG 45.148.10.159 129034 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-29 01:21:44 INFO 45.148.10.159 129034 3201 --- End access to /index.php 2026-04-29 01:21:46 DEBUG 45.148.10.159 129034 3201 NEW TOKEN generated by : /index.php 2026-04-29 01:21:46 NOTICE 45.148.10.159 129034 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-29 01:21:46 DEBUG 45.148.10.159 129034 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-29 01:21:46 INFO 45.148.10.159 129034 3201 --- End access to /index.php 2026-04-29 01:22:14 DEBUG 45.148.10.159 130724 3201 NEW TOKEN generated by : /index.php 2026-04-29 01:22:14 NOTICE 45.148.10.159 130724 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-29 01:22:14 DEBUG 45.148.10.159 130724 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-29 01:22:14 INFO 45.148.10.159 130724 3201 --- End access to /index.php 2026-04-29 06:59:42 DEBUG 85.204.70.118 904093 3201 NEW TOKEN generated by : /index.php 2026-04-29 06:59:42 NOTICE 85.204.70.118 904093 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-29 06:59:42 DEBUG 85.204.70.118 904093 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-29 06:59:42 INFO 85.204.70.118 904093 3201 --- End access to /index.php 2026-04-29 06:59:42 NOTICE 85.204.70.118 904093 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-29 06:59:42 DEBUG 85.204.70.118 904093 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-29 06:59:42 INFO 85.204.70.118 904093 3201 --- End access to /index.php 2026-04-29 06:59:42 NOTICE 85.204.70.118 904093 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-29 06:59:42 DEBUG 85.204.70.118 904093 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-29 06:59:42 INFO 85.204.70.118 904093 3201 --- End access to /index.php 2026-04-29 07:55:33 DEBUG 176.65.148.161 91350 3201 NEW TOKEN generated by : /index.php 2026-04-29 07:55:33 NOTICE 176.65.148.161 91350 3201 --- Access to HEAD /index.php - action= - actionlogin= - showing the login form and exit 2026-04-29 07:55:33 DEBUG 176.65.148.161 91350 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-29 07:55:33 INFO 176.65.148.161 91350 3201 --- End access to /index.php 2026-04-29 08:36:57 DEBUG 85.204.70.118 262242 3201 NEW TOKEN generated by : /index.php 2026-04-29 08:36:57 NOTICE 85.204.70.118 262242 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-29 08:36:57 DEBUG 85.204.70.118 262242 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-29 08:36:57 INFO 85.204.70.118 262242 3201 --- End access to /index.php 2026-04-29 08:36:57 NOTICE 85.204.70.118 262242 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-29 08:36:57 DEBUG 85.204.70.118 262242 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-29 08:36:57 INFO 85.204.70.118 262242 3201 --- End access to /index.php 2026-04-29 08:36:58 NOTICE 85.204.70.118 262242 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-29 08:36:58 DEBUG 85.204.70.118 262242 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-29 08:36:58 INFO 85.204.70.118 262242 3201 --- End access to /index.php 2026-04-29 15:08:19 DEBUG 66.132.195.35 108133 3201 NEW TOKEN generated by : /index.php 2026-04-29 15:08:19 NOTICE 66.132.195.35 108133 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-29 15:08:19 DEBUG 66.132.195.35 108133 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-29 15:08:19 INFO 66.132.195.35 108133 3201 --- End access to /index.php 2026-04-29 15:20:07 DEBUG 66.132.195.83 160068 3201 NEW TOKEN generated by : /index.php 2026-04-29 15:20:07 NOTICE 66.132.195.83 160068 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-29 15:20:07 DEBUG 66.132.195.83 160068 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-29 15:20:07 INFO 66.132.195.83 160068 3201 --- End access to /index.php 2026-04-29 15:56:49 DEBUG 34.16.101.193 308085 3201 NEW TOKEN generated by : /index.php 2026-04-29 15:56:49 NOTICE 34.16.101.193 308085 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-29 15:56:49 DEBUG 34.16.101.193 308085 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-29 15:56:49 INFO 34.16.101.193 308085 3201 --- End access to /index.php 2026-04-29 16:01:21 DEBUG 34.9.49.238 321595 3201 NEW TOKEN generated by : /index.php 2026-04-29 16:01:21 DEBUG 34.9.49.238 321594 3201 NEW TOKEN generated by : /index.php 2026-04-29 16:01:21 NOTICE 34.9.49.238 321595 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-29 16:01:21 NOTICE 34.9.49.238 321594 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-29 16:01:21 DEBUG 34.9.49.238 321594 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-29 16:01:21 DEBUG 34.9.49.238 321595 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-29 16:01:21 INFO 34.9.49.238 321595 3201 --- End access to /index.php 2026-04-29 16:01:21 INFO 34.9.49.238 321594 3201 --- End access to /index.php 2026-04-29 16:02:24 DEBUG 35.193.72.35 325784 3201 NEW TOKEN generated by : /index.php 2026-04-29 16:02:24 NOTICE 35.193.72.35 325784 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-29 16:02:24 DEBUG 35.193.72.35 325784 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-29 16:02:24 INFO 35.193.72.35 325784 3201 --- End access to /index.php 2026-04-29 16:02:24 DEBUG 35.193.72.35 325784 3201 NEW TOKEN generated by : /index.php 2026-04-29 16:02:24 NOTICE 35.193.72.35 325784 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-29 16:02:24 DEBUG 35.193.72.35 325784 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-29 16:02:24 INFO 35.193.72.35 325784 3201 --- End access to /index.php 2026-04-30 01:06:06 DEBUG 3.137.207.117 457923 3201 NEW TOKEN generated by : /index.php 2026-04-30 01:06:06 NOTICE 3.137.207.117 457923 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-30 01:06:06 DEBUG 3.137.207.117 457923 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-30 01:06:06 INFO 3.137.207.117 457923 3201 --- End access to /index.php 2026-04-30 01:06:07 DEBUG 3.137.207.117 457923 3201 NEW TOKEN generated by : /index.php 2026-04-30 01:06:07 NOTICE 3.137.207.117 457923 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-30 01:06:07 DEBUG 3.137.207.117 457923 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-30 01:06:07 INFO 3.137.207.117 457923 3201 --- End access to /index.php 2026-04-30 01:06:07 WARNING 3.137.207.117 457923 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-04-30 01:06:07 INFO 3.137.207.117 457923 3201 --- End access to /index.php 2026-04-30 01:06:07 WARNING 3.137.207.117 457923 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-04-30 01:06:07 INFO 3.137.207.117 457923 3201 --- End access to /index.php 2026-04-30 01:06:07 WARNING 3.137.207.117 457923 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-04-30 01:06:07 INFO 3.137.207.117 457923 3201 --- End access to /index.php 2026-04-30 01:06:07 WARNING 3.137.207.117 458032 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-04-30 01:06:07 INFO 3.137.207.117 458032 3201 --- End access to /index.php 2026-04-30 01:35:33 DEBUG 3.101.138.86 582753 3201 NEW TOKEN generated by : /index.php 2026-04-30 01:35:33 NOTICE 3.101.138.86 582753 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-30 01:35:33 DEBUG 3.101.138.86 582753 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-30 01:35:33 INFO 3.101.138.86 582753 3201 --- End access to /index.php 2026-04-30 01:35:33 WARNING 3.101.138.86 582753 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-04-30 01:35:33 INFO 3.101.138.86 582753 3201 --- End access to /index.php 2026-04-30 01:35:33 WARNING 3.101.138.86 582753 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-04-30 01:35:33 INFO 3.101.138.86 582753 3201 --- End access to /index.php 2026-04-30 01:35:33 WARNING 3.101.138.86 582753 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-04-30 01:35:33 INFO 3.101.138.86 582753 3201 --- End access to /index.php 2026-04-30 01:35:33 WARNING 3.101.138.86 582753 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-04-30 01:35:33 INFO 3.101.138.86 582753 3201 --- End access to /index.php 2026-04-30 02:50:35 DEBUG 15.134.133.227 890474 3201 NEW TOKEN generated by : /index.php 2026-04-30 02:50:35 NOTICE 15.134.133.227 890474 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-30 02:50:35 DEBUG 15.134.133.227 890474 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-30 02:50:35 INFO 15.134.133.227 890474 3201 --- End access to /index.php 2026-04-30 02:50:35 WARNING 15.134.133.227 890474 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-04-30 02:50:35 INFO 15.134.133.227 890474 3201 --- End access to /index.php 2026-04-30 02:50:35 DEBUG 15.134.133.227 890474 3201 NEW TOKEN generated by : /index.php 2026-04-30 02:50:35 NOTICE 15.134.133.227 890474 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-30 02:50:35 DEBUG 15.134.133.227 890474 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-30 02:50:35 INFO 15.134.133.227 890474 3201 --- End access to /index.php 2026-04-30 02:50:36 WARNING 15.134.133.227 890474 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-04-30 02:50:36 INFO 15.134.133.227 890474 3201 --- End access to /index.php 2026-04-30 02:50:36 WARNING 15.134.133.227 890474 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-04-30 02:50:36 INFO 15.134.133.227 890474 3201 --- End access to /index.php 2026-04-30 02:50:37 WARNING 15.134.133.227 890474 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-04-30 02:50:37 INFO 15.134.133.227 890474 3201 --- End access to /index.php 2026-04-30 15:47:49 DEBUG 104.164.173.19 999244 3201 NEW TOKEN generated by : /index.php 2026-04-30 15:47:49 DEBUG 104.164.173.76 999245 3201 NEW TOKEN generated by : /index.php 2026-04-30 15:47:49 NOTICE 104.164.173.19 999244 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-30 15:47:49 NOTICE 104.164.173.76 999245 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-30 15:47:49 DEBUG 104.164.173.19 999244 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-30 15:47:49 DEBUG 104.164.173.76 999245 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-30 15:47:49 INFO 104.164.173.19 999244 3201 --- End access to /index.php 2026-04-30 15:47:49 INFO 104.164.173.76 999245 3201 --- End access to /index.php 2026-04-30 15:47:53 DEBUG 104.164.173.19 999245 3201 NEW TOKEN generated by : /index.php 2026-04-30 15:47:53 NOTICE 104.164.173.19 999245 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-30 15:47:53 DEBUG 104.164.173.19 999245 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-30 15:47:53 INFO 104.164.173.19 999245 3201 --- End access to /index.php 2026-04-30 15:48:01 DEBUG 51.81.245.138 999245 3201 NEW TOKEN generated by : /index.php 2026-04-30 15:48:01 NOTICE 51.81.245.138 999245 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-30 15:48:01 DEBUG 51.81.245.138 999245 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-30 15:48:01 INFO 51.81.245.138 999245 3201 --- End access to /index.php 2026-04-30 15:48:03 NOTICE 104.164.173.19 999960 3201 --- Access to GET /theme/eldy/manifest.json.php - action=, massaction= NOTOKENRENEWAL=1 2026-04-30 15:48:03 INFO 104.164.173.19 999960 3201 --- End access to /theme/eldy/manifest.json.php 2026-04-30 15:48:03 DEBUG 104.164.173.19 999245 3201 DefaultValues::fetchAll 2026-04-30 15:48:03 DEBUG 104.164.173.19 999245 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,0)) AND (entity IN (1,1))) 2026-04-30 15:48:03 NOTICE 104.164.173.19 999245 3201 --- Access to GET /user/passwordforgotten.php - action=, massaction= 2026-04-30 15:48:03 DEBUG 104.164.173.19 999245 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-30 15:48:03 DEBUG 104.164.173.19 999245 3201 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, m.showtopmenuinframe FROM llxme_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 2026-04-30 15:48:03 INFO 104.164.173.19 999245 3201 --- End access to /user/passwordforgotten.php 2026-04-30 15:48:03 DEBUG 104.164.173.19 999245 3201 DefaultValues::fetchAll 2026-04-30 15:48:03 DEBUG 104.164.173.19 999245 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,0)) AND (entity IN (1,1))) 2026-04-30 15:48:03 NOTICE 104.164.173.19 999245 3201 --- Access to GET /core/js/lib_head.js.php - action=, massaction= NOTOKENRENEWAL=1 2026-04-30 15:48:03 DEBUG 104.164.173.19 999245 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-30 15:48:03 INFO 104.164.173.19 999245 3201 --- End access to /core/js/lib_head.js.php 2026-04-30 15:48:10 DEBUG 205.169.39.3 999960 3201 NEW TOKEN generated by : /index.php 2026-04-30 15:48:10 NOTICE 205.169.39.3 999960 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-30 15:48:10 DEBUG 205.169.39.3 999960 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-30 15:48:10 INFO 205.169.39.3 999960 3201 --- End access to /index.php 2026-04-30 15:48:11 DEBUG 104.197.69.115 999960 3201 NEW TOKEN generated by : /index.php 2026-04-30 15:48:11 NOTICE 104.197.69.115 999960 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-30 15:48:11 DEBUG 104.197.69.115 999960 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-30 15:48:11 INFO 104.197.69.115 999960 3201 --- End access to /index.php 2026-04-30 15:48:11 DEBUG 205.169.39.3 1000491 3201 DefaultValues::fetchAll 2026-04-30 15:48:11 DEBUG 205.169.39.3 1000491 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,0)) AND (entity IN (1,1))) 2026-04-30 15:48:11 NOTICE 205.169.39.3 1000491 3201 --- Access to GET /theme/eldy/style.css.php - action=, massaction= NOTOKENRENEWAL=1 2026-04-30 15:48:11 DEBUG 205.169.39.3 1000491 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-30 15:48:11 DEBUG 205.169.39.3 1000491 3201 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, m.showtopmenuinframe FROM llxme_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 2026-04-30 15:48:11 INFO 205.169.39.3 1000491 3201 --- End access to /theme/eldy/style.css.php 2026-04-30 15:48:11 DEBUG 205.169.39.3 999960 3201 DefaultValues::fetchAll 2026-04-30 15:48:11 DEBUG 205.169.39.3 999960 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,0)) AND (entity IN (1,1))) 2026-04-30 15:48:11 NOTICE 205.169.39.3 999960 3201 --- Access to GET /core/js/lib_head.js.php - action=, massaction= NOTOKENRENEWAL=1 2026-04-30 15:48:11 DEBUG 205.169.39.3 999960 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-30 15:48:11 INFO 205.169.39.3 999960 3201 --- End access to /core/js/lib_head.js.php 2026-04-30 15:48:11 DEBUG 205.169.39.0 1000491 3201 NEW TOKEN generated by : /index.php 2026-04-30 15:48:11 NOTICE 205.169.39.0 1000491 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-30 15:48:11 DEBUG 205.169.39.0 1000491 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-30 15:48:11 INFO 205.169.39.0 1000491 3201 --- End access to /index.php 2026-04-30 15:48:12 DEBUG 205.169.39.0 1000491 3201 DefaultValues::fetchAll 2026-04-30 15:48:12 DEBUG 205.169.39.0 1000491 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,0)) AND (entity IN (1,1))) 2026-04-30 15:48:12 NOTICE 205.169.39.0 1000491 3201 --- Access to GET /theme/eldy/style.css.php - action=, massaction= NOTOKENRENEWAL=1 2026-04-30 15:48:12 DEBUG 205.169.39.0 1000491 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-30 15:48:12 DEBUG 205.169.39.0 1000491 3201 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, m.showtopmenuinframe FROM llxme_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 2026-04-30 15:48:12 INFO 205.169.39.0 1000491 3201 --- End access to /theme/eldy/style.css.php 2026-04-30 15:48:12 DEBUG 104.197.69.115 1000491 3201 NEW TOKEN generated by : /index.php 2026-04-30 15:48:12 NOTICE 104.197.69.115 1000491 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-30 15:48:12 DEBUG 104.197.69.115 1000491 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-30 15:48:12 INFO 104.197.69.115 1000491 3201 --- End access to /index.php 2026-04-30 15:48:12 DEBUG 205.169.39.0 1000491 3201 DefaultValues::fetchAll 2026-04-30 15:48:12 DEBUG 205.169.39.0 1000491 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,0)) AND (entity IN (1,1))) 2026-04-30 15:48:12 NOTICE 205.169.39.0 1000491 3201 --- Access to GET /core/js/lib_head.js.php - action=, massaction= NOTOKENRENEWAL=1 2026-04-30 15:48:12 DEBUG 205.169.39.0 1000491 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-30 15:48:12 INFO 205.169.39.0 1000491 3201 --- End access to /core/js/lib_head.js.php 2026-04-30 15:48:28 DEBUG 103.4.251.45 1002961 3201 NEW TOKEN generated by : /index.php 2026-04-30 15:48:28 NOTICE 103.4.251.45 1002961 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-30 15:48:28 DEBUG 103.4.251.45 1002961 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-30 15:48:28 INFO 103.4.251.45 1002961 3201 --- End access to /index.php 2026-04-30 15:48:29 DEBUG 107.172.195.4 1002961 3201 NEW TOKEN generated by : /index.php 2026-04-30 15:48:29 NOTICE 107.172.195.4 1002961 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-30 15:48:29 DEBUG 107.172.195.4 1002961 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-30 15:48:29 INFO 107.172.195.4 1002961 3201 --- End access to /index.php 2026-04-30 15:48:29 DEBUG 103.4.251.45 1002961 3201 NEW TOKEN generated by : /index.php 2026-04-30 15:48:29 NOTICE 103.4.251.45 1002961 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-30 15:48:29 DEBUG 103.4.251.45 1002961 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-30 15:48:29 INFO 103.4.251.45 1002961 3201 --- End access to /index.php 2026-04-30 15:48:29 NOTICE 103.4.251.45 1002998 3201 --- Access to GET /theme/eldy/manifest.json.php - action=, massaction= NOTOKENRENEWAL=1 2026-04-30 15:48:29 INFO 103.4.251.45 1002998 3201 --- End access to /theme/eldy/manifest.json.php 2026-04-30 15:48:29 DEBUG 103.4.251.45 1002998 3201 DefaultValues::fetchAll 2026-04-30 15:48:29 DEBUG 103.4.251.45 1002998 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,0)) AND (entity IN (1,1))) 2026-04-30 15:48:29 NOTICE 103.4.251.45 1002998 3201 --- Access to GET /user/passwordforgotten.php - action=, massaction= 2026-04-30 15:48:29 DEBUG 103.4.251.45 1002998 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-30 15:48:29 DEBUG 103.4.251.45 1002998 3201 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, m.showtopmenuinframe FROM llxme_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 2026-04-30 15:48:29 INFO 103.4.251.45 1002998 3201 --- End access to /user/passwordforgotten.php 2026-04-30 15:48:29 DEBUG 103.4.251.45 1002998 3201 DefaultValues::fetchAll 2026-04-30 15:48:29 DEBUG 103.4.251.45 1002998 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,0)) AND (entity IN (1,1))) 2026-04-30 15:48:29 NOTICE 103.4.251.45 1002998 3201 --- Access to GET /core/js/lib_head.js.php - action=, massaction= NOTOKENRENEWAL=1 2026-04-30 15:48:29 DEBUG 103.4.251.45 1002998 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-30 15:48:29 INFO 103.4.251.45 1002998 3201 --- End access to /core/js/lib_head.js.php 2026-04-30 15:48:30 NOTICE 103.4.251.45 1002998 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-30 15:48:30 DEBUG 103.4.251.45 1002998 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-30 15:48:30 INFO 103.4.251.45 1002998 3201 --- End access to /index.php 2026-04-30 15:48:35 DEBUG 205.169.39.54 1002998 3201 NEW TOKEN generated by : /index.php 2026-04-30 15:48:35 NOTICE 205.169.39.54 1002998 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-30 15:48:35 DEBUG 205.169.39.54 1002998 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-30 15:48:35 INFO 205.169.39.54 1002998 3201 --- End access to /index.php 2026-04-30 15:48:37 DEBUG 205.169.39.5 1002998 3201 DefaultValues::fetchAll 2026-04-30 15:48:37 DEBUG 205.169.39.5 1002998 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,0)) AND (entity IN (1,1))) 2026-04-30 15:48:37 NOTICE 205.169.39.5 1002998 3201 --- Access to GET /theme/eldy/style.css.php - action=, massaction= NOTOKENRENEWAL=1 2026-04-30 15:48:37 DEBUG 205.169.39.5 1002998 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-30 15:48:37 DEBUG 205.169.39.5 1002998 3201 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, m.showtopmenuinframe FROM llxme_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 2026-04-30 15:48:37 INFO 205.169.39.5 1002998 3201 --- End access to /theme/eldy/style.css.php 2026-04-30 15:48:42 DEBUG 45.88.138.51 1002998 3201 NEW TOKEN generated by : /index.php 2026-04-30 15:48:42 NOTICE 45.88.138.51 1002998 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-30 15:48:42 DEBUG 45.88.138.51 1002998 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-30 15:48:42 INFO 45.88.138.51 1002998 3201 --- End access to /index.php 2026-04-30 15:48:42 DEBUG 45.88.138.51 1002998 3201 NEW TOKEN generated by : /index.php 2026-04-30 15:48:42 NOTICE 45.88.138.51 1002998 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-30 15:48:42 DEBUG 45.88.138.51 1002998 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-30 15:48:42 INFO 45.88.138.51 1002998 3201 --- End access to /index.php 2026-04-30 15:48:42 DEBUG 45.88.138.51 1002998 3201 NEW TOKEN generated by : /index.php 2026-04-30 15:48:42 NOTICE 45.88.138.51 1002998 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-30 15:48:42 DEBUG 45.88.138.51 1002998 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-30 15:48:42 INFO 45.88.138.51 1002998 3201 --- End access to /index.php 2026-04-30 15:48:59 DEBUG 34.123.170.104 1002998 3201 NEW TOKEN generated by : /index.php 2026-04-30 15:48:59 NOTICE 34.123.170.104 1002998 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-30 15:48:59 DEBUG 34.123.170.104 1002998 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-30 15:48:59 INFO 34.123.170.104 1002998 3201 --- End access to /index.php 2026-04-30 15:49:13 DEBUG 146.70.117.213 1006565 3201 NEW TOKEN generated by : /index.php 2026-04-30 15:49:13 NOTICE 146.70.117.213 1006565 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-30 15:49:13 DEBUG 146.70.117.213 1006565 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-30 15:49:13 INFO 146.70.117.213 1006565 3201 --- End access to /index.php 2026-04-30 15:49:13 DEBUG 146.70.117.213 1006565 3201 NEW TOKEN generated by : /index.php 2026-04-30 15:49:13 NOTICE 146.70.117.213 1006565 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-30 15:49:13 DEBUG 146.70.117.213 1006565 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-30 15:49:13 INFO 146.70.117.213 1006565 3201 --- End access to /index.php 2026-04-30 15:49:44 DEBUG 146.70.117.213 1008309 3201 NEW TOKEN generated by : /index.php 2026-04-30 15:49:44 NOTICE 146.70.117.213 1008309 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-30 15:49:44 DEBUG 146.70.117.213 1008309 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-30 15:49:44 INFO 146.70.117.213 1008309 3201 --- End access to /index.php 2026-04-30 15:50:05 DEBUG 185.242.177.58 1009887 3201 NEW TOKEN generated by : /index.php 2026-04-30 15:50:05 NOTICE 185.242.177.58 1009887 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-30 15:50:05 DEBUG 185.242.177.58 1009887 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-30 15:50:05 DEBUG 185.242.177.58 1009889 3201 NEW TOKEN generated by : /index.php 2026-04-30 15:50:05 NOTICE 185.242.177.58 1009889 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-30 15:50:05 DEBUG 185.242.177.58 1009889 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-30 15:50:05 INFO 185.242.177.58 1009887 3201 --- End access to /index.php 2026-04-30 15:50:05 INFO 185.242.177.58 1009889 3201 --- End access to /index.php 2026-04-30 15:50:06 DEBUG 185.242.177.58 1009887 3201 NEW TOKEN generated by : /index.php 2026-04-30 15:50:06 NOTICE 185.242.177.58 1009887 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-30 15:50:06 DEBUG 185.242.177.58 1009887 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-30 15:50:06 INFO 185.242.177.58 1009887 3201 --- End access to /index.php 2026-04-30 15:50:06 DEBUG 185.242.177.58 1009889 3201 NEW TOKEN generated by : /index.php 2026-04-30 15:50:06 NOTICE 185.242.177.58 1009889 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-30 15:50:06 DEBUG 185.242.177.58 1009889 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-30 15:50:06 INFO 185.242.177.58 1009889 3201 --- End access to /index.php 2026-04-30 15:50:31 DEBUG 34.158.141.157 1011857 3201 NEW TOKEN generated by : /index.php 2026-04-30 15:50:31 NOTICE 34.158.141.157 1011857 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-30 15:50:31 DEBUG 34.158.141.157 1011857 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-30 15:50:31 INFO 34.158.141.157 1011857 3201 --- End access to /index.php 2026-04-30 15:50:38 DEBUG 52.159.90.237 1011857 3201 NEW TOKEN generated by : /index.php 2026-04-30 15:50:38 NOTICE 52.159.90.237 1011857 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-30 15:50:38 DEBUG 52.159.90.237 1011857 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-30 15:50:38 INFO 52.159.90.237 1011857 3201 --- End access to /index.php 2026-04-30 15:50:42 DEBUG 34.158.141.157 1011857 3201 NEW TOKEN generated by : /index.php 2026-04-30 15:50:42 NOTICE 34.158.141.157 1011857 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-30 15:50:42 DEBUG 34.158.141.157 1011857 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-30 15:50:42 INFO 34.158.141.157 1011857 3201 --- End access to /index.php 2026-04-30 15:51:06 DEBUG 146.70.117.213 1013107 3201 NEW TOKEN generated by : /index.php 2026-04-30 15:51:06 NOTICE 146.70.117.213 1013107 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-30 15:51:06 DEBUG 146.70.117.213 1013107 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-30 15:51:06 DEBUG 146.70.117.213 1013562 3201 NEW TOKEN generated by : /index.php 2026-04-30 15:51:06 NOTICE 146.70.117.213 1013562 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-30 15:51:06 DEBUG 146.70.117.213 1013562 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-30 15:51:06 INFO 146.70.117.213 1013107 3201 --- End access to /index.php 2026-04-30 15:51:06 INFO 146.70.117.213 1013562 3201 --- End access to /index.php 2026-04-30 15:51:30 DEBUG 52.159.90.233 1014843 3201 NEW TOKEN generated by : /index.php 2026-04-30 15:51:30 NOTICE 52.159.90.233 1014843 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-30 15:51:30 DEBUG 52.159.90.233 1014843 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-30 15:51:30 INFO 52.159.90.233 1014843 3201 --- End access to /index.php 2026-04-30 15:55:11 DEBUG 172.111.15.80 1028714 3201 NEW TOKEN generated by : /index.php 2026-04-30 15:55:11 NOTICE 172.111.15.80 1028714 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-30 15:55:11 DEBUG 172.111.15.80 1028714 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-30 15:55:11 INFO 172.111.15.80 1028714 3201 --- End access to /index.php 2026-04-30 15:55:12 DEBUG 172.111.15.130 1028714 3201 NEW TOKEN generated by : /index.php 2026-04-30 15:55:12 NOTICE 172.111.15.130 1028714 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-30 15:55:12 DEBUG 172.111.15.130 1028714 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-30 15:55:12 INFO 172.111.15.130 1028714 3201 --- End access to /index.php 2026-04-30 15:55:12 DEBUG 172.111.15.80 1028714 3201 DefaultValues::fetchAll 2026-04-30 15:55:12 DEBUG 172.111.15.80 1028714 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,0)) AND (entity IN (1,1))) 2026-04-30 15:55:12 NOTICE 172.111.15.80 1028714 3201 --- Access to GET /theme/eldy/style.css.php - action=, massaction= NOTOKENRENEWAL=1 2026-04-30 15:55:12 DEBUG 172.111.15.80 1028714 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-30 15:55:12 DEBUG 172.111.15.80 1028714 3201 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, m.showtopmenuinframe FROM llxme_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 2026-04-30 15:55:12 INFO 172.111.15.80 1028714 3201 --- End access to /theme/eldy/style.css.php 2026-04-30 15:55:12 DEBUG 172.111.15.80 1028714 3201 DefaultValues::fetchAll 2026-04-30 15:55:12 DEBUG 172.111.15.80 1028714 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,0)) AND (entity IN (1,1))) 2026-04-30 15:55:12 NOTICE 172.111.15.80 1028714 3201 --- Access to GET /core/js/lib_head.js.php - action=, massaction= NOTOKENRENEWAL=1 2026-04-30 15:55:12 DEBUG 172.111.15.80 1028714 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-30 15:55:12 INFO 172.111.15.80 1028714 3201 --- End access to /core/js/lib_head.js.php 2026-04-30 15:55:13 DEBUG 172.111.15.130 1028714 3201 DefaultValues::fetchAll 2026-04-30 15:55:13 DEBUG 172.111.15.130 1028714 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,0)) AND (entity IN (1,1))) 2026-04-30 15:55:13 NOTICE 172.111.15.130 1028714 3201 --- Access to GET /theme/eldy/style.css.php - action=, massaction= NOTOKENRENEWAL=1 2026-04-30 15:55:13 DEBUG 172.111.15.130 1028714 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-30 15:55:13 DEBUG 172.111.15.130 1028714 3201 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, m.showtopmenuinframe FROM llxme_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 2026-04-30 15:55:13 INFO 172.111.15.130 1028714 3201 --- End access to /theme/eldy/style.css.php 2026-04-30 15:55:13 DEBUG 172.111.15.130 1028849 3201 DefaultValues::fetchAll 2026-04-30 15:55:13 DEBUG 172.111.15.130 1028849 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,0)) AND (entity IN (1,1))) 2026-04-30 15:55:13 NOTICE 172.111.15.130 1028849 3201 --- Access to GET /core/js/lib_head.js.php - action=, massaction= NOTOKENRENEWAL=1 2026-04-30 15:55:13 DEBUG 172.111.15.130 1028849 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-30 15:55:13 INFO 172.111.15.130 1028849 3201 --- End access to /core/js/lib_head.js.php 2026-04-30 15:55:14 NOTICE 172.111.15.194 1028849 3201 --- Access to GET /theme/eldy/manifest.json.php - action=, massaction= NOTOKENRENEWAL=1 2026-04-30 15:55:14 INFO 172.111.15.194 1028849 3201 --- End access to /theme/eldy/manifest.json.php 2026-04-30 15:55:15 NOTICE 172.111.15.66 1028849 3201 --- Access to GET /theme/eldy/manifest.json.php - action=, massaction= NOTOKENRENEWAL=1 2026-04-30 15:55:15 INFO 172.111.15.66 1028849 3201 --- End access to /theme/eldy/manifest.json.php 2026-04-30 15:55:15 DEBUG 66.115.182.144 1028849 3201 NEW TOKEN generated by : /index.php 2026-04-30 15:55:15 NOTICE 66.115.182.144 1028849 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-30 15:55:15 DEBUG 66.115.182.144 1028849 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-30 15:55:15 INFO 66.115.182.144 1028849 3201 --- End access to /index.php 2026-04-30 15:56:03 DEBUG 172.111.15.162 1031997 3201 NEW TOKEN generated by : /index.php 2026-04-30 15:56:03 NOTICE 172.111.15.162 1031997 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-30 15:56:03 DEBUG 172.111.15.162 1031997 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-30 15:56:03 INFO 172.111.15.162 1031997 3201 --- End access to /index.php 2026-04-30 15:56:04 DEBUG 172.111.15.162 1031997 3201 DefaultValues::fetchAll 2026-04-30 15:56:04 DEBUG 172.111.15.162 1031997 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,0)) AND (entity IN (1,1))) 2026-04-30 15:56:04 NOTICE 172.111.15.162 1031997 3201 --- Access to GET /theme/eldy/style.css.php - action=, massaction= NOTOKENRENEWAL=1 2026-04-30 15:56:04 DEBUG 172.111.15.162 1031997 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-30 15:56:04 DEBUG 172.111.15.162 1031997 3201 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, m.showtopmenuinframe FROM llxme_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 2026-04-30 15:56:04 INFO 172.111.15.162 1031997 3201 --- End access to /theme/eldy/style.css.php 2026-04-30 15:56:04 DEBUG 172.111.15.162 1031997 3201 DefaultValues::fetchAll 2026-04-30 15:56:04 DEBUG 172.111.15.162 1031997 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,0)) AND (entity IN (1,1))) 2026-04-30 15:56:04 NOTICE 172.111.15.162 1031997 3201 --- Access to GET /core/js/lib_head.js.php - action=, massaction= NOTOKENRENEWAL=1 2026-04-30 15:56:04 DEBUG 172.111.15.162 1031997 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-30 15:56:04 INFO 172.111.15.162 1031997 3201 --- End access to /core/js/lib_head.js.php 2026-04-30 15:56:07 NOTICE 172.111.15.5 1031997 3201 --- Access to GET /theme/eldy/manifest.json.php - action=, massaction= NOTOKENRENEWAL=1 2026-04-30 15:56:07 INFO 172.111.15.5 1031997 3201 --- End access to /theme/eldy/manifest.json.php 2026-04-30 16:04:23 DEBUG 52.159.90.233 35037 3201 NEW TOKEN generated by : /index.php 2026-04-30 16:04:23 NOTICE 52.159.90.233 35037 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-30 16:04:23 DEBUG 52.159.90.233 35037 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-30 16:04:23 INFO 52.159.90.233 35037 3201 --- End access to /index.php 2026-04-30 16:19:24 DEBUG 91.231.89.98 102919 3201 NEW TOKEN generated by : /index.php 2026-04-30 16:19:24 NOTICE 91.231.89.98 102919 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-30 16:19:24 DEBUG 91.231.89.98 102919 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-30 16:19:24 DEBUG 91.231.89.20 102738 3201 NEW TOKEN generated by : /index.php 2026-04-30 16:19:24 NOTICE 91.231.89.20 102738 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-30 16:19:24 DEBUG 91.231.89.20 102738 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-30 16:19:24 INFO 91.231.89.20 102738 3201 --- End access to /index.php 2026-04-30 16:19:24 INFO 91.231.89.98 102919 3201 --- End access to /index.php 2026-04-30 16:20:13 DEBUG 91.231.89.103 105606 3201 NEW TOKEN generated by : /index.php 2026-04-30 16:20:13 NOTICE 91.231.89.103 105606 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-30 16:20:13 DEBUG 91.231.89.103 105606 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-30 16:20:13 INFO 91.231.89.103 105606 3201 --- End access to /index.php 2026-04-30 16:21:10 DEBUG 91.231.89.99 109033 3201 NEW TOKEN generated by : /index.php 2026-04-30 16:21:10 NOTICE 91.231.89.99 109033 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-30 16:21:10 DEBUG 91.231.89.99 109033 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-30 16:21:10 INFO 91.231.89.99 109033 3201 --- End access to /index.php 2026-04-30 16:21:13 DEBUG 91.231.89.102 109670 3201 NEW TOKEN generated by : /index.php 2026-04-30 16:21:13 NOTICE 91.231.89.102 109670 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-30 16:21:13 DEBUG 91.231.89.102 109670 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-30 16:21:13 INFO 91.231.89.102 109670 3201 --- End access to /index.php 2026-04-30 16:21:43 DEBUG 91.231.89.96 109670 3201 NEW TOKEN generated by : /index.php 2026-04-30 16:21:43 NOTICE 91.231.89.96 109670 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-30 16:21:43 DEBUG 91.231.89.96 109670 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-30 16:21:43 INFO 91.231.89.96 109670 3201 --- End access to /index.php 2026-04-30 16:22:02 DEBUG 91.231.89.101 112659 3201 NEW TOKEN generated by : /index.php 2026-04-30 16:22:02 NOTICE 91.231.89.101 112659 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-30 16:22:02 DEBUG 91.231.89.101 112659 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-30 16:22:02 INFO 91.231.89.101 112659 3201 --- End access to /index.php 2026-04-30 16:22:16 DEBUG 91.231.89.23 114516 3201 NEW TOKEN generated by : /index.php 2026-04-30 16:22:16 NOTICE 91.231.89.23 114516 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-30 16:22:16 DEBUG 91.231.89.23 114516 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-30 16:22:16 INFO 91.231.89.23 114516 3201 --- End access to /index.php 2026-04-30 16:22:17 DEBUG 91.231.89.99 114516 3201 NEW TOKEN generated by : /index.php 2026-04-30 16:22:17 NOTICE 91.231.89.99 114516 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-30 16:22:17 DEBUG 91.231.89.99 114516 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-30 16:22:17 INFO 91.231.89.99 114516 3201 --- End access to /index.php 2026-04-30 16:22:41 DEBUG 91.231.89.17 115684 3201 NEW TOKEN generated by : /index.php 2026-04-30 16:22:41 NOTICE 91.231.89.17 115684 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-30 16:22:41 DEBUG 91.231.89.17 115684 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-30 16:22:41 INFO 91.231.89.17 115684 3201 --- End access to /index.php 2026-04-30 16:53:37 DEBUG 185.242.177.4 273089 3201 NEW TOKEN generated by : /index.php 2026-04-30 16:53:37 NOTICE 185.242.177.4 273089 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-30 16:53:37 DEBUG 185.242.177.4 273089 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-30 16:53:37 INFO 185.242.177.4 273089 3201 --- End access to /index.php 2026-04-30 18:21:26 DEBUG 34.131.190.26 731819 3201 NEW TOKEN generated by : /index.php 2026-04-30 18:21:26 NOTICE 34.131.190.26 731819 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-30 18:21:26 DEBUG 34.131.190.26 731819 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-30 18:21:26 INFO 34.131.190.26 731819 3201 --- End access to /index.php 2026-04-30 18:27:32 DEBUG 195.132.35.238 771077 3201 NEW TOKEN generated by : /index.php 2026-04-30 18:27:32 NOTICE 195.132.35.238 771077 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-30 18:27:32 DEBUG 195.132.35.238 771077 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-30 18:27:32 INFO 195.132.35.238 771077 3201 --- End access to /index.php 2026-04-30 19:12:38 DEBUG 185.220.101.29 990010 3201 NEW TOKEN generated by : /index.php 2026-04-30 19:12:38 NOTICE 185.220.101.29 990010 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-30 19:12:38 DEBUG 185.220.101.29 990010 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-30 19:12:38 INFO 185.220.101.29 990010 3201 --- End access to /index.php 2026-04-30 19:15:54 DEBUG 34.62.137.178 1001305 3201 NEW TOKEN generated by : /index.php 2026-04-30 19:15:54 NOTICE 34.62.137.178 1001305 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-30 19:15:54 DEBUG 34.62.137.178 1001305 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-30 19:15:54 INFO 34.62.137.178 1001305 3201 --- End access to /index.php 2026-04-30 19:42:12 DEBUG 3.151.194.164 60279 3201 NEW TOKEN generated by : /index.php 2026-04-30 19:42:12 NOTICE 3.151.194.164 60279 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-30 19:42:12 DEBUG 3.151.194.164 60279 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-30 19:42:13 INFO 3.151.194.164 60279 3201 --- End access to /index.php 2026-04-30 20:02:52 DEBUG 103.4.250.89 163578 3201 NEW TOKEN generated by : /index.php 2026-04-30 20:02:52 NOTICE 103.4.250.89 163578 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-30 20:02:52 DEBUG 103.4.250.89 163578 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-30 20:02:52 INFO 103.4.250.89 163578 3201 --- End access to /index.php 2026-04-30 20:02:52 DEBUG 104.164.173.151 163578 3201 NEW TOKEN generated by : /index.php 2026-04-30 20:02:52 NOTICE 104.164.173.151 163578 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-30 20:02:52 DEBUG 104.164.173.151 163578 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-30 20:02:52 INFO 104.164.173.151 163578 3201 --- End access to /index.php 2026-04-30 20:02:53 DEBUG 104.164.173.151 163578 3201 NEW TOKEN generated by : /index.php 2026-04-30 20:02:53 NOTICE 104.164.173.151 163578 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-30 20:02:53 DEBUG 104.164.173.151 163578 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-30 20:02:53 INFO 104.164.173.151 163578 3201 --- End access to /index.php 2026-04-30 20:02:53 NOTICE 104.164.173.151 163578 3201 --- Access to GET /theme/eldy/manifest.json.php - action=, massaction= NOTOKENRENEWAL=1 2026-04-30 20:02:53 INFO 104.164.173.151 163578 3201 --- End access to /theme/eldy/manifest.json.php 2026-04-30 20:02:54 DEBUG 104.164.173.151 163578 3201 DefaultValues::fetchAll 2026-04-30 20:02:54 DEBUG 104.164.173.151 163578 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,0)) AND (entity IN (1,1))) 2026-04-30 20:02:54 NOTICE 104.164.173.151 163578 3201 --- Access to GET /user/passwordforgotten.php - action=, massaction= 2026-04-30 20:02:54 DEBUG 104.164.173.151 163578 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-30 20:02:54 DEBUG 104.164.173.151 163578 3201 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, m.showtopmenuinframe FROM llxme_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 2026-04-30 20:02:54 INFO 104.164.173.151 163578 3201 --- End access to /user/passwordforgotten.php 2026-04-30 20:02:54 DEBUG 104.164.173.151 163578 3201 DefaultValues::fetchAll 2026-04-30 20:02:54 DEBUG 104.164.173.151 163578 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,0)) AND (entity IN (1,1))) 2026-04-30 20:02:54 NOTICE 104.164.173.151 163578 3201 --- Access to GET /core/js/lib_head.js.php - action=, massaction= NOTOKENRENEWAL=1 2026-04-30 20:02:54 DEBUG 104.164.173.151 163578 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-30 20:02:54 INFO 104.164.173.151 163578 3201 --- End access to /core/js/lib_head.js.php 2026-04-30 20:02:54 NOTICE 104.164.173.151 163578 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-30 20:02:54 DEBUG 104.164.173.151 163578 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-30 20:02:54 INFO 104.164.173.151 163578 3201 --- End access to /index.php 2026-04-30 23:35:21 DEBUG 185.220.101.178 121597 3201 NEW TOKEN generated by : /index.php 2026-04-30 23:35:21 NOTICE 185.220.101.178 121597 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-04-30 23:35:21 DEBUG 185.220.101.178 121597 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-04-30 23:35:21 INFO 185.220.101.178 121597 3201 --- End access to /index.php 2026-05-01 02:23:04 DEBUG 66.132.172.132 117124 3201 NEW TOKEN generated by : /index.php 2026-05-01 02:23:04 NOTICE 66.132.172.132 117124 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-01 02:23:04 DEBUG 66.132.172.132 117124 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-01 02:23:04 INFO 66.132.172.132 117124 3201 --- End access to /index.php 2026-05-01 02:25:47 DEBUG 199.45.155.69 127528 3201 NEW TOKEN generated by : /index.php 2026-05-01 02:25:47 NOTICE 199.45.155.69 127528 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-01 02:25:47 DEBUG 199.45.155.69 127528 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-01 02:25:47 INFO 199.45.155.69 127528 3201 --- End access to /index.php 2026-05-01 02:51:44 DEBUG 45.148.10.62 271145 3201 NEW TOKEN generated by : /index.php 2026-05-01 02:51:44 DEBUG 45.148.10.62 271143 3201 NEW TOKEN generated by : /index.php 2026-05-01 02:51:44 NOTICE 45.148.10.62 271145 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-01 02:51:44 NOTICE 45.148.10.62 271143 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-01 02:51:44 DEBUG 45.148.10.62 271145 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-01 02:51:44 DEBUG 45.148.10.62 271143 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-01 02:51:44 INFO 45.148.10.62 271143 3201 --- End access to /index.php 2026-05-01 02:51:44 INFO 45.148.10.62 271145 3201 --- End access to /index.php 2026-05-01 05:46:08 DEBUG 167.94.146.52 132875 3201 NEW TOKEN generated by : /index.php 2026-05-01 05:46:08 NOTICE 167.94.146.52 132875 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-01 05:46:08 DEBUG 167.94.146.52 132875 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-01 05:46:08 INFO 167.94.146.52 132875 3201 --- End access to /index.php 2026-05-01 07:06:45 DEBUG 66.132.195.112 574281 3201 NEW TOKEN generated by : /index.php 2026-05-01 07:06:45 NOTICE 66.132.195.112 574281 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-01 07:06:45 DEBUG 66.132.195.112 574281 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-01 07:06:45 INFO 66.132.195.112 574281 3201 --- End access to /index.php 2026-05-01 07:50:19 DEBUG 93.123.109.232 79986 3201 NEW TOKEN generated by : /index.php 2026-05-01 07:50:19 NOTICE 93.123.109.232 79986 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-01 07:50:19 DEBUG 93.123.109.232 79986 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-01 07:50:19 INFO 93.123.109.232 79986 3201 --- End access to /index.php 2026-05-01 07:50:19 DEBUG 93.123.109.232 79986 3201 NEW TOKEN generated by : /index.php 2026-05-01 07:50:19 NOTICE 93.123.109.232 79986 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-01 07:50:19 DEBUG 93.123.109.232 79986 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-01 07:50:19 INFO 93.123.109.232 79986 3201 --- End access to /index.php 2026-05-01 07:51:42 DEBUG 104.248.236.54 82833 3201 NEW TOKEN generated by : /index.php 2026-05-01 07:51:42 NOTICE 104.248.236.54 82833 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-01 07:51:42 DEBUG 104.248.236.54 82833 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-01 07:51:42 INFO 104.248.236.54 82833 3201 --- End access to /index.php 2026-05-01 07:51:44 DEBUG 104.248.236.54 82833 3201 NEW TOKEN generated by : /index.php 2026-05-01 07:51:44 NOTICE 104.248.236.54 82833 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-01 07:51:44 DEBUG 104.248.236.54 82833 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-01 07:51:44 INFO 104.248.236.54 82833 3201 --- End access to /index.php 2026-05-01 08:16:57 DEBUG 137.184.229.25 160546 3201 NEW TOKEN generated by : /index.php 2026-05-01 08:16:57 NOTICE 137.184.229.25 160546 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-01 08:16:57 DEBUG 137.184.229.25 160546 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-01 08:16:57 INFO 137.184.229.25 160546 3201 --- End access to /index.php 2026-05-01 08:16:58 DEBUG 137.184.229.25 160546 3201 NEW TOKEN generated by : /index.php 2026-05-01 08:16:58 NOTICE 137.184.229.25 160546 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-01 08:16:58 DEBUG 137.184.229.25 160546 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-01 08:16:58 INFO 137.184.229.25 160546 3201 --- End access to /index.php 2026-05-01 08:17:38 DEBUG 45.148.10.62 162377 3201 NEW TOKEN generated by : /index.php 2026-05-01 08:17:38 NOTICE 45.148.10.62 162377 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-01 08:17:38 DEBUG 45.148.10.62 162377 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-01 08:17:38 INFO 45.148.10.62 162377 3201 --- End access to /index.php 2026-05-01 08:27:45 DEBUG 93.123.109.214 196931 3201 NEW TOKEN generated by : /index.php 2026-05-01 08:27:45 DEBUG 93.123.109.214 196934 3201 NEW TOKEN generated by : /index.php 2026-05-01 08:27:45 NOTICE 93.123.109.214 196934 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-01 08:27:45 NOTICE 93.123.109.214 196931 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-01 08:27:45 DEBUG 93.123.109.214 196931 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-01 08:27:45 DEBUG 93.123.109.214 196934 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-01 08:27:45 INFO 93.123.109.214 196931 3201 --- End access to /index.php 2026-05-01 08:27:45 INFO 93.123.109.214 196934 3201 --- End access to /index.php 2026-05-01 11:59:21 DEBUG 93.123.109.232 18889 3201 NEW TOKEN generated by : /index.php 2026-05-01 11:59:21 NOTICE 93.123.109.232 18889 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-01 11:59:21 DEBUG 93.123.109.232 18889 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-01 11:59:21 INFO 93.123.109.232 18889 3201 --- End access to /index.php 2026-05-01 13:01:42 DEBUG 134.122.10.228 381459 3201 NEW TOKEN generated by : /index.php 2026-05-01 13:01:42 NOTICE 134.122.10.228 381459 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-01 13:01:42 DEBUG 134.122.10.228 381459 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-01 13:01:42 INFO 134.122.10.228 381459 3201 --- End access to /index.php 2026-05-01 13:01:43 DEBUG 134.122.10.228 381459 3201 NEW TOKEN generated by : /index.php 2026-05-01 13:01:43 NOTICE 134.122.10.228 381459 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-01 13:01:43 DEBUG 134.122.10.228 381459 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-01 13:01:43 INFO 134.122.10.228 381459 3201 --- End access to /index.php 2026-05-01 15:00:31 DEBUG 85.204.70.118 984184 3201 NEW TOKEN generated by : /index.php 2026-05-01 15:00:31 NOTICE 85.204.70.118 984184 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-01 15:00:31 DEBUG 85.204.70.118 984184 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-01 15:00:31 INFO 85.204.70.118 984184 3201 --- End access to /index.php 2026-05-01 15:00:32 NOTICE 85.204.70.118 984184 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-01 15:00:32 DEBUG 85.204.70.118 984184 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-01 15:00:32 INFO 85.204.70.118 984184 3201 --- End access to /index.php 2026-05-01 15:00:32 NOTICE 85.204.70.118 984184 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-01 15:00:32 DEBUG 85.204.70.118 984184 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-01 15:00:32 INFO 85.204.70.118 984184 3201 --- End access to /index.php 2026-05-01 15:44:32 DEBUG 93.123.109.232 225284 3201 NEW TOKEN generated by : /index.php 2026-05-01 15:44:32 DEBUG 93.123.109.232 225187 3201 NEW TOKEN generated by : /index.php 2026-05-01 15:44:32 NOTICE 93.123.109.232 225284 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-01 15:44:32 NOTICE 93.123.109.232 225187 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-01 15:44:32 DEBUG 93.123.109.232 225284 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-01 15:44:32 DEBUG 93.123.109.232 225187 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-01 15:44:32 INFO 93.123.109.232 225187 3201 --- End access to /index.php 2026-05-01 15:44:32 INFO 93.123.109.232 225284 3201 --- End access to /index.php 2026-05-01 16:43:04 DEBUG 213.209.159.229 648273 3201 NEW TOKEN generated by : /index.php 2026-05-01 16:43:04 DEBUG 213.209.159.229 648274 3201 NEW TOKEN generated by : /index.php 2026-05-01 16:43:04 NOTICE 213.209.159.229 648273 3201 --- Access to HEAD /index.php - action= - actionlogin= - showing the login form and exit 2026-05-01 16:43:04 NOTICE 213.209.159.229 648274 3201 --- Access to HEAD /index.php - action= - actionlogin= - showing the login form and exit 2026-05-01 16:43:04 DEBUG 213.209.159.229 648273 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-01 16:43:04 DEBUG 213.209.159.229 648274 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-01 16:43:04 INFO 213.209.159.229 648274 3201 --- End access to /index.php 2026-05-01 16:43:04 INFO 213.209.159.229 648273 3201 --- End access to /index.php 2026-05-01 16:56:00 DEBUG 192.227.222.17 714555 3201 NEW TOKEN generated by : /index.php 2026-05-01 16:56:00 NOTICE 192.227.222.17 714555 3201 --- Access to HEAD /index.php - action= - actionlogin= - showing the login form and exit 2026-05-01 16:56:00 DEBUG 192.227.222.17 714555 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-01 16:56:00 INFO 192.227.222.17 714555 3201 --- End access to /index.php 2026-05-01 16:56:01 DEBUG 192.227.222.17 714555 3201 NEW TOKEN generated by : /index.php 2026-05-01 16:56:01 NOTICE 192.227.222.17 714555 3201 --- Access to HEAD /index.php - action= - actionlogin= - showing the login form and exit 2026-05-01 16:56:01 DEBUG 192.227.222.17 714555 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-01 16:56:01 INFO 192.227.222.17 714555 3201 --- End access to /index.php 2026-05-01 16:56:03 DEBUG 192.227.222.17 714819 3201 NEW TOKEN generated by : /index.php 2026-05-01 16:56:03 NOTICE 192.227.222.17 714819 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-01 16:56:03 DEBUG 192.227.222.17 714819 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-01 16:56:03 INFO 192.227.222.17 714819 3201 --- End access to /index.php 2026-05-01 17:16:54 DEBUG 192.227.222.17 840711 3201 NEW TOKEN generated by : /index.php 2026-05-01 17:16:54 NOTICE 192.227.222.17 840711 3201 --- Access to HEAD /index.php - action= - actionlogin= - showing the login form and exit 2026-05-01 17:16:54 DEBUG 192.227.222.17 840711 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-01 17:16:54 INFO 192.227.222.17 840711 3201 --- End access to /index.php 2026-05-01 17:16:56 DEBUG 192.227.222.17 840761 3201 NEW TOKEN generated by : /index.php 2026-05-01 17:16:56 NOTICE 192.227.222.17 840761 3201 --- Access to HEAD /index.php - action= - actionlogin= - showing the login form and exit 2026-05-01 17:16:56 DEBUG 192.227.222.17 840761 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-01 17:16:56 INFO 192.227.222.17 840761 3201 --- End access to /index.php 2026-05-01 17:16:58 DEBUG 192.227.222.17 840761 3201 NEW TOKEN generated by : /index.php 2026-05-01 17:16:58 NOTICE 192.227.222.17 840761 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-01 17:16:58 DEBUG 192.227.222.17 840761 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-01 17:16:58 INFO 192.227.222.17 840761 3201 --- End access to /index.php 2026-05-01 17:50:01 DEBUG 107.172.50.134 1044346 3201 NEW TOKEN generated by : /index.php 2026-05-01 17:50:01 NOTICE 107.172.50.134 1044346 3201 --- Access to HEAD /index.php - action= - actionlogin= - showing the login form and exit 2026-05-01 17:50:01 DEBUG 107.172.50.134 1044346 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-01 17:50:01 INFO 107.172.50.134 1044346 3201 --- End access to /index.php 2026-05-01 17:50:01 DEBUG 107.172.50.134 1044346 3201 NEW TOKEN generated by : /index.php 2026-05-01 17:50:01 NOTICE 107.172.50.134 1044346 3201 --- Access to HEAD /index.php - action= - actionlogin= - showing the login form and exit 2026-05-01 17:50:01 DEBUG 107.172.50.134 1044346 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-01 17:50:01 INFO 107.172.50.134 1044346 3201 --- End access to /index.php 2026-05-01 17:50:02 DEBUG 107.172.50.134 1044476 3201 NEW TOKEN generated by : /index.php 2026-05-01 17:50:02 NOTICE 107.172.50.134 1044476 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-01 17:50:02 DEBUG 107.172.50.134 1044476 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-01 17:50:02 INFO 107.172.50.134 1044476 3201 --- End access to /index.php 2026-05-02 01:27:11 DEBUG 45.153.34.235 450746 3201 NEW TOKEN generated by : /index.php 2026-05-02 01:27:11 NOTICE 45.153.34.235 450746 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-02 01:27:11 DEBUG 45.153.34.235 450746 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-02 01:27:11 DEBUG 45.153.34.235 450731 3201 NEW TOKEN generated by : /index.php 2026-05-02 01:27:11 NOTICE 45.153.34.235 450731 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-02 01:27:11 DEBUG 45.153.34.235 450731 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-02 01:27:11 DEBUG 45.153.34.235 450756 3201 NEW TOKEN generated by : /index.php 2026-05-02 01:27:11 NOTICE 45.153.34.235 450756 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-02 01:27:11 DEBUG 45.153.34.235 450756 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-02 01:27:11 INFO 45.153.34.235 450756 3201 --- End access to /index.php 2026-05-02 01:27:11 INFO 45.153.34.235 450731 3201 --- End access to /index.php 2026-05-02 01:27:11 INFO 45.153.34.235 450746 3201 --- End access to /index.php 2026-05-02 03:32:27 DEBUG 62.60.130.235 87271 3201 NEW TOKEN generated by : /index.php 2026-05-02 03:32:27 NOTICE 62.60.130.235 87271 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-02 03:32:27 DEBUG 62.60.130.235 87271 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-02 03:32:27 INFO 62.60.130.235 87271 3201 --- End access to /index.php 2026-05-02 05:13:09 DEBUG 45.66.35.35 659753 3201 NEW TOKEN generated by : /index.php 2026-05-02 05:13:09 NOTICE 45.66.35.35 659753 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-02 05:13:09 DEBUG 45.66.35.35 659753 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-02 05:13:09 INFO 45.66.35.35 659753 3201 --- End access to /index.php 2026-05-02 05:25:22 DEBUG 107.172.50.134 714207 3201 NEW TOKEN generated by : /index.php 2026-05-02 05:25:22 NOTICE 107.172.50.134 714207 3201 --- Access to HEAD /index.php - action= - actionlogin= - showing the login form and exit 2026-05-02 05:25:22 DEBUG 107.172.50.134 714207 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-02 05:25:22 INFO 107.172.50.134 714207 3201 --- End access to /index.php 2026-05-02 05:25:22 DEBUG 107.172.50.134 714207 3201 NEW TOKEN generated by : /index.php 2026-05-02 05:25:22 NOTICE 107.172.50.134 714207 3201 --- Access to HEAD /index.php - action= - actionlogin= - showing the login form and exit 2026-05-02 05:25:22 DEBUG 107.172.50.134 714207 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-02 05:25:22 INFO 107.172.50.134 714207 3201 --- End access to /index.php 2026-05-02 05:25:22 DEBUG 107.172.50.134 714207 3201 NEW TOKEN generated by : /index.php 2026-05-02 05:25:22 NOTICE 107.172.50.134 714207 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-02 05:25:22 DEBUG 107.172.50.134 714207 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-02 05:25:22 INFO 107.172.50.134 714207 3201 --- End access to /index.php 2026-05-02 07:44:05 DEBUG 195.178.110.199 413876 3201 NEW TOKEN generated by : /index.php 2026-05-02 07:44:05 DEBUG 195.178.110.199 413237 3201 NEW TOKEN generated by : /index.php 2026-05-02 07:44:05 NOTICE 195.178.110.199 413237 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-02 07:44:05 NOTICE 195.178.110.199 413876 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-02 07:44:05 DEBUG 195.178.110.199 413237 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-02 07:44:05 DEBUG 195.178.110.199 413876 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-02 07:44:05 INFO 195.178.110.199 413237 3201 --- End access to /index.php 2026-05-02 07:44:05 INFO 195.178.110.199 413876 3201 --- End access to /index.php 2026-05-02 07:44:06 DEBUG 195.178.110.199 413876 3201 NEW TOKEN generated by : /index.php 2026-05-02 07:44:06 NOTICE 195.178.110.199 413876 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-02 07:44:06 DEBUG 195.178.110.199 413876 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-02 07:44:06 DEBUG 195.178.110.199 413237 3201 NEW TOKEN generated by : /index.php 2026-05-02 07:44:06 NOTICE 195.178.110.199 413237 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-02 07:44:06 DEBUG 195.178.110.199 413237 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-02 07:44:06 INFO 195.178.110.199 413876 3201 --- End access to /index.php 2026-05-02 07:44:06 INFO 195.178.110.199 413237 3201 --- End access to /index.php 2026-05-02 07:44:06 DEBUG 195.178.110.199 413931 3201 NEW TOKEN generated by : /index.php 2026-05-02 07:44:06 NOTICE 195.178.110.199 413931 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-02 07:44:06 DEBUG 195.178.110.199 413931 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-02 07:44:06 DEBUG 195.178.110.199 413932 3201 NEW TOKEN generated by : /index.php 2026-05-02 07:44:06 NOTICE 195.178.110.199 413932 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-02 07:44:06 DEBUG 195.178.110.199 413932 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-02 07:44:06 INFO 195.178.110.199 413931 3201 --- End access to /index.php 2026-05-02 07:44:06 INFO 195.178.110.199 413932 3201 --- End access to /index.php 2026-05-02 07:44:12 DEBUG 195.178.110.199 413931 3201 NEW TOKEN generated by : /index.php 2026-05-02 07:44:12 NOTICE 195.178.110.199 413931 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-02 07:44:12 DEBUG 195.178.110.199 413931 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-02 07:44:12 INFO 195.178.110.199 413931 3201 --- End access to /index.php 2026-05-02 07:44:12 DEBUG 195.178.110.199 413931 3201 NEW TOKEN generated by : /index.php 2026-05-02 07:44:12 NOTICE 195.178.110.199 413931 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-02 07:44:12 DEBUG 195.178.110.199 413931 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-02 07:44:12 INFO 195.178.110.199 413931 3201 --- End access to /index.php 2026-05-02 08:45:08 DEBUG 109.70.100.3 728356 3201 NEW TOKEN generated by : /index.php 2026-05-02 08:45:08 NOTICE 109.70.100.3 728356 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-02 08:45:08 DEBUG 109.70.100.3 728356 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-02 08:45:08 INFO 109.70.100.3 728356 3201 --- End access to /index.php 2026-05-02 09:26:48 DEBUG 62.60.130.227 914240 3201 NEW TOKEN generated by : /index.php 2026-05-02 09:26:48 NOTICE 62.60.130.227 914240 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-02 09:26:48 DEBUG 62.60.130.227 914240 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-02 09:26:48 INFO 62.60.130.227 914240 3201 --- End access to /index.php 2026-05-02 09:26:48 DEBUG 62.60.130.227 914261 3201 NEW TOKEN generated by : /index.php 2026-05-02 09:26:48 NOTICE 62.60.130.227 914261 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-02 09:26:48 DEBUG 62.60.130.227 914261 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-02 09:26:48 INFO 62.60.130.227 914261 3201 --- End access to /index.php 2026-05-02 13:49:07 DEBUG 148.224.25.43 142923 3201 NEW TOKEN generated by : /index.php 2026-05-02 13:49:08 NOTICE 148.224.25.43 142923 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-02 13:49:08 DEBUG 148.224.25.43 142923 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-02 13:49:08 INFO 148.224.25.43 142923 3201 --- End access to /index.php 2026-05-02 13:49:08 DEBUG 148.224.25.43 142923 3201 NEW TOKEN generated by : /index.php 2026-05-02 13:49:08 NOTICE 148.224.25.43 142923 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-02 13:49:08 DEBUG 148.224.25.43 142923 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-02 13:49:08 INFO 148.224.25.43 142923 3201 --- End access to /index.php 2026-05-02 14:06:45 DEBUG 178.128.175.37 221550 3201 NEW TOKEN generated by : /index.php 2026-05-02 14:06:45 NOTICE 178.128.175.37 221550 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-02 14:06:45 DEBUG 178.128.175.37 221550 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-02 14:06:45 INFO 178.128.175.37 221550 3201 --- End access to /index.php 2026-05-02 14:06:46 DEBUG 178.128.175.37 221550 3201 NEW TOKEN generated by : /index.php 2026-05-02 14:06:46 NOTICE 178.128.175.37 221550 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-02 14:06:46 DEBUG 178.128.175.37 221550 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-02 14:06:46 INFO 178.128.175.37 221550 3201 --- End access to /index.php 2026-05-02 14:31:51 DEBUG 164.92.83.17 306298 3201 NEW TOKEN generated by : /index.php 2026-05-02 14:31:51 NOTICE 164.92.83.17 306298 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-02 14:31:51 DEBUG 164.92.83.17 306298 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-02 14:31:51 INFO 164.92.83.17 306298 3201 --- End access to /index.php 2026-05-02 14:31:52 DEBUG 164.92.83.17 306298 3201 NEW TOKEN generated by : /index.php 2026-05-02 14:31:52 NOTICE 164.92.83.17 306298 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-02 14:31:52 DEBUG 164.92.83.17 306298 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-02 14:31:52 INFO 164.92.83.17 306298 3201 --- End access to /index.php 2026-05-02 18:04:08 DEBUG 207.231.110.215 431338 3201 NEW TOKEN generated by : /index.php 2026-05-02 18:04:08 NOTICE 207.231.110.215 431338 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-02 18:04:08 DEBUG 207.231.110.215 431338 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-02 18:04:08 INFO 207.231.110.215 431338 3201 --- End access to /index.php 2026-05-02 18:04:09 DEBUG 207.231.110.215 431338 3201 NEW TOKEN generated by : /index.php 2026-05-02 18:04:09 NOTICE 207.231.110.215 431338 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-02 18:04:09 DEBUG 207.231.110.215 431338 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-02 18:04:09 INFO 207.231.110.215 431338 3201 --- End access to /index.php 2026-05-02 18:15:51 DEBUG 35.228.33.38 490914 3201 NEW TOKEN generated by : /index.php 2026-05-02 18:15:51 NOTICE 35.228.33.38 490914 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-02 18:15:51 DEBUG 35.228.33.38 490914 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-02 18:15:51 INFO 35.228.33.38 490914 3201 --- End access to /index.php 2026-05-02 21:24:19 DEBUG 62.60.130.227 437719 3201 NEW TOKEN generated by : /index.php 2026-05-02 21:24:19 NOTICE 62.60.130.227 437719 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-02 21:24:19 DEBUG 62.60.130.227 437719 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-02 21:24:19 INFO 62.60.130.227 437719 3201 --- End access to /index.php 2026-05-03 01:34:19 DEBUG 157.245.11.134 637916 3201 NEW TOKEN generated by : /index.php 2026-05-03 01:34:19 NOTICE 157.245.11.134 637916 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-03 01:34:19 DEBUG 157.245.11.134 637916 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-03 01:34:19 INFO 157.245.11.134 637916 3201 --- End access to /index.php 2026-05-03 01:34:19 DEBUG 157.245.11.134 637916 3201 NEW TOKEN generated by : /index.php 2026-05-03 01:34:19 NOTICE 157.245.11.134 637916 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-03 01:34:19 DEBUG 157.245.11.134 637916 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-03 01:34:19 INFO 157.245.11.134 637916 3201 --- End access to /index.php 2026-05-03 02:39:53 DEBUG 148.224.25.56 994725 3201 NEW TOKEN generated by : /index.php 2026-05-03 02:39:53 DEBUG 148.224.25.56 994720 3201 NEW TOKEN generated by : /index.php 2026-05-03 02:39:53 NOTICE 148.224.25.56 994725 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-03 02:39:53 NOTICE 148.224.25.56 994720 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-03 02:39:53 DEBUG 148.224.25.56 994725 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-03 02:39:53 DEBUG 148.224.25.56 994720 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-03 02:39:53 INFO 148.224.25.56 994725 3201 --- End access to /index.php 2026-05-03 02:39:53 INFO 148.224.25.56 994720 3201 --- End access to /index.php 2026-05-03 04:26:59 DEBUG 103.4.250.117 576500 3201 NEW TOKEN generated by : /index.php 2026-05-03 04:26:59 NOTICE 103.4.250.117 576500 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-03 04:26:59 DEBUG 103.4.250.117 576500 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-03 04:26:59 INFO 103.4.250.117 576500 3201 --- End access to /index.php 2026-05-03 04:27:02 DEBUG 103.196.9.248 576500 3201 NEW TOKEN generated by : /index.php 2026-05-03 04:27:02 NOTICE 103.196.9.248 576500 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-03 04:27:02 DEBUG 103.196.9.248 576500 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-03 04:27:02 INFO 103.196.9.248 576500 3201 --- End access to /index.php 2026-05-03 04:27:02 DEBUG 103.4.250.117 576500 3201 NEW TOKEN generated by : /index.php 2026-05-03 04:27:02 NOTICE 103.4.250.117 576500 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-03 04:27:02 DEBUG 103.4.250.117 576500 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-03 04:27:02 INFO 103.4.250.117 576500 3201 --- End access to /index.php 2026-05-03 06:59:14 DEBUG 207.231.110.215 360271 3201 NEW TOKEN generated by : /index.php 2026-05-03 06:59:14 NOTICE 207.231.110.215 360271 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-03 06:59:14 DEBUG 207.231.110.215 360271 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-03 06:59:14 INFO 207.231.110.215 360271 3201 --- End access to /index.php 2026-05-03 08:13:28 DEBUG 165.22.232.245 726546 3201 NEW TOKEN generated by : /index.php 2026-05-03 08:13:28 NOTICE 165.22.232.245 726546 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-03 08:13:28 DEBUG 165.22.232.245 726546 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-03 08:13:28 INFO 165.22.232.245 726546 3201 --- End access to /index.php 2026-05-03 08:13:29 DEBUG 165.22.232.245 726546 3201 NEW TOKEN generated by : /index.php 2026-05-03 08:13:29 NOTICE 165.22.232.245 726546 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-03 08:13:29 DEBUG 165.22.232.245 726546 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-03 08:13:29 INFO 165.22.232.245 726546 3201 --- End access to /index.php 2026-05-03 08:35:21 DEBUG 103.4.250.141 829591 3201 NEW TOKEN generated by : /index.php 2026-05-03 08:35:21 NOTICE 103.4.250.141 829591 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-03 08:35:21 DEBUG 103.4.250.141 829591 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-03 08:35:21 INFO 103.4.250.141 829591 3201 --- End access to /index.php 2026-05-03 08:35:22 DEBUG 103.196.9.2 829591 3201 NEW TOKEN generated by : /index.php 2026-05-03 08:35:22 NOTICE 103.196.9.2 829591 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-03 08:35:22 DEBUG 103.196.9.2 829591 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-03 08:35:22 INFO 103.196.9.2 829591 3201 --- End access to /index.php 2026-05-03 08:35:24 DEBUG 103.196.9.2 829591 3201 NEW TOKEN generated by : /index.php 2026-05-03 08:35:24 NOTICE 103.196.9.2 829591 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-03 08:35:24 DEBUG 103.196.9.2 829591 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-03 08:35:24 INFO 103.196.9.2 829591 3201 --- End access to /index.php 2026-05-03 08:38:37 DEBUG 68.183.152.247 844178 3201 NEW TOKEN generated by : /index.php 2026-05-03 08:38:37 NOTICE 68.183.152.247 844178 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-03 08:38:37 DEBUG 68.183.152.247 844178 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-03 08:38:37 INFO 68.183.152.247 844178 3201 --- End access to /index.php 2026-05-03 08:38:38 DEBUG 68.183.152.247 844178 3201 NEW TOKEN generated by : /index.php 2026-05-03 08:38:38 NOTICE 68.183.152.247 844178 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-03 08:38:38 DEBUG 68.183.152.247 844178 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-03 08:38:38 INFO 68.183.152.247 844178 3201 --- End access to /index.php 2026-05-03 08:46:29 DEBUG 141.239.158.222 903757 3201 NEW TOKEN generated by : /index.php 2026-05-03 08:46:29 NOTICE 141.239.158.222 903757 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-03 08:46:29 DEBUG 141.239.158.222 903757 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-03 08:46:29 INFO 141.239.158.222 903757 3201 --- End access to /index.php 2026-05-03 08:46:30 DEBUG 185.220.101.168 903834 3201 NEW TOKEN generated by : /index.php 2026-05-03 08:46:30 NOTICE 185.220.101.168 903834 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-03 08:46:30 DEBUG 185.220.101.168 903834 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-03 08:46:30 INFO 185.220.101.168 903834 3201 --- End access to /index.php 2026-05-03 11:16:30 DEBUG 62.60.130.227 625437 3201 NEW TOKEN generated by : /index.php 2026-05-03 11:16:30 DEBUG 62.60.130.227 625438 3201 NEW TOKEN generated by : /index.php 2026-05-03 11:16:30 NOTICE 62.60.130.227 625438 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-03 11:16:30 NOTICE 62.60.130.227 625437 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-03 11:16:30 DEBUG 62.60.130.227 625437 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-03 11:16:30 DEBUG 62.60.130.227 625438 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-03 11:16:30 INFO 62.60.130.227 625438 3201 --- End access to /index.php 2026-05-03 11:16:30 INFO 62.60.130.227 625437 3201 --- End access to /index.php 2026-05-03 11:53:52 DEBUG 37.187.253.48 841174 3201 NEW TOKEN generated by : /index.php 2026-05-03 11:53:52 DEBUG 37.187.253.48 841175 3201 NEW TOKEN generated by : /index.php 2026-05-03 11:53:52 NOTICE 37.187.253.48 841175 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-03 11:53:52 NOTICE 37.187.253.48 841174 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-03 11:53:52 DEBUG 37.187.253.48 841174 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-03 11:53:52 DEBUG 37.187.253.48 841175 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-03 11:53:52 INFO 37.187.253.48 841174 3201 --- End access to /index.php 2026-05-03 11:53:52 INFO 37.187.253.48 841175 3201 --- End access to /index.php 2026-05-03 11:53:52 DEBUG 37.187.253.48 841175 3201 NEW TOKEN generated by : /index.php 2026-05-03 11:53:52 NOTICE 37.187.253.48 841175 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-03 11:53:52 DEBUG 37.187.253.48 841175 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-03 11:53:52 INFO 37.187.253.48 841175 3201 --- End access to /index.php 2026-05-03 11:53:52 DEBUG 37.187.253.48 841175 3201 NEW TOKEN generated by : /index.php 2026-05-03 11:53:52 NOTICE 37.187.253.48 841175 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-03 11:53:52 DEBUG 37.187.253.48 841175 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-03 11:53:52 INFO 37.187.253.48 841175 3201 --- End access to /index.php 2026-05-03 11:53:52 DEBUG 37.187.253.48 841175 3201 NEW TOKEN generated by : /index.php 2026-05-03 11:53:52 NOTICE 37.187.253.48 841175 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-03 11:53:52 DEBUG 37.187.253.48 841175 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-03 11:53:52 INFO 37.187.253.48 841175 3201 --- End access to /index.php 2026-05-03 12:18:02 DEBUG 137.184.192.81 964349 3201 NEW TOKEN generated by : /index.php 2026-05-03 12:18:02 NOTICE 137.184.192.81 964349 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-03 12:18:02 DEBUG 137.184.192.81 964349 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-03 12:18:02 INFO 137.184.192.81 964349 3201 --- End access to /index.php 2026-05-03 12:18:02 DEBUG 137.184.192.81 964349 3201 NEW TOKEN generated by : /index.php 2026-05-03 12:18:02 NOTICE 137.184.192.81 964349 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-03 12:18:02 DEBUG 137.184.192.81 964349 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-03 12:18:02 INFO 137.184.192.81 964349 3201 --- End access to /index.php 2026-05-03 13:08:56 DEBUG 34.139.107.47 200113 3201 NEW TOKEN generated by : /index.php 2026-05-03 13:08:56 NOTICE 34.139.107.47 200113 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-03 13:08:56 DEBUG 34.139.107.47 200113 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-03 13:08:56 INFO 34.139.107.47 200113 3201 --- End access to /index.php 2026-05-03 13:15:38 DEBUG 62.60.130.235 249177 3201 NEW TOKEN generated by : /index.php 2026-05-03 13:15:38 NOTICE 62.60.130.235 249177 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-03 13:15:38 DEBUG 62.60.130.235 249177 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-03 13:15:38 INFO 62.60.130.235 249177 3201 --- End access to /index.php 2026-05-03 13:15:38 DEBUG 62.60.130.235 249177 3201 NEW TOKEN generated by : /index.php 2026-05-03 13:15:38 NOTICE 62.60.130.235 249177 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-03 13:15:38 DEBUG 62.60.130.235 249177 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-03 13:15:38 INFO 62.60.130.235 249177 3201 --- End access to /index.php 2026-05-03 14:00:01 DEBUG 34.24.177.70 480668 3201 NEW TOKEN generated by : /index.php 2026-05-03 14:00:01 NOTICE 34.24.177.70 480668 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-03 14:00:01 DEBUG 34.24.177.70 480668 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-03 14:00:02 INFO 34.24.177.70 480668 3201 --- End access to /index.php 2026-05-03 14:19:36 DEBUG 136.113.98.62 592411 3201 NEW TOKEN generated by : /index.php 2026-05-03 14:19:36 NOTICE 136.113.98.62 592411 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-03 14:19:36 DEBUG 136.113.98.62 592411 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-03 14:19:36 INFO 136.113.98.62 592411 3201 --- End access to /index.php 2026-05-03 14:38:19 DEBUG 34.122.88.206 703931 3201 NEW TOKEN generated by : /index.php 2026-05-03 14:38:19 NOTICE 34.122.88.206 703931 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-03 14:38:19 DEBUG 34.122.88.206 703931 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-03 14:38:19 DEBUG 34.122.88.206 705945 3201 NEW TOKEN generated by : /index.php 2026-05-03 14:38:19 NOTICE 34.122.88.206 705945 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-03 14:38:19 DEBUG 34.122.88.206 705945 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-03 14:38:19 INFO 34.122.88.206 703931 3201 --- End access to /index.php 2026-05-03 14:38:19 INFO 34.122.88.206 705945 3201 --- End access to /index.php 2026-05-03 14:52:32 DEBUG 134.199.195.155 782368 3201 NEW TOKEN generated by : /index.php 2026-05-03 14:52:32 NOTICE 134.199.195.155 782368 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-03 14:52:32 DEBUG 134.199.195.155 782368 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-03 14:52:32 INFO 134.199.195.155 782368 3201 --- End access to /index.php 2026-05-03 14:56:44 DEBUG 34.9.185.214 799702 3201 NEW TOKEN generated by : /index.php 2026-05-03 14:56:44 NOTICE 34.9.185.214 799702 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-03 14:56:44 DEBUG 34.9.185.214 799702 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-03 14:56:44 INFO 34.9.185.214 799702 3201 --- End access to /index.php 2026-05-03 15:19:35 DEBUG 34.72.35.214 926350 3201 NEW TOKEN generated by : /index.php 2026-05-03 15:19:35 DEBUG 34.72.35.214 926576 3201 NEW TOKEN generated by : /index.php 2026-05-03 15:19:35 NOTICE 34.72.35.214 926350 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-03 15:19:35 NOTICE 34.72.35.214 926576 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-03 15:19:35 DEBUG 34.72.35.214 926350 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-03 15:19:35 DEBUG 34.72.35.214 926576 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-03 15:19:35 INFO 34.72.35.214 926350 3201 --- End access to /index.php 2026-05-03 15:19:35 INFO 34.72.35.214 926576 3201 --- End access to /index.php 2026-05-03 15:53:49 DEBUG 8.231.246.254 53357 3201 NEW TOKEN generated by : /index.php 2026-05-03 15:53:49 NOTICE 8.231.246.254 53357 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-03 15:53:49 DEBUG 8.231.246.254 53357 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-03 15:53:49 INFO 8.231.246.254 53357 3201 --- End access to /index.php 2026-05-04 01:06:31 DEBUG 66.132.172.141 801354 3201 NEW TOKEN generated by : /index.php 2026-05-04 01:06:31 NOTICE 66.132.172.141 801354 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-04 01:06:31 DEBUG 66.132.172.141 801354 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-04 01:06:31 INFO 66.132.172.141 801354 3201 --- End access to /index.php 2026-05-04 03:15:03 DEBUG 66.132.172.205 427308 3201 NEW TOKEN generated by : /index.php 2026-05-04 03:15:03 NOTICE 66.132.172.205 427308 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-04 03:15:03 DEBUG 66.132.172.205 427308 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-04 03:15:03 INFO 66.132.172.205 427308 3201 --- End access to /index.php 2026-05-04 03:18:51 DEBUG 66.132.224.84 445735 3201 NEW TOKEN generated by : /index.php 2026-05-04 03:18:51 NOTICE 66.132.224.84 445735 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-04 03:18:51 DEBUG 66.132.224.84 445735 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-04 03:18:51 INFO 66.132.224.84 445735 3201 --- End access to /index.php 2026-05-04 03:40:50 DEBUG 66.132.186.189 579221 3201 NEW TOKEN generated by : /index.php 2026-05-04 03:40:50 NOTICE 66.132.186.189 579221 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-04 03:40:50 DEBUG 66.132.186.189 579221 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-04 03:40:50 INFO 66.132.186.189 579221 3201 --- End access to /index.php 2026-05-04 04:05:07 DEBUG 66.132.172.141 690288 3201 NEW TOKEN generated by : /index.php 2026-05-04 04:05:07 NOTICE 66.132.172.141 690288 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-04 04:05:07 DEBUG 66.132.172.141 690288 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-04 04:05:07 INFO 66.132.172.141 690288 3201 --- End access to /index.php 2026-05-04 05:17:57 DEBUG 199.45.155.99 37597 3201 NEW TOKEN generated by : /index.php 2026-05-04 05:17:57 NOTICE 199.45.155.99 37597 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-04 05:17:57 DEBUG 199.45.155.99 37597 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-04 05:17:57 INFO 199.45.155.99 37597 3201 --- End access to /index.php 2026-05-04 05:28:47 DEBUG 66.132.172.191 108005 3201 NEW TOKEN generated by : /index.php 2026-05-04 05:28:47 NOTICE 66.132.172.191 108005 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-04 05:28:47 DEBUG 66.132.172.191 108005 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-04 05:28:47 INFO 66.132.172.191 108005 3201 --- End access to /index.php 2026-05-04 05:55:41 DEBUG 148.224.25.56 265432 3201 NEW TOKEN generated by : /index.php 2026-05-04 05:55:41 NOTICE 148.224.25.56 265432 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-04 05:55:41 DEBUG 148.224.25.56 265432 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-04 05:55:41 INFO 148.224.25.56 265432 3201 --- End access to /index.php 2026-05-04 06:02:14 DEBUG 35.209.229.240 314228 3201 NEW TOKEN generated by : /index.php 2026-05-04 06:02:14 NOTICE 35.209.229.240 314228 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-04 06:02:14 DEBUG 35.209.229.240 314228 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-04 06:02:15 INFO 35.209.229.240 314228 3201 --- End access to /index.php 2026-05-04 06:02:21 DEBUG 35.209.229.240 314228 3201 NEW TOKEN generated by : /index.php 2026-05-04 06:02:21 NOTICE 35.209.229.240 314228 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-04 06:02:21 DEBUG 35.209.229.240 314228 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-04 06:02:21 INFO 35.209.229.240 314228 3201 --- End access to /index.php 2026-05-04 06:51:48 DEBUG 34.1.30.118 589420 3201 NEW TOKEN generated by : /index.php 2026-05-04 06:51:48 NOTICE 34.1.30.118 589420 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-04 06:51:48 DEBUG 34.1.30.118 589420 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-04 06:51:48 INFO 34.1.30.118 589420 3201 --- End access to /index.php 2026-05-04 07:00:02 DEBUG 35.208.105.13 647289 3201 NEW TOKEN generated by : /index.php 2026-05-04 07:00:02 NOTICE 35.208.105.13 647289 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-04 07:00:02 DEBUG 35.208.105.13 647289 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-04 07:00:02 INFO 35.208.105.13 647289 3201 --- End access to /index.php 2026-05-04 07:13:12 DEBUG 35.209.8.229 714032 3201 NEW TOKEN generated by : /index.php 2026-05-04 07:13:12 NOTICE 35.209.8.229 714032 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-04 07:13:12 DEBUG 35.209.8.229 714032 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-04 07:13:12 INFO 35.209.8.229 714032 3201 --- End access to /index.php 2026-05-04 07:34:59 DEBUG 207.154.231.196 854589 3201 NEW TOKEN generated by : /index.php 2026-05-04 07:34:59 NOTICE 207.154.231.196 854589 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-04 07:34:59 DEBUG 207.154.231.196 854589 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-04 07:34:59 INFO 207.154.231.196 854589 3201 --- End access to /index.php 2026-05-04 07:35:00 DEBUG 207.154.231.196 854589 3201 NEW TOKEN generated by : /index.php 2026-05-04 07:35:00 NOTICE 207.154.231.196 854589 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-04 07:35:00 DEBUG 207.154.231.196 854589 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-04 07:35:00 INFO 207.154.231.196 854589 3201 --- End access to /index.php 2026-05-04 07:47:57 DEBUG 62.60.130.235 924886 3201 NEW TOKEN generated by : /index.php 2026-05-04 07:47:57 NOTICE 62.60.130.235 924886 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-04 07:47:57 DEBUG 62.60.130.235 924886 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-04 07:47:57 INFO 62.60.130.235 924886 3201 --- End access to /index.php 2026-05-04 09:16:18 DEBUG 66.132.186.186 135395 3201 NEW TOKEN generated by : /index.php 2026-05-04 09:16:18 NOTICE 66.132.186.186 135395 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-04 09:16:18 DEBUG 66.132.186.186 135395 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-04 09:16:18 INFO 66.132.186.186 135395 3201 --- End access to /index.php 2026-05-04 12:28:34 DEBUG 167.172.241.244 335964 3201 NEW TOKEN generated by : /index.php 2026-05-04 12:28:34 NOTICE 167.172.241.244 335964 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-04 12:28:34 DEBUG 167.172.241.244 335964 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-04 12:28:34 INFO 167.172.241.244 335964 3201 --- End access to /index.php 2026-05-04 12:28:35 DEBUG 167.172.241.244 335964 3201 NEW TOKEN generated by : /index.php 2026-05-04 12:28:35 NOTICE 167.172.241.244 335964 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-04 12:28:35 DEBUG 167.172.241.244 335964 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-04 12:28:35 INFO 167.172.241.244 335964 3201 --- End access to /index.php 2026-05-04 12:38:41 DEBUG 159.65.148.27 402752 3201 NEW TOKEN generated by : /index.php 2026-05-04 12:38:41 NOTICE 159.65.148.27 402752 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-04 12:38:41 DEBUG 159.65.148.27 402752 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-04 12:38:41 INFO 159.65.148.27 402752 3201 --- End access to /index.php 2026-05-04 12:38:42 DEBUG 159.65.148.27 402752 3201 NEW TOKEN generated by : /index.php 2026-05-04 12:38:42 NOTICE 159.65.148.27 402752 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-04 12:38:42 DEBUG 159.65.148.27 402752 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-04 12:38:42 INFO 159.65.148.27 402752 3201 --- End access to /index.php 2026-05-04 17:02:37 DEBUG 62.60.130.227 72422 3201 NEW TOKEN generated by : /index.php 2026-05-04 17:02:37 DEBUG 62.60.130.227 72423 3201 NEW TOKEN generated by : /index.php 2026-05-04 17:02:37 NOTICE 62.60.130.227 72423 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-04 17:02:37 NOTICE 62.60.130.227 72422 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-04 17:02:37 DEBUG 62.60.130.227 72422 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-04 17:02:37 DEBUG 62.60.130.227 72423 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-04 17:02:37 INFO 62.60.130.227 72423 3201 --- End access to /index.php 2026-05-04 17:02:37 INFO 62.60.130.227 72422 3201 --- End access to /index.php 2026-05-04 19:48:52 DEBUG 206.168.173.185 49698 3201 NEW TOKEN generated by : /index.php 2026-05-04 19:48:52 NOTICE 206.168.173.185 49698 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-04 19:48:52 DEBUG 206.168.173.185 49698 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-04 19:48:52 INFO 206.168.173.185 49698 3201 --- End access to /index.php 2026-05-04 22:24:12 DEBUG 45.148.10.244 83575 3201 NEW TOKEN generated by : /index.php 2026-05-04 22:24:12 NOTICE 45.148.10.244 83575 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-04 22:24:12 DEBUG 45.148.10.244 83575 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-04 22:24:12 INFO 45.148.10.244 83575 3201 --- End access to /index.php 2026-05-04 22:24:12 WARNING 45.148.10.244 83575 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-04 22:24:12 INFO 45.148.10.244 83575 3201 --- End access to /index.php 2026-05-04 22:24:12 WARNING 45.148.10.244 83575 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-04 22:24:12 INFO 45.148.10.244 83575 3201 --- End access to /index.php 2026-05-04 22:24:12 WARNING 45.148.10.244 83575 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-04 22:24:12 INFO 45.148.10.244 83575 3201 --- End access to /index.php 2026-05-04 22:24:12 WARNING 45.148.10.244 83619 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-04 22:24:12 INFO 45.148.10.244 83619 3201 --- End access to /index.php 2026-05-04 22:24:13 WARNING 45.148.10.244 83619 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-04 22:24:13 INFO 45.148.10.244 83619 3201 --- End access to /index.php 2026-05-04 22:24:13 WARNING 45.148.10.244 83619 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-04 22:24:13 INFO 45.148.10.244 83619 3201 --- End access to /index.php 2026-05-05 02:21:21 DEBUG 93.123.109.214 362802 3201 NEW TOKEN generated by : /index.php 2026-05-05 02:21:21 NOTICE 93.123.109.214 362802 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-05 02:21:21 DEBUG 93.123.109.214 362802 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-05 02:21:21 INFO 93.123.109.214 362802 3201 --- End access to /index.php 2026-05-05 02:21:21 DEBUG 93.123.109.214 362802 3201 NEW TOKEN generated by : /index.php 2026-05-05 02:21:21 NOTICE 93.123.109.214 362802 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-05 02:21:21 DEBUG 93.123.109.214 362802 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-05 02:21:21 INFO 93.123.109.214 362802 3201 --- End access to /index.php 2026-05-05 05:43:48 DEBUG 62.60.130.227 569973 3201 NEW TOKEN generated by : /index.php 2026-05-05 05:43:48 NOTICE 62.60.130.227 569973 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-05 05:43:48 DEBUG 62.60.130.227 569973 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-05 05:43:48 INFO 62.60.130.227 569973 3201 --- End access to /index.php 2026-05-05 05:56:19 DEBUG 54.183.112.77 665279 3201 NEW TOKEN generated by : /index.php 2026-05-05 05:56:19 WARNING 54.183.112.77 665279 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-05 05:56:19 INFO 54.183.112.77 665279 3201 --- End access to /index.php 2026-05-05 06:30:20 DEBUG 45.148.10.244 889734 3201 NEW TOKEN generated by : /index.php 2026-05-05 06:30:20 NOTICE 45.148.10.244 889734 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-05 06:30:20 DEBUG 45.148.10.244 889734 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-05 06:30:20 INFO 45.148.10.244 889734 3201 --- End access to /index.php 2026-05-05 06:30:21 WARNING 45.148.10.244 889734 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-05 06:30:21 INFO 45.148.10.244 889734 3201 --- End access to /index.php 2026-05-05 06:30:21 WARNING 45.148.10.244 889734 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-05 06:30:21 INFO 45.148.10.244 889734 3201 --- End access to /index.php 2026-05-05 06:30:21 WARNING 45.148.10.244 889734 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-05 06:30:21 INFO 45.148.10.244 889734 3201 --- End access to /index.php 2026-05-05 06:30:21 WARNING 45.148.10.244 889734 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-05 06:30:21 INFO 45.148.10.244 889734 3201 --- End access to /index.php 2026-05-05 06:30:21 WARNING 45.148.10.244 889734 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-05 06:30:21 INFO 45.148.10.244 889734 3201 --- End access to /index.php 2026-05-05 06:30:21 WARNING 45.148.10.244 889734 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-05 06:30:21 INFO 45.148.10.244 889734 3201 --- End access to /index.php 2026-05-05 06:30:21 WARNING 45.148.10.244 889734 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-05 06:30:21 INFO 45.148.10.244 889734 3201 --- End access to /index.php 2026-05-05 06:30:22 WARNING 45.148.10.244 889734 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-05 06:30:22 INFO 45.148.10.244 889734 3201 --- End access to /index.php 2026-05-05 06:30:22 WARNING 45.148.10.244 889734 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-05 06:30:22 INFO 45.148.10.244 889734 3201 --- End access to /index.php 2026-05-05 08:22:38 DEBUG 45.148.10.62 518907 3201 NEW TOKEN generated by : /index.php 2026-05-05 08:22:38 NOTICE 45.148.10.62 518907 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-05 08:22:38 DEBUG 45.148.10.62 518907 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-05 08:22:38 INFO 45.148.10.62 518907 3201 --- End access to /index.php 2026-05-05 08:22:38 DEBUG 45.148.10.62 518914 3201 NEW TOKEN generated by : /index.php 2026-05-05 08:22:38 NOTICE 45.148.10.62 518914 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-05 08:22:38 DEBUG 45.148.10.62 518914 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-05 08:22:38 INFO 45.148.10.62 518914 3201 --- End access to /index.php 2026-05-05 08:25:20 DEBUG 93.123.109.214 535457 3201 NEW TOKEN generated by : /index.php 2026-05-05 08:25:20 NOTICE 93.123.109.214 535457 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-05 08:25:20 DEBUG 93.123.109.214 535457 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-05 08:25:20 INFO 93.123.109.214 535457 3201 --- End access to /index.php 2026-05-05 11:37:56 DEBUG 3.18.186.238 642973 3201 NEW TOKEN generated by : /index.php 2026-05-05 11:37:56 NOTICE 3.18.186.238 642973 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-05 11:37:56 DEBUG 3.18.186.238 642973 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-05 11:37:56 INFO 3.18.186.238 642973 3201 --- End access to /index.php 2026-05-05 12:12:49 DEBUG 35.223.30.82 892115 3201 NEW TOKEN generated by : /index.php 2026-05-05 12:12:49 NOTICE 35.223.30.82 892115 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-05 12:12:49 DEBUG 35.223.30.82 892115 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-05 12:12:49 INFO 35.223.30.82 892115 3201 --- End access to /index.php 2026-05-05 12:51:02 DEBUG 34.7.145.24 73440 3201 NEW TOKEN generated by : /index.php 2026-05-05 12:51:02 NOTICE 34.7.145.24 73440 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-05 12:51:02 DEBUG 34.7.145.24 73440 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-05 12:51:02 INFO 34.7.145.24 73440 3201 --- End access to /index.php 2026-05-05 13:32:18 DEBUG 34.172.236.77 370011 3201 NEW TOKEN generated by : /index.php 2026-05-05 13:32:18 NOTICE 34.172.236.77 370011 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-05 13:32:18 DEBUG 34.172.236.77 370011 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-05 13:32:18 INFO 34.172.236.77 370011 3201 --- End access to /index.php 2026-05-05 13:36:22 DEBUG 136.117.101.148 407761 3201 NEW TOKEN generated by : /index.php 2026-05-05 13:36:22 NOTICE 136.117.101.148 407761 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-05 13:36:22 DEBUG 136.117.101.148 407761 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-05 13:36:22 INFO 136.117.101.148 407761 3201 --- End access to /index.php 2026-05-05 13:50:22 DEBUG 176.65.139.168 513096 3201 NEW TOKEN generated by : /index.php 2026-05-05 13:50:22 NOTICE 176.65.139.168 513096 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-05 13:50:22 DEBUG 176.65.139.168 513096 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-05 13:50:22 INFO 176.65.139.168 513096 3201 --- End access to /index.php 2026-05-05 13:50:22 DEBUG 176.65.139.168 513096 3201 NEW TOKEN generated by : /index.php 2026-05-05 13:50:22 NOTICE 176.65.139.168 513096 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-05 13:50:22 DEBUG 176.65.139.168 513096 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-05 13:50:22 INFO 176.65.139.168 513096 3201 --- End access to /index.php 2026-05-05 13:50:22 DEBUG 176.65.139.168 513115 3201 NEW TOKEN generated by : /index.php 2026-05-05 13:50:22 NOTICE 176.65.139.168 513115 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-05 13:50:22 DEBUG 176.65.139.168 513115 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-05 13:50:22 INFO 176.65.139.168 513115 3201 --- End access to /index.php 2026-05-05 15:29:06 DEBUG 34.30.168.189 138010 3201 NEW TOKEN generated by : /index.php 2026-05-05 15:29:06 NOTICE 34.30.168.189 138010 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-05 15:29:06 DEBUG 34.30.168.189 138010 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-05 15:29:06 INFO 34.30.168.189 138010 3201 --- End access to /index.php 2026-05-05 15:29:06 DEBUG 34.30.168.189 138010 3201 NEW TOKEN generated by : /index.php 2026-05-05 15:29:06 NOTICE 34.30.168.189 138010 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-05 15:29:06 DEBUG 34.30.168.189 138010 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-05 15:29:06 INFO 34.30.168.189 138010 3201 --- End access to /index.php 2026-05-05 15:37:24 DEBUG 34.44.253.100 200470 3201 NEW TOKEN generated by : /index.php 2026-05-05 15:37:24 NOTICE 34.44.253.100 200470 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-05 15:37:24 DEBUG 34.44.253.100 200470 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-05 15:37:24 INFO 34.44.253.100 200470 3201 --- End access to /index.php 2026-05-05 15:37:25 DEBUG 34.44.253.100 200470 3201 NEW TOKEN generated by : /index.php 2026-05-05 15:37:25 NOTICE 34.44.253.100 200470 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-05 15:37:25 DEBUG 34.44.253.100 200470 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-05 15:37:25 INFO 34.44.253.100 200470 3201 --- End access to /index.php 2026-05-05 15:52:39 DEBUG 34.70.180.208 275355 3201 NEW TOKEN generated by : /index.php 2026-05-05 15:52:39 NOTICE 34.70.180.208 275355 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-05 15:52:39 DEBUG 34.70.180.208 275355 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-05 15:52:39 INFO 34.70.180.208 275355 3201 --- End access to /index.php 2026-05-05 16:05:16 DEBUG 35.252.248.32 355510 3201 NEW TOKEN generated by : /index.php 2026-05-05 16:05:16 NOTICE 35.252.248.32 355510 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-05 16:05:16 DEBUG 35.252.248.32 355510 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-05 16:05:16 INFO 35.252.248.32 355510 3201 --- End access to /index.php 2026-05-05 17:19:07 DEBUG 45.148.10.244 737190 3201 NEW TOKEN generated by : /index.php 2026-05-05 17:19:07 NOTICE 45.148.10.244 737190 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-05 17:19:07 DEBUG 45.148.10.244 737190 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-05 17:19:07 INFO 45.148.10.244 737190 3201 --- End access to /index.php 2026-05-05 17:19:07 WARNING 45.148.10.244 737190 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-05 17:19:07 INFO 45.148.10.244 737190 3201 --- End access to /index.php 2026-05-05 17:19:08 WARNING 45.148.10.244 737190 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-05 17:19:08 INFO 45.148.10.244 737190 3201 --- End access to /index.php 2026-05-05 17:19:08 WARNING 45.148.10.244 737190 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-05 17:19:08 INFO 45.148.10.244 737190 3201 --- End access to /index.php 2026-05-05 17:19:08 WARNING 45.148.10.244 737190 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-05 17:19:08 INFO 45.148.10.244 737190 3201 --- End access to /index.php 2026-05-05 17:19:08 WARNING 45.148.10.244 737190 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-05 17:19:08 INFO 45.148.10.244 737190 3201 --- End access to /index.php 2026-05-05 17:19:08 WARNING 45.148.10.244 737190 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-05 17:19:08 INFO 45.148.10.244 737190 3201 --- End access to /index.php 2026-05-05 17:19:08 WARNING 45.148.10.244 737190 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-05 17:19:08 INFO 45.148.10.244 737190 3201 --- End access to /index.php 2026-05-05 17:19:09 WARNING 45.148.10.244 737190 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-05 17:19:09 INFO 45.148.10.244 737190 3201 --- End access to /index.php 2026-05-05 17:19:09 WARNING 45.148.10.244 737190 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-05 17:19:09 INFO 45.148.10.244 737190 3201 --- End access to /index.php 2026-05-05 17:20:21 DEBUG 62.60.130.227 740377 3201 NEW TOKEN generated by : /index.php 2026-05-05 17:20:21 NOTICE 62.60.130.227 740377 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-05 17:20:21 DEBUG 62.60.130.227 740377 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-05 17:20:21 DEBUG 62.60.130.227 740385 3201 NEW TOKEN generated by : /index.php 2026-05-05 17:20:21 NOTICE 62.60.130.227 740385 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-05 17:20:21 DEBUG 62.60.130.227 740385 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-05 17:20:21 INFO 62.60.130.227 740377 3201 --- End access to /index.php 2026-05-05 17:20:21 INFO 62.60.130.227 740385 3201 --- End access to /index.php 2026-05-05 18:22:56 DEBUG 85.11.167.19 76113 3201 NEW TOKEN generated by : /index.php 2026-05-05 18:22:56 NOTICE 85.11.167.19 76113 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-05 18:22:56 DEBUG 85.11.167.19 76113 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-05 18:22:56 INFO 85.11.167.19 76113 3201 --- End access to /index.php 2026-05-05 18:54:18 DEBUG 3.151.194.164 292183 3201 NEW TOKEN generated by : /index.php 2026-05-05 18:54:18 NOTICE 3.151.194.164 292183 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-05 18:54:18 DEBUG 3.151.194.164 292183 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-05 18:54:18 INFO 3.151.194.164 292183 3201 --- End access to /index.php 2026-05-05 18:59:43 DEBUG 134.199.195.155 343867 3201 NEW TOKEN generated by : /index.php 2026-05-05 18:59:43 NOTICE 134.199.195.155 343867 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-05 18:59:43 DEBUG 134.199.195.155 343867 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-05 18:59:43 INFO 134.199.195.155 343867 3201 --- End access to /index.php 2026-05-05 20:27:32 DEBUG 194.26.192.20 903310 3201 NEW TOKEN generated by : /index.php 2026-05-05 20:27:32 NOTICE 194.26.192.20 903310 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-05 20:27:32 DEBUG 194.26.192.20 903310 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-05 20:27:32 INFO 194.26.192.20 903310 3201 --- End access to /index.php 2026-05-05 20:27:32 NOTICE 194.26.192.20 903310 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-05 20:27:32 DEBUG 194.26.192.20 903310 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-05 20:27:32 INFO 194.26.192.20 903310 3201 --- End access to /index.php 2026-05-05 20:27:33 NOTICE 194.26.192.20 903310 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-05 20:27:33 DEBUG 194.26.192.20 903310 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-05 20:27:33 INFO 194.26.192.20 903310 3201 --- End access to /index.php 2026-05-05 22:06:11 DEBUG 64.69.216.78 442036 3201 NEW TOKEN generated by : /index.php 2026-05-05 22:06:11 NOTICE 64.69.216.78 442036 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-05 22:06:11 DEBUG 64.69.216.78 442036 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-05 22:06:11 INFO 64.69.216.78 442036 3201 --- End access to /index.php 2026-05-05 23:30:56 DEBUG 148.224.25.56 840187 3201 NEW TOKEN generated by : /index.php 2026-05-05 23:30:56 DEBUG 148.224.25.56 840188 3201 NEW TOKEN generated by : /index.php 2026-05-05 23:30:56 NOTICE 148.224.25.56 840187 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-05 23:30:56 DEBUG 148.224.25.56 840187 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-05 23:30:56 NOTICE 148.224.25.56 840188 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-05 23:30:56 DEBUG 148.224.25.56 840188 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-05 23:30:56 INFO 148.224.25.56 840187 3201 --- End access to /index.php 2026-05-05 23:30:56 INFO 148.224.25.56 840188 3201 --- End access to /index.php 2026-05-06 00:51:44 DEBUG 195.178.110.199 194829 3201 NEW TOKEN generated by : /index.php 2026-05-06 00:51:44 NOTICE 195.178.110.199 194829 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-06 00:51:44 DEBUG 195.178.110.199 194829 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-06 00:51:44 INFO 195.178.110.199 194829 3201 --- End access to /index.php 2026-05-06 00:51:44 DEBUG 195.178.110.199 194829 3201 NEW TOKEN generated by : /index.php 2026-05-06 00:51:44 NOTICE 195.178.110.199 194829 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-06 00:51:44 DEBUG 195.178.110.199 194829 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-06 00:51:44 INFO 195.178.110.199 194829 3201 --- End access to /index.php 2026-05-06 00:51:45 DEBUG 195.178.110.199 194829 3201 NEW TOKEN generated by : /index.php 2026-05-06 00:51:45 NOTICE 195.178.110.199 194829 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-06 00:51:45 DEBUG 195.178.110.199 194829 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-06 00:51:45 INFO 195.178.110.199 194829 3201 --- End access to /index.php 2026-05-06 00:51:46 DEBUG 195.178.110.199 194829 3201 NEW TOKEN generated by : /index.php 2026-05-06 00:51:46 NOTICE 195.178.110.199 194829 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-06 00:51:46 DEBUG 195.178.110.199 194829 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-06 00:51:46 INFO 195.178.110.199 194829 3201 --- End access to /index.php 2026-05-06 00:51:46 DEBUG 195.178.110.199 194829 3201 NEW TOKEN generated by : /index.php 2026-05-06 00:51:46 NOTICE 195.178.110.199 194829 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-06 00:51:46 DEBUG 195.178.110.199 194829 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-06 00:51:46 INFO 195.178.110.199 194829 3201 --- End access to /index.php 2026-05-06 00:51:46 DEBUG 195.178.110.199 194914 3201 NEW TOKEN generated by : /index.php 2026-05-06 00:51:46 NOTICE 195.178.110.199 194914 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-06 00:51:46 DEBUG 195.178.110.199 194914 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-06 00:51:46 INFO 195.178.110.199 194914 3201 --- End access to /index.php 2026-05-06 00:51:51 DEBUG 195.178.110.199 194914 3201 NEW TOKEN generated by : /index.php 2026-05-06 00:51:51 NOTICE 195.178.110.199 194914 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-06 00:51:51 DEBUG 195.178.110.199 194914 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-06 00:51:51 INFO 195.178.110.199 194914 3201 --- End access to /index.php 2026-05-06 00:51:51 DEBUG 195.178.110.199 194914 3201 NEW TOKEN generated by : /index.php 2026-05-06 00:51:51 NOTICE 195.178.110.199 194914 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-06 00:51:51 DEBUG 195.178.110.199 194914 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-06 00:51:51 INFO 195.178.110.199 194914 3201 --- End access to /index.php 2026-05-06 02:43:54 DEBUG 54.152.193.242 833443 3201 NEW TOKEN generated by : /index.php 2026-05-06 02:43:54 DEBUG 54.152.193.242 833153 3201 NEW TOKEN generated by : /index.php 2026-05-06 02:43:54 NOTICE 54.152.193.242 833153 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-06 02:43:54 NOTICE 54.152.193.242 833443 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-06 02:43:54 DEBUG 54.152.193.242 833153 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-06 02:43:54 DEBUG 54.152.193.242 833443 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-06 02:43:54 INFO 54.152.193.242 833443 3201 --- End access to /index.php 2026-05-06 02:43:54 INFO 54.152.193.242 833153 3201 --- End access to /index.php 2026-05-06 02:47:33 DEBUG 34.66.121.152 881596 3201 NEW TOKEN generated by : /index.php 2026-05-06 02:47:33 NOTICE 34.66.121.152 881596 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-06 02:47:33 DEBUG 34.66.121.152 881596 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-06 02:47:33 INFO 34.66.121.152 881596 3201 --- End access to /index.php 2026-05-06 02:47:33 DEBUG 34.66.121.152 881597 3201 NEW TOKEN generated by : /index.php 2026-05-06 02:47:33 NOTICE 34.66.121.152 881597 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-06 02:47:33 DEBUG 34.66.121.152 881597 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-06 02:47:33 INFO 34.66.121.152 881597 3201 --- End access to /index.php 2026-05-06 02:47:33 NOTICE 34.66.121.152 881597 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-06 02:47:33 DEBUG 34.66.121.152 881597 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-06 02:47:33 INFO 34.66.121.152 881597 3201 --- End access to /index.php 2026-05-06 02:47:33 NOTICE 34.66.121.152 881597 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-06 02:47:33 DEBUG 34.66.121.152 881597 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-06 02:47:33 INFO 34.66.121.152 881597 3201 --- End access to /index.php 2026-05-06 02:47:34 NOTICE 34.66.121.152 881597 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-06 02:47:34 DEBUG 34.66.121.152 881597 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-06 02:47:34 INFO 34.66.121.152 881597 3201 --- End access to /index.php 2026-05-06 02:47:34 NOTICE 34.66.121.152 881597 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-06 02:47:34 DEBUG 34.66.121.152 881597 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-06 02:47:34 INFO 34.66.121.152 881597 3201 --- End access to /index.php 2026-05-06 03:04:04 DEBUG 34.145.83.49 1001364 3201 NEW TOKEN generated by : /index.php 2026-05-06 03:04:04 NOTICE 34.145.83.49 1001364 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-06 03:04:04 DEBUG 34.145.83.49 1001364 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-06 03:04:04 INFO 34.145.83.49 1001364 3201 --- End access to /index.php 2026-05-06 03:04:04 NOTICE 34.145.83.49 1001364 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-06 03:04:04 DEBUG 34.145.83.49 1001364 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-06 03:04:04 INFO 34.145.83.49 1001364 3201 --- End access to /index.php 2026-05-06 03:04:05 NOTICE 34.145.83.49 1001364 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-06 03:04:05 DEBUG 34.145.83.49 1001364 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-06 03:04:05 INFO 34.145.83.49 1001364 3201 --- End access to /index.php 2026-05-06 03:33:31 DEBUG 34.45.109.242 93795 3201 NEW TOKEN generated by : /index.php 2026-05-06 03:33:31 NOTICE 34.45.109.242 93795 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-06 03:33:31 DEBUG 34.45.109.242 93795 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-06 03:33:31 INFO 34.45.109.242 93795 3201 --- End access to /index.php 2026-05-06 03:33:31 NOTICE 34.45.109.242 93795 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-06 03:33:31 DEBUG 34.45.109.242 93795 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-06 03:33:31 INFO 34.45.109.242 93795 3201 --- End access to /index.php 2026-05-06 03:33:31 DEBUG 34.45.109.242 93795 3201 NEW TOKEN generated by : /index.php 2026-05-06 03:33:31 NOTICE 34.45.109.242 93795 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-06 03:33:31 DEBUG 34.45.109.242 93795 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-06 03:33:31 INFO 34.45.109.242 93795 3201 --- End access to /index.php 2026-05-06 03:33:31 NOTICE 34.45.109.242 93795 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-06 03:33:31 DEBUG 34.45.109.242 93795 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-06 03:33:31 INFO 34.45.109.242 93795 3201 --- End access to /index.php 2026-05-06 03:33:31 NOTICE 34.45.109.242 93795 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-06 03:33:31 DEBUG 34.45.109.242 93795 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-06 03:33:31 INFO 34.45.109.242 93795 3201 --- End access to /index.php 2026-05-06 03:33:32 NOTICE 34.45.109.242 93858 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-06 03:33:32 DEBUG 34.45.109.242 93858 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-06 03:33:32 INFO 34.45.109.242 93858 3201 --- End access to /index.php 2026-05-06 04:32:34 DEBUG 45.148.10.231 414295 3201 NEW TOKEN generated by : /index.php 2026-05-06 04:32:34 NOTICE 45.148.10.231 414295 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-06 04:32:34 DEBUG 45.148.10.231 414295 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-06 04:32:34 INFO 45.148.10.231 414295 3201 --- End access to /index.php 2026-05-06 05:08:39 DEBUG 54.152.193.242 616713 3201 NEW TOKEN generated by : /index.php 2026-05-06 05:08:39 DEBUG 54.152.193.242 616666 3201 NEW TOKEN generated by : /index.php 2026-05-06 05:08:39 NOTICE 54.152.193.242 616713 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-06 05:08:39 DEBUG 54.152.193.242 616713 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-06 05:08:39 NOTICE 54.152.193.242 616666 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-06 05:08:39 DEBUG 54.152.193.242 616666 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-06 05:08:39 INFO 54.152.193.242 616713 3201 --- End access to /index.php 2026-05-06 05:08:39 INFO 54.152.193.242 616666 3201 --- End access to /index.php 2026-05-06 05:12:08 DEBUG 45.148.10.231 640114 3201 NEW TOKEN generated by : /index.php 2026-05-06 05:12:08 NOTICE 45.148.10.231 640114 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-06 05:12:08 DEBUG 45.148.10.231 640114 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-06 05:12:08 INFO 45.148.10.231 640114 3201 --- End access to /index.php 2026-05-06 05:12:08 DEBUG 45.148.10.231 640114 3201 NEW TOKEN generated by : /index.php 2026-05-06 05:12:08 NOTICE 45.148.10.231 640114 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-06 05:12:08 DEBUG 45.148.10.231 640114 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-06 05:12:08 INFO 45.148.10.231 640114 3201 --- End access to /index.php 2026-05-06 08:13:45 DEBUG 45.148.10.231 426701 3201 NEW TOKEN generated by : /index.php 2026-05-06 08:13:45 DEBUG 45.148.10.231 426700 3201 NEW TOKEN generated by : /index.php 2026-05-06 08:13:45 NOTICE 45.148.10.231 426700 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-06 08:13:45 NOTICE 45.148.10.231 426701 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-06 08:13:45 DEBUG 45.148.10.231 426700 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-06 08:13:45 DEBUG 45.148.10.231 426701 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-06 08:13:45 INFO 45.148.10.231 426700 3201 --- End access to /index.php 2026-05-06 08:13:45 INFO 45.148.10.231 426701 3201 --- End access to /index.php 2026-05-06 12:07:25 DEBUG 185.247.137.90 597603 3201 NEW TOKEN generated by : /index.php 2026-05-06 12:07:25 NOTICE 185.247.137.90 597603 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-06 12:07:25 DEBUG 185.247.137.90 597603 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-06 12:07:26 INFO 185.247.137.90 597603 3201 --- End access to /index.php 2026-05-06 13:32:27 DEBUG 34.46.27.26 46075 3201 NEW TOKEN generated by : /index.php 2026-05-06 13:32:27 NOTICE 34.46.27.26 46075 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-06 13:32:27 DEBUG 34.46.27.26 46075 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-06 13:32:27 INFO 34.46.27.26 46075 3201 --- End access to /index.php 2026-05-06 13:32:27 NOTICE 34.46.27.26 46075 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-06 13:32:27 DEBUG 34.46.27.26 46075 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-06 13:32:27 INFO 34.46.27.26 46075 3201 --- End access to /index.php 2026-05-06 13:32:27 DEBUG 34.46.27.26 46075 3201 NEW TOKEN generated by : /index.php 2026-05-06 13:32:27 NOTICE 34.46.27.26 46075 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-06 13:32:27 DEBUG 34.46.27.26 46075 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-06 13:32:27 INFO 34.46.27.26 46075 3201 --- End access to /index.php 2026-05-06 13:32:27 NOTICE 34.46.27.26 46075 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-06 13:32:27 DEBUG 34.46.27.26 46075 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-06 13:32:27 INFO 34.46.27.26 46075 3201 --- End access to /index.php 2026-05-06 13:32:29 NOTICE 34.46.27.26 46075 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-06 13:32:29 DEBUG 34.46.27.26 46075 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-06 13:32:29 INFO 34.46.27.26 46075 3201 --- End access to /index.php 2026-05-06 13:32:29 NOTICE 34.46.27.26 46075 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-06 13:32:29 DEBUG 34.46.27.26 46075 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-06 13:32:29 INFO 34.46.27.26 46075 3201 --- End access to /index.php 2026-05-06 13:41:21 DEBUG 34.145.133.221 94107 3201 NEW TOKEN generated by : /index.php 2026-05-06 13:41:21 NOTICE 34.145.133.221 94107 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-06 13:41:21 DEBUG 34.145.133.221 94107 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-06 13:41:21 INFO 34.145.133.221 94107 3201 --- End access to /index.php 2026-05-06 13:41:21 NOTICE 34.145.133.221 94107 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-06 13:41:21 DEBUG 34.145.133.221 94107 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-06 13:41:21 INFO 34.145.133.221 94107 3201 --- End access to /index.php 2026-05-06 13:41:22 NOTICE 34.145.133.221 94107 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-06 13:41:22 DEBUG 34.145.133.221 94107 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-06 13:41:22 INFO 34.145.133.221 94107 3201 --- End access to /index.php 2026-05-06 13:57:46 DEBUG 194.26.192.20 198440 3201 NEW TOKEN generated by : /index.php 2026-05-06 13:57:46 NOTICE 194.26.192.20 198440 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-06 13:57:46 DEBUG 194.26.192.20 198440 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-06 13:57:46 INFO 194.26.192.20 198440 3201 --- End access to /index.php 2026-05-06 13:57:46 NOTICE 194.26.192.20 198484 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-06 13:57:46 DEBUG 194.26.192.20 198484 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-06 13:57:46 INFO 194.26.192.20 198484 3201 --- End access to /index.php 2026-05-06 13:57:47 NOTICE 194.26.192.20 198484 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-06 13:57:47 DEBUG 194.26.192.20 198484 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-06 13:57:47 INFO 194.26.192.20 198484 3201 --- End access to /index.php 2026-05-06 15:25:32 DEBUG 88.151.34.249 726951 3201 NEW TOKEN generated by : /index.php 2026-05-06 15:25:32 NOTICE 88.151.34.249 726951 3201 --- Access to HEAD /index.php - action= - actionlogin= - showing the login form and exit 2026-05-06 15:25:32 DEBUG 88.151.34.249 726951 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-06 15:25:33 INFO 88.151.34.249 726951 3201 --- End access to /index.php 2026-05-06 15:25:33 DEBUG 88.151.34.249 726951 3201 NEW TOKEN generated by : /index.php 2026-05-06 15:25:33 NOTICE 88.151.34.249 726951 3201 --- Access to HEAD /index.php - action= - actionlogin= - showing the login form and exit 2026-05-06 15:25:33 DEBUG 88.151.34.249 726951 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-06 15:25:33 INFO 88.151.34.249 726951 3201 --- End access to /index.php 2026-05-06 15:25:34 DEBUG 88.151.34.249 726951 3201 NEW TOKEN generated by : /index.php 2026-05-06 15:25:34 NOTICE 88.151.34.249 726951 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-06 15:25:34 DEBUG 88.151.34.249 726951 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-06 15:25:34 INFO 88.151.34.249 726951 3201 --- End access to /index.php 2026-05-06 20:45:03 DEBUG 203.159.90.184 453047 3201 NEW TOKEN generated by : /index.php 2026-05-06 20:45:03 NOTICE 203.159.90.184 453047 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-06 20:45:03 DEBUG 203.159.90.184 453047 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-06 20:45:03 INFO 203.159.90.184 453047 3201 --- End access to /index.php 2026-05-06 20:45:04 NOTICE 203.159.90.184 453047 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-06 20:45:04 DEBUG 203.159.90.184 453047 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-06 20:45:04 INFO 203.159.90.184 453047 3201 --- End access to /index.php 2026-05-06 21:53:18 DEBUG 203.159.90.116 786325 3201 NEW TOKEN generated by : /index.php 2026-05-06 21:53:18 NOTICE 203.159.90.116 786325 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-06 21:53:18 DEBUG 203.159.90.116 786325 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-06 21:53:18 INFO 203.159.90.116 786325 3201 --- End access to /index.php 2026-05-06 21:53:19 NOTICE 203.159.90.116 786325 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-06 21:53:19 DEBUG 203.159.90.116 786325 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-06 21:53:19 INFO 203.159.90.116 786325 3201 --- End access to /index.php 2026-05-06 21:53:20 NOTICE 203.159.90.116 786325 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-06 21:53:20 DEBUG 203.159.90.116 786325 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-06 21:53:20 INFO 203.159.90.116 786325 3201 --- End access to /index.php 2026-05-06 22:00:16 DEBUG 87.236.176.164 808304 3201 NEW TOKEN generated by : /index.php 2026-05-06 22:00:16 NOTICE 87.236.176.164 808304 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-06 22:00:16 DEBUG 87.236.176.164 808304 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-06 22:00:16 INFO 87.236.176.164 808304 3201 --- End access to /index.php 2026-05-06 22:49:31 DEBUG 176.65.148.161 1041516 3201 NEW TOKEN generated by : /index.php 2026-05-06 22:49:31 NOTICE 176.65.148.161 1041516 3201 --- Access to HEAD /index.php - action= - actionlogin= - showing the login form and exit 2026-05-06 22:49:31 DEBUG 176.65.148.161 1041516 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-06 22:49:31 INFO 176.65.148.161 1041516 3201 --- End access to /index.php 2026-05-06 22:49:31 DEBUG 176.65.148.161 1041516 3201 NEW TOKEN generated by : /index.php 2026-05-06 22:49:31 NOTICE 176.65.148.161 1041516 3201 --- Access to HEAD /index.php - action= - actionlogin= - showing the login form and exit 2026-05-06 22:49:31 DEBUG 176.65.148.161 1041516 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-06 22:49:31 INFO 176.65.148.161 1041516 3201 --- End access to /index.php 2026-05-07 00:19:51 DEBUG 66.132.224.229 437863 3201 NEW TOKEN generated by : /index.php 2026-05-07 00:19:51 NOTICE 66.132.224.229 437863 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-07 00:19:51 DEBUG 66.132.224.229 437863 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-07 00:19:51 INFO 66.132.224.229 437863 3201 --- End access to /index.php 2026-05-07 00:23:54 DEBUG 195.178.110.199 456531 3201 NEW TOKEN generated by : /index.php 2026-05-07 00:23:54 NOTICE 195.178.110.199 456531 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-07 00:23:54 DEBUG 195.178.110.199 456531 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-07 00:23:54 INFO 195.178.110.199 456531 3201 --- End access to /index.php 2026-05-07 00:23:55 DEBUG 195.178.110.199 456531 3201 NEW TOKEN generated by : /index.php 2026-05-07 00:23:55 NOTICE 195.178.110.199 456531 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-07 00:23:55 DEBUG 195.178.110.199 456531 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-07 00:23:55 INFO 195.178.110.199 456531 3201 --- End access to /index.php 2026-05-07 00:23:56 DEBUG 195.178.110.199 456531 3201 NEW TOKEN generated by : /index.php 2026-05-07 00:23:56 NOTICE 195.178.110.199 456531 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-07 00:23:56 DEBUG 195.178.110.199 456531 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-07 00:23:56 INFO 195.178.110.199 456531 3201 --- End access to /index.php 2026-05-07 00:23:56 DEBUG 195.178.110.199 456723 3201 NEW TOKEN generated by : /index.php 2026-05-07 00:23:56 NOTICE 195.178.110.199 456723 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-07 00:23:56 DEBUG 195.178.110.199 456723 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-07 00:23:56 INFO 195.178.110.199 456723 3201 --- End access to /index.php 2026-05-07 00:23:57 DEBUG 195.178.110.199 456723 3201 NEW TOKEN generated by : /index.php 2026-05-07 00:23:57 NOTICE 195.178.110.199 456723 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-07 00:23:57 DEBUG 195.178.110.199 456723 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-07 00:23:57 DEBUG 195.178.110.199 456531 3201 NEW TOKEN generated by : /index.php 2026-05-07 00:23:57 NOTICE 195.178.110.199 456531 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-07 00:23:57 DEBUG 195.178.110.199 456531 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-07 00:23:57 INFO 195.178.110.199 456723 3201 --- End access to /index.php 2026-05-07 00:23:57 INFO 195.178.110.199 456531 3201 --- End access to /index.php 2026-05-07 00:24:04 DEBUG 195.178.110.199 456531 3201 NEW TOKEN generated by : /index.php 2026-05-07 00:24:04 NOTICE 195.178.110.199 456531 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-07 00:24:04 DEBUG 195.178.110.199 456531 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-07 00:24:04 INFO 195.178.110.199 456531 3201 --- End access to /index.php 2026-05-07 00:45:49 DEBUG 199.45.155.70 575485 3201 NEW TOKEN generated by : /index.php 2026-05-07 00:45:49 NOTICE 199.45.155.70 575485 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-07 00:45:49 DEBUG 199.45.155.70 575485 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-07 00:45:49 INFO 199.45.155.70 575485 3201 --- End access to /index.php 2026-05-07 03:10:39 DEBUG 35.194.10.253 384698 3201 NEW TOKEN generated by : /index.php 2026-05-07 03:10:39 NOTICE 35.194.10.253 384698 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-07 03:10:39 DEBUG 35.194.10.253 384698 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-07 03:10:39 INFO 35.194.10.253 384698 3201 --- End access to /index.php 2026-05-07 03:10:39 NOTICE 35.194.10.253 384698 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-07 03:10:39 DEBUG 35.194.10.253 384698 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-07 03:10:39 INFO 35.194.10.253 384698 3201 --- End access to /index.php 2026-05-07 03:10:39 DEBUG 35.194.10.253 384698 3201 NEW TOKEN generated by : /index.php 2026-05-07 03:10:39 NOTICE 35.194.10.253 384698 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-07 03:10:39 DEBUG 35.194.10.253 384698 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-07 03:10:39 INFO 35.194.10.253 384698 3201 --- End access to /index.php 2026-05-07 03:10:39 NOTICE 35.194.10.253 384698 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-07 03:10:39 DEBUG 35.194.10.253 384698 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-07 03:10:39 INFO 35.194.10.253 384698 3201 --- End access to /index.php 2026-05-07 03:10:39 NOTICE 35.194.10.253 384704 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-07 03:10:39 DEBUG 35.194.10.253 384704 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-07 03:10:39 INFO 35.194.10.253 384704 3201 --- End access to /index.php 2026-05-07 03:10:40 NOTICE 35.194.10.253 384698 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-07 03:10:40 DEBUG 35.194.10.253 384698 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-07 03:10:40 INFO 35.194.10.253 384698 3201 --- End access to /index.php 2026-05-07 05:31:46 DEBUG 195.178.110.199 122543 3201 NEW TOKEN generated by : /index.php 2026-05-07 05:31:46 NOTICE 195.178.110.199 122543 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-07 05:31:46 DEBUG 195.178.110.199 122543 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-07 05:31:46 INFO 195.178.110.199 122543 3201 --- End access to /index.php 2026-05-07 05:31:48 DEBUG 195.178.110.199 122543 3201 NEW TOKEN generated by : /index.php 2026-05-07 05:31:48 NOTICE 195.178.110.199 122543 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-07 05:31:48 DEBUG 195.178.110.199 122543 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-07 05:31:48 INFO 195.178.110.199 122543 3201 --- End access to /index.php 2026-05-07 05:31:48 DEBUG 195.178.110.199 122631 3201 NEW TOKEN generated by : /index.php 2026-05-07 05:31:48 NOTICE 195.178.110.199 122631 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-07 05:31:48 DEBUG 195.178.110.199 122631 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-07 05:31:48 INFO 195.178.110.199 122631 3201 --- End access to /index.php 2026-05-07 05:31:56 DEBUG 195.178.110.199 122631 3201 NEW TOKEN generated by : /index.php 2026-05-07 05:31:56 NOTICE 195.178.110.199 122631 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-07 05:31:56 DEBUG 195.178.110.199 122631 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-07 05:31:56 INFO 195.178.110.199 122631 3201 --- End access to /index.php 2026-05-07 05:31:58 DEBUG 195.178.110.199 122631 3201 NEW TOKEN generated by : /index.php 2026-05-07 05:31:58 NOTICE 195.178.110.199 122631 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-07 05:31:58 DEBUG 195.178.110.199 122631 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-07 05:31:58 INFO 195.178.110.199 122631 3201 --- End access to /index.php 2026-05-07 08:00:05 DEBUG 137.184.83.140 935332 3201 NEW TOKEN generated by : /index.php 2026-05-07 08:00:05 NOTICE 137.184.83.140 935332 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-07 08:00:05 DEBUG 137.184.83.140 935332 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-07 08:00:05 INFO 137.184.83.140 935332 3201 --- End access to /index.php 2026-05-07 08:00:06 DEBUG 137.184.83.140 935332 3201 NEW TOKEN generated by : /index.php 2026-05-07 08:00:06 NOTICE 137.184.83.140 935332 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-07 08:00:06 DEBUG 137.184.83.140 935332 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-07 08:00:06 INFO 137.184.83.140 935332 3201 --- End access to /index.php 2026-05-07 08:03:48 DEBUG 159.89.113.88 958864 3201 NEW TOKEN generated by : /index.php 2026-05-07 08:03:48 NOTICE 159.89.113.88 958864 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-07 08:03:48 DEBUG 159.89.113.88 958864 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-07 08:03:48 INFO 159.89.113.88 958864 3201 --- End access to /index.php 2026-05-07 08:03:48 DEBUG 159.89.113.88 958864 3201 NEW TOKEN generated by : /index.php 2026-05-07 08:03:48 NOTICE 159.89.113.88 958864 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-07 08:03:48 DEBUG 159.89.113.88 958864 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-07 08:03:48 INFO 159.89.113.88 958864 3201 --- End access to /index.php 2026-05-07 13:02:51 DEBUG 104.248.207.172 362619 3201 NEW TOKEN generated by : /index.php 2026-05-07 13:02:51 NOTICE 104.248.207.172 362619 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-07 13:02:51 DEBUG 104.248.207.172 362619 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-07 13:02:51 INFO 104.248.207.172 362619 3201 --- End access to /index.php 2026-05-07 13:02:52 DEBUG 104.248.207.172 362619 3201 NEW TOKEN generated by : /index.php 2026-05-07 13:02:52 NOTICE 104.248.207.172 362619 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-07 13:02:52 DEBUG 104.248.207.172 362619 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-07 13:02:52 INFO 104.248.207.172 362619 3201 --- End access to /index.php 2026-05-07 15:47:57 DEBUG 205.169.39.252 198277 3201 NEW TOKEN generated by : /index.php 2026-05-07 15:47:57 NOTICE 205.169.39.252 198277 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-07 15:47:57 DEBUG 205.169.39.252 198277 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-07 15:47:57 INFO 205.169.39.252 198277 3201 --- End access to /index.php 2026-05-07 15:47:58 DEBUG 205.169.39.244 198277 3201 NEW TOKEN generated by : /index.php 2026-05-07 15:47:58 NOTICE 205.169.39.244 198277 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-07 15:47:58 DEBUG 205.169.39.244 198277 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-07 15:47:58 INFO 205.169.39.244 198277 3201 --- End access to /index.php 2026-05-07 15:48:01 DEBUG 205.169.39.252 198277 3201 DefaultValues::fetchAll 2026-05-07 15:48:01 DEBUG 205.169.39.252 198277 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,0)) AND (entity IN (1,1))) 2026-05-07 15:48:01 NOTICE 205.169.39.252 198277 3201 --- Access to GET /core/js/lib_head.js.php - action=, massaction= NOTOKENRENEWAL=1 2026-05-07 15:48:01 DEBUG 205.169.39.252 198277 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-07 15:48:01 INFO 205.169.39.252 198277 3201 --- End access to /core/js/lib_head.js.php 2026-05-07 15:48:10 DEBUG 205.169.39.244 198277 3201 DefaultValues::fetchAll 2026-05-07 15:48:10 DEBUG 205.169.39.244 198277 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,0)) AND (entity IN (1,1))) 2026-05-07 15:48:10 NOTICE 205.169.39.244 198277 3201 --- Access to GET /core/js/lib_head.js.php - action=, massaction= NOTOKENRENEWAL=1 2026-05-07 15:48:10 DEBUG 205.169.39.244 198277 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-07 15:48:10 INFO 205.169.39.244 198277 3201 --- End access to /core/js/lib_head.js.php 2026-05-07 15:48:15 DEBUG 205.169.39.244 198277 3201 NEW TOKEN generated by : /index.php 2026-05-07 15:48:15 NOTICE 205.169.39.244 198277 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-07 15:48:15 DEBUG 205.169.39.244 198277 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-07 15:48:15 INFO 205.169.39.244 198277 3201 --- End access to /index.php 2026-05-07 15:48:15 DEBUG 205.169.39.244 198277 3201 DefaultValues::fetchAll 2026-05-07 15:48:15 DEBUG 205.169.39.244 198277 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,0)) AND (entity IN (1,1))) 2026-05-07 15:48:15 NOTICE 205.169.39.244 198277 3201 --- Access to GET /theme/eldy/style.css.php - action=, massaction= NOTOKENRENEWAL=1 2026-05-07 15:48:15 DEBUG 205.169.39.244 198277 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-07 15:48:15 DEBUG 205.169.39.244 198277 3201 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, m.showtopmenuinframe FROM llxme_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 2026-05-07 15:48:15 INFO 205.169.39.244 198277 3201 --- End access to /theme/eldy/style.css.php 2026-05-07 15:48:15 DEBUG 205.169.39.244 199290 3201 DefaultValues::fetchAll 2026-05-07 15:48:15 DEBUG 205.169.39.244 199290 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,0)) AND (entity IN (1,1))) 2026-05-07 15:48:15 NOTICE 205.169.39.244 199290 3201 --- Access to GET /core/js/lib_head.js.php - action=, massaction= NOTOKENRENEWAL=1 2026-05-07 15:48:15 DEBUG 205.169.39.244 199290 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-07 15:48:15 INFO 205.169.39.244 199290 3201 --- End access to /core/js/lib_head.js.php 2026-05-07 15:48:31 DEBUG 205.169.39.252 200018 3201 NEW TOKEN generated by : /index.php 2026-05-07 15:48:31 NOTICE 205.169.39.252 200018 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-07 15:48:31 DEBUG 205.169.39.252 200018 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-07 15:48:31 INFO 205.169.39.252 200018 3201 --- End access to /index.php 2026-05-07 15:48:32 DEBUG 205.169.39.252 200018 3201 DefaultValues::fetchAll 2026-05-07 15:48:32 DEBUG 205.169.39.252 200018 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,0)) AND (entity IN (1,1))) 2026-05-07 15:48:32 NOTICE 205.169.39.252 200018 3201 --- Access to GET /theme/eldy/style.css.php - action=, massaction= NOTOKENRENEWAL=1 2026-05-07 15:48:32 DEBUG 205.169.39.252 200018 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-07 15:48:32 DEBUG 205.169.39.252 200018 3201 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, m.showtopmenuinframe FROM llxme_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 2026-05-07 15:48:32 INFO 205.169.39.252 200018 3201 --- End access to /theme/eldy/style.css.php 2026-05-07 17:17:41 DEBUG 88.151.34.253 708754 3201 NEW TOKEN generated by : /index.php 2026-05-07 17:17:41 NOTICE 88.151.34.253 708754 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-07 17:17:41 DEBUG 88.151.34.253 708754 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-07 17:17:41 INFO 88.151.34.253 708754 3201 --- End access to /index.php 2026-05-07 18:00:33 DEBUG 203.159.90.116 936253 3201 NEW TOKEN generated by : /index.php 2026-05-07 18:00:33 NOTICE 203.159.90.116 936253 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-07 18:00:33 DEBUG 203.159.90.116 936253 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-07 18:00:33 INFO 203.159.90.116 936253 3201 --- End access to /index.php 2026-05-07 18:00:33 NOTICE 203.159.90.116 936253 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-07 18:00:33 DEBUG 203.159.90.116 936253 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-07 18:00:33 INFO 203.159.90.116 936253 3201 --- End access to /index.php 2026-05-07 19:00:06 DEBUG 203.159.90.184 203615 3201 NEW TOKEN generated by : /index.php 2026-05-07 19:00:06 NOTICE 203.159.90.184 203615 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-07 19:00:06 DEBUG 203.159.90.184 203615 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-07 19:00:06 INFO 203.159.90.184 203615 3201 --- End access to /index.php 2026-05-07 19:00:06 NOTICE 203.159.90.184 204026 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-07 19:00:06 DEBUG 203.159.90.184 204026 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-07 19:00:06 INFO 203.159.90.184 204026 3201 --- End access to /index.php 2026-05-07 19:00:07 NOTICE 203.159.90.184 204026 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-07 19:00:07 DEBUG 203.159.90.184 204026 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-07 19:00:07 INFO 203.159.90.184 204026 3201 --- End access to /index.php 2026-05-07 19:23:52 DEBUG 193.143.1.112 362619 3201 NEW TOKEN generated by : /index.php 2026-05-07 19:23:52 NOTICE 193.143.1.112 362619 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-07 19:23:52 DEBUG 193.143.1.112 362619 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-07 19:23:52 INFO 193.143.1.112 362619 3201 --- End access to /index.php 2026-05-07 22:36:26 DEBUG 88.151.34.249 399515 3201 NEW TOKEN generated by : /index.php 2026-05-07 22:36:26 NOTICE 88.151.34.249 399515 3201 --- Access to HEAD /index.php - action= - actionlogin= - showing the login form and exit 2026-05-07 22:36:26 DEBUG 88.151.34.249 399515 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-07 22:36:26 INFO 88.151.34.249 399515 3201 --- End access to /index.php 2026-05-07 22:36:26 DEBUG 88.151.34.249 399515 3201 NEW TOKEN generated by : /index.php 2026-05-07 22:36:26 NOTICE 88.151.34.249 399515 3201 --- Access to HEAD /index.php - action= - actionlogin= - showing the login form and exit 2026-05-07 22:36:26 DEBUG 88.151.34.249 399515 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-07 22:36:26 INFO 88.151.34.249 399515 3201 --- End access to /index.php 2026-05-07 22:36:28 DEBUG 88.151.34.249 399515 3201 NEW TOKEN generated by : /index.php 2026-05-07 22:36:28 NOTICE 88.151.34.249 399515 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-07 22:36:28 DEBUG 88.151.34.249 399515 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-07 22:36:28 INFO 88.151.34.249 399515 3201 --- End access to /index.php 2026-05-08 00:24:05 DEBUG 193.143.1.112 990118 3201 NEW TOKEN generated by : /index.php 2026-05-08 00:24:05 NOTICE 193.143.1.112 990118 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-08 00:24:05 DEBUG 193.143.1.112 990118 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-08 00:24:05 INFO 193.143.1.112 990118 3201 --- End access to /index.php 2026-05-08 03:32:04 DEBUG 54.242.116.147 884691 3201 NEW TOKEN generated by : /index.php 2026-05-08 03:32:04 DEBUG 54.242.116.147 884688 3201 NEW TOKEN generated by : /index.php 2026-05-08 03:32:04 NOTICE 54.242.116.147 884691 3201 --- Access to HEAD /index.php - action= - actionlogin= - showing the login form and exit 2026-05-08 03:32:04 NOTICE 54.242.116.147 884688 3201 --- Access to HEAD /index.php - action= - actionlogin= - showing the login form and exit 2026-05-08 03:32:04 DEBUG 54.242.116.147 884691 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-08 03:32:04 DEBUG 54.242.116.147 884688 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-08 03:32:04 INFO 54.242.116.147 884688 3201 --- End access to /index.php 2026-05-08 03:32:04 INFO 54.242.116.147 884691 3201 --- End access to /index.php 2026-05-08 03:33:16 NOTICE 54.242.116.147 897417 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-08 03:33:16 DEBUG 54.242.116.147 897417 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-08 03:33:16 INFO 54.242.116.147 897417 3201 --- End access to /index.php 2026-05-08 07:10:14 DEBUG 66.132.172.187 892487 3201 NEW TOKEN generated by : /index.php 2026-05-08 07:10:14 NOTICE 66.132.172.187 892487 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-08 07:10:14 DEBUG 66.132.172.187 892487 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-08 07:10:14 INFO 66.132.172.187 892487 3201 --- End access to /index.php 2026-05-08 07:22:00 DEBUG 66.132.195.54 953168 3201 NEW TOKEN generated by : /index.php 2026-05-08 07:22:00 NOTICE 66.132.195.54 953168 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-08 07:22:00 DEBUG 66.132.195.54 953168 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-08 07:22:00 INFO 66.132.195.54 953168 3201 --- End access to /index.php 2026-05-08 10:33:10 DEBUG 203.159.90.116 1018825 3201 NEW TOKEN generated by : /index.php 2026-05-08 10:33:10 NOTICE 203.159.90.116 1018825 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-08 10:33:10 DEBUG 203.159.90.116 1018825 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-08 10:33:10 INFO 203.159.90.116 1018825 3201 --- End access to /index.php 2026-05-08 10:33:11 NOTICE 203.159.90.116 1018825 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-08 10:33:11 DEBUG 203.159.90.116 1018825 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-08 10:33:11 INFO 203.159.90.116 1018825 3201 --- End access to /index.php 2026-05-08 10:33:12 NOTICE 203.159.90.116 1018825 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-08 10:33:12 DEBUG 203.159.90.116 1018825 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-08 10:33:12 INFO 203.159.90.116 1018825 3201 --- End access to /index.php 2026-05-08 12:05:12 DEBUG 198.235.24.120 444306 3201 NEW TOKEN generated by : /index.php 2026-05-08 12:05:12 NOTICE 198.235.24.120 444306 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-08 12:05:12 DEBUG 198.235.24.120 444306 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-08 12:05:12 INFO 198.235.24.120 444306 3201 --- End access to /index.php 2026-05-08 13:33:00 DEBUG 167.172.37.17 869338 3201 NEW TOKEN generated by : /index.php 2026-05-08 13:33:00 NOTICE 167.172.37.17 869338 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-08 13:33:00 DEBUG 167.172.37.17 869338 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-08 13:33:00 INFO 167.172.37.17 869338 3201 --- End access to /index.php 2026-05-08 13:33:02 DEBUG 167.172.37.17 869338 3201 NEW TOKEN generated by : /index.php 2026-05-08 13:33:02 NOTICE 167.172.37.17 869338 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-08 13:33:02 DEBUG 167.172.37.17 869338 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-08 13:33:02 INFO 167.172.37.17 869338 3201 --- End access to /index.php 2026-05-08 14:00:06 DEBUG 146.190.23.208 26590 3201 NEW TOKEN generated by : /index.php 2026-05-08 14:00:06 NOTICE 146.190.23.208 26590 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-08 14:00:06 DEBUG 146.190.23.208 26590 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-08 14:00:06 INFO 146.190.23.208 26590 3201 --- End access to /index.php 2026-05-08 14:00:08 DEBUG 146.190.23.208 26590 3201 NEW TOKEN generated by : /index.php 2026-05-08 14:00:08 NOTICE 146.190.23.208 26590 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-08 14:00:08 DEBUG 146.190.23.208 26590 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-08 14:00:08 INFO 146.190.23.208 26590 3201 --- End access to /index.php 2026-05-08 14:20:08 DEBUG 193.143.1.112 162027 3201 NEW TOKEN generated by : /index.php 2026-05-08 14:20:08 NOTICE 193.143.1.112 162027 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-08 14:20:08 DEBUG 193.143.1.112 162027 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-08 14:20:08 INFO 193.143.1.112 162027 3201 --- End access to /index.php 2026-05-08 17:03:41 DEBUG 203.159.90.184 894625 3201 NEW TOKEN generated by : /index.php 2026-05-08 17:03:41 NOTICE 203.159.90.184 894625 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-08 17:03:41 DEBUG 203.159.90.184 894625 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-08 17:03:41 INFO 203.159.90.184 894625 3201 --- End access to /index.php 2026-05-08 17:03:41 NOTICE 203.159.90.184 894625 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-08 17:03:41 DEBUG 203.159.90.184 894625 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-08 17:03:41 INFO 203.159.90.184 894625 3201 --- End access to /index.php 2026-05-09 00:15:54 DEBUG 45.154.98.214 278858 3201 NEW TOKEN generated by : /index.php 2026-05-09 00:15:54 NOTICE 45.154.98.214 278858 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-09 00:15:54 DEBUG 45.154.98.214 278858 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-09 00:15:54 INFO 45.154.98.214 278858 3201 --- End access to /index.php 2026-05-09 00:15:54 NOTICE 45.154.98.214 278858 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-09 00:15:54 DEBUG 45.154.98.214 278858 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-09 00:15:54 INFO 45.154.98.214 278858 3201 --- End access to /index.php 2026-05-09 00:15:55 NOTICE 45.154.98.214 278892 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-09 00:15:55 DEBUG 45.154.98.214 278892 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-09 00:15:55 INFO 45.154.98.214 278892 3201 --- End access to /index.php 2026-05-09 07:01:08 DEBUG 104.236.104.170 440139 3201 NEW TOKEN generated by : /index.php 2026-05-09 07:01:08 NOTICE 104.236.104.170 440139 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-09 07:01:08 DEBUG 104.236.104.170 440139 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-09 07:01:08 INFO 104.236.104.170 440139 3201 --- End access to /index.php 2026-05-09 07:01:10 DEBUG 104.236.104.170 440139 3201 NEW TOKEN generated by : /index.php 2026-05-09 07:01:10 NOTICE 104.236.104.170 440139 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-09 07:01:10 DEBUG 104.236.104.170 440139 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-09 07:01:10 INFO 104.236.104.170 440139 3201 --- End access to /index.php 2026-05-09 07:36:18 DEBUG 198.235.24.36 599619 3201 NEW TOKEN generated by : /index.php 2026-05-09 07:36:18 NOTICE 198.235.24.36 599619 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-09 07:36:18 DEBUG 198.235.24.36 599619 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-09 07:36:18 INFO 198.235.24.36 599619 3201 --- End access to /index.php 2026-05-09 07:41:31 DEBUG 147.185.132.109 634880 3201 NEW TOKEN generated by : /index.php 2026-05-09 07:41:31 NOTICE 147.185.132.109 634880 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-09 07:41:31 DEBUG 147.185.132.109 634880 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-09 07:41:31 INFO 147.185.132.109 634880 3201 --- End access to /index.php 2026-05-09 07:59:43 DEBUG 165.227.214.54 714462 3201 NEW TOKEN generated by : /index.php 2026-05-09 07:59:43 NOTICE 165.227.214.54 714462 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-09 07:59:43 DEBUG 165.227.214.54 714462 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-09 07:59:43 INFO 165.227.214.54 714462 3201 --- End access to /index.php 2026-05-09 07:59:44 DEBUG 165.227.214.54 714462 3201 NEW TOKEN generated by : /index.php 2026-05-09 07:59:44 NOTICE 165.227.214.54 714462 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-09 07:59:44 DEBUG 165.227.214.54 714462 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-09 07:59:44 INFO 165.227.214.54 714462 3201 --- End access to /index.php 2026-05-09 10:24:36 DEBUG 198.235.24.15 386609 3201 NEW TOKEN generated by : /index.php 2026-05-09 10:24:36 NOTICE 198.235.24.15 386609 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-09 10:24:36 DEBUG 198.235.24.15 386609 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-09 10:24:36 INFO 198.235.24.15 386609 3201 --- End access to /index.php 2026-05-09 13:02:11 DEBUG 207.154.229.103 191326 3201 NEW TOKEN generated by : /index.php 2026-05-09 13:02:11 NOTICE 207.154.229.103 191326 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-09 13:02:11 DEBUG 207.154.229.103 191326 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-09 13:02:11 INFO 207.154.229.103 191326 3201 --- End access to /index.php 2026-05-09 13:02:12 DEBUG 207.154.229.103 191326 3201 NEW TOKEN generated by : /index.php 2026-05-09 13:02:12 NOTICE 207.154.229.103 191326 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-09 13:02:12 DEBUG 207.154.229.103 191326 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-09 13:02:12 INFO 207.154.229.103 191326 3201 --- End access to /index.php 2026-05-09 13:45:25 DEBUG 176.65.139.168 404673 3201 NEW TOKEN generated by : /index.php 2026-05-09 13:45:25 DEBUG 176.65.139.168 404675 3201 NEW TOKEN generated by : /index.php 2026-05-09 13:45:25 NOTICE 176.65.139.168 404673 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-09 13:45:25 NOTICE 176.65.139.168 404675 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-09 13:45:25 DEBUG 176.65.139.168 404673 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-09 13:45:25 DEBUG 176.65.139.168 404675 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-09 13:45:26 INFO 176.65.139.168 404675 3201 --- End access to /index.php 2026-05-09 13:45:26 INFO 176.65.139.168 404673 3201 --- End access to /index.php 2026-05-09 13:45:26 DEBUG 176.65.139.168 404673 3201 NEW TOKEN generated by : /index.php 2026-05-09 13:45:26 NOTICE 176.65.139.168 404673 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-09 13:45:26 DEBUG 176.65.139.168 404673 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-09 13:45:26 INFO 176.65.139.168 404673 3201 --- End access to /index.php 2026-05-09 18:31:23 DEBUG 198.235.24.59 825293 3201 NEW TOKEN generated by : /index.php 2026-05-09 18:31:23 NOTICE 198.235.24.59 825293 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-09 18:31:23 DEBUG 198.235.24.59 825293 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-09 18:31:23 INFO 198.235.24.59 825293 3201 --- End access to /index.php 2026-05-10 03:08:38 DEBUG 65.87.7.61 313206 3201 NEW TOKEN generated by : /index.php 2026-05-10 03:08:38 NOTICE 65.87.7.61 313206 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-10 03:08:38 DEBUG 65.87.7.61 313206 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-10 03:08:38 INFO 65.87.7.61 313206 3201 --- End access to /index.php 2026-05-10 05:33:39 DEBUG 45.94.31.112 971852 3201 NEW TOKEN generated by : /index.php 2026-05-10 05:33:39 NOTICE 45.94.31.112 971852 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-10 05:33:39 DEBUG 45.94.31.112 971852 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-10 05:33:39 INFO 45.94.31.112 971852 3201 --- End access to /index.php 2026-05-10 05:33:46 NOTICE 45.94.31.112 971852 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-10 05:33:46 DEBUG 45.94.31.112 971852 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-10 05:33:46 INFO 45.94.31.112 971852 3201 --- End access to /index.php 2026-05-10 05:33:50 NOTICE 45.94.31.112 971852 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-10 05:33:50 DEBUG 45.94.31.112 971852 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-10 05:33:50 INFO 45.94.31.112 971852 3201 --- End access to /index.php 2026-05-10 07:16:41 DEBUG 45.94.31.112 454102 3201 NEW TOKEN generated by : /index.php 2026-05-10 07:16:41 NOTICE 45.94.31.112 454102 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-10 07:16:41 DEBUG 45.94.31.112 454102 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-10 07:16:41 INFO 45.94.31.112 454102 3201 --- End access to /index.php 2026-05-10 07:16:45 NOTICE 45.94.31.112 454262 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-10 07:16:45 DEBUG 45.94.31.112 454262 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-10 07:16:45 INFO 45.94.31.112 454262 3201 --- End access to /index.php 2026-05-10 07:16:51 NOTICE 45.94.31.112 454262 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-10 07:16:51 DEBUG 45.94.31.112 454262 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-10 07:16:51 INFO 45.94.31.112 454262 3201 --- End access to /index.php 2026-05-10 08:19:18 DEBUG 198.235.24.44 761784 3201 NEW TOKEN generated by : /index.php 2026-05-10 08:19:18 NOTICE 198.235.24.44 761784 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-10 08:19:18 DEBUG 198.235.24.44 761784 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-10 08:19:18 INFO 198.235.24.44 761784 3201 --- End access to /index.php 2026-05-10 09:49:29 DEBUG 198.235.24.52 210481 3201 NEW TOKEN generated by : /index.php 2026-05-10 09:49:29 NOTICE 198.235.24.52 210481 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-10 09:49:29 DEBUG 198.235.24.52 210481 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-10 09:49:29 INFO 198.235.24.52 210481 3201 --- End access to /index.php 2026-05-10 11:20:17 DEBUG 45.94.31.112 702968 3201 NEW TOKEN generated by : /index.php 2026-05-10 11:20:17 NOTICE 45.94.31.112 702968 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-10 11:20:17 DEBUG 45.94.31.112 702968 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-10 11:20:17 INFO 45.94.31.112 702968 3201 --- End access to /index.php 2026-05-10 11:20:18 NOTICE 45.94.31.112 702968 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-10 11:20:18 DEBUG 45.94.31.112 702968 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-10 11:20:18 INFO 45.94.31.112 702968 3201 --- End access to /index.php 2026-05-10 11:51:51 DEBUG 34.193.251.180 896564 3201 NEW TOKEN generated by : /index.php 2026-05-10 11:51:51 NOTICE 34.193.251.180 896564 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-10 11:51:51 DEBUG 34.193.251.180 896564 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-10 11:51:51 INFO 34.193.251.180 896564 3201 --- End access to /index.php 2026-05-10 11:51:51 DEBUG 34.193.251.180 896564 3201 NEW TOKEN generated by : /index.php 2026-05-10 11:51:51 NOTICE 34.193.251.180 896564 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-10 11:51:51 DEBUG 34.193.251.180 896564 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-10 11:51:51 INFO 34.193.251.180 896564 3201 --- End access to /index.php 2026-05-10 14:37:12 DEBUG 157.230.93.131 719024 3201 NEW TOKEN generated by : /index.php 2026-05-10 14:37:12 NOTICE 157.230.93.131 719024 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-10 14:37:12 DEBUG 157.230.93.131 719024 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-10 14:37:12 INFO 157.230.93.131 719024 3201 --- End access to /index.php 2026-05-10 14:37:13 DEBUG 157.230.93.131 719024 3201 NEW TOKEN generated by : /index.php 2026-05-10 14:37:13 NOTICE 157.230.93.131 719024 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-10 14:37:13 DEBUG 157.230.93.131 719024 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-10 14:37:13 INFO 157.230.93.131 719024 3201 --- End access to /index.php 2026-05-10 14:42:55 DEBUG 157.230.123.28 739801 3201 NEW TOKEN generated by : /index.php 2026-05-10 14:42:55 NOTICE 157.230.123.28 739801 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-10 14:42:55 DEBUG 157.230.123.28 739801 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-10 14:42:55 INFO 157.230.123.28 739801 3201 --- End access to /index.php 2026-05-10 14:42:56 DEBUG 157.230.123.28 739801 3201 NEW TOKEN generated by : /index.php 2026-05-10 14:42:56 NOTICE 157.230.123.28 739801 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-10 14:42:56 DEBUG 157.230.123.28 739801 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-10 14:42:56 INFO 157.230.123.28 739801 3201 --- End access to /index.php 2026-05-10 15:56:29 DEBUG 205.210.31.2 84919 3201 NEW TOKEN generated by : /index.php 2026-05-10 15:56:29 NOTICE 205.210.31.2 84919 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-10 15:56:29 DEBUG 205.210.31.2 84919 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-10 15:56:29 INFO 205.210.31.2 84919 3201 --- End access to /index.php 2026-05-10 17:13:19 DEBUG 165.140.202.17 517948 3201 NEW TOKEN generated by : /index.php 2026-05-10 17:13:19 NOTICE 165.140.202.17 517948 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-10 17:13:19 DEBUG 165.140.202.17 517948 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-10 17:13:19 INFO 165.140.202.17 517948 3201 --- End access to /index.php 2026-05-11 01:17:53 DEBUG 3.139.242.79 239981 3201 NEW TOKEN generated by : /index.php 2026-05-11 01:17:53 NOTICE 3.139.242.79 239981 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-11 01:17:53 DEBUG 3.139.242.79 239981 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-11 01:17:53 INFO 3.139.242.79 239981 3201 --- End access to /index.php 2026-05-11 07:03:56 DEBUG 146.190.240.37 381001 3201 NEW TOKEN generated by : /index.php 2026-05-11 07:03:56 NOTICE 146.190.240.37 381001 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-11 07:03:56 DEBUG 146.190.240.37 381001 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-11 07:03:56 INFO 146.190.240.37 381001 3201 --- End access to /index.php 2026-05-11 07:03:57 DEBUG 146.190.240.37 381001 3201 NEW TOKEN generated by : /index.php 2026-05-11 07:03:57 NOTICE 146.190.240.37 381001 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-11 07:03:57 DEBUG 146.190.240.37 381001 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-11 07:03:57 INFO 146.190.240.37 381001 3201 --- End access to /index.php 2026-05-11 07:42:21 DEBUG 64.23.164.180 579828 3201 NEW TOKEN generated by : /index.php 2026-05-11 07:42:21 NOTICE 64.23.164.180 579828 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-11 07:42:21 DEBUG 64.23.164.180 579828 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-11 07:42:22 INFO 64.23.164.180 579828 3201 --- End access to /index.php 2026-05-11 07:42:22 DEBUG 64.23.164.180 579828 3201 NEW TOKEN generated by : /index.php 2026-05-11 07:42:22 NOTICE 64.23.164.180 579828 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-11 07:42:22 DEBUG 64.23.164.180 579828 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-11 07:42:22 INFO 64.23.164.180 579828 3201 --- End access to /index.php 2026-05-11 08:09:01 DEBUG 152.42.131.79 738265 3201 NEW TOKEN generated by : /index.php 2026-05-11 08:09:01 NOTICE 152.42.131.79 738265 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-11 08:09:01 DEBUG 152.42.131.79 738265 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-11 08:09:01 INFO 152.42.131.79 738265 3201 --- End access to /index.php 2026-05-11 08:09:02 DEBUG 152.42.131.79 738347 3201 NEW TOKEN generated by : /index.php 2026-05-11 08:09:02 NOTICE 152.42.131.79 738347 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-11 08:09:02 DEBUG 152.42.131.79 738347 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-11 08:09:02 INFO 152.42.131.79 738347 3201 --- End access to /index.php 2026-05-11 08:09:30 DEBUG 209.38.47.182 739084 3201 NEW TOKEN generated by : /index.php 2026-05-11 08:09:30 NOTICE 209.38.47.182 739084 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-11 08:09:30 DEBUG 209.38.47.182 739084 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-11 08:09:30 INFO 209.38.47.182 739084 3201 --- End access to /index.php 2026-05-11 08:09:31 DEBUG 209.38.47.182 739084 3201 NEW TOKEN generated by : /index.php 2026-05-11 08:09:31 NOTICE 209.38.47.182 739084 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-11 08:09:31 DEBUG 209.38.47.182 739084 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-11 08:09:31 INFO 209.38.47.182 739084 3201 --- End access to /index.php 2026-05-11 08:17:37 DEBUG 3.139.242.79 758575 3201 NEW TOKEN generated by : /index.php 2026-05-11 08:17:37 NOTICE 3.139.242.79 758575 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-11 08:17:37 DEBUG 3.139.242.79 758575 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-11 08:17:37 INFO 3.139.242.79 758575 3201 --- End access to /index.php 2026-05-11 12:33:40 DEBUG 146.190.254.191 229118 3201 NEW TOKEN generated by : /index.php 2026-05-11 12:33:40 NOTICE 146.190.254.191 229118 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-11 12:33:40 DEBUG 146.190.254.191 229118 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-11 12:33:40 INFO 146.190.254.191 229118 3201 --- End access to /index.php 2026-05-11 12:33:41 DEBUG 146.190.254.191 229118 3201 NEW TOKEN generated by : /index.php 2026-05-11 12:33:41 NOTICE 146.190.254.191 229118 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-11 12:33:41 DEBUG 146.190.254.191 229118 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-11 12:33:41 INFO 146.190.254.191 229118 3201 --- End access to /index.php 2026-05-11 16:18:20 DEBUG 205.210.31.25 603532 3201 NEW TOKEN generated by : /index.php 2026-05-11 16:18:20 NOTICE 205.210.31.25 603532 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-11 16:18:20 DEBUG 205.210.31.25 603532 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-11 16:18:20 INFO 205.210.31.25 603532 3201 --- End access to /index.php 2026-05-11 16:24:38 DEBUG 198.235.24.186 630249 3201 NEW TOKEN generated by : /index.php 2026-05-11 16:24:38 NOTICE 198.235.24.186 630249 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-11 16:24:38 DEBUG 198.235.24.186 630249 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-11 16:24:38 INFO 198.235.24.186 630249 3201 --- End access to /index.php 2026-05-11 19:42:59 DEBUG 66.132.172.185 846079 3201 NEW TOKEN generated by : /index.php 2026-05-11 19:42:59 NOTICE 66.132.172.185 846079 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-11 19:42:59 DEBUG 66.132.172.185 846079 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-11 19:42:59 INFO 66.132.172.185 846079 3201 --- End access to /index.php 2026-05-12 00:07:11 DEBUG 66.132.186.195 218332 3201 NEW TOKEN generated by : /index.php 2026-05-12 00:07:11 NOTICE 66.132.186.195 218332 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-12 00:07:11 DEBUG 66.132.186.195 218332 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-12 00:07:11 INFO 66.132.186.195 218332 3201 --- End access to /index.php 2026-05-12 00:16:58 DEBUG 66.132.224.93 273977 3201 NEW TOKEN generated by : /index.php 2026-05-12 00:16:58 NOTICE 66.132.224.93 273977 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-12 00:16:58 DEBUG 66.132.224.93 273977 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-12 00:16:58 INFO 66.132.224.93 273977 3201 --- End access to /index.php 2026-05-12 00:57:42 DEBUG 199.45.155.72 477583 3201 NEW TOKEN generated by : /index.php 2026-05-12 00:57:42 NOTICE 199.45.155.72 477583 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-12 00:57:42 DEBUG 199.45.155.72 477583 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-12 00:57:42 INFO 199.45.155.72 477583 3201 --- End access to /index.php 2026-05-12 03:09:51 DEBUG 66.132.172.213 162522 3201 NEW TOKEN generated by : /index.php 2026-05-12 03:09:51 NOTICE 66.132.172.213 162522 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-12 03:09:51 DEBUG 66.132.172.213 162522 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-12 03:09:51 INFO 66.132.172.213 162522 3201 --- End access to /index.php 2026-05-12 07:05:47 DEBUG 66.132.172.141 556041 3201 NEW TOKEN generated by : /index.php 2026-05-12 07:05:47 NOTICE 66.132.172.141 556041 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-12 07:05:47 DEBUG 66.132.172.141 556041 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-12 07:05:47 INFO 66.132.172.141 556041 3201 --- End access to /index.php 2026-05-12 07:15:28 DEBUG 198.235.24.125 615273 3201 NEW TOKEN generated by : /index.php 2026-05-12 07:15:28 NOTICE 198.235.24.125 615273 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-12 07:15:28 DEBUG 198.235.24.125 615273 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-12 07:15:28 INFO 198.235.24.125 615273 3201 --- End access to /index.php 2026-05-12 08:23:51 DEBUG 138.68.95.156 1008619 3201 NEW TOKEN generated by : /index.php 2026-05-12 08:23:51 NOTICE 138.68.95.156 1008619 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-12 08:23:51 DEBUG 138.68.95.156 1008619 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-12 08:23:51 INFO 138.68.95.156 1008619 3201 --- End access to /index.php 2026-05-12 08:23:52 DEBUG 138.68.95.156 1008619 3201 NEW TOKEN generated by : /index.php 2026-05-12 08:23:52 NOTICE 138.68.95.156 1008619 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-12 08:23:52 DEBUG 138.68.95.156 1008619 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-12 08:23:52 INFO 138.68.95.156 1008619 3201 --- End access to /index.php 2026-05-12 10:09:51 DEBUG 205.210.31.59 551403 3201 NEW TOKEN generated by : /index.php 2026-05-12 10:09:51 NOTICE 205.210.31.59 551403 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-12 10:09:51 DEBUG 205.210.31.59 551403 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-12 10:09:51 INFO 205.210.31.59 551403 3201 --- End access to /index.php 2026-05-12 10:54:40 DEBUG 3.18.186.238 749290 3201 NEW TOKEN generated by : /index.php 2026-05-12 10:54:40 NOTICE 3.18.186.238 749290 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-12 10:54:40 DEBUG 3.18.186.238 749290 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-12 10:54:40 INFO 3.18.186.238 749290 3201 --- End access to /index.php 2026-05-12 12:55:45 DEBUG 198.235.24.149 344782 3201 NEW TOKEN generated by : /index.php 2026-05-12 12:55:45 NOTICE 198.235.24.149 344782 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-12 12:55:45 DEBUG 198.235.24.149 344782 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-12 12:55:45 INFO 198.235.24.149 344782 3201 --- End access to /index.php 2026-05-12 13:00:18 DEBUG 147.185.132.168 379211 3201 NEW TOKEN generated by : /index.php 2026-05-12 13:00:18 NOTICE 147.185.132.168 379211 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-12 13:00:18 DEBUG 147.185.132.168 379211 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-12 13:00:18 INFO 147.185.132.168 379211 3201 --- End access to /index.php 2026-05-12 16:23:08 DEBUG 34.193.251.180 558889 3201 NEW TOKEN generated by : /index.php 2026-05-12 16:23:08 DEBUG 34.193.251.180 528061 3201 NEW TOKEN generated by : /index.php 2026-05-12 16:23:08 NOTICE 34.193.251.180 558889 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-12 16:23:08 NOTICE 34.193.251.180 528061 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-12 16:23:08 DEBUG 34.193.251.180 558889 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-12 16:23:08 DEBUG 34.193.251.180 528061 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-12 16:23:08 INFO 34.193.251.180 558889 3201 --- End access to /index.php 2026-05-12 16:23:08 INFO 34.193.251.180 528061 3201 --- End access to /index.php 2026-05-12 22:19:56 DEBUG 148.224.25.56 487576 3201 NEW TOKEN generated by : /index.php 2026-05-12 22:19:56 DEBUG 148.224.25.56 487580 3201 NEW TOKEN generated by : /index.php 2026-05-12 22:19:56 NOTICE 148.224.25.56 487580 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-12 22:19:56 NOTICE 148.224.25.56 487576 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-12 22:19:56 DEBUG 148.224.25.56 487580 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-12 22:19:56 DEBUG 148.224.25.56 487576 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-12 22:19:56 INFO 148.224.25.56 487576 3201 --- End access to /index.php 2026-05-12 22:19:56 INFO 148.224.25.56 487580 3201 --- End access to /index.php 2026-05-12 22:39:24 DEBUG 148.224.25.56 582064 3201 NEW TOKEN generated by : /index.php 2026-05-12 22:39:24 NOTICE 148.224.25.56 582064 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-12 22:39:24 DEBUG 148.224.25.56 582064 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-12 22:39:24 INFO 148.224.25.56 582064 3201 --- End access to /index.php 2026-05-12 22:39:24 DEBUG 148.224.25.56 582064 3201 NEW TOKEN generated by : /index.php 2026-05-12 22:39:24 NOTICE 148.224.25.56 582064 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-12 22:39:24 DEBUG 148.224.25.56 582064 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-12 22:39:24 INFO 148.224.25.56 582064 3201 --- End access to /index.php 2026-05-13 01:48:59 DEBUG 176.65.139.236 414489 3201 NEW TOKEN generated by : /index.php 2026-05-13 01:48:59 DEBUG 176.65.139.229 414490 3201 NEW TOKEN generated by : /index.php 2026-05-13 01:48:59 NOTICE 176.65.139.236 414489 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-13 01:48:59 NOTICE 176.65.139.229 414490 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-13 01:48:59 DEBUG 176.65.139.236 414489 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-13 01:48:59 DEBUG 176.65.139.229 414490 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-13 01:48:59 INFO 176.65.139.229 414490 3201 --- End access to /index.php 2026-05-13 01:48:59 INFO 176.65.139.236 414489 3201 --- End access to /index.php 2026-05-13 01:48:59 DEBUG 176.65.139.231 414489 3201 NEW TOKEN generated by : /index.php 2026-05-13 01:48:59 NOTICE 176.65.139.231 414489 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-13 01:48:59 DEBUG 176.65.139.231 414489 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-13 01:48:59 INFO 176.65.139.231 414489 3201 --- End access to /index.php 2026-05-13 05:42:57 DEBUG 143.244.47.83 482244 3201 NEW TOKEN generated by : /index.php 2026-05-13 05:42:57 NOTICE 143.244.47.83 482244 3201 --- Access to HEAD /index.php - action= - actionlogin= - showing the login form and exit 2026-05-13 05:42:57 DEBUG 143.244.47.83 482244 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-13 05:42:57 INFO 143.244.47.83 482244 3201 --- End access to /index.php 2026-05-13 05:42:58 DEBUG 143.244.47.83 482244 3201 NEW TOKEN generated by : /index.php 2026-05-13 05:42:58 NOTICE 143.244.47.83 482244 3201 --- Access to HEAD /index.php - action= - actionlogin= - showing the login form and exit 2026-05-13 05:42:58 DEBUG 143.244.47.83 482244 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-13 05:42:58 INFO 143.244.47.83 482244 3201 --- End access to /index.php 2026-05-13 05:42:59 DEBUG 143.244.47.83 482244 3201 NEW TOKEN generated by : /index.php 2026-05-13 05:42:59 NOTICE 143.244.47.83 482244 3201 --- Access to HEAD /index.php - action= - actionlogin= - showing the login form and exit 2026-05-13 05:42:59 DEBUG 143.244.47.83 482244 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-13 05:42:59 INFO 143.244.47.83 482244 3201 --- End access to /index.php 2026-05-13 05:43:01 DEBUG 143.244.47.83 482244 3201 NEW TOKEN generated by : /index.php 2026-05-13 05:43:01 NOTICE 143.244.47.83 482244 3201 --- Access to HEAD /index.php - action= - actionlogin= - showing the login form and exit 2026-05-13 05:43:01 DEBUG 143.244.47.83 482244 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-13 05:43:01 INFO 143.244.47.83 482244 3201 --- End access to /index.php 2026-05-13 05:43:01 DEBUG 143.244.47.83 482508 3201 NEW TOKEN generated by : /index.php 2026-05-13 05:43:01 NOTICE 143.244.47.83 482508 3201 --- Access to HEAD /index.php - action= - actionlogin= - showing the login form and exit 2026-05-13 05:43:01 DEBUG 143.244.47.83 482508 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-13 05:43:01 INFO 143.244.47.83 482508 3201 --- End access to /index.php 2026-05-13 07:38:14 DEBUG 35.208.50.84 52257 3201 NEW TOKEN generated by : /index.php 2026-05-13 07:38:14 NOTICE 35.208.50.84 52257 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-13 07:38:14 DEBUG 35.208.50.84 52257 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-13 07:38:14 INFO 35.208.50.84 52257 3201 --- End access to /index.php 2026-05-13 08:00:34 DEBUG 205.210.31.181 125269 3201 NEW TOKEN generated by : /index.php 2026-05-13 08:00:34 NOTICE 205.210.31.181 125269 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-13 08:00:34 DEBUG 205.210.31.181 125269 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-13 08:00:34 INFO 205.210.31.181 125269 3201 --- End access to /index.php 2026-05-13 08:34:49 DEBUG 198.235.24.120 239497 3201 NEW TOKEN generated by : /index.php 2026-05-13 08:34:49 NOTICE 198.235.24.120 239497 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-13 08:34:49 DEBUG 198.235.24.120 239497 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-13 08:34:49 INFO 198.235.24.120 239497 3201 --- End access to /index.php 2026-05-13 08:52:57 DEBUG 34.1.28.218 301722 3201 NEW TOKEN generated by : /index.php 2026-05-13 08:52:57 NOTICE 34.1.28.218 301722 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-13 08:52:57 DEBUG 34.1.28.218 301722 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-13 08:52:57 INFO 34.1.28.218 301722 3201 --- End access to /index.php 2026-05-13 08:53:12 DEBUG 34.1.28.218 302968 3201 NEW TOKEN generated by : /index.php 2026-05-13 08:53:12 NOTICE 34.1.28.218 302968 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-13 08:53:12 DEBUG 34.1.28.218 302968 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-13 08:53:12 INFO 34.1.28.218 302968 3201 --- End access to /index.php 2026-05-13 12:36:01 DEBUG 198.235.24.154 86233 3201 NEW TOKEN generated by : /index.php 2026-05-13 12:36:01 NOTICE 198.235.24.154 86233 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-13 12:36:01 DEBUG 198.235.24.154 86233 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-13 12:36:01 INFO 198.235.24.154 86233 3201 --- End access to /index.php 2026-05-13 23:42:40 DEBUG 51.89.7.66 111592 3201 NEW TOKEN generated by : /index.php 2026-05-13 23:42:40 NOTICE 51.89.7.66 111592 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-13 23:42:40 DEBUG 51.89.7.66 111592 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-13 23:42:40 INFO 51.89.7.66 111592 3201 --- End access to /index.php 2026-05-14 06:28:40 DEBUG 66.132.195.105 31582 3201 NEW TOKEN generated by : /index.php 2026-05-14 06:28:40 NOTICE 66.132.195.105 31582 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-14 06:28:40 DEBUG 66.132.195.105 31582 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-14 06:28:40 INFO 66.132.195.105 31582 3201 --- End access to /index.php 2026-05-14 06:41:39 DEBUG 66.132.172.219 85899 3201 NEW TOKEN generated by : /index.php 2026-05-14 06:41:39 NOTICE 66.132.172.219 85899 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-14 06:41:39 DEBUG 66.132.172.219 85899 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-14 06:41:39 INFO 66.132.172.219 85899 3201 --- End access to /index.php 2026-05-14 07:45:49 DEBUG 5.255.121.146 363192 3201 NEW TOKEN generated by : /index.php 2026-05-14 07:45:49 NOTICE 5.255.121.146 363192 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-14 07:45:49 DEBUG 5.255.121.146 363192 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-14 07:45:49 INFO 5.255.121.146 363192 3201 --- End access to /index.php 2026-05-14 07:45:49 DEBUG 5.255.121.146 363196 3201 NEW TOKEN generated by : /index.php 2026-05-14 07:45:49 NOTICE 5.255.121.146 363196 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-14 07:45:49 DEBUG 5.255.121.146 363196 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-14 07:45:49 INFO 5.255.121.146 363196 3201 --- End access to /index.php 2026-05-14 07:45:50 DEBUG 5.255.121.146 363196 3201 NEW TOKEN generated by : /index.php 2026-05-14 07:45:50 NOTICE 5.255.121.146 363196 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-14 07:45:50 DEBUG 5.255.121.146 363196 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-14 07:45:50 INFO 5.255.121.146 363196 3201 --- End access to /index.php 2026-05-14 07:45:51 DEBUG 5.255.121.146 363196 3201 NEW TOKEN generated by : /index.php 2026-05-14 07:45:51 NOTICE 5.255.121.146 363196 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-14 07:45:51 DEBUG 5.255.121.146 363196 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-14 07:45:51 INFO 5.255.121.146 363196 3201 --- End access to /index.php 2026-05-14 11:31:51 DEBUG 208.84.102.199 397986 3201 NEW TOKEN generated by : /index.php 2026-05-14 11:31:51 NOTICE 208.84.102.199 397986 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-14 11:31:51 DEBUG 208.84.102.199 397986 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-14 11:31:51 INFO 208.84.102.199 397986 3201 --- End access to /index.php 2026-05-14 11:31:51 DEBUG 208.84.102.199 398076 3201 NEW TOKEN generated by : /index.php 2026-05-14 11:31:51 NOTICE 208.84.102.199 398076 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-14 11:31:51 DEBUG 208.84.102.199 398076 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-14 11:31:51 INFO 208.84.102.199 398076 3201 --- End access to /index.php 2026-05-14 11:31:53 DEBUG 208.84.102.199 398076 3201 NEW TOKEN generated by : /index.php 2026-05-14 11:31:53 NOTICE 208.84.102.199 398076 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-14 11:31:53 DEBUG 208.84.102.199 398076 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-14 11:31:53 INFO 208.84.102.199 398076 3201 --- End access to /index.php 2026-05-14 11:31:55 DEBUG 208.84.102.199 398076 3201 NEW TOKEN generated by : /index.php 2026-05-14 11:31:55 NOTICE 208.84.102.199 398076 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-14 11:31:55 DEBUG 208.84.102.199 398076 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-14 11:31:55 INFO 208.84.102.199 398076 3201 --- End access to /index.php 2026-05-14 12:32:52 DEBUG 208.84.100.220 715092 3201 NEW TOKEN generated by : /index.php 2026-05-14 12:32:52 NOTICE 208.84.100.220 715092 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-14 12:32:52 DEBUG 208.84.100.220 715092 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-14 12:32:52 INFO 208.84.100.220 715092 3201 --- End access to /index.php 2026-05-14 12:32:52 DEBUG 208.84.100.220 715092 3201 NEW TOKEN generated by : /index.php 2026-05-14 12:32:52 NOTICE 208.84.100.220 715092 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-14 12:32:52 DEBUG 208.84.100.220 715092 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-14 12:32:52 INFO 208.84.100.220 715092 3201 --- End access to /index.php 2026-05-14 12:32:53 DEBUG 208.84.100.220 715092 3201 NEW TOKEN generated by : /index.php 2026-05-14 12:32:53 NOTICE 208.84.100.220 715092 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-14 12:32:53 DEBUG 208.84.100.220 715092 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-14 12:32:53 INFO 208.84.100.220 715092 3201 --- End access to /index.php 2026-05-14 12:32:54 DEBUG 208.84.100.220 715092 3201 NEW TOKEN generated by : /index.php 2026-05-14 12:32:54 NOTICE 208.84.100.220 715092 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-14 12:32:54 DEBUG 208.84.100.220 715092 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-14 12:32:54 INFO 208.84.100.220 715092 3201 --- End access to /index.php 2026-05-14 14:29:20 DEBUG 34.123.252.197 373128 3201 NEW TOKEN generated by : /index.php 2026-05-14 14:29:20 DEBUG 34.123.252.197 373129 3201 NEW TOKEN generated by : /index.php 2026-05-14 14:29:20 NOTICE 34.123.252.197 373129 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-14 14:29:20 NOTICE 34.123.252.197 373128 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-14 14:29:20 DEBUG 34.123.252.197 373129 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-14 14:29:20 DEBUG 34.123.252.197 373128 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-14 14:29:20 INFO 34.123.252.197 373129 3201 --- End access to /index.php 2026-05-14 14:29:20 INFO 34.123.252.197 373128 3201 --- End access to /index.php 2026-05-14 14:33:03 DEBUG 136.119.232.152 389734 3201 NEW TOKEN generated by : /index.php 2026-05-14 14:33:03 NOTICE 136.119.232.152 389734 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-14 14:33:03 DEBUG 136.119.232.152 389734 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-14 14:33:03 INFO 136.119.232.152 389734 3201 --- End access to /index.php 2026-05-14 14:33:04 DEBUG 136.119.232.152 389837 3201 NEW TOKEN generated by : /index.php 2026-05-14 14:33:04 NOTICE 136.119.232.152 389837 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-14 14:33:04 DEBUG 136.119.232.152 389837 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-14 14:33:04 INFO 136.119.232.152 389837 3201 --- End access to /index.php 2026-05-14 14:52:15 DEBUG 34.9.244.55 502935 3201 NEW TOKEN generated by : /index.php 2026-05-14 14:52:15 NOTICE 34.9.244.55 502935 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-14 14:52:15 DEBUG 34.9.244.55 502935 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-14 14:52:15 INFO 34.9.244.55 502935 3201 --- End access to /index.php 2026-05-14 15:53:22 DEBUG 54.235.227.233 817420 3201 NEW TOKEN generated by : /index.php 2026-05-14 15:53:22 DEBUG 54.235.227.233 817421 3201 NEW TOKEN generated by : /index.php 2026-05-14 15:53:22 NOTICE 54.235.227.233 817420 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-14 15:53:22 NOTICE 54.235.227.233 817421 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-14 15:53:22 DEBUG 54.235.227.233 817420 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-14 15:53:22 DEBUG 54.235.227.233 817421 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-14 15:53:22 INFO 54.235.227.233 817421 3201 --- End access to /index.php 2026-05-14 15:53:22 INFO 54.235.227.233 817420 3201 --- End access to /index.php 2026-05-14 15:54:23 DEBUG 54.235.227.233 821934 3201 NEW TOKEN generated by : /index.php 2026-05-14 15:54:23 NOTICE 54.235.227.233 821934 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-14 15:54:23 DEBUG 54.235.227.233 821934 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-14 15:54:23 INFO 54.235.227.233 821934 3201 --- End access to /index.php 2026-05-14 15:56:30 DEBUG 54.235.227.233 831794 3201 NEW TOKEN generated by : /index.php 2026-05-14 15:56:30 NOTICE 54.235.227.233 831794 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-14 15:56:30 DEBUG 54.235.227.233 831794 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-14 15:56:30 INFO 54.235.227.233 831794 3201 --- End access to /index.php 2026-05-14 16:26:01 DEBUG 176.65.139.231 985505 3201 NEW TOKEN generated by : /index.php 2026-05-14 16:26:01 NOTICE 176.65.139.231 985505 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-14 16:26:01 DEBUG 176.65.139.231 985505 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-14 16:26:01 INFO 176.65.139.231 985505 3201 --- End access to /index.php 2026-05-14 16:26:01 DEBUG 176.65.139.235 985514 3201 NEW TOKEN generated by : /index.php 2026-05-14 16:26:01 NOTICE 176.65.139.235 985514 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-14 16:26:01 DEBUG 176.65.139.235 985514 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-14 16:26:01 INFO 176.65.139.235 985514 3201 --- End access to /index.php 2026-05-14 16:26:01 DEBUG 176.65.139.234 985505 3201 NEW TOKEN generated by : /index.php 2026-05-14 16:26:01 NOTICE 176.65.139.234 985505 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-14 16:26:01 DEBUG 176.65.139.234 985505 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-14 16:26:01 INFO 176.65.139.234 985505 3201 --- End access to /index.php 2026-05-14 16:34:51 DEBUG 199.45.154.120 1032301 3201 NEW TOKEN generated by : /index.php 2026-05-14 16:34:51 NOTICE 199.45.154.120 1032301 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-14 16:34:51 DEBUG 199.45.154.120 1032301 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-14 16:34:51 INFO 199.45.154.120 1032301 3201 --- End access to /index.php 2026-05-14 17:10:06 DEBUG 51.89.7.66 128320 3201 NEW TOKEN generated by : /index.php 2026-05-14 17:10:06 NOTICE 51.89.7.66 128320 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-14 17:10:06 DEBUG 51.89.7.66 128320 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-14 17:10:06 INFO 51.89.7.66 128320 3201 --- End access to /index.php 2026-05-14 17:15:42 DEBUG 199.45.155.103 146413 3201 NEW TOKEN generated by : /index.php 2026-05-14 17:15:42 NOTICE 199.45.155.103 146413 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-14 17:15:42 DEBUG 199.45.155.103 146413 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-14 17:15:42 INFO 199.45.155.103 146413 3201 --- End access to /index.php 2026-05-15 01:20:13 DEBUG 157.230.94.22 97136 3201 NEW TOKEN generated by : /index.php 2026-05-15 01:20:13 NOTICE 157.230.94.22 97136 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-15 01:20:13 DEBUG 157.230.94.22 97136 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-15 01:20:13 INFO 157.230.94.22 97136 3201 --- End access to /index.php 2026-05-15 03:20:06 DEBUG 195.170.172.102 556687 3201 NEW TOKEN generated by : /index.php 2026-05-15 03:20:06 NOTICE 195.170.172.102 556687 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-15 03:20:06 DEBUG 195.170.172.102 556687 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-15 03:20:06 INFO 195.170.172.102 556687 3201 --- End access to /index.php 2026-05-15 03:20:14 DEBUG 195.170.172.102 556687 3201 NEW TOKEN generated by : /index.php 2026-05-15 03:20:14 NOTICE 195.170.172.102 556687 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-15 03:20:14 DEBUG 195.170.172.102 556687 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-15 03:20:14 INFO 195.170.172.102 556687 3201 --- End access to /index.php 2026-05-15 04:36:38 DEBUG 161.35.60.12 1031911 3201 NEW TOKEN generated by : /index.php 2026-05-15 04:36:38 NOTICE 161.35.60.12 1031911 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-15 04:36:38 DEBUG 161.35.60.12 1031911 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-15 04:36:39 INFO 161.35.60.12 1031911 3201 --- End access to /index.php 2026-05-15 04:36:39 DEBUG 161.35.60.12 1031911 3201 NEW TOKEN generated by : /index.php 2026-05-15 04:36:39 NOTICE 161.35.60.12 1031911 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-15 04:36:39 DEBUG 161.35.60.12 1031911 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-15 04:36:39 INFO 161.35.60.12 1031911 3201 --- End access to /index.php 2026-05-15 04:36:39 NOTICE 161.35.60.12 1032113 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-15 04:36:39 DEBUG 161.35.60.12 1032113 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-15 04:36:39 INFO 161.35.60.12 1032113 3201 --- End access to /index.php 2026-05-15 04:36:39 NOTICE 161.35.60.12 1031399 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-15 04:36:39 DEBUG 161.35.60.12 1031399 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-15 04:36:39 INFO 161.35.60.12 1031399 3201 --- End access to /index.php 2026-05-15 04:36:39 NOTICE 161.35.60.12 1031911 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-15 04:36:39 DEBUG 161.35.60.12 1031911 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-15 04:36:39 INFO 161.35.60.12 1031911 3201 --- End access to /index.php 2026-05-15 04:36:39 NOTICE 161.35.60.12 1032113 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-15 04:36:39 DEBUG 161.35.60.12 1032113 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-15 04:36:39 INFO 161.35.60.12 1032113 3201 --- End access to /index.php 2026-05-15 07:01:20 DEBUG 147.185.132.237 681073 3201 NEW TOKEN generated by : /index.php 2026-05-15 07:01:20 NOTICE 147.185.132.237 681073 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-15 07:01:20 DEBUG 147.185.132.237 681073 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-15 07:01:20 INFO 147.185.132.237 681073 3201 --- End access to /index.php 2026-05-15 08:17:57 DEBUG 198.235.24.50 1020712 3201 NEW TOKEN generated by : /index.php 2026-05-15 08:17:57 NOTICE 198.235.24.50 1020712 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-15 08:17:57 DEBUG 198.235.24.50 1020712 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-15 08:17:57 INFO 198.235.24.50 1020712 3201 --- End access to /index.php 2026-05-15 08:32:48 DEBUG 34.193.251.180 34976 3201 NEW TOKEN generated by : /index.php 2026-05-15 08:32:48 NOTICE 34.193.251.180 34976 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-15 08:32:48 DEBUG 34.193.251.180 34976 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-15 08:32:48 INFO 34.193.251.180 34976 3201 --- End access to /index.php 2026-05-15 08:32:48 DEBUG 34.193.251.180 34977 3201 NEW TOKEN generated by : /index.php 2026-05-15 08:32:48 NOTICE 34.193.251.180 34977 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-15 08:32:48 DEBUG 34.193.251.180 34977 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-15 08:32:48 INFO 34.193.251.180 34977 3201 --- End access to /index.php 2026-05-15 08:32:48 DEBUG 34.193.251.180 34976 3201 NEW TOKEN generated by : /index.php 2026-05-15 08:32:48 NOTICE 34.193.251.180 34976 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-15 08:32:48 DEBUG 34.193.251.180 34976 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-15 08:32:48 INFO 34.193.251.180 34976 3201 --- End access to /index.php 2026-05-15 08:32:48 DEBUG 34.193.251.180 34976 3201 NEW TOKEN generated by : /index.php 2026-05-15 08:32:48 NOTICE 34.193.251.180 34976 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-15 08:32:48 DEBUG 34.193.251.180 34976 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-15 08:32:48 INFO 34.193.251.180 34976 3201 --- End access to /index.php 2026-05-15 08:32:48 DEBUG 34.193.251.180 34976 3201 NEW TOKEN generated by : /index.php 2026-05-15 08:32:48 NOTICE 34.193.251.180 34976 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-15 08:32:48 DEBUG 34.193.251.180 34976 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-15 08:32:48 INFO 34.193.251.180 34976 3201 --- End access to /index.php 2026-05-15 08:43:53 DEBUG 205.210.31.133 104126 3201 NEW TOKEN generated by : /index.php 2026-05-15 08:43:53 NOTICE 205.210.31.133 104126 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-15 08:43:53 DEBUG 205.210.31.133 104126 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-15 08:43:53 INFO 205.210.31.133 104126 3201 --- End access to /index.php 2026-05-15 12:35:23 DEBUG 66.132.186.204 69944 3201 NEW TOKEN generated by : /index.php 2026-05-15 12:35:23 NOTICE 66.132.186.204 69944 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-15 12:35:23 DEBUG 66.132.186.204 69944 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-15 12:35:23 INFO 66.132.186.204 69944 3201 --- End access to /index.php 2026-05-15 12:35:47 DEBUG 167.94.146.59 69944 3201 NEW TOKEN generated by : /index.php 2026-05-15 12:35:47 NOTICE 167.94.146.59 69944 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-15 12:35:47 DEBUG 167.94.146.59 69944 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-15 12:35:47 INFO 167.94.146.59 69944 3201 --- End access to /index.php 2026-05-15 14:22:11 DEBUG 198.235.24.241 462984 3201 NEW TOKEN generated by : /index.php 2026-05-15 14:22:11 NOTICE 198.235.24.241 462984 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-15 14:22:11 DEBUG 198.235.24.241 462984 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-15 14:22:11 INFO 198.235.24.241 462984 3201 --- End access to /index.php 2026-05-16 07:46:58 DEBUG 147.185.132.42 272185 3201 NEW TOKEN generated by : /index.php 2026-05-16 07:46:58 NOTICE 147.185.132.42 272185 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-16 07:46:58 DEBUG 147.185.132.42 272185 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-16 07:46:58 INFO 147.185.132.42 272185 3201 --- End access to /index.php 2026-05-16 08:20:09 DEBUG 198.235.24.60 709741 3201 NEW TOKEN generated by : /index.php 2026-05-16 08:20:09 NOTICE 198.235.24.60 709741 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-16 08:20:09 DEBUG 198.235.24.60 709741 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-16 08:20:09 INFO 198.235.24.60 709741 3201 --- End access to /index.php 2026-05-16 11:01:28 DEBUG 205.210.31.156 546024 3201 NEW TOKEN generated by : /index.php 2026-05-16 11:01:28 NOTICE 205.210.31.156 546024 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-16 11:01:28 DEBUG 205.210.31.156 546024 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-16 11:01:28 INFO 205.210.31.156 546024 3201 --- End access to /index.php 2026-05-16 16:23:45 DEBUG 198.235.24.183 1038751 3201 NEW TOKEN generated by : /index.php 2026-05-16 16:23:45 NOTICE 198.235.24.183 1038751 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-16 16:23:45 DEBUG 198.235.24.183 1038751 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-16 16:23:45 INFO 198.235.24.183 1038751 3201 --- End access to /index.php 2026-05-16 17:13:43 DEBUG 66.132.195.73 339315 3201 NEW TOKEN generated by : /index.php 2026-05-16 17:13:43 NOTICE 66.132.195.73 339315 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-16 17:13:43 DEBUG 66.132.195.73 339315 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-16 17:13:43 INFO 66.132.195.73 339315 3201 --- End access to /index.php 2026-05-16 17:31:43 DEBUG 66.132.172.141 251344 3201 NEW TOKEN generated by : /index.php 2026-05-16 17:31:43 NOTICE 66.132.172.141 251344 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-16 17:31:43 DEBUG 66.132.172.141 251344 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-16 17:31:43 INFO 66.132.172.141 251344 3201 --- End access to /index.php 2026-05-16 18:39:52 DEBUG 103.168.66.237 694318 3201 NEW TOKEN generated by : /index.php 2026-05-16 18:39:52 WARNING 103.168.66.237 694318 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-16 18:39:52 INFO 103.168.66.237 694318 3201 --- End access to /index.php 2026-05-16 19:00:20 DEBUG 147.185.132.91 929263 3201 NEW TOKEN generated by : /index.php 2026-05-16 19:00:20 NOTICE 147.185.132.91 929263 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-16 19:00:20 DEBUG 147.185.132.91 929263 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-16 19:00:20 INFO 147.185.132.91 929263 3201 --- End access to /index.php 2026-05-16 21:37:37 DEBUG 64.69.216.78 827429 3201 NEW TOKEN generated by : /index.php 2026-05-16 21:37:37 NOTICE 64.69.216.78 827429 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-16 21:37:37 DEBUG 64.69.216.78 827429 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-16 21:37:37 INFO 64.69.216.78 827429 3201 --- End access to /index.php 2026-05-17 01:12:00 DEBUG 144.126.207.51 52987 3201 NEW TOKEN generated by : /index.php 2026-05-17 01:12:00 NOTICE 144.126.207.51 52987 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-17 01:12:00 DEBUG 144.126.207.51 52987 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-17 01:12:00 INFO 144.126.207.51 52987 3201 --- End access to /index.php 2026-05-17 01:12:01 DEBUG 144.126.207.51 917033 3201 NEW TOKEN generated by : /index.php 2026-05-17 01:12:01 NOTICE 144.126.207.51 917033 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-17 01:12:01 DEBUG 144.126.207.51 917033 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-17 01:12:01 INFO 144.126.207.51 917033 3201 --- End access to /index.php 2026-05-17 08:11:57 DEBUG 176.65.139.235 572117 3201 NEW TOKEN generated by : /index.php 2026-05-17 08:11:57 DEBUG 176.65.139.234 631633 3201 NEW TOKEN generated by : /index.php 2026-05-17 08:11:57 NOTICE 176.65.139.235 572117 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-17 08:11:57 DEBUG 176.65.139.235 572117 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-17 08:11:57 NOTICE 176.65.139.234 631633 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-17 08:11:57 DEBUG 176.65.139.234 631633 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-17 08:11:57 INFO 176.65.139.234 631633 3201 --- End access to /index.php 2026-05-17 08:11:57 INFO 176.65.139.235 572117 3201 --- End access to /index.php 2026-05-17 08:11:57 DEBUG 176.65.139.232 628001 3201 NEW TOKEN generated by : /index.php 2026-05-17 08:11:57 NOTICE 176.65.139.232 628001 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-17 08:11:57 DEBUG 176.65.139.232 628001 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-17 08:11:57 INFO 176.65.139.232 628001 3201 --- End access to /index.php 2026-05-17 12:11:16 DEBUG 205.210.31.46 1026901 3201 NEW TOKEN generated by : /index.php 2026-05-17 12:11:16 NOTICE 205.210.31.46 1026901 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-17 12:11:16 DEBUG 205.210.31.46 1026901 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-17 12:11:16 INFO 205.210.31.46 1026901 3201 --- End access to /index.php 2026-05-17 16:22:20 DEBUG 205.210.31.169 391269 3201 NEW TOKEN generated by : /index.php 2026-05-17 16:22:20 NOTICE 205.210.31.169 391269 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-17 16:22:20 DEBUG 205.210.31.169 391269 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-17 16:22:20 INFO 205.210.31.169 391269 3201 --- End access to /index.php 2026-05-17 16:32:54 DEBUG 198.235.24.20 391295 3201 NEW TOKEN generated by : /index.php 2026-05-17 16:32:54 NOTICE 198.235.24.20 391295 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-17 16:32:54 DEBUG 198.235.24.20 391295 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-17 16:32:54 INFO 198.235.24.20 391295 3201 --- End access to /index.php 2026-05-17 18:20:14 DEBUG 205.210.31.55 114708 3201 NEW TOKEN generated by : /index.php 2026-05-17 18:20:14 NOTICE 205.210.31.55 114708 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-17 18:20:14 DEBUG 205.210.31.55 114708 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-17 18:20:14 INFO 205.210.31.55 114708 3201 --- End access to /index.php 2026-05-18 02:43:40 DEBUG 165.227.183.89 590220 3201 NEW TOKEN generated by : /index.php 2026-05-18 02:43:40 NOTICE 165.227.183.89 590220 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-18 02:43:40 DEBUG 165.227.183.89 590220 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-18 02:43:40 INFO 165.227.183.89 590220 3201 --- End access to /index.php 2026-05-18 02:43:41 DEBUG 165.227.183.89 590253 3201 NEW TOKEN generated by : /index.php 2026-05-18 02:43:41 NOTICE 165.227.183.89 590253 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-18 02:43:41 DEBUG 165.227.183.89 590253 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-18 02:43:41 INFO 165.227.183.89 590253 3201 --- End access to /index.php 2026-05-18 03:02:27 DEBUG 173.249.48.215 44341 3201 NEW TOKEN generated by : /index.php 2026-05-18 03:02:27 NOTICE 173.249.48.215 44341 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-18 03:02:27 DEBUG 173.249.48.215 44341 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-18 03:02:27 INFO 173.249.48.215 44341 3201 --- End access to /index.php 2026-05-18 13:35:46 DEBUG 159.223.44.189 535421 3201 NEW TOKEN generated by : /index.php 2026-05-18 13:35:46 NOTICE 159.223.44.189 535421 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-18 13:35:46 DEBUG 159.223.44.189 535421 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-18 13:35:46 DEBUG 159.223.44.189 533004 3201 NEW TOKEN generated by : /index.php 2026-05-18 13:35:46 NOTICE 159.223.44.189 533004 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-18 13:35:46 DEBUG 159.223.44.189 533004 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-18 13:35:46 INFO 159.223.44.189 535421 3201 --- End access to /index.php 2026-05-18 13:35:46 INFO 159.223.44.189 533004 3201 --- End access to /index.php 2026-05-18 13:35:46 NOTICE 159.223.44.189 535745 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-18 13:35:46 DEBUG 159.223.44.189 535745 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-18 13:35:46 INFO 159.223.44.189 535745 3201 --- End access to /index.php 2026-05-18 13:35:46 NOTICE 159.223.44.189 535732 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-18 13:35:46 DEBUG 159.223.44.189 535732 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-18 13:35:46 INFO 159.223.44.189 535732 3201 --- End access to /index.php 2026-05-18 13:35:48 NOTICE 159.223.44.189 530109 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-18 13:35:48 DEBUG 159.223.44.189 530109 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-18 13:35:48 INFO 159.223.44.189 530109 3201 --- End access to /index.php 2026-05-18 13:35:48 NOTICE 159.223.44.189 537321 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-18 13:35:48 DEBUG 159.223.44.189 537321 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-18 13:35:48 INFO 159.223.44.189 537321 3201 --- End access to /index.php 2026-05-18 15:08:50 DEBUG 205.210.31.13 912030 3201 NEW TOKEN generated by : /index.php 2026-05-18 15:08:50 NOTICE 205.210.31.13 912030 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-18 15:08:50 DEBUG 205.210.31.13 912030 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-18 15:08:50 INFO 205.210.31.13 912030 3201 --- End access to /index.php 2026-05-18 15:29:41 DEBUG 34.69.109.7 912030 3201 NEW TOKEN generated by : /index.php 2026-05-18 15:29:41 NOTICE 34.69.109.7 912030 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-18 15:29:41 DEBUG 34.69.109.7 912030 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-18 15:29:41 INFO 34.69.109.7 912030 3201 --- End access to /index.php 2026-05-18 15:29:41 DEBUG 34.69.109.7 912030 3201 NEW TOKEN generated by : /index.php 2026-05-18 15:29:41 NOTICE 34.69.109.7 912030 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-18 15:29:41 DEBUG 34.69.109.7 912030 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-18 15:29:41 INFO 34.69.109.7 912030 3201 --- End access to /index.php 2026-05-18 15:41:00 DEBUG 34.123.39.69 216144 3201 NEW TOKEN generated by : /index.php 2026-05-18 15:41:00 NOTICE 34.123.39.69 216144 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-18 15:41:00 DEBUG 34.123.39.69 216144 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-18 15:41:00 INFO 34.123.39.69 216144 3201 --- End access to /index.php 2026-05-18 17:52:37 DEBUG 35.223.214.136 965281 3201 NEW TOKEN generated by : /index.php 2026-05-18 17:52:37 DEBUG 35.223.214.136 882152 3201 NEW TOKEN generated by : /index.php 2026-05-18 17:52:37 NOTICE 35.223.214.136 965281 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-18 17:52:37 NOTICE 35.223.214.136 882152 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-18 17:52:37 DEBUG 35.223.214.136 965281 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-18 17:52:37 DEBUG 35.223.214.136 882152 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-18 17:52:37 INFO 35.223.214.136 965281 3201 --- End access to /index.php 2026-05-18 17:52:37 INFO 35.223.214.136 882152 3201 --- End access to /index.php 2026-05-18 20:21:38 DEBUG 3.151.194.164 634820 3201 NEW TOKEN generated by : /index.php 2026-05-18 20:21:38 NOTICE 3.151.194.164 634820 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-18 20:21:38 DEBUG 3.151.194.164 634820 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-18 20:21:38 INFO 3.151.194.164 634820 3201 --- End access to /index.php 2026-05-18 20:51:13 DEBUG 45.148.10.21 779115 3201 NEW TOKEN generated by : /index.php 2026-05-18 20:51:13 NOTICE 45.148.10.21 779115 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-18 20:51:13 DEBUG 45.148.10.21 779115 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-18 20:51:13 INFO 45.148.10.21 779115 3201 --- End access to /index.php 2026-05-18 20:51:13 DEBUG 45.148.10.21 708270 3201 NEW TOKEN generated by : /index.php 2026-05-18 20:51:13 NOTICE 45.148.10.21 708270 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-18 20:51:13 DEBUG 45.148.10.21 708270 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-18 20:51:13 INFO 45.148.10.21 708270 3201 --- End access to /index.php 2026-05-18 20:51:14 DEBUG 45.148.10.21 800810 3201 NEW TOKEN generated by : /index.php 2026-05-18 20:51:14 NOTICE 45.148.10.21 800810 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-18 20:51:14 DEBUG 45.148.10.21 800810 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-18 20:51:14 INFO 45.148.10.21 800810 3201 --- End access to /index.php 2026-05-18 20:51:24 DEBUG 45.148.10.21 651309 3201 NEW TOKEN generated by : /index.php 2026-05-18 20:51:24 NOTICE 45.148.10.21 651309 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-18 20:51:24 DEBUG 45.148.10.21 651309 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-18 20:51:24 DEBUG 45.148.10.21 868391 3201 NEW TOKEN generated by : /index.php 2026-05-18 20:51:24 NOTICE 45.148.10.21 868391 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-18 20:51:24 DEBUG 45.148.10.21 868391 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-18 20:51:24 INFO 45.148.10.21 651309 3201 --- End access to /index.php 2026-05-18 20:51:24 INFO 45.148.10.21 868391 3201 --- End access to /index.php 2026-05-18 20:51:24 DEBUG 45.148.10.21 868391 3201 NEW TOKEN generated by : /index.php 2026-05-18 20:51:24 NOTICE 45.148.10.21 868391 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-18 20:51:24 DEBUG 45.148.10.21 868391 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-18 20:51:24 DEBUG 45.148.10.21 779115 3201 NEW TOKEN generated by : /index.php 2026-05-18 20:51:24 DEBUG 45.148.10.21 634912 3201 NEW TOKEN generated by : /index.php 2026-05-18 20:51:24 NOTICE 45.148.10.21 779115 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-18 20:51:24 DEBUG 45.148.10.21 779115 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-18 20:51:24 NOTICE 45.148.10.21 634912 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-18 20:51:24 DEBUG 45.148.10.21 634912 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-18 20:51:24 INFO 45.148.10.21 868391 3201 --- End access to /index.php 2026-05-18 20:51:24 INFO 45.148.10.21 779115 3201 --- End access to /index.php 2026-05-18 20:51:24 INFO 45.148.10.21 634912 3201 --- End access to /index.php 2026-05-18 20:51:24 DEBUG 45.148.10.21 779109 3201 NEW TOKEN generated by : /index.php 2026-05-18 20:51:24 NOTICE 45.148.10.21 779109 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-18 20:51:24 DEBUG 45.148.10.21 779109 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-18 20:51:24 INFO 45.148.10.21 779109 3201 --- End access to /index.php 2026-05-18 20:51:24 DEBUG 45.148.10.21 634912 3201 NEW TOKEN generated by : /index.php 2026-05-18 20:51:24 NOTICE 45.148.10.21 634912 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-18 20:51:24 DEBUG 45.148.10.21 634912 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-18 20:51:24 INFO 45.148.10.21 634912 3201 --- End access to /index.php 2026-05-18 20:51:24 DEBUG 45.148.10.21 816140 3201 NEW TOKEN generated by : /index.php 2026-05-18 20:51:24 DEBUG 45.148.10.21 779109 3201 NEW TOKEN generated by : /index.php 2026-05-18 20:51:24 NOTICE 45.148.10.21 816140 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-18 20:51:24 DEBUG 45.148.10.21 816140 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-18 20:51:24 NOTICE 45.148.10.21 779109 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-18 20:51:24 DEBUG 45.148.10.21 779109 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-18 20:51:24 DEBUG 45.148.10.21 868391 3201 NEW TOKEN generated by : /index.php 2026-05-18 20:51:24 NOTICE 45.148.10.21 868391 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-18 20:51:24 DEBUG 45.148.10.21 868391 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-18 20:51:24 INFO 45.148.10.21 779109 3201 --- End access to /index.php 2026-05-18 20:51:24 INFO 45.148.10.21 868391 3201 --- End access to /index.php 2026-05-18 20:51:24 INFO 45.148.10.21 816140 3201 --- End access to /index.php 2026-05-18 20:51:24 DEBUG 45.148.10.21 868389 3201 NEW TOKEN generated by : /index.php 2026-05-18 20:51:24 DEBUG 45.148.10.21 634912 3201 NEW TOKEN generated by : /index.php 2026-05-18 20:51:24 NOTICE 45.148.10.21 868389 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-18 20:51:24 DEBUG 45.148.10.21 868389 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-18 20:51:24 NOTICE 45.148.10.21 634912 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-18 20:51:24 DEBUG 45.148.10.21 634912 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-18 20:51:24 INFO 45.148.10.21 868389 3201 --- End access to /index.php 2026-05-18 20:51:24 INFO 45.148.10.21 634912 3201 --- End access to /index.php 2026-05-18 20:51:24 DEBUG 45.148.10.21 868391 3201 NEW TOKEN generated by : /index.php 2026-05-18 20:51:24 NOTICE 45.148.10.21 868391 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-18 20:51:24 DEBUG 45.148.10.21 868391 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-18 20:51:24 INFO 45.148.10.21 868391 3201 --- End access to /index.php 2026-05-18 20:51:24 DEBUG 45.148.10.21 634912 3201 NEW TOKEN generated by : /index.php 2026-05-18 20:51:24 NOTICE 45.148.10.21 634912 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-18 20:51:24 DEBUG 45.148.10.21 634912 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-18 20:51:24 INFO 45.148.10.21 634912 3201 --- End access to /index.php 2026-05-18 20:51:24 DEBUG 45.148.10.21 816140 3201 NEW TOKEN generated by : /index.php 2026-05-18 20:51:24 NOTICE 45.148.10.21 816140 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-18 20:51:24 DEBUG 45.148.10.21 816140 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-18 20:51:24 INFO 45.148.10.21 816140 3201 --- End access to /index.php 2026-05-18 20:51:24 DEBUG 45.148.10.21 868389 3201 NEW TOKEN generated by : /index.php 2026-05-18 20:51:24 NOTICE 45.148.10.21 868389 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-18 20:51:24 DEBUG 45.148.10.21 868389 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-18 20:51:24 DEBUG 45.148.10.21 651309 3201 NEW TOKEN generated by : /index.php 2026-05-18 20:51:24 NOTICE 45.148.10.21 651309 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-18 20:51:24 DEBUG 45.148.10.21 651309 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-18 20:51:24 INFO 45.148.10.21 868389 3201 --- End access to /index.php 2026-05-18 20:51:24 INFO 45.148.10.21 651309 3201 --- End access to /index.php 2026-05-18 20:51:25 DEBUG 45.148.10.21 816140 3201 NEW TOKEN generated by : /index.php 2026-05-18 20:51:25 NOTICE 45.148.10.21 816140 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-18 20:51:25 DEBUG 45.148.10.21 816140 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-18 20:51:25 INFO 45.148.10.21 816140 3201 --- End access to /index.php 2026-05-18 20:51:25 DEBUG 45.148.10.21 868391 3201 NEW TOKEN generated by : /index.php 2026-05-18 20:51:25 NOTICE 45.148.10.21 868391 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-18 20:51:25 DEBUG 45.148.10.21 868391 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-18 20:51:25 INFO 45.148.10.21 868391 3201 --- End access to /index.php 2026-05-18 20:51:25 DEBUG 45.148.10.21 816140 3201 NEW TOKEN generated by : /index.php 2026-05-18 20:51:25 NOTICE 45.148.10.21 816140 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-18 20:51:25 DEBUG 45.148.10.21 816140 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-18 20:51:25 INFO 45.148.10.21 816140 3201 --- End access to /index.php 2026-05-18 20:51:25 DEBUG 45.148.10.21 779109 3201 NEW TOKEN generated by : /index.php 2026-05-18 20:51:25 NOTICE 45.148.10.21 779109 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-18 20:51:25 DEBUG 45.148.10.21 779109 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-18 20:51:25 INFO 45.148.10.21 779109 3201 --- End access to /index.php 2026-05-18 20:51:25 DEBUG 45.148.10.21 651319 3201 NEW TOKEN generated by : /index.php 2026-05-18 20:51:25 NOTICE 45.148.10.21 651319 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-18 20:51:25 DEBUG 45.148.10.21 651319 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-18 20:51:25 DEBUG 45.148.10.21 868389 3201 NEW TOKEN generated by : /index.php 2026-05-18 20:51:25 NOTICE 45.148.10.21 868389 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-18 20:51:25 DEBUG 45.148.10.21 868389 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-18 20:51:25 INFO 45.148.10.21 651319 3201 --- End access to /index.php 2026-05-18 20:51:25 INFO 45.148.10.21 868389 3201 --- End access to /index.php 2026-05-18 20:51:25 DEBUG 45.148.10.21 779109 3201 NEW TOKEN generated by : /index.php 2026-05-18 20:51:25 NOTICE 45.148.10.21 779109 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-18 20:51:25 DEBUG 45.148.10.21 779109 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-18 20:51:25 INFO 45.148.10.21 779109 3201 --- End access to /index.php 2026-05-18 20:51:25 DEBUG 45.148.10.21 779115 3201 NEW TOKEN generated by : /index.php 2026-05-18 20:51:25 NOTICE 45.148.10.21 779115 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-18 20:51:25 DEBUG 45.148.10.21 779115 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-18 20:51:25 INFO 45.148.10.21 779115 3201 --- End access to /index.php 2026-05-18 20:51:25 DEBUG 45.148.10.21 779115 3201 NEW TOKEN generated by : /index.php 2026-05-18 20:51:25 NOTICE 45.148.10.21 779115 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-18 20:51:25 DEBUG 45.148.10.21 779115 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-18 20:51:25 INFO 45.148.10.21 779115 3201 --- End access to /index.php 2026-05-18 20:51:25 DEBUG 45.148.10.21 651319 3201 NEW TOKEN generated by : /index.php 2026-05-18 20:51:25 NOTICE 45.148.10.21 651319 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-18 20:51:25 DEBUG 45.148.10.21 651319 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-18 20:51:25 INFO 45.148.10.21 651319 3201 --- End access to /index.php 2026-05-18 20:51:25 DEBUG 45.148.10.21 651309 3201 NEW TOKEN generated by : /index.php 2026-05-18 20:51:25 NOTICE 45.148.10.21 651309 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-18 20:51:25 DEBUG 45.148.10.21 651309 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-18 20:51:25 INFO 45.148.10.21 651309 3201 --- End access to /index.php 2026-05-18 20:51:25 DEBUG 45.148.10.21 868389 3201 NEW TOKEN generated by : /index.php 2026-05-18 20:51:25 NOTICE 45.148.10.21 868389 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-18 20:51:25 DEBUG 45.148.10.21 868389 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-18 20:51:25 INFO 45.148.10.21 868389 3201 --- End access to /index.php 2026-05-18 20:51:25 DEBUG 45.148.10.21 779115 3201 NEW TOKEN generated by : /index.php 2026-05-18 20:51:25 NOTICE 45.148.10.21 779115 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-18 20:51:25 DEBUG 45.148.10.21 779115 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-18 20:51:25 DEBUG 45.148.10.21 816140 3201 NEW TOKEN generated by : /index.php 2026-05-18 20:51:25 NOTICE 45.148.10.21 816140 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-18 20:51:25 DEBUG 45.148.10.21 816140 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-18 20:51:25 INFO 45.148.10.21 779115 3201 --- End access to /index.php 2026-05-18 20:51:25 INFO 45.148.10.21 816140 3201 --- End access to /index.php 2026-05-18 20:51:25 DEBUG 45.148.10.21 868389 3201 NEW TOKEN generated by : /index.php 2026-05-18 20:51:25 NOTICE 45.148.10.21 868389 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-18 20:51:25 DEBUG 45.148.10.21 868389 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-18 20:51:25 INFO 45.148.10.21 868389 3201 --- End access to /index.php 2026-05-18 20:51:25 DEBUG 45.148.10.21 816140 3201 NEW TOKEN generated by : /index.php 2026-05-18 20:51:25 NOTICE 45.148.10.21 816140 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-18 20:51:25 DEBUG 45.148.10.21 816140 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-18 20:51:25 INFO 45.148.10.21 816140 3201 --- End access to /index.php 2026-05-18 20:51:25 DEBUG 45.148.10.21 868391 3201 NEW TOKEN generated by : /index.php 2026-05-18 20:51:25 NOTICE 45.148.10.21 868391 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-18 20:51:25 DEBUG 45.148.10.21 868391 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-18 20:51:25 INFO 45.148.10.21 868391 3201 --- End access to /index.php 2026-05-18 20:51:25 DEBUG 45.148.10.21 868389 3201 NEW TOKEN generated by : /index.php 2026-05-18 20:51:25 NOTICE 45.148.10.21 868389 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-18 20:51:25 DEBUG 45.148.10.21 868389 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-18 20:51:25 INFO 45.148.10.21 868389 3201 --- End access to /index.php 2026-05-18 20:51:26 DEBUG 45.148.10.21 816140 3201 NEW TOKEN generated by : /index.php 2026-05-18 20:51:26 NOTICE 45.148.10.21 816140 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-18 20:51:26 DEBUG 45.148.10.21 816140 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-18 20:51:26 INFO 45.148.10.21 816140 3201 --- End access to /index.php 2026-05-18 20:51:26 DEBUG 45.148.10.21 779109 3201 NEW TOKEN generated by : /index.php 2026-05-18 20:51:26 NOTICE 45.148.10.21 779109 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-18 20:51:26 DEBUG 45.148.10.21 779109 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-18 20:51:26 DEBUG 45.148.10.21 800810 3201 NEW TOKEN generated by : /index.php 2026-05-18 20:51:26 NOTICE 45.148.10.21 800810 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-18 20:51:26 DEBUG 45.148.10.21 800810 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-18 20:51:26 INFO 45.148.10.21 779109 3201 --- End access to /index.php 2026-05-18 20:51:26 INFO 45.148.10.21 800810 3201 --- End access to /index.php 2026-05-18 20:51:26 DEBUG 45.148.10.21 651319 3201 NEW TOKEN generated by : /index.php 2026-05-18 20:51:26 NOTICE 45.148.10.21 651319 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-18 20:51:26 DEBUG 45.148.10.21 651319 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-18 20:51:26 DEBUG 45.148.10.21 868389 3201 NEW TOKEN generated by : /index.php 2026-05-18 20:51:26 NOTICE 45.148.10.21 868389 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-18 20:51:26 DEBUG 45.148.10.21 868389 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-18 20:51:26 INFO 45.148.10.21 651319 3201 --- End access to /index.php 2026-05-18 20:51:26 INFO 45.148.10.21 868389 3201 --- End access to /index.php 2026-05-18 20:51:26 DEBUG 45.148.10.21 800810 3201 NEW TOKEN generated by : /index.php 2026-05-18 20:51:26 NOTICE 45.148.10.21 800810 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-18 20:51:26 DEBUG 45.148.10.21 800810 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-18 20:51:26 INFO 45.148.10.21 800810 3201 --- End access to /index.php 2026-05-18 20:51:26 DEBUG 45.148.10.21 779115 3201 NEW TOKEN generated by : /index.php 2026-05-18 20:51:26 NOTICE 45.148.10.21 779115 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-18 20:51:26 DEBUG 45.148.10.21 779115 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-18 20:51:26 INFO 45.148.10.21 779115 3201 --- End access to /index.php 2026-05-18 20:51:26 DEBUG 45.148.10.21 800810 3201 NEW TOKEN generated by : /index.php 2026-05-18 20:51:26 NOTICE 45.148.10.21 800810 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-18 20:51:26 DEBUG 45.148.10.21 800810 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-18 20:51:26 INFO 45.148.10.21 800810 3201 --- End access to /index.php 2026-05-18 20:51:26 DEBUG 45.148.10.21 779115 3201 NEW TOKEN generated by : /index.php 2026-05-18 20:51:26 NOTICE 45.148.10.21 779115 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-18 20:51:26 DEBUG 45.148.10.21 779115 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-18 20:51:26 INFO 45.148.10.21 779115 3201 --- End access to /index.php 2026-05-18 20:51:26 DEBUG 45.148.10.21 779115 3201 NEW TOKEN generated by : /index.php 2026-05-18 20:51:26 NOTICE 45.148.10.21 779115 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-18 20:51:26 DEBUG 45.148.10.21 779115 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-18 20:51:26 INFO 45.148.10.21 779115 3201 --- End access to /index.php 2026-05-18 20:51:26 DEBUG 45.148.10.21 779109 3201 NEW TOKEN generated by : /index.php 2026-05-18 20:51:26 NOTICE 45.148.10.21 779109 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-18 20:51:26 DEBUG 45.148.10.21 779109 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-18 20:51:26 INFO 45.148.10.21 779109 3201 --- End access to /index.php 2026-05-18 20:51:26 DEBUG 45.148.10.21 779115 3201 NEW TOKEN generated by : /index.php 2026-05-18 20:51:26 NOTICE 45.148.10.21 779115 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-18 20:51:26 DEBUG 45.148.10.21 779115 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-18 20:51:26 INFO 45.148.10.21 779115 3201 --- End access to /index.php 2026-05-18 20:51:26 DEBUG 45.148.10.21 651319 3201 NEW TOKEN generated by : /index.php 2026-05-18 20:51:26 NOTICE 45.148.10.21 651319 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-18 20:51:26 DEBUG 45.148.10.21 651319 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-18 20:51:26 INFO 45.148.10.21 651319 3201 --- End access to /index.php 2026-05-18 20:51:26 DEBUG 45.148.10.21 779115 3201 NEW TOKEN generated by : /index.php 2026-05-18 20:51:26 NOTICE 45.148.10.21 779115 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-18 20:51:26 DEBUG 45.148.10.21 779115 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-18 20:51:26 INFO 45.148.10.21 779115 3201 --- End access to /index.php 2026-05-18 20:51:26 DEBUG 45.148.10.21 800810 3201 NEW TOKEN generated by : /index.php 2026-05-18 20:51:26 NOTICE 45.148.10.21 800810 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-18 20:51:26 DEBUG 45.148.10.21 800810 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-18 20:51:26 INFO 45.148.10.21 800810 3201 --- End access to /index.php 2026-05-18 20:51:26 DEBUG 45.148.10.21 634912 3201 NEW TOKEN generated by : /index.php 2026-05-18 20:51:26 NOTICE 45.148.10.21 634912 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-18 20:51:26 DEBUG 45.148.10.21 634912 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-18 20:51:26 INFO 45.148.10.21 634912 3201 --- End access to /index.php 2026-05-18 20:51:26 DEBUG 45.148.10.21 651309 3201 NEW TOKEN generated by : /index.php 2026-05-18 20:51:26 NOTICE 45.148.10.21 651309 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-18 20:51:26 DEBUG 45.148.10.21 651309 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-18 20:51:26 INFO 45.148.10.21 651309 3201 --- End access to /index.php 2026-05-18 20:51:26 DEBUG 45.148.10.21 634912 3201 NEW TOKEN generated by : /index.php 2026-05-18 20:51:26 NOTICE 45.148.10.21 634912 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-18 20:51:26 DEBUG 45.148.10.21 634912 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-18 20:51:26 INFO 45.148.10.21 634912 3201 --- End access to /index.php 2026-05-18 20:51:27 DEBUG 45.148.10.21 868391 3201 NEW TOKEN generated by : /index.php 2026-05-18 20:51:27 NOTICE 45.148.10.21 868391 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-18 20:51:27 DEBUG 45.148.10.21 868391 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-18 20:51:27 INFO 45.148.10.21 868391 3201 --- End access to /index.php 2026-05-19 00:13:39 DEBUG 162.243.60.136 791511 3201 NEW TOKEN generated by : /index.php 2026-05-19 00:13:39 NOTICE 162.243.60.136 791511 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-19 00:13:39 DEBUG 162.243.60.136 791511 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-19 00:13:39 INFO 162.243.60.136 791511 3201 --- End access to /index.php 2026-05-19 00:13:39 NOTICE 162.243.60.136 791511 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-19 00:13:39 DEBUG 162.243.60.136 791511 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-19 00:13:39 INFO 162.243.60.136 791511 3201 --- End access to /index.php 2026-05-19 00:13:40 NOTICE 162.243.60.136 791511 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-19 00:13:40 DEBUG 162.243.60.136 791511 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-19 00:13:40 INFO 162.243.60.136 791511 3201 --- End access to /index.php 2026-05-19 03:46:30 DEBUG 137.184.129.102 771654 3201 NEW TOKEN generated by : /index.php 2026-05-19 03:46:30 NOTICE 137.184.129.102 771654 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-19 03:46:30 DEBUG 137.184.129.102 771654 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-19 03:46:30 INFO 137.184.129.102 771654 3201 --- End access to /index.php 2026-05-19 03:46:30 NOTICE 137.184.129.102 771654 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-19 03:46:30 DEBUG 137.184.129.102 771654 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-19 03:46:30 INFO 137.184.129.102 771654 3201 --- End access to /index.php 2026-05-19 03:46:30 NOTICE 137.184.129.102 771654 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-19 03:46:30 DEBUG 137.184.129.102 771654 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-19 03:46:30 INFO 137.184.129.102 771654 3201 --- End access to /index.php 2026-05-19 06:32:46 DEBUG 3.139.242.79 415743 3201 NEW TOKEN generated by : /index.php 2026-05-19 06:32:46 NOTICE 3.139.242.79 415743 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-19 06:32:46 DEBUG 3.139.242.79 415743 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-19 06:32:46 INFO 3.139.242.79 415743 3201 --- End access to /index.php 2026-05-19 06:33:45 DEBUG 3.139.242.79 423221 3201 NEW TOKEN generated by : /index.php 2026-05-19 06:33:45 NOTICE 3.139.242.79 423221 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-19 06:33:45 DEBUG 3.139.242.79 423221 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-19 06:33:45 INFO 3.139.242.79 423221 3201 --- End access to /index.php 2026-05-19 07:11:36 DEBUG 176.65.139.229 586077 3201 NEW TOKEN generated by : /index.php 2026-05-19 07:11:36 NOTICE 176.65.139.229 586077 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-19 07:11:36 DEBUG 176.65.139.229 586077 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-19 07:11:36 INFO 176.65.139.229 586077 3201 --- End access to /index.php 2026-05-19 07:11:36 DEBUG 176.65.139.237 586085 3201 NEW TOKEN generated by : /index.php 2026-05-19 07:11:36 NOTICE 176.65.139.237 586085 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-19 07:11:36 DEBUG 176.65.139.237 586085 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-19 07:11:36 DEBUG 176.65.139.232 586086 3201 NEW TOKEN generated by : /index.php 2026-05-19 07:11:36 NOTICE 176.65.139.232 586086 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-19 07:11:36 DEBUG 176.65.139.232 586086 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-19 07:11:36 INFO 176.65.139.237 586085 3201 --- End access to /index.php 2026-05-19 07:11:36 INFO 176.65.139.232 586086 3201 --- End access to /index.php 2026-05-19 09:06:53 DEBUG 205.210.31.225 70218 3201 NEW TOKEN generated by : /index.php 2026-05-19 09:06:53 NOTICE 205.210.31.225 70218 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-19 09:06:53 DEBUG 205.210.31.225 70218 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-19 09:06:53 INFO 205.210.31.225 70218 3201 --- End access to /index.php 2026-05-19 10:14:32 DEBUG 198.235.24.42 387433 3201 NEW TOKEN generated by : /index.php 2026-05-19 10:14:32 NOTICE 198.235.24.42 387433 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-19 10:14:32 DEBUG 198.235.24.42 387433 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-19 10:14:32 INFO 198.235.24.42 387433 3201 --- End access to /index.php 2026-05-19 12:28:30 DEBUG 142.248.80.190 1011147 3201 NEW TOKEN generated by : /index.php 2026-05-19 12:28:30 NOTICE 142.248.80.190 1011147 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-19 12:28:30 DEBUG 142.248.80.190 1011147 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-19 12:28:30 INFO 142.248.80.190 1011147 3201 --- End access to /index.php 2026-05-19 12:28:31 DEBUG 142.248.80.190 1011147 3201 NEW TOKEN generated by : /index.php 2026-05-19 12:28:31 NOTICE 142.248.80.190 1011147 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-19 12:28:31 DEBUG 142.248.80.190 1011147 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-19 12:28:31 INFO 142.248.80.190 1011147 3201 --- End access to /index.php 2026-05-19 12:28:32 DEBUG 142.248.80.190 1011147 3201 NEW TOKEN generated by : /index.php 2026-05-19 12:28:32 NOTICE 142.248.80.190 1011147 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-19 12:28:32 DEBUG 142.248.80.190 1011147 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-19 12:28:32 INFO 142.248.80.190 1011147 3201 --- End access to /index.php 2026-05-19 12:28:32 DEBUG 142.248.80.190 1011256 3201 NEW TOKEN generated by : /index.php 2026-05-19 12:28:32 NOTICE 142.248.80.190 1011256 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-19 12:28:32 DEBUG 142.248.80.190 1011256 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-19 12:28:32 INFO 142.248.80.190 1011256 3201 --- End access to /index.php 2026-05-19 12:28:32 DEBUG 142.248.80.190 1011257 3201 NEW TOKEN generated by : /index.php 2026-05-19 12:28:32 NOTICE 142.248.80.190 1011257 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-19 12:28:32 DEBUG 142.248.80.190 1011257 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-19 12:28:32 INFO 142.248.80.190 1011257 3201 --- End access to /index.php 2026-05-19 12:28:34 DEBUG 142.248.80.190 1011257 3201 NEW TOKEN generated by : /index.php 2026-05-19 12:28:34 NOTICE 142.248.80.190 1011257 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-19 12:28:34 DEBUG 142.248.80.190 1011257 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-19 12:28:34 INFO 142.248.80.190 1011257 3201 --- End access to /index.php 2026-05-19 12:28:36 DEBUG 142.248.80.190 1011257 3201 NEW TOKEN generated by : /index.php 2026-05-19 12:28:36 NOTICE 142.248.80.190 1011257 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-19 12:28:36 DEBUG 142.248.80.190 1011257 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-19 12:28:36 DEBUG 142.248.80.190 1011256 3201 NEW TOKEN generated by : /index.php 2026-05-19 12:28:36 NOTICE 142.248.80.190 1011256 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-19 12:28:36 DEBUG 142.248.80.190 1011256 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-19 12:28:36 DEBUG 142.248.80.190 1011147 3201 NEW TOKEN generated by : /index.php 2026-05-19 12:28:36 NOTICE 142.248.80.190 1011147 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-19 12:28:36 DEBUG 142.248.80.190 1011147 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-19 12:28:36 INFO 142.248.80.190 1011257 3201 --- End access to /index.php 2026-05-19 12:28:36 INFO 142.248.80.190 1011256 3201 --- End access to /index.php 2026-05-19 12:28:36 INFO 142.248.80.190 1011147 3201 --- End access to /index.php 2026-05-19 12:28:37 DEBUG 142.248.80.190 1011147 3201 NEW TOKEN generated by : /index.php 2026-05-19 12:28:37 NOTICE 142.248.80.190 1011147 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-19 12:28:37 DEBUG 142.248.80.190 1011147 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-19 12:28:37 INFO 142.248.80.190 1011147 3201 --- End access to /index.php 2026-05-19 12:28:37 DEBUG 142.248.80.190 1011257 3201 NEW TOKEN generated by : /index.php 2026-05-19 12:28:37 NOTICE 142.248.80.190 1011257 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-19 12:28:37 DEBUG 142.248.80.190 1011257 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-19 12:28:37 INFO 142.248.80.190 1011257 3201 --- End access to /index.php 2026-05-19 12:28:37 DEBUG 142.248.80.190 1011147 3201 NEW TOKEN generated by : /index.php 2026-05-19 12:28:37 DEBUG 142.248.80.190 1011256 3201 NEW TOKEN generated by : /index.php 2026-05-19 12:28:37 DEBUG 142.248.80.190 1011257 3201 NEW TOKEN generated by : /index.php 2026-05-19 12:28:37 NOTICE 142.248.80.190 1011256 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-19 12:28:37 DEBUG 142.248.80.190 1011256 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-19 12:28:37 NOTICE 142.248.80.190 1011257 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-19 12:28:37 NOTICE 142.248.80.190 1011147 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-19 12:28:37 DEBUG 142.248.80.190 1011257 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-19 12:28:37 DEBUG 142.248.80.190 1011147 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-19 12:28:37 INFO 142.248.80.190 1011256 3201 --- End access to /index.php 2026-05-19 12:28:37 INFO 142.248.80.190 1011257 3201 --- End access to /index.php 2026-05-19 12:28:37 INFO 142.248.80.190 1011147 3201 --- End access to /index.php 2026-05-19 12:28:37 DEBUG 142.248.80.190 1011627 3201 NEW TOKEN generated by : /index.php 2026-05-19 12:28:37 NOTICE 142.248.80.190 1011627 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-19 12:28:37 DEBUG 142.248.80.190 1011627 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-19 12:28:37 INFO 142.248.80.190 1011627 3201 --- End access to /index.php 2026-05-19 12:28:40 DEBUG 142.248.80.190 1011627 3201 NEW TOKEN generated by : /index.php 2026-05-19 12:28:40 NOTICE 142.248.80.190 1011627 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-19 12:28:40 DEBUG 142.248.80.190 1011627 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-19 12:28:40 INFO 142.248.80.190 1011627 3201 --- End access to /index.php 2026-05-19 12:57:10 DEBUG 93.123.109.166 124139 3201 NEW TOKEN generated by : /index.php 2026-05-19 12:57:10 DEBUG 93.123.109.166 124138 3201 NEW TOKEN generated by : /index.php 2026-05-19 12:57:10 WARNING 93.123.109.166 124138 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-19 12:57:10 WARNING 93.123.109.166 124139 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-19 12:57:10 INFO 93.123.109.166 124139 3201 --- End access to /index.php 2026-05-19 12:57:10 INFO 93.123.109.166 124138 3201 --- End access to /index.php 2026-05-19 14:27:34 DEBUG 103.168.66.141 523547 3201 NEW TOKEN generated by : /index.php 2026-05-19 14:27:34 WARNING 103.168.66.141 523547 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-19 14:27:34 INFO 103.168.66.141 523547 3201 --- End access to /index.php 2026-05-19 14:27:34 WARNING 103.168.66.141 523547 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-19 14:27:34 INFO 103.168.66.141 523547 3201 --- End access to /index.php 2026-05-19 14:46:31 DEBUG 23.137.105.63 609304 3201 NEW TOKEN generated by : /index.php 2026-05-19 14:46:31 NOTICE 23.137.105.63 609304 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-19 14:46:31 DEBUG 23.137.105.63 609304 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-19 14:46:31 INFO 23.137.105.63 609304 3201 --- End access to /index.php 2026-05-19 14:46:33 DEBUG 23.137.105.63 609304 3201 NEW TOKEN generated by : /index.php 2026-05-19 14:46:33 NOTICE 23.137.105.63 609304 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-19 14:46:33 DEBUG 23.137.105.63 609304 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-19 14:46:33 INFO 23.137.105.63 609304 3201 --- End access to /index.php 2026-05-19 14:46:34 DEBUG 23.137.105.63 609304 3201 NEW TOKEN generated by : /index.php 2026-05-19 14:46:34 NOTICE 23.137.105.63 609304 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-19 14:46:34 DEBUG 23.137.105.63 609304 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-19 14:46:34 INFO 23.137.105.63 609304 3201 --- End access to /index.php 2026-05-19 14:46:34 DEBUG 23.137.105.63 609405 3201 NEW TOKEN generated by : /index.php 2026-05-19 14:46:34 NOTICE 23.137.105.63 609405 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-19 14:46:34 DEBUG 23.137.105.63 609405 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-19 14:46:34 DEBUG 23.137.105.63 609406 3201 NEW TOKEN generated by : /index.php 2026-05-19 14:46:34 NOTICE 23.137.105.63 609406 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-19 14:46:34 DEBUG 23.137.105.63 609406 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-19 14:46:34 INFO 23.137.105.63 609405 3201 --- End access to /index.php 2026-05-19 14:46:34 INFO 23.137.105.63 609406 3201 --- End access to /index.php 2026-05-19 14:46:35 DEBUG 23.137.105.63 609406 3201 NEW TOKEN generated by : /index.php 2026-05-19 14:46:35 NOTICE 23.137.105.63 609406 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-19 14:46:35 DEBUG 23.137.105.63 609406 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-19 14:46:35 INFO 23.137.105.63 609406 3201 --- End access to /index.php 2026-05-19 14:46:39 DEBUG 23.137.105.63 609304 3201 NEW TOKEN generated by : /index.php 2026-05-19 14:46:39 NOTICE 23.137.105.63 609304 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-19 14:46:39 DEBUG 23.137.105.63 609304 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-19 14:46:39 DEBUG 23.137.105.63 609406 3201 NEW TOKEN generated by : /index.php 2026-05-19 14:46:39 NOTICE 23.137.105.63 609406 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-19 14:46:39 DEBUG 23.137.105.63 609406 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-19 14:46:39 DEBUG 23.137.105.63 609522 3201 NEW TOKEN generated by : /index.php 2026-05-19 14:46:39 NOTICE 23.137.105.63 609522 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-19 14:46:39 DEBUG 23.137.105.63 609522 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-19 14:46:39 INFO 23.137.105.63 609304 3201 --- End access to /index.php 2026-05-19 14:46:39 INFO 23.137.105.63 609406 3201 --- End access to /index.php 2026-05-19 14:46:39 INFO 23.137.105.63 609522 3201 --- End access to /index.php 2026-05-19 14:46:40 DEBUG 23.137.105.63 609522 3201 NEW TOKEN generated by : /index.php 2026-05-19 14:46:40 NOTICE 23.137.105.63 609522 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-19 14:46:40 DEBUG 23.137.105.63 609522 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-19 14:46:40 INFO 23.137.105.63 609522 3201 --- End access to /index.php 2026-05-19 14:46:40 DEBUG 23.137.105.63 609406 3201 NEW TOKEN generated by : /index.php 2026-05-19 14:46:40 NOTICE 23.137.105.63 609406 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-19 14:46:40 DEBUG 23.137.105.63 609406 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-19 14:46:40 INFO 23.137.105.63 609406 3201 --- End access to /index.php 2026-05-19 14:46:40 DEBUG 23.137.105.63 609304 3201 NEW TOKEN generated by : /index.php 2026-05-19 14:46:40 NOTICE 23.137.105.63 609304 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-19 14:46:40 DEBUG 23.137.105.63 609304 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-19 14:46:40 INFO 23.137.105.63 609304 3201 --- End access to /index.php 2026-05-19 14:46:40 DEBUG 23.137.105.63 609590 3201 NEW TOKEN generated by : /index.php 2026-05-19 14:46:40 NOTICE 23.137.105.63 609590 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-19 14:46:40 DEBUG 23.137.105.63 609590 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-19 14:46:40 DEBUG 23.137.105.63 609588 3201 NEW TOKEN generated by : /index.php 2026-05-19 14:46:40 NOTICE 23.137.105.63 609588 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-19 14:46:40 DEBUG 23.137.105.63 609588 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-19 14:46:40 INFO 23.137.105.63 609590 3201 --- End access to /index.php 2026-05-19 14:46:40 DEBUG 23.137.105.63 609589 3201 NEW TOKEN generated by : /index.php 2026-05-19 14:46:40 NOTICE 23.137.105.63 609589 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-19 14:46:40 DEBUG 23.137.105.63 609589 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-19 14:46:40 INFO 23.137.105.63 609588 3201 --- End access to /index.php 2026-05-19 14:46:40 INFO 23.137.105.63 609589 3201 --- End access to /index.php 2026-05-19 14:46:42 DEBUG 23.137.105.63 609589 3201 NEW TOKEN generated by : /index.php 2026-05-19 14:46:42 NOTICE 23.137.105.63 609589 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-19 14:46:42 DEBUG 23.137.105.63 609589 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-19 14:46:42 INFO 23.137.105.63 609589 3201 --- End access to /index.php 2026-05-19 14:50:36 DEBUG 199.45.155.79 617989 3201 NEW TOKEN generated by : /index.php 2026-05-19 14:50:36 NOTICE 199.45.155.79 617989 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-19 14:50:36 DEBUG 199.45.155.79 617989 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-19 14:50:36 INFO 199.45.155.79 617989 3201 --- End access to /index.php 2026-05-19 15:30:05 DEBUG 205.210.31.90 779210 3201 NEW TOKEN generated by : /index.php 2026-05-19 15:30:05 NOTICE 205.210.31.90 779210 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-19 15:30:05 DEBUG 205.210.31.90 779210 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-19 15:30:06 INFO 205.210.31.90 779210 3201 --- End access to /index.php 2026-05-19 15:59:36 DEBUG 103.168.66.141 905759 3201 NEW TOKEN generated by : /index.php 2026-05-19 15:59:36 DEBUG 103.168.66.141 905839 3201 NEW TOKEN generated by : /index.php 2026-05-19 15:59:36 WARNING 103.168.66.141 905839 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-19 15:59:36 WARNING 103.168.66.141 905759 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-19 15:59:36 INFO 103.168.66.141 905759 3201 --- End access to /index.php 2026-05-19 15:59:36 INFO 103.168.66.141 905839 3201 --- End access to /index.php 2026-05-19 15:59:36 WARNING 103.168.66.141 905759 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-19 15:59:36 INFO 103.168.66.141 905759 3201 --- End access to /index.php 2026-05-19 15:59:36 WARNING 103.168.66.141 905839 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-19 15:59:36 INFO 103.168.66.141 905839 3201 --- End access to /index.php 2026-05-19 16:35:24 DEBUG 103.168.66.141 1048170 3201 NEW TOKEN generated by : /index.php 2026-05-19 16:35:24 WARNING 103.168.66.141 1048170 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-19 16:35:24 INFO 103.168.66.141 1048170 3201 --- End access to /index.php 2026-05-19 16:35:25 WARNING 103.168.66.141 1048170 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-19 16:35:25 INFO 103.168.66.141 1048170 3201 --- End access to /index.php 2026-05-19 16:35:25 DEBUG 103.168.66.141 1048176 3201 NEW TOKEN generated by : /index.php 2026-05-19 16:35:25 WARNING 103.168.66.141 1048176 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-19 16:35:25 INFO 103.168.66.141 1048176 3201 --- End access to /index.php 2026-05-19 16:35:25 WARNING 103.168.66.141 1048176 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-19 16:35:25 INFO 103.168.66.141 1048176 3201 --- End access to /index.php 2026-05-19 17:44:18 DEBUG 205.210.31.184 287743 3201 NEW TOKEN generated by : /index.php 2026-05-19 17:44:18 NOTICE 205.210.31.184 287743 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-19 17:44:18 DEBUG 205.210.31.184 287743 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-19 17:44:18 INFO 205.210.31.184 287743 3201 --- End access to /index.php 2026-05-19 18:53:59 DEBUG 66.132.195.113 577011 3201 NEW TOKEN generated by : /index.php 2026-05-19 18:53:59 NOTICE 66.132.195.113 577011 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-19 18:53:59 DEBUG 66.132.195.113 577011 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-19 18:53:59 INFO 66.132.195.113 577011 3201 --- End access to /index.php 2026-05-19 19:23:19 DEBUG 103.168.66.141 672275 3201 NEW TOKEN generated by : /index.php 2026-05-19 19:23:19 WARNING 103.168.66.141 672275 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-19 19:23:19 INFO 103.168.66.141 672275 3201 --- End access to /index.php 2026-05-19 19:23:19 WARNING 103.168.66.141 672279 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-19 19:23:19 INFO 103.168.66.141 672279 3201 --- End access to /index.php 2026-05-19 20:16:38 DEBUG 199.45.155.90 887589 3201 NEW TOKEN generated by : /index.php 2026-05-19 20:16:38 NOTICE 199.45.155.90 887589 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-19 20:16:38 DEBUG 199.45.155.90 887589 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-19 20:16:38 INFO 199.45.155.90 887589 3201 --- End access to /index.php 2026-05-19 20:18:19 DEBUG 103.168.66.141 891489 3201 NEW TOKEN generated by : /index.php 2026-05-19 20:18:19 WARNING 103.168.66.141 891489 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-19 20:18:19 INFO 103.168.66.141 891489 3201 --- End access to /index.php 2026-05-19 20:18:20 DEBUG 103.168.66.141 891489 3201 NEW TOKEN generated by : /index.php 2026-05-19 20:18:20 WARNING 103.168.66.141 891489 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-19 20:18:20 INFO 103.168.66.141 891489 3201 --- End access to /index.php 2026-05-19 20:18:20 WARNING 103.168.66.141 891489 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-19 20:18:20 INFO 103.168.66.141 891489 3201 --- End access to /index.php 2026-05-19 20:18:20 WARNING 103.168.66.141 891489 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-19 20:18:20 INFO 103.168.66.141 891489 3201 --- End access to /index.php 2026-05-19 21:54:52 DEBUG 103.168.66.141 227228 3201 NEW TOKEN generated by : /index.php 2026-05-19 21:54:52 DEBUG 103.168.66.141 227229 3201 NEW TOKEN generated by : /index.php 2026-05-19 21:54:52 WARNING 103.168.66.141 227229 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-19 21:54:52 WARNING 103.168.66.141 227228 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-19 21:54:52 INFO 103.168.66.141 227228 3201 --- End access to /index.php 2026-05-19 21:54:52 INFO 103.168.66.141 227229 3201 --- End access to /index.php 2026-05-19 21:54:52 WARNING 103.168.66.141 227229 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-19 21:54:52 WARNING 103.168.66.141 227228 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-19 21:54:52 INFO 103.168.66.141 227229 3201 --- End access to /index.php 2026-05-19 21:54:52 INFO 103.168.66.141 227228 3201 --- End access to /index.php 2026-05-19 22:38:48 DEBUG 87.236.176.211 394843 3201 NEW TOKEN generated by : /index.php 2026-05-19 22:38:48 NOTICE 87.236.176.211 394843 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-19 22:38:48 DEBUG 87.236.176.211 394843 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-19 22:38:48 INFO 87.236.176.211 394843 3201 --- End access to /index.php 2026-05-20 00:13:49 DEBUG 87.236.176.189 776827 3201 NEW TOKEN generated by : /index.php 2026-05-20 00:13:49 NOTICE 87.236.176.189 776827 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-20 00:13:49 DEBUG 87.236.176.189 776827 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-20 00:13:49 INFO 87.236.176.189 776827 3201 --- End access to /index.php 2026-05-20 00:17:59 DEBUG 103.168.66.141 789258 3201 NEW TOKEN generated by : /index.php 2026-05-20 00:17:59 WARNING 103.168.66.141 789258 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-20 00:17:59 INFO 103.168.66.141 789258 3201 --- End access to /index.php 2026-05-20 00:17:59 WARNING 103.168.66.141 789262 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-20 00:17:59 INFO 103.168.66.141 789262 3201 --- End access to /index.php 2026-05-20 00:46:55 DEBUG 103.168.66.141 916379 3201 NEW TOKEN generated by : /index.php 2026-05-20 00:46:55 WARNING 103.168.66.141 916379 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-20 00:46:55 INFO 103.168.66.141 916379 3201 --- End access to /index.php 2026-05-20 00:46:56 DEBUG 103.168.66.141 916379 3201 NEW TOKEN generated by : /index.php 2026-05-20 00:46:56 WARNING 103.168.66.141 916379 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-20 00:46:56 INFO 103.168.66.141 916379 3201 --- End access to /index.php 2026-05-20 00:46:56 WARNING 103.168.66.141 916379 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-20 00:46:56 INFO 103.168.66.141 916379 3201 --- End access to /index.php 2026-05-20 00:46:56 WARNING 103.168.66.141 916379 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-20 00:46:56 INFO 103.168.66.141 916379 3201 --- End access to /index.php 2026-05-20 01:56:14 DEBUG 185.247.137.223 170163 3201 NEW TOKEN generated by : /index.php 2026-05-20 01:56:14 NOTICE 185.247.137.223 170163 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-20 01:56:14 DEBUG 185.247.137.223 170163 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-20 01:56:14 INFO 185.247.137.223 170163 3201 --- End access to /index.php 2026-05-20 02:39:50 DEBUG 103.168.66.141 361748 3201 NEW TOKEN generated by : /index.php 2026-05-20 02:39:50 DEBUG 103.168.66.141 361746 3201 NEW TOKEN generated by : /index.php 2026-05-20 02:39:50 WARNING 103.168.66.141 361748 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-20 02:39:50 INFO 103.168.66.141 361748 3201 --- End access to /index.php 2026-05-20 02:39:50 WARNING 103.168.66.141 361746 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-20 02:39:50 INFO 103.168.66.141 361746 3201 --- End access to /index.php 2026-05-20 02:39:50 WARNING 103.168.66.141 361746 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-20 02:39:50 WARNING 103.168.66.141 361748 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-20 02:39:50 INFO 103.168.66.141 361748 3201 --- End access to /index.php 2026-05-20 02:39:50 INFO 103.168.66.141 361746 3201 --- End access to /index.php 2026-05-20 03:47:37 DEBUG 195.96.139.138 711661 3201 NEW TOKEN generated by : /index.php 2026-05-20 03:47:37 NOTICE 195.96.139.138 711661 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-20 03:47:37 DEBUG 195.96.139.138 711661 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-20 03:47:37 INFO 195.96.139.138 711661 3201 --- End access to /index.php 2026-05-20 04:03:42 DEBUG 66.132.195.43 797263 3201 NEW TOKEN generated by : /index.php 2026-05-20 04:03:42 NOTICE 66.132.195.43 797263 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-20 04:03:42 DEBUG 66.132.195.43 797263 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-20 04:03:42 INFO 66.132.195.43 797263 3201 --- End access to /index.php 2026-05-20 04:04:45 DEBUG 93.123.109.166 802360 3201 NEW TOKEN generated by : /index.php 2026-05-20 04:04:45 WARNING 93.123.109.166 802360 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-20 04:04:45 INFO 93.123.109.166 802360 3201 --- End access to /index.php 2026-05-20 04:04:45 DEBUG 93.123.109.166 802361 3201 NEW TOKEN generated by : /index.php 2026-05-20 04:04:45 WARNING 93.123.109.166 802361 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-20 04:04:45 INFO 93.123.109.166 802361 3201 --- End access to /index.php 2026-05-20 04:04:55 DEBUG 93.123.109.166 802361 3201 NEW TOKEN generated by : /index.php 2026-05-20 04:04:55 WARNING 93.123.109.166 802361 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-20 04:04:55 INFO 93.123.109.166 802361 3201 --- End access to /index.php 2026-05-20 04:04:55 DEBUG 93.123.109.166 802914 3201 NEW TOKEN generated by : /index.php 2026-05-20 04:04:55 WARNING 93.123.109.166 802914 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-20 04:04:55 INFO 93.123.109.166 802914 3201 --- End access to /index.php 2026-05-20 04:59:50 DEBUG 208.84.100.18 1038356 3201 NEW TOKEN generated by : /index.php 2026-05-20 04:59:50 NOTICE 208.84.100.18 1038356 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-20 04:59:50 DEBUG 208.84.100.18 1038356 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-20 04:59:50 INFO 208.84.100.18 1038356 3201 --- End access to /index.php 2026-05-20 04:59:51 DEBUG 208.84.100.18 1038356 3201 NEW TOKEN generated by : /index.php 2026-05-20 04:59:51 NOTICE 208.84.100.18 1038356 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-20 04:59:51 DEBUG 208.84.100.18 1038356 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-20 04:59:51 INFO 208.84.100.18 1038356 3201 --- End access to /index.php 2026-05-20 04:59:58 DEBUG 208.84.100.18 1038356 3201 NEW TOKEN generated by : /index.php 2026-05-20 04:59:58 NOTICE 208.84.100.18 1038356 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-20 04:59:58 DEBUG 208.84.100.18 1038356 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-20 04:59:58 INFO 208.84.100.18 1038356 3201 --- End access to /index.php 2026-05-20 04:59:58 DEBUG 208.84.100.18 1038561 3201 NEW TOKEN generated by : /index.php 2026-05-20 04:59:58 DEBUG 208.84.100.18 1038562 3201 NEW TOKEN generated by : /index.php 2026-05-20 04:59:58 NOTICE 208.84.100.18 1038561 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-20 04:59:58 DEBUG 208.84.100.18 1038561 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-20 04:59:58 NOTICE 208.84.100.18 1038562 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-20 04:59:58 DEBUG 208.84.100.18 1038562 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-20 04:59:58 INFO 208.84.100.18 1038561 3201 --- End access to /index.php 2026-05-20 04:59:58 INFO 208.84.100.18 1038562 3201 --- End access to /index.php 2026-05-20 04:59:59 DEBUG 208.84.100.18 1038561 3201 NEW TOKEN generated by : /index.php 2026-05-20 04:59:59 NOTICE 208.84.100.18 1038561 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-20 04:59:59 DEBUG 208.84.100.18 1038561 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-20 04:59:59 INFO 208.84.100.18 1038561 3201 --- End access to /index.php 2026-05-20 05:00:01 DEBUG 208.84.100.18 1038356 3201 NEW TOKEN generated by : /index.php 2026-05-20 05:00:01 DEBUG 208.84.100.18 1038562 3201 NEW TOKEN generated by : /index.php 2026-05-20 05:00:01 NOTICE 208.84.100.18 1038356 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-20 05:00:01 DEBUG 208.84.100.18 1038356 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-20 05:00:01 NOTICE 208.84.100.18 1038562 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-20 05:00:01 DEBUG 208.84.100.18 1038562 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-20 05:00:01 DEBUG 208.84.100.18 1038561 3201 NEW TOKEN generated by : /index.php 2026-05-20 05:00:01 NOTICE 208.84.100.18 1038561 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-20 05:00:01 DEBUG 208.84.100.18 1038561 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-20 05:00:01 INFO 208.84.100.18 1038356 3201 --- End access to /index.php 2026-05-20 05:00:01 INFO 208.84.100.18 1038561 3201 --- End access to /index.php 2026-05-20 05:00:01 INFO 208.84.100.18 1038562 3201 --- End access to /index.php 2026-05-20 05:00:02 DEBUG 208.84.100.18 1038561 3201 NEW TOKEN generated by : /index.php 2026-05-20 05:00:02 NOTICE 208.84.100.18 1038561 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-20 05:00:02 DEBUG 208.84.100.18 1038561 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-20 05:00:02 INFO 208.84.100.18 1038561 3201 --- End access to /index.php 2026-05-20 05:00:02 DEBUG 208.84.100.18 1038562 3201 NEW TOKEN generated by : /index.php 2026-05-20 05:00:02 NOTICE 208.84.100.18 1038562 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-20 05:00:02 DEBUG 208.84.100.18 1038562 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-20 05:00:02 DEBUG 208.84.100.18 1038356 3201 NEW TOKEN generated by : /index.php 2026-05-20 05:00:02 DEBUG 208.84.100.18 1038561 3201 NEW TOKEN generated by : /index.php 2026-05-20 05:00:02 NOTICE 208.84.100.18 1038356 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-20 05:00:02 DEBUG 208.84.100.18 1038356 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-20 05:00:02 NOTICE 208.84.100.18 1038561 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-20 05:00:02 DEBUG 208.84.100.18 1038561 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-20 05:00:02 INFO 208.84.100.18 1038562 3201 --- End access to /index.php 2026-05-20 05:00:02 INFO 208.84.100.18 1038356 3201 --- End access to /index.php 2026-05-20 05:00:02 INFO 208.84.100.18 1038561 3201 --- End access to /index.php 2026-05-20 05:00:02 DEBUG 208.84.100.18 1038926 3201 NEW TOKEN generated by : /index.php 2026-05-20 05:00:02 NOTICE 208.84.100.18 1038926 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-20 05:00:02 DEBUG 208.84.100.18 1038926 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-20 05:00:02 INFO 208.84.100.18 1038926 3201 --- End access to /index.php 2026-05-20 05:00:02 DEBUG 208.84.100.18 1038927 3201 NEW TOKEN generated by : /index.php 2026-05-20 05:00:02 NOTICE 208.84.100.18 1038927 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-20 05:00:02 DEBUG 208.84.100.18 1038927 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-20 05:00:02 INFO 208.84.100.18 1038927 3201 --- End access to /index.php 2026-05-20 05:00:11 DEBUG 208.84.100.18 1038927 3201 NEW TOKEN generated by : /index.php 2026-05-20 05:00:11 NOTICE 208.84.100.18 1038927 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-20 05:00:11 DEBUG 208.84.100.18 1038927 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-20 05:00:11 INFO 208.84.100.18 1038927 3201 --- End access to /index.php 2026-05-20 05:12:51 DEBUG 103.168.66.141 46273 3201 NEW TOKEN generated by : /index.php 2026-05-20 05:12:51 WARNING 103.168.66.141 46273 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-20 05:12:51 INFO 103.168.66.141 46273 3201 --- End access to /index.php 2026-05-20 05:12:51 WARNING 103.168.66.141 46273 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-20 05:12:51 INFO 103.168.66.141 46273 3201 --- End access to /index.php 2026-05-20 05:16:03 DEBUG 103.168.66.141 53633 3201 NEW TOKEN generated by : /index.php 2026-05-20 05:16:03 WARNING 103.168.66.141 53633 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-20 05:16:03 INFO 103.168.66.141 53633 3201 --- End access to /index.php 2026-05-20 05:16:03 DEBUG 103.168.66.141 54043 3201 NEW TOKEN generated by : /index.php 2026-05-20 05:16:03 WARNING 103.168.66.141 54043 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-20 05:16:03 INFO 103.168.66.141 54043 3201 --- End access to /index.php 2026-05-20 05:16:03 WARNING 103.168.66.141 54043 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-20 05:16:03 INFO 103.168.66.141 54043 3201 --- End access to /index.php 2026-05-20 05:16:03 WARNING 103.168.66.141 53633 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-20 05:16:03 INFO 103.168.66.141 53633 3201 --- End access to /index.php 2026-05-20 05:54:59 DEBUG 199.45.155.104 224843 3201 NEW TOKEN generated by : /index.php 2026-05-20 05:54:59 NOTICE 199.45.155.104 224843 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-20 05:54:59 DEBUG 199.45.155.104 224843 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-20 05:54:59 INFO 199.45.155.104 224843 3201 --- End access to /index.php 2026-05-20 07:44:28 DEBUG 103.168.66.141 685512 3201 NEW TOKEN generated by : /index.php 2026-05-20 07:44:28 WARNING 103.168.66.141 685512 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-20 07:44:28 INFO 103.168.66.141 685512 3201 --- End access to /index.php 2026-05-20 07:44:28 DEBUG 103.168.66.141 685524 3201 NEW TOKEN generated by : /index.php 2026-05-20 07:44:28 WARNING 103.168.66.141 685524 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-20 07:44:28 INFO 103.168.66.141 685524 3201 --- End access to /index.php 2026-05-20 07:44:28 WARNING 103.168.66.141 685524 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-20 07:44:28 INFO 103.168.66.141 685524 3201 --- End access to /index.php 2026-05-20 07:44:28 WARNING 103.168.66.141 685524 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-20 07:44:28 INFO 103.168.66.141 685524 3201 --- End access to /index.php 2026-05-20 08:08:12 DEBUG 66.132.186.188 787728 3201 NEW TOKEN generated by : /index.php 2026-05-20 08:08:12 NOTICE 66.132.186.188 787728 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-20 08:08:12 DEBUG 66.132.186.188 787728 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-20 08:08:12 INFO 66.132.186.188 787728 3201 --- End access to /index.php 2026-05-20 09:32:27 DEBUG 103.168.66.141 96089 3201 NEW TOKEN generated by : /index.php 2026-05-20 09:32:27 DEBUG 103.168.66.141 96090 3201 NEW TOKEN generated by : /index.php 2026-05-20 09:32:27 WARNING 103.168.66.141 96089 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-20 09:32:27 WARNING 103.168.66.141 96090 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-20 09:32:27 INFO 103.168.66.141 96089 3201 --- End access to /index.php 2026-05-20 09:32:27 INFO 103.168.66.141 96090 3201 --- End access to /index.php 2026-05-20 09:32:28 WARNING 103.168.66.141 96090 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-20 09:32:28 INFO 103.168.66.141 96090 3201 --- End access to /index.php 2026-05-20 09:32:28 WARNING 103.168.66.141 96090 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-20 09:32:28 INFO 103.168.66.141 96090 3201 --- End access to /index.php 2026-05-20 10:05:04 DEBUG 103.168.66.141 240959 3201 NEW TOKEN generated by : /index.php 2026-05-20 10:05:04 WARNING 103.168.66.141 240959 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-20 10:05:04 INFO 103.168.66.141 240959 3201 --- End access to /index.php 2026-05-20 10:05:04 WARNING 103.168.66.141 240964 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-20 10:05:04 INFO 103.168.66.141 240964 3201 --- End access to /index.php 2026-05-20 10:10:21 DEBUG 57.141.0.7 253818 3201 NEW TOKEN generated by : /index.php 2026-05-20 10:10:21 NOTICE 57.141.0.7 253818 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-20 10:10:21 DEBUG 57.141.0.7 253818 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-20 10:10:21 INFO 57.141.0.7 253818 3201 --- End access to /index.php 2026-05-20 12:11:44 DEBUG 185.247.137.178 842087 3201 NEW TOKEN generated by : /index.php 2026-05-20 12:11:44 NOTICE 185.247.137.178 842087 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-20 12:11:44 DEBUG 185.247.137.178 842087 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-20 12:11:44 INFO 185.247.137.178 842087 3201 --- End access to /index.php 2026-05-20 13:12:05 DEBUG 93.123.109.166 45691 3201 NEW TOKEN generated by : /index.php 2026-05-20 13:12:05 DEBUG 93.123.109.166 46232 3201 NEW TOKEN generated by : /index.php 2026-05-20 13:12:05 WARNING 93.123.109.166 45691 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-20 13:12:05 WARNING 93.123.109.166 46232 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-20 13:12:05 INFO 93.123.109.166 45691 3201 --- End access to /index.php 2026-05-20 13:12:05 INFO 93.123.109.166 46232 3201 --- End access to /index.php 2026-05-20 13:12:27 DEBUG 93.123.109.166 46232 3201 NEW TOKEN generated by : /index.php 2026-05-20 13:12:27 WARNING 93.123.109.166 46232 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-20 13:12:27 INFO 93.123.109.166 46232 3201 --- End access to /index.php 2026-05-20 13:12:27 DEBUG 93.123.109.166 48763 3201 NEW TOKEN generated by : /index.php 2026-05-20 13:12:27 WARNING 93.123.109.166 48763 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-20 13:12:27 INFO 93.123.109.166 48763 3201 --- End access to /index.php 2026-05-20 15:34:26 DEBUG 185.247.137.241 670444 3201 NEW TOKEN generated by : /index.php 2026-05-20 15:34:26 NOTICE 185.247.137.241 670444 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-20 15:34:26 DEBUG 185.247.137.241 670444 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-20 15:34:26 INFO 185.247.137.241 670444 3201 --- End access to /index.php 2026-05-20 19:43:42 DEBUG 198.235.24.251 807723 3201 NEW TOKEN generated by : /index.php 2026-05-20 19:43:42 NOTICE 198.235.24.251 807723 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-20 19:43:42 DEBUG 198.235.24.251 807723 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-20 19:43:42 INFO 198.235.24.251 807723 3201 --- End access to /index.php 2026-05-20 21:15:22 DEBUG 205.210.31.29 236440 3201 NEW TOKEN generated by : /index.php 2026-05-20 21:15:22 NOTICE 205.210.31.29 236440 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-20 21:15:22 DEBUG 205.210.31.29 236440 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-20 21:15:22 INFO 205.210.31.29 236440 3201 --- End access to /index.php 2026-05-20 23:56:19 DEBUG 147.185.132.174 703181 3201 NEW TOKEN generated by : /index.php 2026-05-20 23:56:19 NOTICE 147.185.132.174 703181 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-20 23:56:19 DEBUG 147.185.132.174 703181 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-20 23:56:19 INFO 147.185.132.174 703181 3201 --- End access to /index.php 2026-05-21 02:37:00 DEBUG 198.235.24.109 655687 3201 NEW TOKEN generated by : /index.php 2026-05-21 02:37:00 NOTICE 198.235.24.109 655687 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-21 02:37:00 DEBUG 198.235.24.109 655687 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-21 02:37:00 INFO 198.235.24.109 655687 3201 --- End access to /index.php 2026-05-21 05:17:18 DEBUG 31.40.204.223 486990 3201 NEW TOKEN generated by : /index.php 2026-05-21 05:17:18 NOTICE 31.40.204.223 486990 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-21 05:17:18 DEBUG 31.40.204.223 486990 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-21 05:17:18 INFO 31.40.204.223 486990 3201 --- End access to /index.php 2026-05-21 05:17:18 DEBUG 31.40.204.223 486990 3201 NEW TOKEN generated by : /index.php 2026-05-21 05:17:18 NOTICE 31.40.204.223 486990 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-21 05:17:18 DEBUG 31.40.204.223 486990 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-21 05:17:18 INFO 31.40.204.223 486990 3201 --- End access to /index.php 2026-05-21 11:03:00 DEBUG 176.65.139.232 20244 3201 NEW TOKEN generated by : /index.php 2026-05-21 11:03:00 DEBUG 176.65.139.234 20245 3201 NEW TOKEN generated by : /index.php 2026-05-21 11:03:00 NOTICE 176.65.139.232 20244 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-21 11:03:00 NOTICE 176.65.139.234 20245 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-21 11:03:00 DEBUG 176.65.139.232 20244 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-21 11:03:00 DEBUG 176.65.139.234 20245 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-21 11:03:00 DEBUG 176.65.139.237 20251 3201 NEW TOKEN generated by : /index.php 2026-05-21 11:03:00 NOTICE 176.65.139.237 20251 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-21 11:03:00 DEBUG 176.65.139.237 20251 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-21 11:03:00 INFO 176.65.139.237 20251 3201 --- End access to /index.php 2026-05-21 11:03:00 INFO 176.65.139.232 20244 3201 --- End access to /index.php 2026-05-21 11:03:00 INFO 176.65.139.234 20245 3201 --- End access to /index.php 2026-05-21 15:06:56 DEBUG 205.169.39.51 233972 3201 NEW TOKEN generated by : /index.php 2026-05-21 15:06:56 NOTICE 205.169.39.51 233972 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-21 15:06:56 DEBUG 205.169.39.51 233972 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-21 15:06:56 INFO 205.169.39.51 233972 3201 --- End access to /index.php 2026-05-21 15:07:00 DEBUG 205.169.39.51 240979 3201 DefaultValues::fetchAll 2026-05-21 15:07:00 DEBUG 205.169.39.51 240979 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,0)) AND (entity IN (1,1))) 2026-05-21 15:07:00 NOTICE 205.169.39.51 240979 3201 --- Access to GET /theme/eldy/style.css.php - action=, massaction= NOTOKENRENEWAL=1 2026-05-21 15:07:00 DEBUG 205.169.39.51 240979 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-21 15:07:00 DEBUG 205.169.39.51 240979 3201 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, m.showtopmenuinframe FROM llxme_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 2026-05-21 15:07:00 INFO 205.169.39.51 240979 3201 --- End access to /theme/eldy/style.css.php 2026-05-21 15:07:01 DEBUG 205.169.39.51 240979 3201 DefaultValues::fetchAll 2026-05-21 15:07:01 DEBUG 205.169.39.51 240979 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,0)) AND (entity IN (1,1))) 2026-05-21 15:07:01 NOTICE 205.169.39.51 240979 3201 --- Access to GET /core/js/lib_head.js.php - action=, massaction= NOTOKENRENEWAL=1 2026-05-21 15:07:01 DEBUG 205.169.39.51 240979 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-21 15:07:01 INFO 205.169.39.51 240979 3201 --- End access to /core/js/lib_head.js.php 2026-05-21 18:07:29 DEBUG 66.132.172.221 31840 3201 NEW TOKEN generated by : /index.php 2026-05-21 18:07:29 NOTICE 66.132.172.221 31840 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-21 18:07:29 DEBUG 66.132.172.221 31840 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-21 18:07:29 INFO 66.132.172.221 31840 3201 --- End access to /index.php 2026-05-21 18:40:08 DEBUG 66.132.172.130 169981 3201 NEW TOKEN generated by : /index.php 2026-05-21 18:40:08 NOTICE 66.132.172.130 169981 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-21 18:40:08 DEBUG 66.132.172.130 169981 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-21 18:40:08 INFO 66.132.172.130 169981 3201 --- End access to /index.php 2026-05-21 19:03:01 DEBUG 205.169.39.58 265742 3201 NEW TOKEN generated by : /index.php 2026-05-21 19:03:01 NOTICE 205.169.39.58 265742 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-21 19:03:01 DEBUG 205.169.39.58 265742 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-21 19:03:01 INFO 205.169.39.58 265742 3201 --- End access to /index.php 2026-05-21 19:03:01 DEBUG 205.169.39.58 265742 3201 DefaultValues::fetchAll 2026-05-21 19:03:01 DEBUG 205.169.39.58 265742 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,0)) AND (entity IN (1,1))) 2026-05-21 19:03:01 NOTICE 205.169.39.58 265742 3201 --- Access to GET /theme/eldy/style.css.php - action=, massaction= NOTOKENRENEWAL=1 2026-05-21 19:03:01 DEBUG 205.169.39.58 265742 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-21 19:03:01 DEBUG 205.169.39.58 265742 3201 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, m.showtopmenuinframe FROM llxme_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 2026-05-21 19:03:01 INFO 205.169.39.58 265742 3201 --- End access to /theme/eldy/style.css.php 2026-05-21 19:03:02 DEBUG 205.169.39.58 265788 3201 DefaultValues::fetchAll 2026-05-21 19:03:02 DEBUG 205.169.39.58 265788 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,0)) AND (entity IN (1,1))) 2026-05-21 19:03:02 NOTICE 205.169.39.58 265788 3201 --- Access to GET /core/js/lib_head.js.php - action=, massaction= NOTOKENRENEWAL=1 2026-05-21 19:03:02 DEBUG 205.169.39.58 265788 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-21 19:03:02 INFO 205.169.39.58 265788 3201 --- End access to /core/js/lib_head.js.php 2026-05-21 19:27:19 DEBUG 5.255.106.10 382143 3201 NEW TOKEN generated by : /index.php 2026-05-21 19:27:19 NOTICE 5.255.106.10 382143 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-21 19:27:19 DEBUG 5.255.106.10 382143 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-21 19:27:19 INFO 5.255.106.10 382143 3201 --- End access to /index.php 2026-05-21 21:55:18 DEBUG 36.83.123.38 1013270 3201 NEW TOKEN generated by : /index.php 2026-05-21 21:55:18 NOTICE 36.83.123.38 1013270 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-21 21:55:18 DEBUG 36.83.123.38 1013270 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-21 21:55:18 INFO 36.83.123.38 1013270 3201 --- End access to /index.php 2026-05-21 21:55:19 DEBUG 36.83.123.38 1013270 3201 NEW TOKEN generated by : /index.php 2026-05-21 21:55:19 NOTICE 36.83.123.38 1013270 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-21 21:55:19 DEBUG 36.83.123.38 1013270 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-21 21:55:19 INFO 36.83.123.38 1013270 3201 --- End access to /index.php 2026-05-21 21:55:22 DEBUG 36.83.123.38 1013270 3201 NEW TOKEN generated by : /index.php 2026-05-21 21:55:22 NOTICE 36.83.123.38 1013270 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-21 21:55:22 DEBUG 36.83.123.38 1013270 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-21 21:55:22 INFO 36.83.123.38 1013270 3201 --- End access to /index.php 2026-05-21 21:55:24 DEBUG 36.83.123.38 1013270 3201 NEW TOKEN generated by : /index.php 2026-05-21 21:55:24 NOTICE 36.83.123.38 1013270 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-21 21:55:24 DEBUG 36.83.123.38 1013270 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-21 21:55:24 INFO 36.83.123.38 1013270 3201 --- End access to /index.php 2026-05-21 21:55:26 DEBUG 36.83.123.38 1012635 3201 NEW TOKEN generated by : /index.php 2026-05-21 21:55:26 NOTICE 36.83.123.38 1012635 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-21 21:55:26 DEBUG 36.83.123.38 1012635 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-21 21:55:26 INFO 36.83.123.38 1012635 3201 --- End access to /index.php 2026-05-21 21:55:26 DEBUG 36.83.123.38 1012635 3201 NEW TOKEN generated by : /index.php 2026-05-21 21:55:26 NOTICE 36.83.123.38 1012635 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-21 21:55:26 DEBUG 36.83.123.38 1012635 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-21 21:55:26 INFO 36.83.123.38 1012635 3201 --- End access to /index.php 2026-05-21 21:55:29 DEBUG 36.83.123.38 1012635 3201 NEW TOKEN generated by : /index.php 2026-05-21 21:55:29 NOTICE 36.83.123.38 1012635 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-21 21:55:29 DEBUG 36.83.123.38 1012635 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-21 21:55:29 INFO 36.83.123.38 1012635 3201 --- End access to /index.php 2026-05-21 21:55:32 DEBUG 36.83.123.38 1013270 3201 NEW TOKEN generated by : /index.php 2026-05-21 21:55:32 NOTICE 36.83.123.38 1013270 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-21 21:55:32 DEBUG 36.83.123.38 1013270 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-21 21:55:32 INFO 36.83.123.38 1013270 3201 --- End access to /index.php 2026-05-21 23:32:02 DEBUG 35.209.239.105 446756 3201 NEW TOKEN generated by : /index.php 2026-05-21 23:32:02 NOTICE 35.209.239.105 446756 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-21 23:32:02 DEBUG 35.209.239.105 446756 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-21 23:32:02 INFO 35.209.239.105 446756 3201 --- End access to /index.php 2026-05-21 23:32:02 DEBUG 35.209.239.105 446756 3201 NEW TOKEN generated by : /index.php 2026-05-21 23:32:02 NOTICE 35.209.239.105 446756 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-21 23:32:02 DEBUG 35.209.239.105 446756 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-21 23:32:02 INFO 35.209.239.105 446756 3201 --- End access to /index.php 2026-05-21 23:32:03 DEBUG 35.209.239.105 446760 3201 NEW TOKEN generated by : /index.php 2026-05-21 23:32:03 NOTICE 35.209.239.105 446760 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-21 23:32:03 DEBUG 35.209.239.105 446760 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-21 23:32:03 INFO 35.209.239.105 446760 3201 --- End access to /index.php 2026-05-22 00:38:01 DEBUG 34.1.17.194 847870 3201 NEW TOKEN generated by : /index.php 2026-05-22 00:38:01 NOTICE 34.1.17.194 847870 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-22 00:38:01 DEBUG 34.1.17.194 847870 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-22 00:38:01 INFO 34.1.17.194 847870 3201 --- End access to /index.php 2026-05-22 00:38:02 DEBUG 34.1.17.194 847870 3201 NEW TOKEN generated by : /index.php 2026-05-22 00:38:02 NOTICE 34.1.17.194 847870 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-22 00:38:02 DEBUG 34.1.17.194 847870 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-22 00:38:02 INFO 34.1.17.194 847870 3201 --- End access to /index.php 2026-05-22 00:38:02 DEBUG 34.1.17.194 847870 3201 NEW TOKEN generated by : /index.php 2026-05-22 00:38:02 NOTICE 34.1.17.194 847870 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-22 00:38:02 DEBUG 34.1.17.194 847870 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-22 00:38:02 INFO 34.1.17.194 847870 3201 --- End access to /index.php 2026-05-22 00:44:41 DEBUG 35.209.47.43 884369 3201 NEW TOKEN generated by : /index.php 2026-05-22 00:44:41 NOTICE 35.209.47.43 884369 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-22 00:44:41 DEBUG 35.209.47.43 884369 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-22 00:44:41 INFO 35.209.47.43 884369 3201 --- End access to /index.php 2026-05-22 00:44:41 DEBUG 35.209.47.43 884369 3201 NEW TOKEN generated by : /index.php 2026-05-22 00:44:41 NOTICE 35.209.47.43 884369 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-22 00:44:41 DEBUG 35.209.47.43 884369 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-22 00:44:41 INFO 35.209.47.43 884369 3201 --- End access to /index.php 2026-05-22 00:44:41 DEBUG 35.209.47.43 884369 3201 NEW TOKEN generated by : /index.php 2026-05-22 00:44:41 NOTICE 35.209.47.43 884369 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-22 00:44:41 DEBUG 35.209.47.43 884369 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-22 00:44:41 INFO 35.209.47.43 884369 3201 --- End access to /index.php 2026-05-22 00:44:43 DEBUG 35.209.47.43 884506 3201 NEW TOKEN generated by : /index.php 2026-05-22 00:44:43 NOTICE 35.209.47.43 884506 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-22 00:44:43 DEBUG 35.209.47.43 884506 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-22 00:44:43 INFO 35.209.47.43 884506 3201 --- End access to /index.php 2026-05-22 00:44:43 DEBUG 35.209.47.43 884506 3201 NEW TOKEN generated by : /index.php 2026-05-22 00:44:43 NOTICE 35.209.47.43 884506 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-22 00:44:43 DEBUG 35.209.47.43 884506 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-22 00:44:43 INFO 35.209.47.43 884506 3201 --- End access to /index.php 2026-05-22 00:44:44 DEBUG 35.209.47.43 884506 3201 NEW TOKEN generated by : /index.php 2026-05-22 00:44:44 NOTICE 35.209.47.43 884506 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-22 00:44:44 DEBUG 35.209.47.43 884506 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-22 00:44:44 INFO 35.209.47.43 884506 3201 --- End access to /index.php 2026-05-22 00:47:51 DEBUG 34.1.25.158 894837 3201 NEW TOKEN generated by : /index.php 2026-05-22 00:47:51 NOTICE 34.1.25.158 894837 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-22 00:47:51 DEBUG 34.1.25.158 894837 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-22 00:47:51 INFO 34.1.25.158 894837 3201 --- End access to /index.php 2026-05-22 00:47:52 DEBUG 34.1.25.158 895032 3201 NEW TOKEN generated by : /index.php 2026-05-22 00:47:52 NOTICE 34.1.25.158 895032 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-22 00:47:52 DEBUG 34.1.25.158 895032 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-22 00:47:52 INFO 34.1.25.158 895032 3201 --- End access to /index.php 2026-05-22 00:47:52 DEBUG 34.1.25.158 895032 3201 NEW TOKEN generated by : /index.php 2026-05-22 00:47:52 NOTICE 34.1.25.158 895032 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-22 00:47:52 DEBUG 34.1.25.158 895032 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-22 00:47:52 INFO 34.1.25.158 895032 3201 --- End access to /index.php 2026-05-22 01:08:55 DEBUG 195.178.110.102 993288 3201 NEW TOKEN generated by : /index.php 2026-05-22 01:08:55 WARNING 195.178.110.102 993288 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-22 01:08:55 INFO 195.178.110.102 993288 3201 --- End access to /index.php 2026-05-22 01:08:55 DEBUG 195.178.110.102 993581 3201 NEW TOKEN generated by : /index.php 2026-05-22 01:08:55 WARNING 195.178.110.102 993581 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-22 01:08:55 INFO 195.178.110.102 993581 3201 --- End access to /index.php 2026-05-22 01:09:04 DEBUG 195.178.110.102 995032 3201 NEW TOKEN generated by : /index.php 2026-05-22 01:09:04 WARNING 195.178.110.102 995032 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-22 01:09:04 INFO 195.178.110.102 995032 3201 --- End access to /index.php 2026-05-22 01:09:04 DEBUG 195.178.110.102 995039 3201 NEW TOKEN generated by : /index.php 2026-05-22 01:09:04 WARNING 195.178.110.102 995039 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-22 01:09:04 INFO 195.178.110.102 995039 3201 --- End access to /index.php 2026-05-22 01:09:06 WARNING 195.178.110.102 998700 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-22 01:09:06 INFO 195.178.110.102 998700 3201 --- End access to /index.php 2026-05-22 01:09:06 WARNING 195.178.110.102 998594 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-22 01:09:06 INFO 195.178.110.102 998594 3201 --- End access to /index.php 2026-05-22 06:00:06 DEBUG 103.153.183.126 451719 3201 NEW TOKEN generated by : /index.php 2026-05-22 06:00:06 WARNING 103.153.183.126 451719 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-22 06:00:06 INFO 103.153.183.126 451719 3201 --- End access to /index.php 2026-05-22 06:00:06 DEBUG 103.153.183.126 451719 3201 NEW TOKEN generated by : /index.php 2026-05-22 06:00:06 WARNING 103.153.183.126 451719 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-22 06:00:06 INFO 103.153.183.126 451719 3201 --- End access to /index.php 2026-05-22 06:00:06 WARNING 103.153.183.126 451743 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-22 06:00:06 INFO 103.153.183.126 451743 3201 --- End access to /index.php 2026-05-22 06:00:06 WARNING 103.153.183.126 451743 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-22 06:00:06 INFO 103.153.183.126 451743 3201 --- End access to /index.php 2026-05-22 06:00:06 WARNING 103.153.183.126 451743 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-22 06:00:06 INFO 103.153.183.126 451743 3201 --- End access to /index.php 2026-05-22 06:00:07 WARNING 103.153.183.126 451719 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-22 06:00:07 INFO 103.153.183.126 451719 3201 --- End access to /index.php 2026-05-22 06:00:07 WARNING 103.153.183.126 451719 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-22 06:00:07 INFO 103.153.183.126 451719 3201 --- End access to /index.php 2026-05-22 06:00:07 WARNING 103.153.183.126 451743 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-22 06:00:07 INFO 103.153.183.126 451743 3201 --- End access to /index.php 2026-05-22 06:42:23 DEBUG 103.153.183.126 641727 3201 NEW TOKEN generated by : /index.php 2026-05-22 06:42:23 WARNING 103.153.183.126 641727 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-22 06:42:23 INFO 103.153.183.126 641727 3201 --- End access to /index.php 2026-05-22 06:42:24 DEBUG 103.153.183.126 641728 3201 NEW TOKEN generated by : /index.php 2026-05-22 06:42:24 WARNING 103.153.183.126 641728 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-22 06:42:24 INFO 103.153.183.126 641728 3201 --- End access to /index.php 2026-05-22 06:42:24 WARNING 103.153.183.126 641728 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-22 06:42:24 INFO 103.153.183.126 641728 3201 --- End access to /index.php 2026-05-22 06:42:24 WARNING 103.153.183.126 641728 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-22 06:42:24 INFO 103.153.183.126 641728 3201 --- End access to /index.php 2026-05-22 06:42:24 WARNING 103.153.183.126 641727 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-22 06:42:24 INFO 103.153.183.126 641727 3201 --- End access to /index.php 2026-05-22 06:42:24 WARNING 103.153.183.126 641727 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-22 06:42:24 INFO 103.153.183.126 641727 3201 --- End access to /index.php 2026-05-22 06:42:24 WARNING 103.153.183.126 641728 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-22 06:42:24 INFO 103.153.183.126 641728 3201 --- End access to /index.php 2026-05-22 06:42:24 WARNING 103.153.183.126 641727 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-22 06:42:24 INFO 103.153.183.126 641727 3201 --- End access to /index.php 2026-05-22 07:15:18 DEBUG 103.153.183.126 780688 3201 NEW TOKEN generated by : /index.php 2026-05-22 07:15:18 WARNING 103.153.183.126 780688 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-22 07:15:18 INFO 103.153.183.126 780688 3201 --- End access to /index.php 2026-05-22 07:15:18 WARNING 103.153.183.126 780643 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-22 07:15:18 INFO 103.153.183.126 780643 3201 --- End access to /index.php 2026-05-22 07:15:19 WARNING 103.153.183.126 780688 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-22 07:15:19 INFO 103.153.183.126 780688 3201 --- End access to /index.php 2026-05-22 07:15:19 WARNING 103.153.183.126 780688 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-22 07:15:19 INFO 103.153.183.126 780688 3201 --- End access to /index.php 2026-05-22 14:04:19 DEBUG 103.153.183.126 519400 3201 NEW TOKEN generated by : /index.php 2026-05-22 14:04:19 WARNING 103.153.183.126 519400 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-22 14:04:19 INFO 103.153.183.126 519400 3201 --- End access to /index.php 2026-05-22 14:04:19 WARNING 103.153.183.126 519400 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-22 14:04:19 INFO 103.153.183.126 519400 3201 --- End access to /index.php 2026-05-22 14:04:19 WARNING 103.153.183.126 519400 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-22 14:04:19 INFO 103.153.183.126 519400 3201 --- End access to /index.php 2026-05-22 14:04:19 WARNING 103.153.183.126 520190 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-22 14:04:19 INFO 103.153.183.126 520190 3201 --- End access to /index.php 2026-05-22 14:04:34 DEBUG 103.153.183.126 521387 3201 NEW TOKEN generated by : /index.php 2026-05-22 14:04:34 WARNING 103.153.183.126 521387 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-22 14:04:34 INFO 103.153.183.126 521387 3201 --- End access to /index.php 2026-05-22 14:04:34 WARNING 103.153.183.126 521387 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-22 14:04:34 INFO 103.153.183.126 521387 3201 --- End access to /index.php 2026-05-22 14:04:34 WARNING 103.153.183.126 521387 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-22 14:04:34 INFO 103.153.183.126 521387 3201 --- End access to /index.php 2026-05-22 14:04:34 WARNING 103.153.183.126 521387 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-22 14:04:34 INFO 103.153.183.126 521387 3201 --- End access to /index.php 2026-05-22 14:41:41 DEBUG 103.153.183.126 697966 3201 NEW TOKEN generated by : /index.php 2026-05-22 14:41:41 WARNING 103.153.183.126 697966 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-22 14:41:41 INFO 103.153.183.126 697966 3201 --- End access to /index.php 2026-05-22 14:41:41 WARNING 103.153.183.126 697966 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-22 14:41:41 INFO 103.153.183.126 697966 3201 --- End access to /index.php 2026-05-22 14:41:41 WARNING 103.153.183.126 697966 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-22 14:41:41 INFO 103.153.183.126 697966 3201 --- End access to /index.php 2026-05-22 14:41:42 WARNING 103.153.183.126 697966 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-22 14:41:42 INFO 103.153.183.126 697966 3201 --- End access to /index.php 2026-05-22 14:42:03 DEBUG 103.153.183.126 698581 3201 NEW TOKEN generated by : /index.php 2026-05-22 14:42:03 WARNING 103.153.183.126 698581 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-22 14:42:03 INFO 103.153.183.126 698581 3201 --- End access to /index.php 2026-05-22 14:42:03 WARNING 103.153.183.126 698581 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-22 14:42:03 INFO 103.153.183.126 698581 3201 --- End access to /index.php 2026-05-22 14:42:03 WARNING 103.153.183.126 698581 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-22 14:42:03 INFO 103.153.183.126 698581 3201 --- End access to /index.php 2026-05-22 14:42:03 WARNING 103.153.183.126 698581 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-22 14:42:03 INFO 103.153.183.126 698581 3201 --- End access to /index.php 2026-05-22 14:48:15 DEBUG 198.235.24.142 734121 3201 NEW TOKEN generated by : /index.php 2026-05-22 14:48:15 NOTICE 198.235.24.142 734121 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-22 14:48:15 DEBUG 198.235.24.142 734121 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-22 14:48:15 INFO 198.235.24.142 734121 3201 --- End access to /index.php 2026-05-22 14:49:26 DEBUG 103.153.183.126 737238 3201 NEW TOKEN generated by : /index.php 2026-05-22 14:49:26 WARNING 103.153.183.126 737238 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-22 14:49:26 INFO 103.153.183.126 737238 3201 --- End access to /index.php 2026-05-22 14:49:26 WARNING 103.153.183.126 737238 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-22 14:49:26 INFO 103.153.183.126 737238 3201 --- End access to /index.php 2026-05-22 14:49:26 WARNING 103.153.183.126 737238 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-22 14:49:26 INFO 103.153.183.126 737238 3201 --- End access to /index.php 2026-05-22 14:49:26 WARNING 103.153.183.126 737238 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-22 14:49:26 INFO 103.153.183.126 737238 3201 --- End access to /index.php 2026-05-22 15:06:21 DEBUG 66.132.172.178 814596 3201 NEW TOKEN generated by : /index.php 2026-05-22 15:06:21 NOTICE 66.132.172.178 814596 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-22 15:06:21 DEBUG 66.132.172.178 814596 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-22 15:06:21 INFO 66.132.172.178 814596 3201 --- End access to /index.php 2026-05-22 15:14:13 DEBUG 66.132.172.130 841542 3201 NEW TOKEN generated by : /index.php 2026-05-22 15:14:13 NOTICE 66.132.172.130 841542 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-22 15:14:13 DEBUG 66.132.172.130 841542 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-22 15:14:13 INFO 66.132.172.130 841542 3201 --- End access to /index.php 2026-05-22 16:08:51 DEBUG 34.173.60.20 9609 3201 NEW TOKEN generated by : /index.php 2026-05-22 16:08:51 NOTICE 34.173.60.20 9609 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-22 16:08:51 DEBUG 34.173.60.20 9609 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-22 16:08:52 INFO 34.173.60.20 9609 3201 --- End access to /index.php 2026-05-22 16:45:49 DEBUG 167.71.198.58 257322 3201 NEW TOKEN generated by : /index.php 2026-05-22 16:45:49 DEBUG 167.71.198.58 257329 3201 NEW TOKEN generated by : /index.php 2026-05-22 16:45:49 NOTICE 167.71.198.58 257329 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-22 16:45:49 DEBUG 167.71.198.58 257329 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-22 16:45:49 NOTICE 167.71.198.58 257322 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-22 16:45:49 DEBUG 167.71.198.58 257322 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-22 16:45:50 INFO 167.71.198.58 257329 3201 --- End access to /index.php 2026-05-22 16:45:50 INFO 167.71.198.58 257322 3201 --- End access to /index.php 2026-05-22 17:51:24 DEBUG 103.153.183.126 621709 3201 NEW TOKEN generated by : /index.php 2026-05-22 17:51:24 WARNING 103.153.183.126 621709 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-22 17:51:24 INFO 103.153.183.126 621709 3201 --- End access to /index.php 2026-05-22 17:51:24 WARNING 103.153.183.126 621549 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-22 17:51:24 INFO 103.153.183.126 621549 3201 --- End access to /index.php 2026-05-22 17:51:24 WARNING 103.153.183.126 621549 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-22 17:51:24 INFO 103.153.183.126 621549 3201 --- End access to /index.php 2026-05-22 17:51:24 WARNING 103.153.183.126 621549 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-22 17:51:24 INFO 103.153.183.126 621549 3201 --- End access to /index.php 2026-05-22 17:51:51 DEBUG 103.153.183.126 621709 3201 NEW TOKEN generated by : /index.php 2026-05-22 17:51:51 WARNING 103.153.183.126 621709 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-22 17:51:51 INFO 103.153.183.126 621709 3201 --- End access to /index.php 2026-05-22 17:51:51 WARNING 103.153.183.126 621709 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-22 17:51:51 INFO 103.153.183.126 621709 3201 --- End access to /index.php 2026-05-22 17:51:51 WARNING 103.153.183.126 621709 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-22 17:51:51 INFO 103.153.183.126 621709 3201 --- End access to /index.php 2026-05-22 17:51:51 WARNING 103.153.183.126 621709 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-22 17:51:51 INFO 103.153.183.126 621709 3201 --- End access to /index.php 2026-05-22 18:21:18 DEBUG 198.235.24.175 764577 3201 NEW TOKEN generated by : /index.php 2026-05-22 18:21:18 NOTICE 198.235.24.175 764577 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-22 18:21:18 DEBUG 198.235.24.175 764577 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-22 18:21:18 INFO 198.235.24.175 764577 3201 --- End access to /index.php 2026-05-22 18:24:38 DEBUG 103.153.183.126 783664 3201 NEW TOKEN generated by : /index.php 2026-05-22 18:24:38 WARNING 103.153.183.126 783664 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-22 18:24:38 INFO 103.153.183.126 783664 3201 --- End access to /index.php 2026-05-22 18:24:38 WARNING 103.153.183.126 783664 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-22 18:24:38 INFO 103.153.183.126 783664 3201 --- End access to /index.php 2026-05-22 18:24:38 WARNING 103.153.183.126 783664 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-22 18:24:38 INFO 103.153.183.126 783664 3201 --- End access to /index.php 2026-05-22 18:24:38 WARNING 103.153.183.126 783664 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-22 18:24:38 INFO 103.153.183.126 783664 3201 --- End access to /index.php 2026-05-22 18:25:12 DEBUG 103.153.183.126 806780 3201 NEW TOKEN generated by : /index.php 2026-05-22 18:25:12 WARNING 103.153.183.126 806780 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-22 18:25:12 INFO 103.153.183.126 806780 3201 --- End access to /index.php 2026-05-22 18:25:12 WARNING 103.153.183.126 806780 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-22 18:25:12 INFO 103.153.183.126 806780 3201 --- End access to /index.php 2026-05-22 18:25:12 WARNING 103.153.183.126 806780 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-22 18:25:12 INFO 103.153.183.126 806780 3201 --- End access to /index.php 2026-05-22 18:25:12 WARNING 103.153.183.126 806780 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-22 18:25:12 INFO 103.153.183.126 806780 3201 --- End access to /index.php 2026-05-22 19:06:56 DEBUG 103.153.183.126 991184 3201 NEW TOKEN generated by : /index.php 2026-05-22 19:06:56 WARNING 103.153.183.126 991184 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-22 19:06:56 INFO 103.153.183.126 991184 3201 --- End access to /index.php 2026-05-22 19:06:57 WARNING 103.153.183.126 991201 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-22 19:06:57 INFO 103.153.183.126 991201 3201 --- End access to /index.php 2026-05-22 19:06:57 WARNING 103.153.183.126 990907 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-22 19:06:57 INFO 103.153.183.126 990907 3201 --- End access to /index.php 2026-05-22 19:06:57 WARNING 103.153.183.126 990907 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-22 19:06:57 INFO 103.153.183.126 990907 3201 --- End access to /index.php 2026-05-22 21:48:58 DEBUG 103.153.183.126 654485 3201 NEW TOKEN generated by : /index.php 2026-05-22 21:48:58 WARNING 103.153.183.126 654485 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-22 21:48:58 INFO 103.153.183.126 654485 3201 --- End access to /index.php 2026-05-22 21:48:58 DEBUG 103.153.183.126 654485 3201 NEW TOKEN generated by : /index.php 2026-05-22 21:48:58 WARNING 103.153.183.126 654485 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-22 21:48:58 INFO 103.153.183.126 654485 3201 --- End access to /index.php 2026-05-22 21:48:59 WARNING 103.153.183.126 654485 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-22 21:48:59 INFO 103.153.183.126 654485 3201 --- End access to /index.php 2026-05-22 21:48:59 WARNING 103.153.183.126 654567 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-22 21:48:59 INFO 103.153.183.126 654567 3201 --- End access to /index.php 2026-05-23 02:45:57 DEBUG 57.141.0.70 884299 3201 NEW TOKEN generated by : /index.php 2026-05-23 02:45:57 NOTICE 57.141.0.70 884299 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-23 02:45:57 DEBUG 57.141.0.70 884299 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-23 02:45:57 INFO 57.141.0.70 884299 3201 --- End access to /index.php 2026-05-23 02:45:58 DEBUG 57.141.0.57 884299 3201 NEW TOKEN generated by : /index.php 2026-05-23 02:45:58 NOTICE 57.141.0.57 884299 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-23 02:45:58 DEBUG 57.141.0.57 884299 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-23 02:45:58 INFO 57.141.0.57 884299 3201 --- End access to /index.php 2026-05-23 02:45:59 DEBUG 57.141.0.4 884500 3201 NEW TOKEN generated by : /index.php 2026-05-23 02:45:59 NOTICE 57.141.0.4 884500 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-23 02:45:59 DEBUG 57.141.0.4 884500 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-23 02:45:59 INFO 57.141.0.4 884500 3201 --- End access to /index.php 2026-05-23 02:45:59 DEBUG 57.141.0.38 884500 3201 NEW TOKEN generated by : /index.php 2026-05-23 02:45:59 NOTICE 57.141.0.38 884500 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-23 02:45:59 DEBUG 57.141.0.38 884500 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-23 02:45:59 INFO 57.141.0.38 884500 3201 --- End access to /index.php 2026-05-23 02:45:59 DEBUG 57.141.0.8 884500 3201 NEW TOKEN generated by : /index.php 2026-05-23 02:45:59 NOTICE 57.141.0.8 884500 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-23 02:45:59 DEBUG 57.141.0.8 884500 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-23 02:45:59 INFO 57.141.0.8 884500 3201 --- End access to /index.php 2026-05-23 02:46:00 DEBUG 57.141.0.51 884500 3201 NEW TOKEN generated by : /index.php 2026-05-23 02:46:00 NOTICE 57.141.0.51 884500 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-23 02:46:00 DEBUG 57.141.0.51 884500 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-23 02:46:00 INFO 57.141.0.51 884500 3201 --- End access to /index.php 2026-05-23 02:46:03 DEBUG 57.141.0.4 884742 3201 NEW TOKEN generated by : /index.php 2026-05-23 02:46:03 NOTICE 57.141.0.4 884742 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-23 02:46:03 DEBUG 57.141.0.4 884742 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-23 02:46:03 INFO 57.141.0.4 884742 3201 --- End access to /index.php 2026-05-23 02:46:03 DEBUG 57.141.0.54 884742 3201 NEW TOKEN generated by : /index.php 2026-05-23 02:46:03 NOTICE 57.141.0.54 884742 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-23 02:46:03 DEBUG 57.141.0.54 884742 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-23 02:46:03 INFO 57.141.0.54 884742 3201 --- End access to /index.php 2026-05-23 02:46:05 DEBUG 57.141.0.17 884863 3201 NEW TOKEN generated by : /index.php 2026-05-23 02:46:05 NOTICE 57.141.0.17 884863 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-23 02:46:05 DEBUG 57.141.0.17 884863 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-23 02:46:05 INFO 57.141.0.17 884863 3201 --- End access to /index.php 2026-05-23 02:46:07 DEBUG 57.141.0.7 884863 3201 NEW TOKEN generated by : /index.php 2026-05-23 02:46:07 NOTICE 57.141.0.7 884863 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-23 02:46:07 DEBUG 57.141.0.7 884863 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-23 02:46:07 INFO 57.141.0.7 884863 3201 --- End access to /index.php 2026-05-23 02:46:07 DEBUG 57.141.0.23 884863 3201 NEW TOKEN generated by : /index.php 2026-05-23 02:46:07 NOTICE 57.141.0.23 884863 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-23 02:46:07 DEBUG 57.141.0.23 884863 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-23 02:46:07 INFO 57.141.0.23 884863 3201 --- End access to /index.php 2026-05-23 02:46:08 DEBUG 57.141.0.60 884863 3201 NEW TOKEN generated by : /admin/index.php 2026-05-23 02:46:08 NOTICE 57.141.0.60 884863 3201 --- Access to GET /admin/index.php - action= - actionlogin= - showing the login form and exit 2026-05-23 02:46:08 DEBUG 57.141.0.60 884863 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-23 02:46:08 INFO 57.141.0.60 884863 3201 --- End access to /admin/index.php 2026-05-23 02:46:10 DEBUG 57.141.0.55 885003 3201 NEW TOKEN generated by : /index.php 2026-05-23 02:46:10 NOTICE 57.141.0.55 885003 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-23 02:46:10 DEBUG 57.141.0.55 885003 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-23 02:46:10 INFO 57.141.0.55 885003 3201 --- End access to /index.php 2026-05-23 02:49:30 DEBUG 57.141.0.12 892558 3201 NEW TOKEN generated by : /index.php 2026-05-23 02:49:30 NOTICE 57.141.0.12 892558 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-23 02:49:30 DEBUG 57.141.0.12 892558 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-23 02:49:30 INFO 57.141.0.12 892558 3201 --- End access to /index.php 2026-05-23 02:49:34 DEBUG 57.141.0.43 892483 3201 NEW TOKEN generated by : /index.php 2026-05-23 02:49:34 NOTICE 57.141.0.43 892483 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-23 02:49:34 DEBUG 57.141.0.43 892483 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-23 02:49:34 INFO 57.141.0.43 892483 3201 --- End access to /index.php 2026-05-23 02:49:36 DEBUG 57.141.0.44 892811 3201 NEW TOKEN generated by : /index.php 2026-05-23 02:49:36 NOTICE 57.141.0.44 892811 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-23 02:49:36 DEBUG 57.141.0.44 892811 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-23 02:49:36 INFO 57.141.0.44 892811 3201 --- End access to /index.php 2026-05-23 02:49:37 DEBUG 57.141.0.33 892833 3201 NEW TOKEN generated by : /index.php 2026-05-23 02:49:37 NOTICE 57.141.0.33 892833 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-23 02:49:37 DEBUG 57.141.0.33 892833 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-23 02:49:37 INFO 57.141.0.33 892833 3201 --- End access to /index.php 2026-05-23 02:49:37 DEBUG 57.141.0.68 892834 3201 NEW TOKEN generated by : /index.php 2026-05-23 02:49:37 NOTICE 57.141.0.68 892834 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-23 02:49:37 DEBUG 57.141.0.68 892834 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-23 02:49:37 INFO 57.141.0.68 892834 3201 --- End access to /index.php 2026-05-23 02:49:38 DEBUG 57.141.0.51 892876 3201 NEW TOKEN generated by : /index.php 2026-05-23 02:49:38 NOTICE 57.141.0.51 892876 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-23 02:49:38 DEBUG 57.141.0.51 892876 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-23 02:49:38 INFO 57.141.0.51 892876 3201 --- End access to /index.php 2026-05-23 02:49:42 DEBUG 57.141.0.14 893249 3201 NEW TOKEN generated by : /index.php 2026-05-23 02:49:42 NOTICE 57.141.0.14 893249 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-23 02:49:42 DEBUG 57.141.0.14 893249 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-23 02:49:42 INFO 57.141.0.14 893249 3201 --- End access to /index.php 2026-05-23 02:49:43 DEBUG 57.141.0.32 893249 3201 NEW TOKEN generated by : /index.php 2026-05-23 02:49:43 NOTICE 57.141.0.32 893249 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-23 02:49:43 DEBUG 57.141.0.32 893249 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-23 02:49:43 INFO 57.141.0.32 893249 3201 --- End access to /index.php 2026-05-23 02:49:45 DEBUG 57.141.0.43 893528 3201 NEW TOKEN generated by : /index.php 2026-05-23 02:49:45 NOTICE 57.141.0.43 893528 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-23 02:49:45 DEBUG 57.141.0.43 893528 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-23 02:49:45 INFO 57.141.0.43 893528 3201 --- End access to /index.php 2026-05-23 02:49:45 DEBUG 57.141.0.11 893528 3201 NEW TOKEN generated by : /index.php 2026-05-23 02:49:45 NOTICE 57.141.0.11 893528 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-23 02:49:45 DEBUG 57.141.0.11 893528 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-23 02:49:45 INFO 57.141.0.11 893528 3201 --- End access to /index.php 2026-05-23 02:49:46 DEBUG 57.141.0.25 893528 3201 NEW TOKEN generated by : /index.php 2026-05-23 02:49:46 NOTICE 57.141.0.25 893528 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-23 02:49:46 DEBUG 57.141.0.25 893528 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-23 02:49:46 INFO 57.141.0.25 893528 3201 --- End access to /index.php 2026-05-23 02:49:48 DEBUG 57.141.0.58 893641 3201 NEW TOKEN generated by : /index.php 2026-05-23 02:49:48 NOTICE 57.141.0.58 893641 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-23 02:49:48 DEBUG 57.141.0.58 893641 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-23 02:49:48 INFO 57.141.0.58 893641 3201 --- End access to /index.php 2026-05-23 02:49:49 DEBUG 57.141.0.62 893693 3201 NEW TOKEN generated by : /index.php 2026-05-23 02:49:49 NOTICE 57.141.0.62 893693 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-23 02:49:49 DEBUG 57.141.0.62 893693 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-23 02:49:49 INFO 57.141.0.62 893693 3201 --- End access to /index.php 2026-05-23 02:49:52 DEBUG 57.141.0.2 893841 3201 NEW TOKEN generated by : /index.php 2026-05-23 02:49:52 NOTICE 57.141.0.2 893841 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-23 02:49:52 DEBUG 57.141.0.2 893841 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-23 02:49:52 INFO 57.141.0.2 893841 3201 --- End access to /index.php 2026-05-23 02:49:52 DEBUG 57.141.0.20 893841 3201 NEW TOKEN generated by : /index.php 2026-05-23 02:49:52 NOTICE 57.141.0.20 893841 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-23 02:49:52 DEBUG 57.141.0.20 893841 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-23 02:49:52 INFO 57.141.0.20 893841 3201 --- End access to /index.php 2026-05-23 05:24:23 DEBUG 103.215.75.221 591526 3201 NEW TOKEN generated by : /index.php 2026-05-23 05:24:23 WARNING 103.215.75.221 591526 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-23 05:24:23 INFO 103.215.75.221 591526 3201 --- End access to /index.php 2026-05-23 05:24:23 DEBUG 103.215.75.221 587887 3201 NEW TOKEN generated by : /index.php 2026-05-23 05:24:23 WARNING 103.215.75.221 587887 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-23 05:24:23 INFO 103.215.75.221 587887 3201 --- End access to /index.php 2026-05-23 05:24:23 WARNING 103.215.75.221 591526 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-23 05:24:23 INFO 103.215.75.221 591526 3201 --- End access to /index.php 2026-05-23 05:24:23 WARNING 103.215.75.221 587887 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-23 05:24:23 INFO 103.215.75.221 587887 3201 --- End access to /index.php 2026-05-23 05:24:23 DEBUG 103.215.75.221 591526 3201 NEW TOKEN generated by : /index.php 2026-05-23 05:24:23 WARNING 103.215.75.221 591526 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-23 05:24:23 INFO 103.215.75.221 591526 3201 --- End access to /index.php 2026-05-23 05:24:23 DEBUG 103.215.75.221 587887 3201 NEW TOKEN generated by : /index.php 2026-05-23 05:24:23 WARNING 103.215.75.221 587887 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-23 05:24:23 INFO 103.215.75.221 587887 3201 --- End access to /index.php 2026-05-23 05:24:24 WARNING 103.215.75.221 591526 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-23 05:24:24 INFO 103.215.75.221 591526 3201 --- End access to /index.php 2026-05-23 05:24:24 WARNING 103.215.75.221 587887 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-23 05:24:24 INFO 103.215.75.221 587887 3201 --- End access to /index.php 2026-05-23 05:32:18 DEBUG 176.65.139.229 648124 3201 NEW TOKEN generated by : /index.php 2026-05-23 05:32:18 NOTICE 176.65.139.229 648124 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-23 05:32:18 DEBUG 176.65.139.229 648124 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-23 05:32:18 INFO 176.65.139.229 648124 3201 --- End access to /index.php 2026-05-23 05:32:18 DEBUG 176.65.139.236 648135 3201 NEW TOKEN generated by : /index.php 2026-05-23 05:32:18 DEBUG 176.65.139.234 648136 3201 NEW TOKEN generated by : /index.php 2026-05-23 05:32:18 NOTICE 176.65.139.236 648135 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-23 05:32:18 NOTICE 176.65.139.234 648136 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-23 05:32:18 DEBUG 176.65.139.236 648135 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-23 05:32:18 DEBUG 176.65.139.234 648136 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-23 05:32:18 INFO 176.65.139.234 648136 3201 --- End access to /index.php 2026-05-23 05:32:18 INFO 176.65.139.236 648135 3201 --- End access to /index.php 2026-05-23 07:36:11 DEBUG 205.210.31.51 141054 3201 NEW TOKEN generated by : /index.php 2026-05-23 07:36:11 NOTICE 205.210.31.51 141054 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-23 07:36:11 DEBUG 205.210.31.51 141054 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-23 07:36:11 INFO 205.210.31.51 141054 3201 --- End access to /index.php 2026-05-23 09:01:03 DEBUG 103.153.183.126 498993 3201 NEW TOKEN generated by : /index.php 2026-05-23 09:01:03 WARNING 103.153.183.126 498993 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-23 09:01:03 DEBUG 103.153.183.126 498994 3201 NEW TOKEN generated by : /index.php 2026-05-23 09:01:03 INFO 103.153.183.126 498993 3201 --- End access to /index.php 2026-05-23 09:01:03 WARNING 103.153.183.126 498994 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-23 09:01:03 INFO 103.153.183.126 498994 3201 --- End access to /index.php 2026-05-23 09:01:03 DEBUG 103.153.183.126 499003 3201 NEW TOKEN generated by : /index.php 2026-05-23 09:01:03 WARNING 103.153.183.126 499003 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-23 09:01:03 INFO 103.153.183.126 499003 3201 --- End access to /index.php 2026-05-23 09:01:03 DEBUG 103.153.183.126 499004 3201 NEW TOKEN generated by : /index.php 2026-05-23 09:01:03 WARNING 103.153.183.126 499004 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-23 09:01:03 INFO 103.153.183.126 499004 3201 --- End access to /index.php 2026-05-23 09:01:03 WARNING 103.153.183.126 499003 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-23 09:01:03 INFO 103.153.183.126 499003 3201 --- End access to /index.php 2026-05-23 09:01:03 WARNING 103.153.183.126 499004 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-23 09:01:03 INFO 103.153.183.126 499004 3201 --- End access to /index.php 2026-05-23 09:01:03 WARNING 103.153.183.126 498993 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-23 09:01:03 INFO 103.153.183.126 498993 3201 --- End access to /index.php 2026-05-23 09:01:03 WARNING 103.153.183.126 499027 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-23 09:01:03 INFO 103.153.183.126 499027 3201 --- End access to /index.php 2026-05-23 10:00:28 DEBUG 57.141.0.8 765600 3201 NEW TOKEN generated by : /public/demo/index.php 2026-05-23 10:00:28 DEBUG 57.141.0.8 765600 3201 DefaultValues::fetchAll 2026-05-23 10:00:28 DEBUG 57.141.0.8 765600 3201 sql=SELECT rowid, type, user_id, page, param, value FROM llxme_default_values as t WHERE 1 = 1 AND ((t.user_id IN (0,0)) AND (entity IN (1,1))) 2026-05-23 10:00:28 NOTICE 57.141.0.8 765600 3201 --- Access to GET /public/demo/index.php - action=, massaction= 2026-05-23 10:00:28 DEBUG 57.141.0.8 765600 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-23 10:00:28 DEBUG 57.141.0.8 765600 3201 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, m.showtopmenuinframe FROM llxme_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 2026-05-23 10:00:28 INFO 57.141.0.8 765600 3201 --- End access to /public/demo/index.php 2026-05-23 10:00:30 DEBUG 57.141.0.56 765676 3201 NEW TOKEN generated by : /index.php 2026-05-23 10:00:30 NOTICE 57.141.0.56 765676 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-23 10:00:30 DEBUG 57.141.0.56 765676 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-23 10:00:30 INFO 57.141.0.56 765676 3201 --- End access to /index.php 2026-05-23 10:52:37 DEBUG 23.95.96.140 983251 3201 NEW TOKEN generated by : /index.php 2026-05-23 10:52:37 NOTICE 23.95.96.140 983251 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-23 10:52:37 DEBUG 23.95.96.140 983251 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-23 10:52:38 INFO 23.95.96.140 983251 3201 --- End access to /index.php 2026-05-23 12:21:47 DEBUG 195.178.110.132 315712 3201 NEW TOKEN generated by : /index.php 2026-05-23 12:21:47 DEBUG 195.178.110.132 315715 3201 NEW TOKEN generated by : /index.php 2026-05-23 12:21:47 DEBUG 195.178.110.132 315714 3201 NEW TOKEN generated by : /index.php 2026-05-23 12:21:47 DEBUG 195.178.110.132 315713 3201 NEW TOKEN generated by : /index.php 2026-05-23 12:21:47 WARNING 195.178.110.132 315712 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-23 12:21:47 WARNING 195.178.110.132 315715 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-23 12:21:47 WARNING 195.178.110.132 315714 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-23 12:21:47 WARNING 195.178.110.132 315713 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-23 12:21:47 INFO 195.178.110.132 315712 3201 --- End access to /index.php 2026-05-23 12:21:47 INFO 195.178.110.132 315715 3201 --- End access to /index.php 2026-05-23 12:21:47 INFO 195.178.110.132 315714 3201 --- End access to /index.php 2026-05-23 12:21:47 INFO 195.178.110.132 315713 3201 --- End access to /index.php 2026-05-23 12:21:47 WARNING 195.178.110.132 315713 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-23 12:21:47 INFO 195.178.110.132 315713 3201 --- End access to /index.php 2026-05-23 12:21:47 WARNING 195.178.110.132 315712 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-23 12:21:47 INFO 195.178.110.132 315712 3201 --- End access to /index.php 2026-05-23 12:21:47 WARNING 195.178.110.132 315714 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-23 12:21:47 INFO 195.178.110.132 315714 3201 --- End access to /index.php 2026-05-23 12:21:47 WARNING 195.178.110.132 315715 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-23 12:21:47 INFO 195.178.110.132 315715 3201 --- End access to /index.php 2026-05-23 16:45:42 DEBUG 198.235.24.186 473374 3201 NEW TOKEN generated by : /index.php 2026-05-23 16:45:42 NOTICE 198.235.24.186 473374 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-23 16:45:42 DEBUG 198.235.24.186 473374 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-23 16:45:42 INFO 198.235.24.186 473374 3201 --- End access to /index.php 2026-05-23 18:25:08 DEBUG 205.210.31.201 943796 3201 NEW TOKEN generated by : /index.php 2026-05-23 18:25:08 NOTICE 205.210.31.201 943796 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-23 18:25:08 DEBUG 205.210.31.201 943796 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-23 18:25:08 INFO 205.210.31.201 943796 3201 --- End access to /index.php 2026-05-23 18:52:38 DEBUG 66.132.172.180 27363 3201 NEW TOKEN generated by : /index.php 2026-05-23 18:52:38 NOTICE 66.132.172.180 27363 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-23 18:52:38 DEBUG 66.132.172.180 27363 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-23 18:52:38 INFO 66.132.172.180 27363 3201 --- End access to /index.php 2026-05-23 21:11:06 DEBUG 57.141.0.6 611632 3201 NEW TOKEN generated by : /index.php 2026-05-23 21:11:06 NOTICE 57.141.0.6 611632 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-23 21:11:06 DEBUG 57.141.0.6 611632 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-23 21:11:06 INFO 57.141.0.6 611632 3201 --- End access to /index.php 2026-05-23 22:04:44 DEBUG 199.45.155.89 835916 3201 NEW TOKEN generated by : /index.php 2026-05-23 22:04:44 NOTICE 199.45.155.89 835916 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-23 22:04:44 DEBUG 199.45.155.89 835916 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-23 22:04:44 INFO 199.45.155.89 835916 3201 --- End access to /index.php 2026-05-24 02:03:43 DEBUG 205.210.31.29 850064 3201 NEW TOKEN generated by : /index.php 2026-05-24 02:03:43 NOTICE 205.210.31.29 850064 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-24 02:03:43 DEBUG 205.210.31.29 850064 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-24 02:03:43 INFO 205.210.31.29 850064 3201 --- End access to /index.php 2026-05-24 12:03:45 DEBUG 198.235.24.47 300206 3201 NEW TOKEN generated by : /index.php 2026-05-24 12:03:45 NOTICE 198.235.24.47 300206 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-24 12:03:45 DEBUG 198.235.24.47 300206 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-24 12:03:45 INFO 198.235.24.47 300206 3201 --- End access to /index.php 2026-05-24 12:48:21 DEBUG 5.255.101.91 499209 3201 NEW TOKEN generated by : /index.php 2026-05-24 12:48:21 NOTICE 5.255.101.91 499209 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-24 12:48:21 DEBUG 5.255.101.91 499209 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-24 12:48:21 INFO 5.255.101.91 499209 3201 --- End access to /index.php 2026-05-24 12:48:22 DEBUG 5.255.101.91 497120 3201 NEW TOKEN generated by : /index.php 2026-05-24 12:48:22 NOTICE 5.255.101.91 497120 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-24 12:48:22 DEBUG 5.255.101.91 497120 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-24 12:48:22 INFO 5.255.101.91 497120 3201 --- End access to /index.php 2026-05-24 12:48:23 DEBUG 5.255.101.91 497120 3201 NEW TOKEN generated by : /index.php 2026-05-24 12:48:23 NOTICE 5.255.101.91 497120 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-24 12:48:23 DEBUG 5.255.101.91 497120 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-24 12:48:23 INFO 5.255.101.91 497120 3201 --- End access to /index.php 2026-05-24 12:48:23 DEBUG 5.255.101.91 499209 3201 NEW TOKEN generated by : /index.php 2026-05-24 12:48:23 NOTICE 5.255.101.91 499209 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-24 12:48:23 DEBUG 5.255.101.91 499209 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-24 12:48:23 INFO 5.255.101.91 499209 3201 --- End access to /index.php 2026-05-24 12:48:23 DEBUG 5.255.101.91 497197 3201 NEW TOKEN generated by : /index.php 2026-05-24 12:48:23 NOTICE 5.255.101.91 497197 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-24 12:48:23 DEBUG 5.255.101.91 497197 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-24 12:48:23 INFO 5.255.101.91 497197 3201 --- End access to /index.php 2026-05-24 12:48:24 DEBUG 5.255.101.91 497197 3201 NEW TOKEN generated by : /index.php 2026-05-24 12:48:24 NOTICE 5.255.101.91 497197 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-24 12:48:24 DEBUG 5.255.101.91 497197 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-24 12:48:24 INFO 5.255.101.91 497197 3201 --- End access to /index.php 2026-05-24 12:48:25 DEBUG 5.255.101.91 497196 3201 NEW TOKEN generated by : /index.php 2026-05-24 12:48:25 NOTICE 5.255.101.91 497196 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-24 12:48:25 DEBUG 5.255.101.91 497196 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-24 12:48:25 INFO 5.255.101.91 497196 3201 --- End access to /index.php 2026-05-24 13:34:49 DEBUG 205.210.31.47 713447 3201 NEW TOKEN generated by : /index.php 2026-05-24 13:34:49 NOTICE 205.210.31.47 713447 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-24 13:34:49 DEBUG 205.210.31.47 713447 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-24 13:34:49 INFO 205.210.31.47 713447 3201 --- End access to /index.php 2026-05-24 13:51:52 DEBUG 167.71.198.58 786332 3201 NEW TOKEN generated by : /index.php 2026-05-24 13:51:52 NOTICE 167.71.198.58 786332 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-24 13:51:52 DEBUG 167.71.198.58 786332 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-24 13:51:52 INFO 167.71.198.58 786332 3201 --- End access to /index.php 2026-05-24 13:51:54 NOTICE 167.71.198.58 786332 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-24 13:51:54 DEBUG 167.71.198.58 786332 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-24 13:51:54 INFO 167.71.198.58 786332 3201 --- End access to /index.php 2026-05-24 13:51:54 NOTICE 167.71.198.58 791244 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-24 13:51:54 DEBUG 167.71.198.58 791244 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-24 13:51:54 INFO 167.71.198.58 791244 3201 --- End access to /index.php 2026-05-24 13:51:54 NOTICE 167.71.198.58 791244 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-24 13:51:54 DEBUG 167.71.198.58 791244 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-24 13:51:54 INFO 167.71.198.58 791244 3201 --- End access to /index.php 2026-05-24 13:51:55 NOTICE 167.71.198.58 791244 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-24 13:51:55 DEBUG 167.71.198.58 791244 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-24 13:51:55 INFO 167.71.198.58 791244 3201 --- End access to /index.php 2026-05-24 14:05:43 DEBUG 3.151.194.164 858539 3201 NEW TOKEN generated by : /index.php 2026-05-24 14:05:43 NOTICE 3.151.194.164 858539 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-24 14:05:43 DEBUG 3.151.194.164 858539 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-24 14:05:43 INFO 3.151.194.164 858539 3201 --- End access to /index.php 2026-05-24 14:45:27 DEBUG 205.210.31.141 1037232 3201 NEW TOKEN generated by : /index.php 2026-05-24 14:45:27 NOTICE 205.210.31.141 1037232 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-24 14:45:27 DEBUG 205.210.31.141 1037232 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-24 14:45:27 INFO 205.210.31.141 1037232 3201 --- End access to /index.php 2026-05-24 15:58:59 DEBUG 57.141.0.52 291093 3201 NEW TOKEN generated by : /index.php 2026-05-24 15:58:59 NOTICE 57.141.0.52 291093 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-24 15:58:59 DEBUG 57.141.0.52 291093 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-24 15:58:59 INFO 57.141.0.52 291093 3201 --- End access to /index.php 2026-05-24 15:59:23 DEBUG 57.141.0.13 291429 3201 NEW TOKEN generated by : /index.php 2026-05-24 15:59:23 NOTICE 57.141.0.13 291429 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-24 15:59:23 DEBUG 57.141.0.13 291429 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-24 15:59:23 INFO 57.141.0.13 291429 3201 --- End access to /index.php 2026-05-24 15:59:25 DEBUG 57.141.0.38 292174 3201 NEW TOKEN generated by : /index.php 2026-05-24 15:59:25 NOTICE 57.141.0.38 292174 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-24 15:59:25 DEBUG 57.141.0.38 292174 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-24 15:59:25 INFO 57.141.0.38 292174 3201 --- End access to /index.php 2026-05-24 15:59:44 DEBUG 57.141.0.36 292761 3201 NEW TOKEN generated by : /index.php 2026-05-24 15:59:44 NOTICE 57.141.0.36 292761 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-24 15:59:44 DEBUG 57.141.0.36 292761 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-24 15:59:44 INFO 57.141.0.36 292761 3201 --- End access to /index.php 2026-05-24 16:00:26 DEBUG 57.141.0.21 294589 3201 NEW TOKEN generated by : /index.php 2026-05-24 16:00:26 NOTICE 57.141.0.21 294589 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-24 16:00:26 DEBUG 57.141.0.21 294589 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-24 16:00:26 INFO 57.141.0.21 294589 3201 --- End access to /index.php 2026-05-24 16:00:46 DEBUG 57.141.0.19 295685 3201 NEW TOKEN generated by : /index.php 2026-05-24 16:00:46 NOTICE 57.141.0.19 295685 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-24 16:00:46 DEBUG 57.141.0.19 295685 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-24 16:00:46 INFO 57.141.0.19 295685 3201 --- End access to /index.php 2026-05-24 16:00:55 DEBUG 57.141.0.52 295805 3201 NEW TOKEN generated by : /index.php 2026-05-24 16:00:55 NOTICE 57.141.0.52 295805 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-24 16:00:55 DEBUG 57.141.0.52 295805 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-24 16:00:55 INFO 57.141.0.52 295805 3201 --- End access to /index.php 2026-05-24 16:01:22 DEBUG 57.141.0.41 300987 3201 NEW TOKEN generated by : /index.php 2026-05-24 16:01:22 NOTICE 57.141.0.41 300987 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-24 16:01:22 DEBUG 57.141.0.41 300987 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-24 16:01:22 INFO 57.141.0.41 300987 3201 --- End access to /index.php 2026-05-24 16:01:39 DEBUG 57.141.0.1 315005 3201 NEW TOKEN generated by : /index.php 2026-05-24 16:01:39 NOTICE 57.141.0.1 315005 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-24 16:01:39 DEBUG 57.141.0.1 315005 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-24 16:01:39 INFO 57.141.0.1 315005 3201 --- End access to /index.php 2026-05-24 16:02:03 NOTICE 57.141.0.40 326650 3201 --- Access to GET /api/index.php - action=, massaction= NOTOKENRENEWAL=1 2026-05-24 16:02:03 DEBUG 57.141.0.40 326650 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-24 16:02:03 INFO 57.141.0.40 326650 3201 --- End access to /api/index.php 2026-05-24 16:02:11 DEBUG 57.141.0.42 326782 3201 NEW TOKEN generated by : /index.php 2026-05-24 16:02:11 NOTICE 57.141.0.42 326782 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-24 16:02:11 DEBUG 57.141.0.42 326782 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-24 16:02:11 INFO 57.141.0.42 326782 3201 --- End access to /index.php 2026-05-24 16:02:32 DEBUG 57.141.0.6 327855 3201 NEW TOKEN generated by : /index.php 2026-05-24 16:02:32 NOTICE 57.141.0.6 327855 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-24 16:02:32 DEBUG 57.141.0.6 327855 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-24 16:02:32 INFO 57.141.0.6 327855 3201 --- End access to /index.php 2026-05-24 16:02:38 DEBUG 57.141.0.52 327452 3201 NEW TOKEN generated by : /index.php 2026-05-24 16:02:38 NOTICE 57.141.0.52 327452 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-24 16:02:38 DEBUG 57.141.0.52 327452 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-24 16:02:38 INFO 57.141.0.52 327452 3201 --- End access to /index.php 2026-05-24 16:02:56 DEBUG 57.141.0.22 328519 3201 NEW TOKEN generated by : /index.php 2026-05-24 16:02:56 NOTICE 57.141.0.22 328519 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-24 16:02:56 DEBUG 57.141.0.22 328519 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-24 16:02:56 INFO 57.141.0.22 328519 3201 --- End access to /index.php 2026-05-24 16:03:13 DEBUG 57.141.0.45 329056 3201 NEW TOKEN generated by : /index.php 2026-05-24 16:03:13 NOTICE 57.141.0.45 329056 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-24 16:03:13 DEBUG 57.141.0.45 329056 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-24 16:03:13 INFO 57.141.0.45 329056 3201 --- End access to /index.php 2026-05-24 16:03:24 DEBUG 57.141.0.63 329376 3201 NEW TOKEN generated by : /index.php 2026-05-24 16:03:24 NOTICE 57.141.0.63 329376 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-24 16:03:24 DEBUG 57.141.0.63 329376 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-24 16:03:24 INFO 57.141.0.63 329376 3201 --- End access to /index.php 2026-05-24 16:03:30 DEBUG 57.141.0.31 329585 3201 NEW TOKEN generated by : /index.php 2026-05-24 16:03:30 NOTICE 57.141.0.31 329585 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-24 16:03:30 DEBUG 57.141.0.31 329585 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-24 16:03:30 INFO 57.141.0.31 329585 3201 --- End access to /index.php 2026-05-24 16:03:33 DEBUG 57.141.0.32 329703 3201 NEW TOKEN generated by : /index.php 2026-05-24 16:03:33 NOTICE 57.141.0.32 329703 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-24 16:03:33 DEBUG 57.141.0.32 329703 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-24 16:03:33 INFO 57.141.0.32 329703 3201 --- End access to /index.php 2026-05-24 16:03:38 DEBUG 57.141.0.1 329663 3201 NEW TOKEN generated by : /index.php 2026-05-24 16:03:38 NOTICE 57.141.0.1 329663 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-24 16:03:38 DEBUG 57.141.0.1 329663 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-24 16:03:38 INFO 57.141.0.1 329663 3201 --- End access to /index.php 2026-05-24 16:03:43 DEBUG 57.141.0.58 329974 3201 NEW TOKEN generated by : /index.php 2026-05-24 16:03:43 NOTICE 57.141.0.58 329974 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-24 16:03:43 DEBUG 57.141.0.58 329974 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-24 16:03:43 INFO 57.141.0.58 329974 3201 --- End access to /index.php 2026-05-24 16:03:55 DEBUG 57.141.0.64 332060 3201 NEW TOKEN generated by : /index.php 2026-05-24 16:03:55 NOTICE 57.141.0.64 332060 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-24 16:03:55 DEBUG 57.141.0.64 332060 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-24 16:03:55 INFO 57.141.0.64 332060 3201 --- End access to /index.php 2026-05-24 16:04:02 DEBUG 57.141.0.28 332589 3201 NEW TOKEN generated by : /index.php 2026-05-24 16:04:02 NOTICE 57.141.0.28 332589 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-24 16:04:02 DEBUG 57.141.0.28 332589 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-24 16:04:02 INFO 57.141.0.28 332589 3201 --- End access to /index.php 2026-05-24 16:04:06 DEBUG 57.141.0.47 332893 3201 NEW TOKEN generated by : /index.php 2026-05-24 16:04:06 NOTICE 57.141.0.47 332893 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-24 16:04:06 DEBUG 57.141.0.47 332893 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-24 16:04:06 INFO 57.141.0.47 332893 3201 --- End access to /index.php 2026-05-24 16:04:10 DEBUG 57.141.0.68 332285 3201 NEW TOKEN generated by : /index.php 2026-05-24 16:04:10 NOTICE 57.141.0.68 332285 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-24 16:04:10 DEBUG 57.141.0.68 332285 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-24 16:04:10 INFO 57.141.0.68 332285 3201 --- End access to /index.php 2026-05-24 16:04:14 DEBUG 57.141.0.40 333306 3201 NEW TOKEN generated by : /index.php 2026-05-24 16:04:14 NOTICE 57.141.0.40 333306 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-24 16:04:14 DEBUG 57.141.0.40 333306 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-24 16:04:14 INFO 57.141.0.40 333306 3201 --- End access to /index.php 2026-05-24 16:04:17 DEBUG 57.141.0.67 333736 3201 NEW TOKEN generated by : /index.php 2026-05-24 16:04:17 NOTICE 57.141.0.67 333736 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-24 16:04:17 DEBUG 57.141.0.67 333736 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-24 16:04:17 INFO 57.141.0.67 333736 3201 --- End access to /index.php 2026-05-24 16:04:30 DEBUG 57.141.0.2 334234 3201 NEW TOKEN generated by : /index.php 2026-05-24 16:04:30 NOTICE 57.141.0.2 334234 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-24 16:04:30 DEBUG 57.141.0.2 334234 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-24 16:04:30 INFO 57.141.0.2 334234 3201 --- End access to /index.php 2026-05-24 16:04:36 DEBUG 57.141.0.36 334940 3201 NEW TOKEN generated by : /index.php 2026-05-24 16:04:36 NOTICE 57.141.0.36 334940 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-24 16:04:36 DEBUG 57.141.0.36 334940 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-24 16:04:36 INFO 57.141.0.36 334940 3201 --- End access to /index.php 2026-05-24 16:04:42 DEBUG 57.141.0.68 335370 3201 NEW TOKEN generated by : /index.php 2026-05-24 16:04:42 NOTICE 57.141.0.68 335370 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-24 16:04:42 DEBUG 57.141.0.68 335370 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-24 16:04:42 INFO 57.141.0.68 335370 3201 --- End access to /index.php 2026-05-24 16:04:45 DEBUG 57.141.0.43 335526 3201 NEW TOKEN generated by : /accountancy/index.php 2026-05-24 16:04:45 NOTICE 57.141.0.43 335526 3201 --- Access to GET /accountancy/index.php - action= - actionlogin= - showing the login form and exit 2026-05-24 16:04:45 DEBUG 57.141.0.43 335526 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-24 16:04:45 INFO 57.141.0.43 335526 3201 --- End access to /accountancy/index.php 2026-05-24 16:04:47 DEBUG 57.141.0.3 335680 3201 NEW TOKEN generated by : /index.php 2026-05-24 16:04:47 NOTICE 57.141.0.3 335680 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-24 16:04:47 DEBUG 57.141.0.3 335680 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-24 16:04:47 INFO 57.141.0.3 335680 3201 --- End access to /index.php 2026-05-24 16:04:53 DEBUG 57.141.0.45 336038 3201 NEW TOKEN generated by : /admin/tools/index.php 2026-05-24 16:04:53 NOTICE 57.141.0.45 336038 3201 --- Access to GET /admin/tools/index.php - action= - actionlogin= - showing the login form and exit 2026-05-24 16:04:53 DEBUG 57.141.0.45 336038 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-24 16:04:53 INFO 57.141.0.45 336038 3201 --- End access to /admin/tools/index.php 2026-05-24 16:04:55 DEBUG 57.141.0.45 336202 3201 NEW TOKEN generated by : /index.php 2026-05-24 16:04:55 NOTICE 57.141.0.45 336202 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-24 16:04:55 DEBUG 57.141.0.45 336202 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-24 16:04:55 INFO 57.141.0.45 336202 3201 --- End access to /index.php 2026-05-24 16:05:17 DEBUG 57.141.0.15 338653 3201 NEW TOKEN generated by : /index.php 2026-05-24 16:05:17 NOTICE 57.141.0.15 338653 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-24 16:05:17 DEBUG 57.141.0.15 338653 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-24 16:05:17 INFO 57.141.0.15 338653 3201 --- End access to /index.php 2026-05-24 19:20:58 DEBUG 185.247.137.136 137569 3201 NEW TOKEN generated by : /index.php 2026-05-24 19:20:58 NOTICE 185.247.137.136 137569 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-24 19:20:58 DEBUG 185.247.137.136 137569 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-24 19:20:58 INFO 185.247.137.136 137569 3201 --- End access to /index.php 2026-05-24 20:29:09 DEBUG 66.132.195.38 407492 3201 NEW TOKEN generated by : /index.php 2026-05-24 20:29:09 NOTICE 66.132.195.38 407492 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-24 20:29:09 DEBUG 66.132.195.38 407492 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-24 20:29:09 INFO 66.132.195.38 407492 3201 --- End access to /index.php 2026-05-24 20:42:49 DEBUG 199.45.155.86 463657 3201 NEW TOKEN generated by : /index.php 2026-05-24 20:42:49 NOTICE 199.45.155.86 463657 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-24 20:42:49 DEBUG 199.45.155.86 463657 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-24 20:42:49 INFO 199.45.155.86 463657 3201 --- End access to /index.php 2026-05-24 21:43:13 DEBUG 87.236.176.7 723712 3201 NEW TOKEN generated by : /index.php 2026-05-24 21:43:13 NOTICE 87.236.176.7 723712 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-24 21:43:13 DEBUG 87.236.176.7 723712 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-24 21:43:13 INFO 87.236.176.7 723712 3201 --- End access to /index.php 2026-05-24 22:35:47 DEBUG 208.84.100.152 957397 3201 NEW TOKEN generated by : /index.php 2026-05-24 22:35:47 NOTICE 208.84.100.152 957397 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-24 22:35:47 DEBUG 208.84.100.152 957397 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-24 22:35:47 INFO 208.84.100.152 957397 3201 --- End access to /index.php 2026-05-24 22:35:47 DEBUG 208.84.100.152 957829 3201 NEW TOKEN generated by : /index.php 2026-05-24 22:35:47 NOTICE 208.84.100.152 957829 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-24 22:35:47 DEBUG 208.84.100.152 957829 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-24 22:35:47 INFO 208.84.100.152 957829 3201 --- End access to /index.php 2026-05-24 22:35:47 DEBUG 208.84.100.152 957829 3201 NEW TOKEN generated by : /index.php 2026-05-24 22:35:47 NOTICE 208.84.100.152 957829 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-24 22:35:47 DEBUG 208.84.100.152 957829 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-24 22:35:47 DEBUG 208.84.100.152 957397 3201 NEW TOKEN generated by : /index.php 2026-05-24 22:35:47 NOTICE 208.84.100.152 957397 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-24 22:35:47 DEBUG 208.84.100.152 957397 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-24 22:35:47 DEBUG 208.84.100.152 957331 3201 NEW TOKEN generated by : /index.php 2026-05-24 22:35:47 INFO 208.84.100.152 957397 3201 --- End access to /index.php 2026-05-24 22:35:47 NOTICE 208.84.100.152 957331 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-24 22:35:47 DEBUG 208.84.100.152 957331 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-24 22:35:47 INFO 208.84.100.152 957829 3201 --- End access to /index.php 2026-05-24 22:35:47 INFO 208.84.100.152 957331 3201 --- End access to /index.php 2026-05-24 22:35:47 DEBUG 208.84.100.152 957829 3201 NEW TOKEN generated by : /index.php 2026-05-24 22:35:47 NOTICE 208.84.100.152 957829 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-24 22:35:47 DEBUG 208.84.100.152 957829 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-24 22:35:47 INFO 208.84.100.152 957829 3201 --- End access to /index.php 2026-05-24 22:35:48 DEBUG 208.84.100.152 957331 3201 NEW TOKEN generated by : /index.php 2026-05-24 22:35:48 NOTICE 208.84.100.152 957331 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-24 22:35:48 DEBUG 208.84.100.152 957331 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-24 22:35:48 INFO 208.84.100.152 957331 3201 --- End access to /index.php 2026-05-25 05:55:37 DEBUG 209.38.230.239 786237 3201 NEW TOKEN generated by : /index.php 2026-05-25 05:55:37 NOTICE 209.38.230.239 786237 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-25 05:55:37 DEBUG 209.38.230.239 786237 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-25 05:55:37 INFO 209.38.230.239 786237 3201 --- End access to /index.php 2026-05-25 05:55:38 DEBUG 209.38.230.239 786189 3201 NEW TOKEN generated by : /index.php 2026-05-25 05:55:38 NOTICE 209.38.230.239 786189 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-25 05:55:38 DEBUG 209.38.230.239 786189 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-25 05:55:38 INFO 209.38.230.239 786189 3201 --- End access to /index.php 2026-05-25 07:27:42 DEBUG 176.65.139.231 97999 3201 NEW TOKEN generated by : /index.php 2026-05-25 07:27:42 DEBUG 176.65.139.236 97615 3201 NEW TOKEN generated by : /index.php 2026-05-25 07:27:42 NOTICE 176.65.139.236 97615 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-25 07:27:42 NOTICE 176.65.139.231 97999 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-25 07:27:42 DEBUG 176.65.139.236 97615 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-25 07:27:42 DEBUG 176.65.139.231 97999 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-25 07:27:42 DEBUG 176.65.139.237 98007 3201 NEW TOKEN generated by : /index.php 2026-05-25 07:27:42 NOTICE 176.65.139.237 98007 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-25 07:27:42 DEBUG 176.65.139.237 98007 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-25 07:27:42 INFO 176.65.139.237 98007 3201 --- End access to /index.php 2026-05-25 07:27:42 INFO 176.65.139.236 97615 3201 --- End access to /index.php 2026-05-25 07:27:42 INFO 176.65.139.231 97999 3201 --- End access to /index.php 2026-05-25 07:30:21 DEBUG 3.139.242.79 106640 3201 NEW TOKEN generated by : /index.php 2026-05-25 07:30:21 NOTICE 3.139.242.79 106640 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-25 07:30:21 DEBUG 3.139.242.79 106640 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-25 07:30:21 INFO 3.139.242.79 106640 3201 --- End access to /index.php 2026-05-25 14:11:29 DEBUG 138.197.68.129 716946 3201 NEW TOKEN generated by : /index.php 2026-05-25 14:11:29 NOTICE 138.197.68.129 716946 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-25 14:11:29 DEBUG 138.197.68.129 716946 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-25 14:11:29 INFO 138.197.68.129 716946 3201 --- End access to /index.php 2026-05-25 14:11:29 DEBUG 138.197.68.129 717004 3201 NEW TOKEN generated by : /index.php 2026-05-25 14:11:29 NOTICE 138.197.68.129 717004 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-25 14:11:29 DEBUG 138.197.68.129 717004 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-25 14:11:29 INFO 138.197.68.129 717004 3201 --- End access to /index.php 2026-05-25 15:32:25 DEBUG 35.255.10.86 25601 3201 NEW TOKEN generated by : /index.php 2026-05-25 15:32:25 WARNING 35.255.10.86 25601 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-25 15:32:25 INFO 35.255.10.86 25601 3201 --- End access to /index.php 2026-05-25 15:32:25 DEBUG 35.255.10.86 25601 3201 NEW TOKEN generated by : /index.php 2026-05-25 15:32:25 WARNING 35.255.10.86 25601 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-25 15:32:25 INFO 35.255.10.86 25601 3201 --- End access to /index.php 2026-05-25 15:32:25 DEBUG 35.255.10.86 25601 3201 NEW TOKEN generated by : /index.php 2026-05-25 15:32:25 WARNING 35.255.10.86 25601 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-25 15:32:25 INFO 35.255.10.86 25601 3201 --- End access to /index.php 2026-05-25 15:32:25 DEBUG 35.255.10.86 25606 3201 NEW TOKEN generated by : /index.php 2026-05-25 15:32:25 WARNING 35.255.10.86 25606 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-25 15:32:25 INFO 35.255.10.86 25606 3201 --- End access to /index.php 2026-05-25 15:32:25 DEBUG 35.255.10.86 25606 3201 NEW TOKEN generated by : /index.php 2026-05-25 15:32:25 WARNING 35.255.10.86 25606 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-25 15:32:25 INFO 35.255.10.86 25606 3201 --- End access to /index.php 2026-05-25 15:32:25 DEBUG 35.255.10.86 25606 3201 NEW TOKEN generated by : /index.php 2026-05-25 15:32:25 WARNING 35.255.10.86 25606 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-25 15:32:25 INFO 35.255.10.86 25606 3201 --- End access to /index.php 2026-05-25 15:32:28 DEBUG 35.255.10.86 25606 3201 NEW TOKEN generated by : /index.php 2026-05-25 15:32:28 WARNING 35.255.10.86 25606 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-25 15:32:28 INFO 35.255.10.86 25606 3201 --- End access to /index.php 2026-05-25 15:32:28 DEBUG 35.255.10.86 25670 3201 NEW TOKEN generated by : /index.php 2026-05-25 15:32:28 WARNING 35.255.10.86 25670 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-25 15:32:28 INFO 35.255.10.86 25670 3201 --- End access to /index.php 2026-05-25 15:32:29 DEBUG 35.255.10.86 25698 3201 NEW TOKEN generated by : /index.php 2026-05-25 15:32:29 WARNING 35.255.10.86 25698 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-25 15:32:29 INFO 35.255.10.86 25698 3201 --- End access to /index.php 2026-05-25 15:32:29 DEBUG 35.255.10.86 25698 3201 NEW TOKEN generated by : /index.php 2026-05-25 15:32:29 WARNING 35.255.10.86 25698 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-25 15:32:29 INFO 35.255.10.86 25698 3201 --- End access to /index.php 2026-05-25 18:38:18 DEBUG 35.255.10.86 907970 3201 NEW TOKEN generated by : /index.php 2026-05-25 18:38:18 WARNING 35.255.10.86 907970 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-25 18:38:18 INFO 35.255.10.86 907970 3201 --- End access to /index.php 2026-05-25 18:38:18 DEBUG 35.255.10.86 908080 3201 NEW TOKEN generated by : /index.php 2026-05-25 18:38:18 WARNING 35.255.10.86 908080 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-25 18:38:18 INFO 35.255.10.86 908080 3201 --- End access to /index.php 2026-05-25 18:38:18 DEBUG 35.255.10.86 908082 3201 NEW TOKEN generated by : /index.php 2026-05-25 18:38:18 WARNING 35.255.10.86 908082 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-25 18:38:18 INFO 35.255.10.86 908082 3201 --- End access to /index.php 2026-05-25 18:38:20 DEBUG 35.255.10.86 907970 3201 NEW TOKEN generated by : /index.php 2026-05-25 18:38:20 WARNING 35.255.10.86 907970 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-25 18:38:20 INFO 35.255.10.86 907970 3201 --- End access to /index.php 2026-05-25 18:38:21 DEBUG 35.255.10.86 908080 3201 NEW TOKEN generated by : /index.php 2026-05-25 18:38:21 WARNING 35.255.10.86 908080 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-25 18:38:21 INFO 35.255.10.86 908080 3201 --- End access to /index.php 2026-05-25 21:21:36 DEBUG 57.141.0.43 604227 3201 NEW TOKEN generated by : /index.php 2026-05-25 21:21:36 NOTICE 57.141.0.43 604227 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-25 21:21:36 DEBUG 57.141.0.43 604227 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-25 21:21:36 INFO 57.141.0.43 604227 3201 --- End access to /index.php 2026-05-25 21:21:37 DEBUG 57.141.0.44 604227 3201 NEW TOKEN generated by : /index.php 2026-05-25 21:21:37 NOTICE 57.141.0.44 604227 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-25 21:21:37 DEBUG 57.141.0.44 604227 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-25 21:21:37 DEBUG 57.141.0.44 567754 3201 NEW TOKEN generated by : /index.php 2026-05-25 21:21:37 NOTICE 57.141.0.44 567754 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-25 21:21:37 DEBUG 57.141.0.44 567754 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-25 21:21:37 INFO 57.141.0.44 604227 3201 --- End access to /index.php 2026-05-25 21:21:37 INFO 57.141.0.44 567754 3201 --- End access to /index.php 2026-05-25 21:21:37 DEBUG 57.141.0.14 567754 3201 NEW TOKEN generated by : /index.php 2026-05-25 21:21:37 NOTICE 57.141.0.14 567754 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-25 21:21:37 DEBUG 57.141.0.14 567754 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-25 21:21:37 INFO 57.141.0.14 567754 3201 --- End access to /index.php 2026-05-25 21:21:38 DEBUG 57.141.0.58 567754 3201 NEW TOKEN generated by : /index.php 2026-05-25 21:21:38 NOTICE 57.141.0.58 567754 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-25 21:21:38 DEBUG 57.141.0.58 567754 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-25 21:21:38 INFO 57.141.0.58 567754 3201 --- End access to /index.php 2026-05-25 21:21:38 DEBUG 57.141.0.35 604227 3201 NEW TOKEN generated by : /index.php 2026-05-25 21:21:38 NOTICE 57.141.0.35 604227 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-25 21:21:38 DEBUG 57.141.0.35 604227 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-25 21:21:38 INFO 57.141.0.35 604227 3201 --- End access to /index.php 2026-05-25 21:21:38 DEBUG 57.141.0.47 578382 3201 NEW TOKEN generated by : /index.php 2026-05-25 21:21:38 NOTICE 57.141.0.47 578382 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-25 21:21:38 DEBUG 57.141.0.47 578382 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-25 21:21:38 INFO 57.141.0.47 578382 3201 --- End access to /index.php 2026-05-25 21:21:39 DEBUG 57.141.0.34 607178 3201 NEW TOKEN generated by : /api/admin/index.php 2026-05-25 21:21:39 NOTICE 57.141.0.34 607178 3201 --- Access to GET /api/admin/index.php - action= - actionlogin= - showing the login form and exit 2026-05-25 21:21:39 DEBUG 57.141.0.34 607178 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-25 21:21:39 INFO 57.141.0.34 607178 3201 --- End access to /api/admin/index.php 2026-05-25 21:21:39 DEBUG 57.141.0.21 607178 3201 NEW TOKEN generated by : /index.php 2026-05-25 21:21:39 NOTICE 57.141.0.21 607178 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-25 21:21:39 DEBUG 57.141.0.21 607178 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-25 21:21:39 INFO 57.141.0.21 607178 3201 --- End access to /index.php 2026-05-25 21:21:39 DEBUG 57.141.0.40 578382 3201 NEW TOKEN generated by : /index.php 2026-05-25 21:21:39 NOTICE 57.141.0.40 578382 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-25 21:21:39 DEBUG 57.141.0.40 578382 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-25 21:21:39 INFO 57.141.0.40 578382 3201 --- End access to /index.php 2026-05-26 00:12:35 DEBUG 172.71.111.19 349484 3201 NEW TOKEN generated by : /index.php 2026-05-26 00:12:35 NOTICE 172.71.111.19 349484 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-26 00:12:35 DEBUG 172.71.111.19 349484 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-26 00:12:35 INFO 172.71.111.19 349484 3201 --- End access to /index.php 2026-05-26 01:25:00 DEBUG 35.255.10.86 679800 3201 NEW TOKEN generated by : /index.php 2026-05-26 01:25:00 WARNING 35.255.10.86 679800 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-26 01:25:00 INFO 35.255.10.86 679800 3201 --- End access to /index.php 2026-05-26 01:25:00 DEBUG 35.255.10.86 679800 3201 NEW TOKEN generated by : /index.php 2026-05-26 01:25:00 WARNING 35.255.10.86 679800 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-26 01:25:00 INFO 35.255.10.86 679800 3201 --- End access to /index.php 2026-05-26 01:25:00 DEBUG 35.255.10.86 679800 3201 NEW TOKEN generated by : /index.php 2026-05-26 01:25:00 WARNING 35.255.10.86 679800 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-26 01:25:00 INFO 35.255.10.86 679800 3201 --- End access to /index.php 2026-05-26 01:25:00 DEBUG 35.255.10.86 679812 3201 NEW TOKEN generated by : /index.php 2026-05-26 01:25:00 WARNING 35.255.10.86 679812 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-26 01:25:00 INFO 35.255.10.86 679812 3201 --- End access to /index.php 2026-05-26 01:25:00 DEBUG 35.255.10.86 679801 3201 NEW TOKEN generated by : /index.php 2026-05-26 01:25:00 WARNING 35.255.10.86 679801 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-26 01:25:00 INFO 35.255.10.86 679801 3201 --- End access to /index.php 2026-05-26 01:25:01 DEBUG 35.255.10.86 679801 3201 NEW TOKEN generated by : /index.php 2026-05-26 01:25:01 WARNING 35.255.10.86 679801 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-26 01:25:01 INFO 35.255.10.86 679801 3201 --- End access to /index.php 2026-05-26 01:25:02 DEBUG 35.255.10.86 679800 3201 NEW TOKEN generated by : /index.php 2026-05-26 01:25:02 WARNING 35.255.10.86 679800 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-26 01:25:02 INFO 35.255.10.86 679800 3201 --- End access to /index.php 2026-05-26 01:25:02 DEBUG 35.255.10.86 679801 3201 NEW TOKEN generated by : /index.php 2026-05-26 01:25:02 WARNING 35.255.10.86 679801 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-26 01:25:02 INFO 35.255.10.86 679801 3201 --- End access to /index.php 2026-05-26 01:25:03 DEBUG 35.255.10.86 679800 3201 NEW TOKEN generated by : /index.php 2026-05-26 01:25:03 WARNING 35.255.10.86 679800 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-26 01:25:03 INFO 35.255.10.86 679800 3201 --- End access to /index.php 2026-05-26 01:25:03 DEBUG 35.255.10.86 679800 3201 NEW TOKEN generated by : /index.php 2026-05-26 01:25:03 WARNING 35.255.10.86 679800 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-26 01:25:03 INFO 35.255.10.86 679800 3201 --- End access to /index.php 2026-05-26 05:02:39 DEBUG 162.158.138.99 673976 3201 NEW TOKEN generated by : /index.php 2026-05-26 05:02:39 NOTICE 162.158.138.99 673976 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-26 05:02:39 DEBUG 162.158.138.99 673976 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-26 05:02:39 INFO 162.158.138.99 673976 3201 --- End access to /index.php 2026-05-26 07:51:45 DEBUG 64.227.67.55 441141 3201 NEW TOKEN generated by : /index.php 2026-05-26 07:51:45 NOTICE 64.227.67.55 441141 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-26 07:51:45 DEBUG 64.227.67.55 441141 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-26 07:51:45 INFO 64.227.67.55 441141 3201 --- End access to /index.php 2026-05-26 07:51:46 DEBUG 64.227.67.55 440735 3201 NEW TOKEN generated by : /index.php 2026-05-26 07:51:46 NOTICE 64.227.67.55 440735 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-26 07:51:46 DEBUG 64.227.67.55 440735 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-26 07:51:47 INFO 64.227.67.55 440735 3201 --- End access to /index.php 2026-05-26 12:01:50 DEBUG 198.235.24.34 522788 3201 NEW TOKEN generated by : /index.php 2026-05-26 12:01:50 NOTICE 198.235.24.34 522788 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-26 12:01:50 DEBUG 198.235.24.34 522788 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-26 12:01:50 INFO 198.235.24.34 522788 3201 --- End access to /index.php 2026-05-26 16:47:51 DEBUG 57.141.0.65 848923 3201 NEW TOKEN generated by : /index.php 2026-05-26 16:47:51 NOTICE 57.141.0.65 848923 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-26 16:47:51 DEBUG 57.141.0.65 848923 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-26 16:47:51 INFO 57.141.0.65 848923 3201 --- End access to /index.php 2026-05-26 16:57:29 DEBUG 35.255.10.86 900078 3201 NEW TOKEN generated by : /index.php 2026-05-26 16:57:29 WARNING 35.255.10.86 900078 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-26 16:57:29 INFO 35.255.10.86 900078 3201 --- End access to /index.php 2026-05-26 16:57:29 DEBUG 35.255.10.86 900078 3201 NEW TOKEN generated by : /index.php 2026-05-26 16:57:29 WARNING 35.255.10.86 900078 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-26 16:57:29 INFO 35.255.10.86 900078 3201 --- End access to /index.php 2026-05-26 16:57:29 DEBUG 35.255.10.86 900078 3201 NEW TOKEN generated by : /index.php 2026-05-26 16:57:29 WARNING 35.255.10.86 900078 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-26 16:57:29 INFO 35.255.10.86 900078 3201 --- End access to /index.php 2026-05-26 16:57:29 DEBUG 35.255.10.86 900078 3201 NEW TOKEN generated by : /index.php 2026-05-26 16:57:29 WARNING 35.255.10.86 900078 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-26 16:57:29 INFO 35.255.10.86 900078 3201 --- End access to /index.php 2026-05-26 16:57:29 DEBUG 35.255.10.86 900105 3201 NEW TOKEN generated by : /index.php 2026-05-26 16:57:29 WARNING 35.255.10.86 900105 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-26 16:57:29 INFO 35.255.10.86 900105 3201 --- End access to /index.php 2026-05-26 16:57:30 DEBUG 35.255.10.86 900105 3201 NEW TOKEN generated by : /index.php 2026-05-26 16:57:30 WARNING 35.255.10.86 900105 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-26 16:57:30 INFO 35.255.10.86 900105 3201 --- End access to /index.php 2026-05-26 16:57:32 DEBUG 35.255.10.86 900105 3201 NEW TOKEN generated by : /index.php 2026-05-26 16:57:32 WARNING 35.255.10.86 900105 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-26 16:57:32 INFO 35.255.10.86 900105 3201 --- End access to /index.php 2026-05-26 16:57:32 DEBUG 35.255.10.86 900197 3201 NEW TOKEN generated by : /index.php 2026-05-26 16:57:32 WARNING 35.255.10.86 900197 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-26 16:57:32 INFO 35.255.10.86 900197 3201 --- End access to /index.php 2026-05-26 16:57:33 DEBUG 35.255.10.86 900197 3201 NEW TOKEN generated by : /index.php 2026-05-26 16:57:33 WARNING 35.255.10.86 900197 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-26 16:57:33 INFO 35.255.10.86 900197 3201 --- End access to /index.php 2026-05-26 16:57:33 DEBUG 35.255.10.86 900105 3201 NEW TOKEN generated by : /index.php 2026-05-26 16:57:33 WARNING 35.255.10.86 900105 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-26 16:57:33 INFO 35.255.10.86 900105 3201 --- End access to /index.php 2026-05-26 17:23:58 DEBUG 198.235.24.83 14294 3201 NEW TOKEN generated by : /index.php 2026-05-26 17:23:58 NOTICE 198.235.24.83 14294 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-26 17:23:58 DEBUG 198.235.24.83 14294 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-26 17:23:58 INFO 198.235.24.83 14294 3201 --- End access to /index.php 2026-05-26 19:58:29 DEBUG 35.255.10.86 746514 3201 NEW TOKEN generated by : /index.php 2026-05-26 19:58:29 WARNING 35.255.10.86 746514 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-26 19:58:29 INFO 35.255.10.86 746514 3201 --- End access to /index.php 2026-05-26 19:58:29 DEBUG 35.255.10.86 746514 3201 NEW TOKEN generated by : /index.php 2026-05-26 19:58:29 WARNING 35.255.10.86 746514 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-26 19:58:29 INFO 35.255.10.86 746514 3201 --- End access to /index.php 2026-05-26 19:58:30 DEBUG 35.255.10.86 746514 3201 NEW TOKEN generated by : /index.php 2026-05-26 19:58:30 WARNING 35.255.10.86 746514 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-26 19:58:30 INFO 35.255.10.86 746514 3201 --- End access to /index.php 2026-05-26 19:58:32 DEBUG 35.255.10.86 746514 3201 NEW TOKEN generated by : /index.php 2026-05-26 19:58:32 WARNING 35.255.10.86 746514 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-26 19:58:32 INFO 35.255.10.86 746514 3201 --- End access to /index.php 2026-05-26 19:58:32 DEBUG 35.255.10.86 746600 3201 NEW TOKEN generated by : /index.php 2026-05-26 19:58:32 WARNING 35.255.10.86 746600 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-26 19:58:32 INFO 35.255.10.86 746600 3201 --- End access to /index.php 2026-05-26 21:31:12 DEBUG 36.81.237.254 135302 3201 NEW TOKEN generated by : /index.php 2026-05-26 21:31:12 NOTICE 36.81.237.254 135302 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-26 21:31:12 DEBUG 36.81.237.254 135302 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-26 21:31:12 INFO 36.81.237.254 135302 3201 --- End access to /index.php 2026-05-26 21:31:15 DEBUG 36.81.237.254 126074 3201 NEW TOKEN generated by : /index.php 2026-05-26 21:31:15 NOTICE 36.81.237.254 126074 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-26 21:31:15 DEBUG 36.81.237.254 126074 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-26 21:31:15 INFO 36.81.237.254 126074 3201 --- End access to /index.php 2026-05-26 21:31:17 DEBUG 36.81.237.254 73416 3201 NEW TOKEN generated by : /index.php 2026-05-26 21:31:17 NOTICE 36.81.237.254 73416 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-26 21:31:17 DEBUG 36.81.237.254 73416 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-26 21:31:17 INFO 36.81.237.254 73416 3201 --- End access to /index.php 2026-05-26 21:31:19 DEBUG 36.81.237.254 126074 3201 NEW TOKEN generated by : /index.php 2026-05-26 21:31:19 NOTICE 36.81.237.254 126074 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-26 21:31:19 DEBUG 36.81.237.254 126074 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-26 21:31:19 INFO 36.81.237.254 126074 3201 --- End access to /index.php 2026-05-26 22:30:02 DEBUG 93.123.109.178 392254 3201 NEW TOKEN generated by : /index.php 2026-05-26 22:30:02 NOTICE 93.123.109.178 392254 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-26 22:30:02 DEBUG 93.123.109.178 392254 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-26 22:30:02 INFO 93.123.109.178 392254 3201 --- End access to /index.php 2026-05-26 23:14:05 DEBUG 93.123.109.178 555514 3201 NEW TOKEN generated by : /index.php 2026-05-26 23:14:05 NOTICE 93.123.109.178 555514 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-26 23:14:05 DEBUG 93.123.109.178 555514 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-26 23:14:05 INFO 93.123.109.178 555514 3201 --- End access to /index.php 2026-05-26 23:59:38 DEBUG 34.17.110.146 773543 3201 NEW TOKEN generated by : /index.php 2026-05-26 23:59:38 NOTICE 34.17.110.146 773543 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-26 23:59:38 DEBUG 34.17.110.146 773543 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-26 23:59:38 INFO 34.17.110.146 773543 3201 --- End access to /index.php 2026-05-27 00:31:55 DEBUG 207.154.223.17 928698 3201 NEW TOKEN generated by : /index.php 2026-05-27 00:31:55 NOTICE 207.154.223.17 928698 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-27 00:31:55 DEBUG 207.154.223.17 928698 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-27 00:31:55 INFO 207.154.223.17 928698 3201 --- End access to /index.php 2026-05-27 00:57:13 DEBUG 167.94.146.49 1021131 3201 NEW TOKEN generated by : /index.php 2026-05-27 00:57:13 NOTICE 167.94.146.49 1021131 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-27 00:57:13 DEBUG 167.94.146.49 1021131 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-27 00:57:13 INFO 167.94.146.49 1021131 3201 --- End access to /index.php 2026-05-27 01:23:01 DEBUG 93.123.109.178 66584 3201 NEW TOKEN generated by : /index.php 2026-05-27 01:23:01 NOTICE 93.123.109.178 66584 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-27 01:23:01 DEBUG 93.123.109.178 66584 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-27 01:23:01 INFO 93.123.109.178 66584 3201 --- End access to /index.php 2026-05-27 02:32:46 DEBUG 199.45.155.87 414290 3201 NEW TOKEN generated by : /index.php 2026-05-27 02:32:46 NOTICE 199.45.155.87 414290 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-27 02:32:46 DEBUG 199.45.155.87 414290 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-27 02:32:46 INFO 199.45.155.87 414290 3201 --- End access to /index.php 2026-05-27 02:36:05 DEBUG 35.255.10.86 420145 3201 NEW TOKEN generated by : /index.php 2026-05-27 02:36:05 WARNING 35.255.10.86 420145 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-27 02:36:05 INFO 35.255.10.86 420145 3201 --- End access to /index.php 2026-05-27 02:36:05 DEBUG 35.255.10.86 420149 3201 NEW TOKEN generated by : /index.php 2026-05-27 02:36:05 WARNING 35.255.10.86 420149 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-27 02:36:05 INFO 35.255.10.86 420149 3201 --- End access to /index.php 2026-05-27 02:36:05 DEBUG 35.255.10.86 420145 3201 NEW TOKEN generated by : /index.php 2026-05-27 02:36:05 WARNING 35.255.10.86 420145 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-27 02:36:05 INFO 35.255.10.86 420145 3201 --- End access to /index.php 2026-05-27 02:36:05 DEBUG 35.255.10.86 420149 3201 NEW TOKEN generated by : /index.php 2026-05-27 02:36:05 WARNING 35.255.10.86 420149 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-27 02:36:05 INFO 35.255.10.86 420149 3201 --- End access to /index.php 2026-05-27 02:36:05 DEBUG 35.255.10.86 420149 3201 NEW TOKEN generated by : /index.php 2026-05-27 02:36:05 WARNING 35.255.10.86 420149 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-27 02:36:05 INFO 35.255.10.86 420149 3201 --- End access to /index.php 2026-05-27 02:36:05 DEBUG 35.255.10.86 420145 3201 NEW TOKEN generated by : /index.php 2026-05-27 02:36:05 WARNING 35.255.10.86 420145 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-27 02:36:05 INFO 35.255.10.86 420145 3201 --- End access to /index.php 2026-05-27 02:36:07 DEBUG 35.255.10.86 420149 3201 NEW TOKEN generated by : /index.php 2026-05-27 02:36:07 WARNING 35.255.10.86 420149 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-27 02:36:07 INFO 35.255.10.86 420149 3201 --- End access to /index.php 2026-05-27 02:36:07 DEBUG 35.255.10.86 420145 3201 NEW TOKEN generated by : /index.php 2026-05-27 02:36:07 WARNING 35.255.10.86 420145 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-27 02:36:07 INFO 35.255.10.86 420145 3201 --- End access to /index.php 2026-05-27 02:36:08 DEBUG 35.255.10.86 420149 3201 NEW TOKEN generated by : /index.php 2026-05-27 02:36:08 WARNING 35.255.10.86 420149 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-27 02:36:08 INFO 35.255.10.86 420149 3201 --- End access to /index.php 2026-05-27 02:36:08 DEBUG 35.255.10.86 420149 3201 NEW TOKEN generated by : /index.php 2026-05-27 02:36:08 WARNING 35.255.10.86 420149 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-27 02:36:08 INFO 35.255.10.86 420149 3201 --- End access to /index.php 2026-05-27 03:37:33 DEBUG 199.45.154.122 674959 3201 NEW TOKEN generated by : /index.php 2026-05-27 03:37:33 NOTICE 199.45.154.122 674959 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-27 03:37:33 DEBUG 199.45.154.122 674959 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-27 03:37:33 INFO 199.45.154.122 674959 3201 --- End access to /index.php 2026-05-27 04:35:59 DEBUG 66.132.186.164 918179 3201 NEW TOKEN generated by : /index.php 2026-05-27 04:35:59 NOTICE 66.132.186.164 918179 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-27 04:35:59 DEBUG 66.132.186.164 918179 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-27 04:35:59 INFO 66.132.186.164 918179 3201 --- End access to /index.php 2026-05-27 04:37:46 DEBUG 66.132.172.176 924567 3201 NEW TOKEN generated by : /index.php 2026-05-27 04:37:46 NOTICE 66.132.172.176 924567 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-27 04:37:46 DEBUG 66.132.172.176 924567 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-27 04:37:46 INFO 66.132.172.176 924567 3201 --- End access to /index.php 2026-05-27 06:58:24 DEBUG 66.132.172.213 555604 3201 NEW TOKEN generated by : /index.php 2026-05-27 06:58:24 NOTICE 66.132.172.213 555604 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-27 06:58:24 DEBUG 66.132.172.213 555604 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-27 06:58:24 INFO 66.132.172.213 555604 3201 --- End access to /index.php 2026-05-27 08:26:07 DEBUG 176.65.139.233 936266 3201 NEW TOKEN generated by : /index.php 2026-05-27 08:26:07 DEBUG 176.65.139.233 936133 3201 NEW TOKEN generated by : /index.php 2026-05-27 08:26:07 NOTICE 176.65.139.233 936133 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-27 08:26:07 NOTICE 176.65.139.233 936266 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-27 08:26:07 DEBUG 176.65.139.233 936133 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-27 08:26:07 DEBUG 176.65.139.233 936266 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-27 08:26:07 INFO 176.65.139.233 936266 3201 --- End access to /index.php 2026-05-27 08:26:07 INFO 176.65.139.233 936133 3201 --- End access to /index.php 2026-05-27 08:26:07 DEBUG 176.65.139.231 936098 3201 NEW TOKEN generated by : /index.php 2026-05-27 08:26:07 NOTICE 176.65.139.231 936098 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-27 08:26:07 DEBUG 176.65.139.231 936098 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-27 08:26:07 INFO 176.65.139.231 936098 3201 --- End access to /index.php 2026-05-27 15:37:29 DEBUG 3.139.242.79 794282 3201 NEW TOKEN generated by : /index.php 2026-05-27 15:37:29 NOTICE 3.139.242.79 794282 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-27 15:37:29 DEBUG 3.139.242.79 794282 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-27 15:37:29 INFO 3.139.242.79 794282 3201 --- End access to /index.php 2026-05-27 18:45:29 DEBUG 198.235.24.30 831564 3201 NEW TOKEN generated by : /index.php 2026-05-27 18:45:29 NOTICE 198.235.24.30 831564 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-27 18:45:29 DEBUG 198.235.24.30 831564 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-27 18:45:29 INFO 198.235.24.30 831564 3201 --- End access to /index.php 2026-05-27 20:29:11 DEBUG 198.235.24.90 245636 3201 NEW TOKEN generated by : /index.php 2026-05-27 20:29:11 NOTICE 198.235.24.90 245636 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-27 20:29:11 DEBUG 198.235.24.90 245636 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-27 20:29:11 INFO 198.235.24.90 245636 3201 --- End access to /index.php 2026-05-27 22:22:46 DEBUG 64.69.216.78 741534 3201 NEW TOKEN generated by : /index.php 2026-05-27 22:22:46 NOTICE 64.69.216.78 741534 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-27 22:22:46 DEBUG 64.69.216.78 741534 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-27 22:22:46 INFO 64.69.216.78 741534 3201 --- End access to /index.php 2026-05-28 02:37:42 DEBUG 199.45.154.144 791634 3201 NEW TOKEN generated by : /index.php 2026-05-28 02:37:42 NOTICE 199.45.154.144 791634 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-28 02:37:42 DEBUG 199.45.154.144 791634 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-28 02:37:42 INFO 199.45.154.144 791634 3201 --- End access to /index.php 2026-05-28 06:36:12 DEBUG 199.45.154.133 832859 3201 NEW TOKEN generated by : /index.php 2026-05-28 06:36:12 NOTICE 199.45.154.133 832859 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-28 06:36:12 DEBUG 199.45.154.133 832859 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-28 06:36:12 INFO 199.45.154.133 832859 3201 --- End access to /index.php 2026-05-28 07:08:59 DEBUG 66.132.195.40 974646 3201 NEW TOKEN generated by : /index.php 2026-05-28 07:08:59 NOTICE 66.132.195.40 974646 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-28 07:08:59 DEBUG 66.132.195.40 974646 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-28 07:08:59 INFO 66.132.195.40 974646 3201 --- End access to /index.php 2026-05-28 07:35:41 DEBUG 172.71.144.84 44985 3201 NEW TOKEN generated by : /index.php 2026-05-28 07:35:41 NOTICE 172.71.144.84 44985 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-28 07:35:41 DEBUG 172.71.144.84 44985 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-28 07:35:41 INFO 172.71.144.84 44985 3201 --- End access to /index.php 2026-05-28 11:20:09 DEBUG 66.132.172.190 999081 3201 NEW TOKEN generated by : /index.php 2026-05-28 11:20:09 NOTICE 66.132.172.190 999081 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-28 11:20:09 DEBUG 66.132.172.190 999081 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-28 11:20:09 INFO 66.132.172.190 999081 3201 --- End access to /index.php 2026-05-29 05:46:10 DEBUG 198.235.24.56 1003191 3201 NEW TOKEN generated by : /index.php 2026-05-29 05:46:10 NOTICE 198.235.24.56 1003191 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-29 05:46:10 DEBUG 198.235.24.56 1003191 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-29 05:46:10 INFO 198.235.24.56 1003191 3201 --- End access to /index.php 2026-05-29 08:22:14 DEBUG 176.65.139.239 618782 3201 NEW TOKEN generated by : /index.php 2026-05-29 08:22:14 DEBUG 176.65.139.236 618230 3201 NEW TOKEN generated by : /index.php 2026-05-29 08:22:14 NOTICE 176.65.139.239 618782 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-29 08:22:14 NOTICE 176.65.139.236 618230 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-29 08:22:14 DEBUG 176.65.139.239 618782 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-29 08:22:14 DEBUG 176.65.139.236 618230 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-29 08:22:14 DEBUG 176.65.139.232 618786 3201 NEW TOKEN generated by : /index.php 2026-05-29 08:22:14 NOTICE 176.65.139.232 618786 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-29 08:22:14 DEBUG 176.65.139.232 618786 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-29 08:22:14 INFO 176.65.139.236 618230 3201 --- End access to /index.php 2026-05-29 08:22:14 INFO 176.65.139.239 618782 3201 --- End access to /index.php 2026-05-29 08:22:14 INFO 176.65.139.232 618786 3201 --- End access to /index.php 2026-05-29 10:37:19 DEBUG 104.218.52.177 134585 3201 NEW TOKEN generated by : /index.php 2026-05-29 10:37:19 NOTICE 104.218.52.177 134585 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-29 10:37:19 DEBUG 104.218.52.177 134585 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-29 10:37:20 INFO 104.218.52.177 134585 3201 --- End access to /index.php 2026-05-29 18:12:24 DEBUG 205.210.31.248 233553 3201 NEW TOKEN generated by : /index.php 2026-05-29 18:12:24 NOTICE 205.210.31.248 233553 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-29 18:12:24 DEBUG 205.210.31.248 233553 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-29 18:12:24 INFO 205.210.31.248 233553 3201 --- End access to /index.php 2026-05-29 18:19:33 DEBUG 34.9.216.246 279944 3201 NEW TOKEN generated by : /index.php 2026-05-29 18:19:33 WARNING 34.9.216.246 279944 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-29 18:19:33 INFO 34.9.216.246 279944 3201 --- End access to /index.php 2026-05-29 18:19:33 DEBUG 34.9.216.246 279941 3201 NEW TOKEN generated by : /index.php 2026-05-29 18:19:33 WARNING 34.9.216.246 279941 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-29 18:19:33 INFO 34.9.216.246 279941 3201 --- End access to /index.php 2026-05-29 18:19:33 DEBUG 34.9.216.246 279944 3201 NEW TOKEN generated by : /index.php 2026-05-29 18:19:33 WARNING 34.9.216.246 279944 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-29 18:19:33 INFO 34.9.216.246 279944 3201 --- End access to /index.php 2026-05-29 18:19:33 DEBUG 34.9.216.246 279941 3201 NEW TOKEN generated by : /index.php 2026-05-29 18:19:33 WARNING 34.9.216.246 279941 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-29 18:19:33 INFO 34.9.216.246 279941 3201 --- End access to /index.php 2026-05-29 18:19:33 DEBUG 34.9.216.246 279941 3201 NEW TOKEN generated by : /index.php 2026-05-29 18:19:33 DEBUG 34.9.216.246 279944 3201 NEW TOKEN generated by : /index.php 2026-05-29 18:19:33 WARNING 34.9.216.246 279944 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-29 18:19:33 WARNING 34.9.216.246 279941 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-29 18:19:33 INFO 34.9.216.246 279944 3201 --- End access to /index.php 2026-05-29 18:19:33 INFO 34.9.216.246 279941 3201 --- End access to /index.php 2026-05-29 18:19:34 DEBUG 34.9.216.246 279944 3201 NEW TOKEN generated by : /index.php 2026-05-29 18:19:34 WARNING 34.9.216.246 279944 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-29 18:19:34 INFO 34.9.216.246 279944 3201 --- End access to /index.php 2026-05-29 18:19:34 DEBUG 34.9.216.246 279941 3201 NEW TOKEN generated by : /index.php 2026-05-29 18:19:34 WARNING 34.9.216.246 279941 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-29 18:19:34 INFO 34.9.216.246 279941 3201 --- End access to /index.php 2026-05-29 18:19:34 DEBUG 34.9.216.246 279941 3201 NEW TOKEN generated by : /index.php 2026-05-29 18:19:34 WARNING 34.9.216.246 279941 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-29 18:19:34 INFO 34.9.216.246 279941 3201 --- End access to /index.php 2026-05-29 18:19:34 DEBUG 34.9.216.246 279944 3201 NEW TOKEN generated by : /index.php 2026-05-29 18:19:34 WARNING 34.9.216.246 279944 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-29 18:19:34 INFO 34.9.216.246 279944 3201 --- End access to /index.php 2026-05-29 19:11:42 DEBUG 66.132.186.172 533609 3201 NEW TOKEN generated by : /index.php 2026-05-29 19:11:42 NOTICE 66.132.186.172 533609 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-29 19:11:42 DEBUG 66.132.186.172 533609 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-29 19:11:42 INFO 66.132.186.172 533609 3201 --- End access to /index.php 2026-05-29 19:12:15 DEBUG 167.94.146.57 537640 3201 NEW TOKEN generated by : /index.php 2026-05-29 19:12:15 NOTICE 167.94.146.57 537640 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-29 19:12:15 DEBUG 167.94.146.57 537640 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-29 19:12:15 INFO 167.94.146.57 537640 3201 --- End access to /index.php 2026-05-29 21:04:18 DEBUG 34.9.216.246 1037844 3201 NEW TOKEN generated by : /index.php 2026-05-29 21:04:18 WARNING 34.9.216.246 1037844 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-29 21:04:18 INFO 34.9.216.246 1037844 3201 --- End access to /index.php 2026-05-29 21:04:18 DEBUG 34.9.216.246 1037844 3201 NEW TOKEN generated by : /index.php 2026-05-29 21:04:18 WARNING 34.9.216.246 1037844 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-29 21:04:18 INFO 34.9.216.246 1037844 3201 --- End access to /index.php 2026-05-29 21:04:18 DEBUG 34.9.216.246 1037844 3201 NEW TOKEN generated by : /index.php 2026-05-29 21:04:18 WARNING 34.9.216.246 1037844 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-29 21:04:18 INFO 34.9.216.246 1037844 3201 --- End access to /index.php 2026-05-29 21:04:19 DEBUG 34.9.216.246 1037844 3201 NEW TOKEN generated by : /index.php 2026-05-29 21:04:19 WARNING 34.9.216.246 1037844 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-29 21:04:19 INFO 34.9.216.246 1037844 3201 --- End access to /index.php 2026-05-29 21:04:19 DEBUG 34.9.216.246 1037844 3201 NEW TOKEN generated by : /index.php 2026-05-29 21:04:19 WARNING 34.9.216.246 1037844 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-29 21:04:19 INFO 34.9.216.246 1037844 3201 --- End access to /index.php 2026-05-30 03:32:44 DEBUG 5.255.122.176 563291 3201 NEW TOKEN generated by : /index.php 2026-05-30 03:32:44 NOTICE 5.255.122.176 563291 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-30 03:32:44 DEBUG 5.255.122.176 563291 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-30 03:32:44 INFO 5.255.122.176 563291 3201 --- End access to /index.php 2026-05-30 03:32:45 DEBUG 5.255.122.176 563291 3201 NEW TOKEN generated by : /index.php 2026-05-30 03:32:45 NOTICE 5.255.122.176 563291 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-30 03:32:45 DEBUG 5.255.122.176 563291 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-30 03:32:45 INFO 5.255.122.176 563291 3201 --- End access to /index.php 2026-05-30 03:32:47 DEBUG 5.255.122.176 563291 3201 NEW TOKEN generated by : /index.php 2026-05-30 03:32:47 NOTICE 5.255.122.176 563291 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-30 03:32:47 DEBUG 5.255.122.176 563291 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-30 03:32:47 DEBUG 5.255.122.176 563399 3201 NEW TOKEN generated by : /index.php 2026-05-30 03:32:47 NOTICE 5.255.122.176 563399 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-30 03:32:47 DEBUG 5.255.122.176 563399 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-30 03:32:47 INFO 5.255.122.176 563291 3201 --- End access to /index.php 2026-05-30 03:32:47 INFO 5.255.122.176 563399 3201 --- End access to /index.php 2026-05-30 03:32:47 DEBUG 5.255.122.176 563399 3201 NEW TOKEN generated by : /index.php 2026-05-30 03:32:47 NOTICE 5.255.122.176 563399 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-30 03:32:47 DEBUG 5.255.122.176 563399 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-30 03:32:47 INFO 5.255.122.176 563399 3201 --- End access to /index.php 2026-05-30 03:32:48 DEBUG 5.255.122.176 563399 3201 NEW TOKEN generated by : /index.php 2026-05-30 03:32:48 NOTICE 5.255.122.176 563399 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-30 03:32:48 DEBUG 5.255.122.176 563399 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-30 03:32:48 INFO 5.255.122.176 563399 3201 --- End access to /index.php 2026-05-30 03:32:50 DEBUG 5.255.122.176 563291 3201 NEW TOKEN generated by : /index.php 2026-05-30 03:32:50 NOTICE 5.255.122.176 563291 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-30 03:32:50 DEBUG 5.255.122.176 563399 3201 NEW TOKEN generated by : /index.php 2026-05-30 03:32:50 DEBUG 5.255.122.176 563291 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-30 03:32:50 NOTICE 5.255.122.176 563399 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-30 03:32:50 DEBUG 5.255.122.176 563399 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-30 03:32:50 INFO 5.255.122.176 563291 3201 --- End access to /index.php 2026-05-30 03:32:50 INFO 5.255.122.176 563399 3201 --- End access to /index.php 2026-05-30 03:32:50 DEBUG 5.255.122.176 563469 3201 NEW TOKEN generated by : /index.php 2026-05-30 03:32:50 NOTICE 5.255.122.176 563469 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-30 03:32:50 DEBUG 5.255.122.176 563469 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-30 03:32:50 INFO 5.255.122.176 563469 3201 --- End access to /index.php 2026-05-30 03:32:51 DEBUG 5.255.122.176 563291 3201 NEW TOKEN generated by : /index.php 2026-05-30 03:32:51 DEBUG 5.255.122.176 563399 3201 NEW TOKEN generated by : /index.php 2026-05-30 03:32:51 NOTICE 5.255.122.176 563399 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-30 03:32:51 NOTICE 5.255.122.176 563291 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-30 03:32:51 DEBUG 5.255.122.176 563399 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-30 03:32:51 DEBUG 5.255.122.176 563291 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-30 03:32:51 INFO 5.255.122.176 563399 3201 --- End access to /index.php 2026-05-30 03:32:51 DEBUG 5.255.122.176 563469 3201 NEW TOKEN generated by : /index.php 2026-05-30 03:32:51 NOTICE 5.255.122.176 563469 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-30 03:32:51 DEBUG 5.255.122.176 563469 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-30 03:32:51 INFO 5.255.122.176 563291 3201 --- End access to /index.php 2026-05-30 03:32:51 INFO 5.255.122.176 563469 3201 --- End access to /index.php 2026-05-30 03:32:51 DEBUG 5.255.122.176 563489 3201 NEW TOKEN generated by : /index.php 2026-05-30 03:32:51 NOTICE 5.255.122.176 563489 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-30 03:32:51 DEBUG 5.255.122.176 563489 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-30 03:32:51 DEBUG 5.255.122.176 563490 3201 NEW TOKEN generated by : /index.php 2026-05-30 03:32:51 NOTICE 5.255.122.176 563490 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-30 03:32:51 DEBUG 5.255.122.176 563490 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-30 03:32:51 INFO 5.255.122.176 563489 3201 --- End access to /index.php 2026-05-30 03:32:51 INFO 5.255.122.176 563490 3201 --- End access to /index.php 2026-05-30 03:32:51 DEBUG 5.255.122.176 563291 3201 NEW TOKEN generated by : /index.php 2026-05-30 03:32:51 NOTICE 5.255.122.176 563291 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-30 03:32:51 DEBUG 5.255.122.176 563291 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-30 03:32:51 INFO 5.255.122.176 563291 3201 --- End access to /index.php 2026-05-30 03:32:52 DEBUG 5.255.122.176 563490 3201 NEW TOKEN generated by : /index.php 2026-05-30 03:32:52 NOTICE 5.255.122.176 563490 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-30 03:32:52 DEBUG 5.255.122.176 563490 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-30 03:32:52 INFO 5.255.122.176 563490 3201 --- End access to /index.php 2026-05-30 03:36:32 DEBUG 5.255.122.176 570194 3201 NEW TOKEN generated by : /index.php 2026-05-30 03:36:32 NOTICE 5.255.122.176 570194 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-30 03:36:32 DEBUG 5.255.122.176 570194 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-30 03:36:32 INFO 5.255.122.176 570194 3201 --- End access to /index.php 2026-05-30 03:36:34 DEBUG 5.255.122.176 570616 3201 NEW TOKEN generated by : /index.php 2026-05-30 03:36:34 NOTICE 5.255.122.176 570616 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-30 03:36:34 DEBUG 5.255.122.176 570616 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-30 03:36:34 INFO 5.255.122.176 570616 3201 --- End access to /index.php 2026-05-30 03:36:36 DEBUG 5.255.122.176 570194 3201 NEW TOKEN generated by : /index.php 2026-05-30 03:36:36 NOTICE 5.255.122.176 570194 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-30 03:36:36 DEBUG 5.255.122.176 570194 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-30 03:36:36 DEBUG 5.255.122.176 570616 3201 NEW TOKEN generated by : /index.php 2026-05-30 03:36:36 NOTICE 5.255.122.176 570616 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-30 03:36:36 DEBUG 5.255.122.176 570616 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-30 03:36:36 INFO 5.255.122.176 570194 3201 --- End access to /index.php 2026-05-30 03:36:36 INFO 5.255.122.176 570616 3201 --- End access to /index.php 2026-05-30 03:36:36 DEBUG 5.255.122.176 570194 3201 NEW TOKEN generated by : /index.php 2026-05-30 03:36:36 NOTICE 5.255.122.176 570194 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-30 03:36:36 DEBUG 5.255.122.176 570194 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-30 03:36:36 INFO 5.255.122.176 570194 3201 --- End access to /index.php 2026-05-30 03:36:37 DEBUG 5.255.122.176 570194 3201 NEW TOKEN generated by : /index.php 2026-05-30 03:36:37 NOTICE 5.255.122.176 570194 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-30 03:36:37 DEBUG 5.255.122.176 570194 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-30 03:36:37 INFO 5.255.122.176 570194 3201 --- End access to /index.php 2026-05-30 03:36:39 DEBUG 5.255.122.176 570616 3201 NEW TOKEN generated by : /index.php 2026-05-30 03:36:39 NOTICE 5.255.122.176 570616 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-30 03:36:39 DEBUG 5.255.122.176 570616 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-30 03:36:39 INFO 5.255.122.176 570616 3201 --- End access to /index.php 2026-05-30 03:36:39 DEBUG 5.255.122.176 570194 3201 NEW TOKEN generated by : /index.php 2026-05-30 03:36:39 NOTICE 5.255.122.176 570194 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-30 03:36:39 DEBUG 5.255.122.176 570194 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-30 03:36:39 INFO 5.255.122.176 570194 3201 --- End access to /index.php 2026-05-30 03:36:39 DEBUG 5.255.122.176 571136 3201 NEW TOKEN generated by : /index.php 2026-05-30 03:36:39 NOTICE 5.255.122.176 571136 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-30 03:36:39 DEBUG 5.255.122.176 571136 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-30 03:36:39 INFO 5.255.122.176 571136 3201 --- End access to /index.php 2026-05-30 03:36:40 DEBUG 5.255.122.176 571136 3201 NEW TOKEN generated by : /index.php 2026-05-30 03:36:40 NOTICE 5.255.122.176 571136 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-30 03:36:40 DEBUG 5.255.122.176 571136 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-30 03:36:40 INFO 5.255.122.176 571136 3201 --- End access to /index.php 2026-05-30 03:36:40 DEBUG 5.255.122.176 571136 3201 NEW TOKEN generated by : /index.php 2026-05-30 03:36:40 NOTICE 5.255.122.176 571136 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-30 03:36:40 DEBUG 5.255.122.176 571136 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-30 03:36:40 DEBUG 5.255.122.176 570194 3201 NEW TOKEN generated by : /index.php 2026-05-30 03:36:40 NOTICE 5.255.122.176 570194 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-30 03:36:40 DEBUG 5.255.122.176 570194 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-30 03:36:40 INFO 5.255.122.176 570194 3201 --- End access to /index.php 2026-05-30 03:36:40 INFO 5.255.122.176 571136 3201 --- End access to /index.php 2026-05-30 03:36:40 DEBUG 5.255.122.176 570616 3201 NEW TOKEN generated by : /index.php 2026-05-30 03:36:40 NOTICE 5.255.122.176 570616 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-30 03:36:40 DEBUG 5.255.122.176 570616 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-30 03:36:40 INFO 5.255.122.176 570616 3201 --- End access to /index.php 2026-05-30 03:36:40 DEBUG 5.255.122.176 571156 3201 NEW TOKEN generated by : /index.php 2026-05-30 03:36:40 NOTICE 5.255.122.176 571156 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-30 03:36:40 DEBUG 5.255.122.176 571156 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-30 03:36:40 INFO 5.255.122.176 571156 3201 --- End access to /index.php 2026-05-30 03:36:40 DEBUG 5.255.122.176 571156 3201 NEW TOKEN generated by : /index.php 2026-05-30 03:36:40 NOTICE 5.255.122.176 571156 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-30 03:36:40 DEBUG 5.255.122.176 571156 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-30 03:36:40 INFO 5.255.122.176 571156 3201 --- End access to /index.php 2026-05-30 03:36:41 DEBUG 5.255.122.176 571136 3201 NEW TOKEN generated by : /index.php 2026-05-30 03:36:41 NOTICE 5.255.122.176 571136 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-30 03:36:41 DEBUG 5.255.122.176 571136 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-30 03:36:41 INFO 5.255.122.176 571136 3201 --- End access to /index.php 2026-05-30 04:11:49 DEBUG 34.9.216.246 713908 3201 NEW TOKEN generated by : /index.php 2026-05-30 04:11:49 WARNING 34.9.216.246 713908 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-30 04:11:49 INFO 34.9.216.246 713908 3201 --- End access to /index.php 2026-05-30 04:11:49 DEBUG 34.9.216.246 713908 3201 NEW TOKEN generated by : /index.php 2026-05-30 04:11:49 WARNING 34.9.216.246 713908 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-30 04:11:49 INFO 34.9.216.246 713908 3201 --- End access to /index.php 2026-05-30 04:11:49 DEBUG 34.9.216.246 713908 3201 NEW TOKEN generated by : /index.php 2026-05-30 04:11:49 WARNING 34.9.216.246 713908 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-30 04:11:49 INFO 34.9.216.246 713908 3201 --- End access to /index.php 2026-05-30 04:11:49 DEBUG 34.9.216.246 713908 3201 NEW TOKEN generated by : /index.php 2026-05-30 04:11:49 WARNING 34.9.216.246 713908 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-30 04:11:49 INFO 34.9.216.246 713908 3201 --- End access to /index.php 2026-05-30 04:11:49 DEBUG 34.9.216.246 713908 3201 NEW TOKEN generated by : /index.php 2026-05-30 04:11:49 WARNING 34.9.216.246 713908 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-30 04:11:49 INFO 34.9.216.246 713908 3201 --- End access to /index.php 2026-05-30 04:11:49 DEBUG 34.9.216.246 713908 3201 NEW TOKEN generated by : /index.php 2026-05-30 04:11:49 WARNING 34.9.216.246 713908 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-30 04:11:49 INFO 34.9.216.246 713908 3201 --- End access to /index.php 2026-05-30 04:11:50 DEBUG 34.9.216.246 713922 3201 NEW TOKEN generated by : /index.php 2026-05-30 04:11:50 WARNING 34.9.216.246 713922 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-30 04:11:50 INFO 34.9.216.246 713922 3201 --- End access to /index.php 2026-05-30 04:11:50 DEBUG 34.9.216.246 713922 3201 NEW TOKEN generated by : /index.php 2026-05-30 04:11:50 WARNING 34.9.216.246 713922 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-30 04:11:50 INFO 34.9.216.246 713922 3201 --- End access to /index.php 2026-05-30 04:11:50 DEBUG 34.9.216.246 713908 3201 NEW TOKEN generated by : /index.php 2026-05-30 04:11:50 WARNING 34.9.216.246 713908 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-30 04:11:50 INFO 34.9.216.246 713908 3201 --- End access to /index.php 2026-05-30 04:11:50 DEBUG 34.9.216.246 713908 3201 NEW TOKEN generated by : /index.php 2026-05-30 04:11:50 WARNING 34.9.216.246 713908 3201 --- Access to POST /index.php refused by CSRF protection (CSRFCHECK_WITH_TOKEN protection) in main.inc.php. Token not provided. 2026-05-30 04:11:50 INFO 34.9.216.246 713908 3201 --- End access to /index.php 2026-05-30 08:37:10 DEBUG 205.210.31.20 781940 3201 NEW TOKEN generated by : /index.php 2026-05-30 08:37:10 NOTICE 205.210.31.20 781940 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-30 08:37:10 DEBUG 205.210.31.20 781940 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-30 08:37:10 INFO 205.210.31.20 781940 3201 --- End access to /index.php 2026-05-30 09:37:15 DEBUG 198.235.24.245 1037408 3201 NEW TOKEN generated by : /index.php 2026-05-30 09:37:15 NOTICE 198.235.24.245 1037408 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-30 09:37:15 DEBUG 198.235.24.245 1037408 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-30 09:37:15 INFO 198.235.24.245 1037408 3201 --- End access to /index.php 2026-05-30 14:31:22 DEBUG 205.210.31.163 211906 3201 NEW TOKEN generated by : /index.php 2026-05-30 14:31:22 NOTICE 205.210.31.163 211906 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-30 14:31:22 DEBUG 205.210.31.163 211906 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-30 14:31:22 INFO 205.210.31.163 211906 3201 --- End access to /index.php 2026-05-30 15:47:51 DEBUG 172.71.172.92 533910 3201 NEW TOKEN generated by : /index.php 2026-05-30 15:47:51 NOTICE 172.71.172.92 533910 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-30 15:47:51 DEBUG 172.71.172.92 533910 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-30 15:47:51 INFO 172.71.172.92 533910 3201 --- End access to /index.php 2026-05-30 17:00:02 DEBUG 199.45.155.101 829832 3201 NEW TOKEN generated by : /index.php 2026-05-30 17:00:02 NOTICE 199.45.155.101 829832 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-30 17:00:02 DEBUG 199.45.155.101 829832 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-30 17:00:02 INFO 199.45.155.101 829832 3201 --- End access to /index.php 2026-05-30 17:04:35 DEBUG 66.132.224.94 868553 3201 NEW TOKEN generated by : /index.php 2026-05-30 17:04:35 NOTICE 66.132.224.94 868553 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-30 17:04:35 DEBUG 66.132.224.94 868553 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-30 17:04:36 INFO 66.132.224.94 868553 3201 --- End access to /index.php 2026-05-30 18:56:22 DEBUG 208.84.100.207 303892 3201 NEW TOKEN generated by : /index.php 2026-05-30 18:56:22 NOTICE 208.84.100.207 303892 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-30 18:56:22 DEBUG 208.84.100.207 303892 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-30 18:56:22 INFO 208.84.100.207 303892 3201 --- End access to /index.php 2026-05-30 18:56:23 DEBUG 208.84.100.207 303888 3201 NEW TOKEN generated by : /index.php 2026-05-30 18:56:23 NOTICE 208.84.100.207 303888 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-30 18:56:23 DEBUG 208.84.100.207 303888 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-30 18:56:23 INFO 208.84.100.207 303888 3201 --- End access to /index.php 2026-05-30 18:56:24 DEBUG 208.84.100.207 303892 3201 NEW TOKEN generated by : /index.php 2026-05-30 18:56:24 DEBUG 208.84.100.207 303888 3201 NEW TOKEN generated by : /index.php 2026-05-30 18:56:24 NOTICE 208.84.100.207 303892 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-30 18:56:24 NOTICE 208.84.100.207 303888 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-30 18:56:24 DEBUG 208.84.100.207 303892 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-30 18:56:24 DEBUG 208.84.100.207 303888 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-30 18:56:24 INFO 208.84.100.207 303892 3201 --- End access to /index.php 2026-05-30 18:56:24 INFO 208.84.100.207 303888 3201 --- End access to /index.php 2026-05-30 18:56:24 DEBUG 208.84.100.207 303957 3201 NEW TOKEN generated by : /index.php 2026-05-30 18:56:24 NOTICE 208.84.100.207 303957 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-30 18:56:24 DEBUG 208.84.100.207 303957 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-30 18:56:24 INFO 208.84.100.207 303957 3201 --- End access to /index.php 2026-05-30 18:56:26 DEBUG 208.84.100.207 303957 3201 NEW TOKEN generated by : /index.php 2026-05-30 18:56:26 NOTICE 208.84.100.207 303957 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-30 18:56:26 DEBUG 208.84.100.207 303957 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-30 18:56:26 INFO 208.84.100.207 303957 3201 --- End access to /index.php 2026-05-30 18:56:27 DEBUG 208.84.100.207 303957 3201 NEW TOKEN generated by : /index.php 2026-05-30 18:56:27 NOTICE 208.84.100.207 303957 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-30 18:56:27 DEBUG 208.84.100.207 303957 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-30 18:56:27 DEBUG 208.84.100.207 303892 3201 NEW TOKEN generated by : /index.php 2026-05-30 18:56:27 NOTICE 208.84.100.207 303892 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-30 18:56:27 DEBUG 208.84.100.207 303892 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-30 18:56:27 DEBUG 208.84.100.207 303888 3201 NEW TOKEN generated by : /index.php 2026-05-30 18:56:27 NOTICE 208.84.100.207 303888 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-30 18:56:27 INFO 208.84.100.207 303957 3201 --- End access to /index.php 2026-05-30 18:56:27 DEBUG 208.84.100.207 303888 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-30 18:56:27 INFO 208.84.100.207 303892 3201 --- End access to /index.php 2026-05-30 18:56:27 INFO 208.84.100.207 303888 3201 --- End access to /index.php 2026-05-30 18:56:28 DEBUG 208.84.100.207 303892 3201 NEW TOKEN generated by : /index.php 2026-05-30 18:56:28 NOTICE 208.84.100.207 303892 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-30 18:56:28 DEBUG 208.84.100.207 303892 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-30 18:56:28 INFO 208.84.100.207 303892 3201 --- End access to /index.php 2026-05-30 18:56:28 DEBUG 208.84.100.207 303892 3201 NEW TOKEN generated by : /index.php 2026-05-30 18:56:28 NOTICE 208.84.100.207 303892 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-30 18:56:28 DEBUG 208.84.100.207 303892 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-30 18:56:28 DEBUG 208.84.100.207 303888 3201 NEW TOKEN generated by : /index.php 2026-05-30 18:56:28 DEBUG 208.84.100.207 303957 3201 NEW TOKEN generated by : /index.php 2026-05-30 18:56:28 NOTICE 208.84.100.207 303957 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-30 18:56:28 NOTICE 208.84.100.207 303888 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-30 18:56:28 DEBUG 208.84.100.207 303957 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-30 18:56:28 DEBUG 208.84.100.207 303888 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-30 18:56:28 INFO 208.84.100.207 303892 3201 --- End access to /index.php 2026-05-30 18:56:28 INFO 208.84.100.207 303957 3201 --- End access to /index.php 2026-05-30 18:56:28 INFO 208.84.100.207 303888 3201 --- End access to /index.php 2026-05-30 18:56:28 DEBUG 208.84.100.207 304488 3201 NEW TOKEN generated by : /index.php 2026-05-30 18:56:28 NOTICE 208.84.100.207 304488 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-30 18:56:28 DEBUG 208.84.100.207 304488 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-30 18:56:28 DEBUG 208.84.100.207 304491 3201 NEW TOKEN generated by : /index.php 2026-05-30 18:56:28 NOTICE 208.84.100.207 304491 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-30 18:56:28 DEBUG 208.84.100.207 304491 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-30 18:56:28 INFO 208.84.100.207 304488 3201 --- End access to /index.php 2026-05-30 18:56:28 INFO 208.84.100.207 304491 3201 --- End access to /index.php 2026-05-30 18:56:30 DEBUG 208.84.100.207 304488 3201 NEW TOKEN generated by : /index.php 2026-05-30 18:56:30 NOTICE 208.84.100.207 304488 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-30 18:56:30 DEBUG 208.84.100.207 304488 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-30 18:56:30 INFO 208.84.100.207 304488 3201 --- End access to /index.php 2026-05-30 20:11:36 DEBUG 34.122.147.229 603915 3201 NEW TOKEN generated by : /index.php 2026-05-30 20:11:36 NOTICE 34.122.147.229 603915 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-30 20:11:36 DEBUG 34.122.147.229 603915 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-30 20:11:36 INFO 34.122.147.229 603915 3201 --- End access to /index.php 2026-05-30 20:11:40 DEBUG 34.72.176.129 603915 3201 NEW TOKEN generated by : /index.php 2026-05-30 20:11:40 NOTICE 34.72.176.129 603915 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-30 20:11:40 DEBUG 34.72.176.129 603915 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-30 20:11:40 INFO 34.72.176.129 603915 3201 --- End access to /index.php 2026-05-30 20:31:07 DEBUG 57.141.0.12 714324 3201 NEW TOKEN generated by : /index.php 2026-05-30 20:31:07 NOTICE 57.141.0.12 714324 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-30 20:31:07 DEBUG 57.141.0.12 714324 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-30 20:31:07 INFO 57.141.0.12 714324 3201 --- End access to /index.php 2026-05-30 21:29:33 DEBUG 119.8.41.86 934002 3201 NEW TOKEN generated by : /index.php 2026-05-30 21:29:33 NOTICE 119.8.41.86 934002 3201 --- Access to HEAD /index.php - action= - actionlogin= - showing the login form and exit 2026-05-30 21:29:33 DEBUG 119.8.41.86 934002 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-30 21:29:33 INFO 119.8.41.86 934002 3201 --- End access to /index.php 2026-05-30 21:29:34 DEBUG 49.0.237.195 934002 3201 NEW TOKEN generated by : /index.php 2026-05-30 21:29:34 NOTICE 49.0.237.195 934002 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-30 21:29:34 DEBUG 49.0.237.195 934002 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-30 21:29:34 INFO 49.0.237.195 934002 3201 --- End access to /index.php 2026-05-31 01:05:38 DEBUG 198.235.24.64 796280 3201 NEW TOKEN generated by : /index.php 2026-05-31 01:05:38 NOTICE 198.235.24.64 796280 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-31 01:05:38 DEBUG 198.235.24.64 796280 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-31 01:05:38 INFO 198.235.24.64 796280 3201 --- End access to /index.php 2026-05-31 05:28:11 DEBUG 57.141.0.38 830466 3201 NEW TOKEN generated by : /index.php 2026-05-31 05:28:11 NOTICE 57.141.0.38 830466 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-31 05:28:11 DEBUG 57.141.0.38 830466 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-31 05:28:11 INFO 57.141.0.38 830466 3201 --- End access to /index.php 2026-05-31 05:28:13 DEBUG 57.141.0.50 830466 3201 NEW TOKEN generated by : /index.php 2026-05-31 05:28:13 NOTICE 57.141.0.50 830466 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-31 05:28:13 DEBUG 57.141.0.50 830466 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-31 05:28:13 INFO 57.141.0.50 830466 3201 --- End access to /index.php 2026-05-31 08:02:15 DEBUG 52.0.245.198 411492 3201 NEW TOKEN generated by : /index.php 2026-05-31 08:02:15 DEBUG 52.0.245.198 411493 3201 NEW TOKEN generated by : /index.php 2026-05-31 08:02:15 NOTICE 52.0.245.198 411493 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-31 08:02:15 DEBUG 52.0.245.198 411493 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-31 08:02:15 NOTICE 52.0.245.198 411492 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-31 08:02:15 DEBUG 52.0.245.198 411492 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-31 08:02:15 INFO 52.0.245.198 411493 3201 --- End access to /index.php 2026-05-31 08:02:15 INFO 52.0.245.198 411492 3201 --- End access to /index.php 2026-05-31 09:28:13 DEBUG 176.65.139.235 753862 3201 NEW TOKEN generated by : /index.php 2026-05-31 09:28:13 NOTICE 176.65.139.235 753862 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-31 09:28:13 DEBUG 176.65.139.235 753862 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-31 09:28:13 DEBUG 176.65.139.229 754182 3201 NEW TOKEN generated by : /index.php 2026-05-31 09:28:13 NOTICE 176.65.139.229 754182 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-31 09:28:13 DEBUG 176.65.139.229 754182 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-31 09:28:13 INFO 176.65.139.229 754182 3201 --- End access to /index.php 2026-05-31 09:28:13 INFO 176.65.139.235 753862 3201 --- End access to /index.php 2026-05-31 09:28:13 DEBUG 176.65.139.238 754192 3201 NEW TOKEN generated by : /index.php 2026-05-31 09:28:13 NOTICE 176.65.139.238 754192 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-31 09:28:13 DEBUG 176.65.139.238 754192 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-31 09:28:13 INFO 176.65.139.238 754192 3201 --- End access to /index.php 2026-05-31 12:12:15 DEBUG 205.210.31.43 378958 3201 NEW TOKEN generated by : /index.php 2026-05-31 12:12:15 NOTICE 205.210.31.43 378958 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-31 12:12:15 DEBUG 205.210.31.43 378958 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-31 12:12:15 INFO 205.210.31.43 378958 3201 --- End access to /index.php 2026-05-31 14:35:16 DEBUG 209.38.79.162 1003045 3201 NEW TOKEN generated by : /index.php 2026-05-31 14:35:16 NOTICE 209.38.79.162 1003045 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-31 14:35:16 DEBUG 209.38.79.162 1003045 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-31 14:35:16 INFO 209.38.79.162 1003045 3201 --- End access to /index.php 2026-05-31 14:35:17 DEBUG 209.38.79.162 1003056 3201 NEW TOKEN generated by : /index.php 2026-05-31 14:35:17 NOTICE 209.38.79.162 1003056 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-31 14:35:17 DEBUG 209.38.79.162 1003056 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-31 14:35:17 INFO 209.38.79.162 1003056 3201 --- End access to /index.php 2026-05-31 14:58:55 DEBUG 198.235.24.142 67320 3201 NEW TOKEN generated by : /index.php 2026-05-31 14:58:55 NOTICE 198.235.24.142 67320 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-05-31 14:58:55 DEBUG 198.235.24.142 67320 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-05-31 14:58:56 INFO 198.235.24.142 67320 3201 --- End access to /index.php 2026-06-01 02:58:24 DEBUG 199.45.155.106 960465 3201 NEW TOKEN generated by : /index.php 2026-06-01 02:58:24 NOTICE 199.45.155.106 960465 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-06-01 02:58:24 DEBUG 199.45.155.106 960465 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-06-01 02:58:24 INFO 199.45.155.106 960465 3201 --- End access to /index.php 2026-06-01 08:29:55 DEBUG 205.210.31.17 312172 3201 NEW TOKEN generated by : /index.php 2026-06-01 08:29:55 NOTICE 205.210.31.17 312172 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-06-01 08:29:55 DEBUG 205.210.31.17 312172 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-06-01 08:29:55 INFO 205.210.31.17 312172 3201 --- End access to /index.php 2026-06-01 09:18:50 DEBUG 198.235.24.172 518911 3201 NEW TOKEN generated by : /index.php 2026-06-01 09:18:50 NOTICE 198.235.24.172 518911 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-06-01 09:18:50 DEBUG 198.235.24.172 518911 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-06-01 09:18:50 INFO 198.235.24.172 518911 3201 --- End access to /index.php 2026-06-01 09:29:56 DEBUG 57.141.0.49 569573 3201 NEW TOKEN generated by : /index.php 2026-06-01 09:29:56 NOTICE 57.141.0.49 569573 3201 --- Access to GET /index.php - action= - actionlogin= - showing the login form and exit 2026-06-01 09:29:56 DEBUG 57.141.0.49 569573 3201 sql=SELECT transkey, transvalue FROM llxme_overwrite_trans where (lang='fr_FR' OR lang IS NULL) AND entity IN (0, 0,1) ORDER BY lang DESC 2026-06-01 09:29:56 INFO 57.141.0.49 569573 3201 --- End access to /index.php