Install website_coorporate-1.0.zip module failed in Dolibarr 11.0.4

Hi,
I installed the new Dolibarr 11.0.4 version on Debian Buster
Trouble-free installation (Apache2, Mariadb, etc.).
After activating the “Websites” module, I wanted to download and install
the “website_coorporate-1.0.zip” module.
The installation process does not work and the “Websites” tab seems not to be displayed anymore.
However I have correctly configured the values in php.ini :
sudo nano /etc/php/7.x/apache2/php.ini
upload_max_filesize = 8M
post_max_size = 8M
I specify that the operations described above had been done on Dolibarr 10.0.3 and that I did not encounter installation problems.
Does anyone have any idea about this problem?

Could you be more precise ?
Error message ?
Print Screen ?
Logs ?
etc.

Here is the complete dolibarr.log file:

$ sudo nano /var/www/linuxhote.fr/documents/dolibarr.log
2020-05-12 13:56:09 DEBUG   192.168.1.3     - This is an already logged session. _SESSION['dol_login']=admin_lxhdolibarr _SESSION['dol_entity']=1
2020-05-12 13:56:09 DEBUG   192.168.1.3     sql=SELECT u.rowid, u.lastname, u.firstname, u.employee, u.gender, u.birth, u.email, u.personal_email, u.job, 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 as 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, u.lang, u.entity, u.datec as datec, u.tms as datem, u.datelastlogin as datel, u.datepreviouslogin as datep, u.photo as photo, u.openid as openid, u.accountancy_code, u.thm, u.tjm, u.salary, u.salaryextra, u.weeklyhours, u.color, u.dateemployment, u.dateemploymentend, u.fk_warehouse, u.ref_int, u.ref_ext, u.default_range, u.default_c_exp_tax_cat, c.code as country_code, c.label as country, d.code_departement as state_code, d.nom as state FROM llx_user as u LEFT JOIN llx_c_country as c ON u.fk_country = c.rowid LEFT JOIN llx_c_departements as d ON u.fk_state = d.rowid WHERE u.entity IN (0, 1) AND u.login = 'admin_lxhdolibarr' ORDER BY u.entity ASC
2020-05-12 13:56:09 DEBUG   192.168.1.3     sql=SELECT rowid,name,label,type,size,elementtype,fieldunique,fieldrequired,param,pos,alwayseditable,perms,langs,list,totalizable,fielddefault,fieldcomputed,entity,enabled,help FROM llx_extrafields WHERE elementtype = 'user' ORDER BY pos
2020-05-12 13:56:09 DEBUG   192.168.1.3     sql=SELECT param, value FROM llx_user_param WHERE fk_user = 1 AND entity = 1
2020-05-12 13:56:09 DEBUG   192.168.1.3     sql=SELECT rowid, entity, type, page, param, value FROM llx_default_values WHERE entity IN (1) AND user_id IN (0, 1)
2020-05-12 13:56:09 DEBUG   192.168.1.3     sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llx_user_rights as ur, llx_rights_def as r WHERE r.id = ur.fk_id AND ur.entity = 1 AND ur.fk_user= 1 AND r.perms IS NOT NULL
2020-05-12 13:56:09 DEBUG   192.168.1.3     sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llx_usergroup_rights as gr, llx_usergroup_user as gu, llx_rights_def as r WHERE r.id = gr.fk_id AND gr.entity = 1 AND gu.entity = 1 AND r.entity = 1 AND gr.fk_usergroup = gu.fk_usergroup AND gu.fk_user = 1 AND r.perms IS NOT NULL
2020-05-12 13:56:09 INFO    192.168.1.3     --- Access to /website/index.php - action=createsite, massaction=
2020-05-12 13:56:09 DEBUG   192.168.1.3     sql=SELECT transkey, transvalue FROM llx_overwrite_trans where lang='en_GB' OR lang IS NULL AND entity IN (0, 1) ORDER BY lang DESC
2020-05-12 13:56:09 DEBUG   192.168.1.3     sql=SELECT m.rowid, m.type, m.module, m.fk_menu, m.fk_mainmenu, m.fk_leftmenu, m.url, m.titre, m.langs, m.perms, m.enabled, m.target, m.mainmenu, m.leftmenu, m.position FROM llx_menu as m WHERE m.entity IN (0,1) AND m.menu_handler IN ('eldy','all') AND m.usertype IN (0,2) ORDER BY m.position, m.rowid
2020-05-12 13:56:09 DEBUG   192.168.1.3     Website::fetchAll
2020-05-12 13:56:09 DEBUG   192.168.1.3     sql=SELECT t.rowid, t.entity, t.ref, t.description, t.status, t.fk_default_home, t.virtualhost, t.fk_user_creat, t.fk_user_modif, t.date_creation, t.tms as date_modification FROM llx_website as t WHERE t.entity IN (1)
2020-05-12 13:56:09 INFO    192.168.1.3     --- End access to /website/index.php
2020-05-12 13:56:10 INFO    192.168.1.3     --- Access to /custom/awstats/css/awstats.css.php - action=, massaction=
2020-05-12 13:56:10 DEBUG   192.168.1.3     sql=SELECT transkey, transvalue FROM llx_overwrite_trans where lang='en_GB' OR lang IS NULL AND entity IN (0, 1) ORDER BY lang DESC
2020-05-12 13:56:10 INFO    192.168.1.3     --- End access to /custom/awstats/css/awstats.css.php
2020-05-12 13:56:25 DEBUG   192.168.1.3     - This is an already logged session. _SESSION['dol_login']=admin_lxhdolibarr _SESSION['dol_entity']=1
2020-05-12 13:56:25 DEBUG   192.168.1.3     sql=SELECT u.rowid, u.lastname, u.firstname, u.employee, u.gender, u.birth, u.email, u.personal_email, u.job, 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 as 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, u.lang, u.entity, u.datec as datec, u.tms as datem, u.datelastlogin as datel, u.datepreviouslogin as datep, u.photo as photo, u.openid as openid, u.accountancy_code, u.thm, u.tjm, u.salary, u.salaryextra, u.weeklyhours, u.color, u.dateemployment, u.dateemploymentend, u.fk_warehouse, u.ref_int, u.ref_ext, u.default_range, u.default_c_exp_tax_cat, c.code as country_code, c.label as country, d.code_departement as state_code, d.nom as state FROM llx_user as u LEFT JOIN llx_c_country as c ON u.fk_country = c.rowid LEFT JOIN llx_c_departements as d ON u.fk_state = d.rowid WHERE u.entity IN (0, 1) AND u.login = 'admin_lxhdolibarr' ORDER BY u.entity ASC
2020-05-12 13:56:25 DEBUG   192.168.1.3     sql=SELECT rowid,name,label,type,size,elementtype,fieldunique,fieldrequired,param,pos,alwayseditable,perms,langs,list,totalizable,fielddefault,fieldcomputed,entity,enabled,help FROM llx_extrafields WHERE elementtype = 'user' ORDER BY pos
2020-05-12 13:56:25 DEBUG   192.168.1.3     sql=SELECT param, value FROM llx_user_param WHERE fk_user = 1 AND entity = 1
2020-05-12 13:56:25 DEBUG   192.168.1.3     sql=SELECT rowid, entity, type, page, param, value FROM llx_default_values WHERE entity IN (1) AND user_id IN (0, 1)
2020-05-12 13:56:25 DEBUG   192.168.1.3     sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llx_user_rights as ur, llx_rights_def as r WHERE r.id = ur.fk_id AND ur.entity = 1 AND ur.fk_user= 1 AND r.perms IS NOT NULL
2020-05-12 13:56:25 DEBUG   192.168.1.3     sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llx_usergroup_rights as gr, llx_usergroup_user as gu, llx_rights_def as r WHERE r.id = gr.fk_id AND gr.entity = 1 AND gu.entity = 1 AND r.entity = 1 AND gr.fk_usergroup = gu.fk_usergroup AND gu.fk_user = 1 AND r.perms IS NOT NULL
2020-05-12 13:56:25 INFO    192.168.1.3     --- Access to /website/index.php - action=addsite, massaction=
2020-05-12 13:56:25 DEBUG   192.168.1.3     sql=SELECT transkey, transvalue FROM llx_overwrite_trans where lang='en_GB' OR lang IS NULL AND entity IN (0, 1) ORDER BY lang DESC
2020-05-12 13:56:25 DEBUG   192.168.1.3     sql=SELECT m.rowid, m.type, m.module, m.fk_menu, m.fk_mainmenu, m.fk_leftmenu, m.url, m.titre, m.langs, m.perms, m.enabled, m.target, m.mainmenu, m.leftmenu, m.position FROM llx_menu as m WHERE m.entity IN (0,1) AND m.menu_handler IN ('eldy','all') AND m.usertype IN (0,2) ORDER BY m.position, m.rowid
2020-05-12 13:56:25 DEBUG   192.168.1.3     Website::fetchAll
2020-05-12 13:56:25 DEBUG   192.168.1.3     sql=SELECT t.rowid, t.entity, t.ref, t.description, t.status, t.fk_default_home, t.virtualhost, t.fk_user_creat, t.fk_user_modif, t.date_creation, t.tms as date_modification FROM llx_website as t WHERE t.entity IN (1)
2020-05-12 13:56:25 DEBUG   192.168.1.3     Website::fetch
2020-05-12 13:56:25 DEBUG   192.168.1.3     sql=SELECT t.rowid, t.entity, t.ref, t.description, t.status, t.fk_default_home, t.use_manifest, t.virtualhost, t.fk_user_creat, t.fk_user_modif, t.date_creation, t.tms as date_modification FROM llx_website as t WHERE t.entity IN (1) AND t.ref = '-1'
2020-05-12 13:56:25 DEBUG   192.168.1.3     BEGIN Transaction
2020-05-12 13:56:25 DEBUG   192.168.1.3      Website::create
2020-05-12 13:56:25 DEBUG   192.168.1.3       sql=INSERT INTO llx_website(entity,ref,description,status,fk_default_home,virtualhost,fk_user_creat,date_creation,tms) VALUES ( 1, 'linuxhote', 'IT Service - Développement - Formation', 1, NULL, 'https://www.linuxhote.fr', 1, '2020-05-12 13:56:25', '2020-05-12 13:56:25')
2020-05-12 13:56:25 DEBUG   192.168.1.3     COMMIT Transaction
2020-05-12 13:56:25 INFO    192.168.1.3     --- End access to /website/index.php
2020-05-12 13:56:25 DEBUG   192.168.1.3     - This is an already logged session. _SESSION['dol_login']=admin_lxhdolibarr _SESSION['dol_entity']=1
2020-05-12 13:56:25 DEBUG   192.168.1.3     sql=SELECT u.rowid, u.lastname, u.firstname, u.employee, u.gender, u.birth, u.email, u.personal_email, u.job, 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 as 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, u.lang, u.entity, u.datec as datec, u.tms as datem, u.datelastlogin as datel, u.datepreviouslogin as datep, u.photo as photo, u.openid as openid, u.accountancy_code, u.thm, u.tjm, u.salary, u.salaryextra, u.weeklyhours, u.color, u.dateemployment, u.dateemploymentend, u.fk_warehouse, u.ref_int, u.ref_ext, u.default_range, u.default_c_exp_tax_cat, c.code as country_code, c.label as country, d.code_departement as state_code, d.nom as state FROM llx_user as u LEFT JOIN llx_c_country as c ON u.fk_country = c.rowid LEFT JOIN llx_c_departements as d ON u.fk_state = d.rowid WHERE u.entity IN (0, 1) AND u.login = 'admin_lxhdolibarr' ORDER BY u.entity ASC
2020-05-12 13:56:25 DEBUG   192.168.1.3     sql=SELECT rowid,name,label,type,size,elementtype,fieldunique,fieldrequired,param,pos,alwayseditable,perms,langs,list,totalizable,fielddefault,fieldcomputed,entity,enabled,help FROM llx_extrafields WHERE elementtype = 'user' ORDER BY pos
2020-05-12 13:56:25 DEBUG   192.168.1.3     sql=SELECT param, value FROM llx_user_param WHERE fk_user = 1 AND entity = 1
2020-05-12 13:56:25 DEBUG   192.168.1.3     sql=SELECT rowid, entity, type, page, param, value FROM llx_default_values WHERE entity IN (1) AND user_id IN (0, 1)
2020-05-12 13:56:25 DEBUG   192.168.1.3     sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llx_user_rights as ur, llx_rights_def as r WHERE r.id = ur.fk_id AND ur.entity = 1 AND ur.fk_user= 1 AND r.perms IS NOT NULL
2020-05-12 13:56:25 DEBUG   192.168.1.3     sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llx_usergroup_rights as gr, llx_usergroup_user as gu, llx_rights_def as r WHERE r.id = gr.fk_id AND gr.entity = 1 AND gu.entity = 1 AND r.entity = 1 AND gr.fk_usergroup = gu.fk_usergroup AND gu.fk_user = 1 AND r.perms IS NOT NULL
2020-05-12 13:56:25 INFO    192.168.1.3     --- Access to /website/index.php - action=, massaction=
2020-05-12 13:56:25 DEBUG   192.168.1.3     sql=SELECT transkey, transvalue FROM llx_overwrite_trans where lang='en_GB' OR lang IS NULL AND entity IN (0, 1) ORDER BY lang DESC
2020-05-12 13:56:25 DEBUG   192.168.1.3     sql=SELECT m.rowid, m.type, m.module, m.fk_menu, m.fk_mainmenu, m.fk_leftmenu, m.url, m.titre, m.langs, m.perms, m.enabled, m.target, m.mainmenu, m.leftmenu, m.position FROM llx_menu as m WHERE m.entity IN (0,1) AND m.menu_handler IN ('eldy','all') AND m.usertype IN (0,2) ORDER BY m.position, m.rowid
2020-05-12 13:56:25 DEBUG   192.168.1.3     Website::fetchAll
2020-05-12 13:56:25 DEBUG   192.168.1.3     sql=SELECT t.rowid, t.entity, t.ref, t.description, t.status, t.fk_default_home, t.virtualhost, t.fk_user_creat, t.fk_user_modif, t.date_creation, t.tms as date_modification FROM llx_website as t WHERE t.entity IN (1)
2020-05-12 13:56:25 DEBUG   192.168.1.3     Website::fetch
2020-05-12 13:56:25 DEBUG   192.168.1.3     sql=SELECT t.rowid, t.entity, t.ref, t.description, t.status, t.fk_default_home, t.use_manifest, t.virtualhost, t.fk_user_creat, t.fk_user_modif, t.date_creation, t.tms as date_modification FROM llx_website as t WHERE t.entity IN (1) AND t.ref = 'linuxhote'
2020-05-12 13:56:25 DEBUG   192.168.1.3     WebsitePage::fetchAll
2020-05-12 13:56:25 DEBUG   192.168.1.3     sql=SELECT t.rowid, t.fk_website, t.type_container, t.pageurl, t.aliasalt, t.title, t.description, t.image, t.keywords, t.htmlheader, t.content, t.lang, t.fk_page, t.status, t.grabbed_from, t.date_creation, t.tms as date_modification, t.fk_user_creat, t.fk_user_modif FROM llx_website_page as t WHERE t.fk_website = 9 ORDER BY type_container ASC, pageurl ASC
2020-05-12 13:56:25 DEBUG   192.168.1.3     WebsitePage::fetchAll
2020-05-12 13:56:25 DEBUG   192.168.1.3     sql=SELECT t.rowid, t.fk_website, t.type_container, t.pageurl, t.aliasalt, t.title, t.description, t.image, t.keywords, t.htmlheader, t.content, t.lang, t.fk_page, t.status, t.grabbed_from, t.date_creation, t.tms as date_modification, t.fk_user_creat, t.fk_user_modif FROM llx_website_page as t WHERE t.fk_website = 9 ORDER BY type_container ASC, pageurl ASC
2020-05-12 13:56:25 INFO    192.168.1.3     --- End access to /website/index.php
2020-05-12 13:56:40 DEBUG   192.168.1.3     - This is an already logged session. _SESSION['dol_login']=admin_lxhdolibarr _SESSION['dol_entity']=1
2020-05-12 13:56:40 DEBUG   192.168.1.3     sql=SELECT u.rowid, u.lastname, u.firstname, u.employee, u.gender, u.birth, u.email, u.personal_email, u.job, 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 as 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, u.lang, u.entity, u.datec as datec, u.tms as datem, u.datelastlogin as datel, u.datepreviouslogin as datep, u.photo as photo, u.openid as openid, u.accountancy_code, u.thm, u.tjm, u.salary, u.salaryextra, u.weeklyhours, u.color, u.dateemployment, u.dateemploymentend, u.fk_warehouse, u.ref_int, u.ref_ext, u.default_range, u.default_c_exp_tax_cat, c.code as country_code, c.label as country, d.code_departement as state_code, d.nom as state FROM llx_user as u LEFT JOIN llx_c_country as c ON u.fk_country = c.rowid LEFT JOIN llx_c_departements as d ON u.fk_state = d.rowid WHERE u.entity IN (0, 1) AND u.login = 'admin_lxhdolibarr' ORDER BY u.entity ASC
2020-05-12 13:56:40 DEBUG   192.168.1.3     sql=SELECT rowid,name,label,type,size,elementtype,fieldunique,fieldrequired,param,pos,alwayseditable,perms,langs,list,totalizable,fielddefault,fieldcomputed,entity,enabled,help FROM llx_extrafields WHERE elementtype = 'user' ORDER BY pos
2020-05-12 13:56:40 DEBUG   192.168.1.3     sql=SELECT param, value FROM llx_user_param WHERE fk_user = 1 AND entity = 1
2020-05-12 13:56:40 DEBUG   192.168.1.3     sql=SELECT rowid, entity, type, page, param, value FROM llx_default_values WHERE entity IN (1) AND user_id IN (0, 1)
2020-05-12 13:56:40 DEBUG   192.168.1.3     sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llx_user_rights as ur, llx_rights_def as r WHERE r.id = ur.fk_id AND ur.entity = 1 AND ur.fk_user= 1 AND r.perms IS NOT NULL
2020-05-12 13:56:40 DEBUG   192.168.1.3     sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llx_usergroup_rights as gr, llx_usergroup_user as gu, llx_rights_def as r WHERE r.id = gr.fk_id AND gr.entity = 1 AND gu.entity = 1 AND r.entity = 1 AND gr.fk_usergroup = gu.fk_usergroup AND gu.fk_user = 1 AND r.perms IS NOT NULL
2020-05-12 13:56:40 INFO    192.168.1.3     --- Access to /website/index.php - action=, massaction=
2020-05-12 13:56:40 DEBUG   192.168.1.3     sql=SELECT transkey, transvalue FROM llx_overwrite_trans where lang='en_GB' OR lang IS NULL AND entity IN (0, 1) ORDER BY lang DESC
2020-05-12 13:56:40 DEBUG   192.168.1.3     sql=SELECT m.rowid, m.type, m.module, m.fk_menu, m.fk_mainmenu, m.fk_leftmenu, m.url, m.titre, m.langs, m.perms, m.enabled, m.target, m.mainmenu, m.leftmenu, m.position FROM llx_menu as m WHERE m.entity IN (0,1) AND m.menu_handler IN ('eldy','all') AND m.usertype IN (0,2) ORDER BY m.position, m.rowid
2020-05-12 13:56:41 DEBUG   192.168.1.3     Website::fetchAll
2020-05-12 13:56:41 DEBUG   192.168.1.3     sql=SELECT t.rowid, t.entity, t.ref, t.description, t.status, t.fk_default_home, t.virtualhost, t.fk_user_creat, t.fk_user_modif, t.date_creation, t.tms as date_modification FROM llx_website as t WHERE t.entity IN (1)
2020-05-12 13:56:41 DEBUG   192.168.1.3     Website::fetch
2020-05-12 13:56:41 DEBUG   192.168.1.3     sql=SELECT t.rowid, t.entity, t.ref, t.description, t.status, t.fk_default_home, t.use_manifest, t.virtualhost, t.fk_user_creat, t.fk_user_modif, t.date_creation, t.tms as date_modification FROM llx_website as t WHERE t.entity IN (1) AND t.ref = 'linuxhote'
2020-05-12 13:56:41 DEBUG   192.168.1.3     WebsitePage::fetchAll
2020-05-12 13:56:41 DEBUG   192.168.1.3     sql=SELECT t.rowid, t.fk_website, t.type_container, t.pageurl, t.aliasalt, t.title, t.description, t.image, t.keywords, t.htmlheader, t.content, t.lang, t.fk_page, t.status, t.grabbed_from, t.date_creation, t.tms as date_modification, t.fk_user_creat, t.fk_user_modif FROM llx_website_page as t WHERE t.fk_website = 9 ORDER BY type_container ASC, pageurl ASC
2020-05-12 13:56:41 DEBUG   192.168.1.3     WebsitePage::fetchAll
2020-05-12 13:56:41 DEBUG   192.168.1.3     sql=SELECT t.rowid, t.fk_website, t.type_container, t.pageurl, t.aliasalt, t.title, t.description, t.image, t.keywords, t.htmlheader, t.content, t.lang, t.fk_page, t.status, t.grabbed_from, t.date_creation, t.tms as date_modification, t.fk_user_creat, t.fk_user_modif FROM llx_website_page as t WHERE t.fk_website = 9 ORDER BY type_container ASC, pageurl ASC
2020-05-12 13:56:41 INFO    192.168.1.3     --- End access to /website/index.php

continuation of the file dolibarr.log (1)

2020-05-12 13:56:48 DEBUG   192.168.1.3     sql=SELECT u.rowid, u.lastname, u.firstname, u.employee, u.gender, u.birth, u.email, u.personal_email, u.job, 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 as 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, u.lang, u.entity, u.datec as datec, u.tms as datem, u.datelastlogin as datel, u.datepreviouslogin as datep, u.photo as photo, u.openid as openid, u.accountancy_code, u.thm, u.tjm, u.salary, u.salaryextra, u.weeklyhours, u.color, u.dateemployment, u.dateemploymentend, u.fk_warehouse, u.ref_int, u.ref_ext, u.default_range, u.default_c_exp_tax_cat, c.code as country_code, c.label as country, d.code_departement as state_code, d.nom as state FROM llx_user as u LEFT JOIN llx_c_country as c ON u.fk_country = c.rowid LEFT JOIN llx_c_departements as d ON u.fk_state = d.rowid WHERE u.entity IN (0, 1) AND u.login = 'admin_lxhdolibarr' ORDER BY u.entity ASC
2020-05-12 13:56:48 DEBUG   192.168.1.3     sql=SELECT rowid,name,label,type,size,elementtype,fieldunique,fieldrequired,param,pos,alwayseditable,perms,langs,list,totalizable,fielddefault,fieldcomputed,entity,enabled,help FROM llx_extrafields WHERE elementtype = 'user' ORDER BY pos
2020-05-12 13:56:48 DEBUG   192.168.1.3     sql=SELECT param, value FROM llx_user_param WHERE fk_user = 1 AND entity = 1
2020-05-12 13:56:48 DEBUG   192.168.1.3     sql=SELECT rowid, entity, type, page, param, value FROM llx_default_values WHERE entity IN (1) AND user_id IN (0, 1)
2020-05-12 13:56:48 DEBUG   192.168.1.3     sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llx_user_rights as ur, llx_rights_def as r WHERE r.id = ur.fk_id AND ur.entity = 1 AND ur.fk_user= 1 AND r.perms IS NOT NULL
2020-05-12 13:56:48 DEBUG   192.168.1.3     sql=SELECT DISTINCT r.module, r.perms, r.subperms FROM llx_usergroup_rights as gr, llx_usergroup_user as gu, llx_rights_def as r WHERE r.id = gr.fk_id AND gr.entity = 1 AND gu.entity = 1 AND r.entity = 1 AND gr.fk_usergroup = gu.fk_usergroup AND gu.fk_user = 1 AND r.perms IS NOT NULL
2020-05-12 13:56:48 INFO    192.168.1.3     --- Access to /website/index.php - action=importsiteconfirm, massaction=
2020-05-12 13:56:48 DEBUG   192.168.1.3     sql=SELECT transkey, transvalue FROM llx_overwrite_trans where lang='en_GB' OR lang IS NULL AND entity IN (0, 1) ORDER BY lang DESC
2020-05-12 13:56:48 DEBUG   192.168.1.3     sql=SELECT m.rowid, m.type, m.module, m.fk_menu, m.fk_mainmenu, m.fk_leftmenu, m.url, m.titre, m.langs, m.perms, m.enabled, m.target, m.mainmenu, m.leftmenu, m.position FROM llx_menu as m WHERE m.entity IN (0,1) AND m.menu_handler IN ('eldy','all') AND m.usertype IN (0,2) ORDER BY m.position, m.rowid
2020-05-12 13:56:48 DEBUG   192.168.1.3     Website::fetchAll
2020-05-12 13:56:48 DEBUG   192.168.1.3     sql=SELECT t.rowid, t.entity, t.ref, t.description, t.status, t.fk_default_home, t.virtualhost, t.fk_user_creat, t.fk_user_modif, t.date_creation, t.tms as date_modification FROM llx_website as t WHERE t.entity IN (1)
2020-05-12 13:56:48 DEBUG   192.168.1.3     Website::fetch
2020-05-12 13:56:48 DEBUG   192.168.1.3     sql=SELECT t.rowid, t.entity, t.ref, t.description, t.status, t.fk_default_home, t.use_manifest, t.virtualhost, t.fk_user_creat, t.fk_user_modif, t.date_creation, t.tms as date_modification FROM llx_website as t WHERE t.entity IN (1) AND t.ref = 'linuxhote'
2020-05-12 13:56:48 DEBUG   192.168.1.3     WebsitePage::fetchAll
2020-05-12 13:56:48 DEBUG   192.168.1.3     sql=SELECT t.rowid, t.fk_website, t.type_container, t.pageurl, t.aliasalt, t.title, t.description, t.image, t.keywords, t.htmlheader, t.content, t.lang, t.fk_page, t.status, t.grabbed_from, t.date_creation, t.tms as date_modification, t.fk_user_creat, t.fk_user_modif FROM llx_website_page as t WHERE t.fk_website = 9 ORDER BY type_container ASC, pageurl ASC
2020-05-12 13:56:48 INFO    192.168.1.3     Create symlink for /var/www/linuxhote.fr/documents/medias into name /var/www/linuxhote.fr/documents/website/linuxhote/medias
2020-05-12 13:56:48 INFO    192.168.1.3     functions.lib::dol_mkdir: dir=/var/www/linuxhote.fr/documents/website/linuxhote
2020-05-12 13:56:48 DEBUG   192.168.1.3     functions.lib::dol_mkdir: Directory '/var/www/linuxhote.fr/documents/website/linuxhote' does not exists or is outside open_basedir PHP setting.
2020-05-12 13:56:48 DEBUG   192.168.1.3     functions.lib::dol_mkdir: Directory '/var/www/linuxhote.fr/documents/website/linuxhote' created
2020-05-12 13:56:48 DEBUG   192.168.1.3     dol_add_file_process upload_dir=/var/www/linuxhote.fr/documents/website/temp allowoverwrite=1 donotupdatesession=-1 savingdocmask=
2020-05-12 13:56:48 INFO    192.168.1.3     functions.lib::dol_mkdir: dir=/var/www/linuxhote.fr/documents/website/temp
2020-05-12 13:56:48 DEBUG   192.168.1.3     Files.lib::dol_move_uploaded_file Success to move /tmp/phptkFgQy to /var/www/linuxhote.fr/documents/website/temp/website_coorporate-1.0.zip - Umask=0664
2020-05-12 13:56:48 DEBUG   192.168.1.3     functions.lib:dol_delete_dir_recursive /var/www/linuxhote.fr/documents/website/temp/linuxhote
2020-05-12 13:56:48 INFO    192.168.1.3     dol_delete_file file=/var/www/linuxhote.fr/documents/website/temp/linuxhote/website_pages.sql disableglob=1 nophperrors=0 nohook=0
2020-05-12 13:56:48 DEBUG   192.168.1.3     Removed file /var/www/linuxhote.fr/documents/website/temp/linuxhote/website_pages.sql
2020-05-12 13:56:48 DEBUG   192.168.1.3     functions.lib:dol_delete_dir_recursive /var/www/linuxhote.fr/documents/website/temp/linuxhote/containers
2020-05-12 13:56:48 INFO    192.168.1.3     dol_delete_file file=/var/www/linuxhote.fr/documents/website/temp/linuxhote/containers/product-p.php disableglob=1 nophperrors=0 nohook=0
2020-05-12 13:56:48 DEBUG   192.168.1.3     Removed file /var/www/linuxhote.fr/documents/website/temp/linuxhote/containers/product-p.php
2020-05-12 13:56:48 INFO    192.168.1.3     dol_delete_file file=/var/www/linuxhote.fr/documents/website/temp/linuxhote/containers/blog.php disableglob=1 nophperrors=0 nohook=0
2020-05-12 13:56:48 DEBUG   192.168.1.3     Removed file /var/www/linuxhote.fr/documents/website/temp/linuxhote/containers/blog.php
2020-05-12 13:56:48 INFO    192.168.1.3     dol_delete_file file=/var/www/linuxhote.fr/documents/website/temp/linuxhote/containers/page244.tpl.php disableglob=1 nophperrors=0 nohook=0
2020-05-12 13:56:48 DEBUG   192.168.1.3     Removed file /var/www/linuxhote.fr/documents/website/temp/linuxhote/containers/page244.tpl.php
2020-05-12 13:56:48 INFO    192.168.1.3     dol_delete_file file=/var/www/linuxhote.fr/documents/website/temp/linuxhote/containers/.htaccess disableglob=1 nophperrors=0 nohook=0
2020-05-12 13:56:48 DEBUG   192.168.1.3     Removed file /var/www/linuxhote.fr/documents/website/temp/linuxhote/containers/.htaccess
2020-05-12 13:56:48 INFO    192.168.1.3     dol_delete_file file=/var/www/linuxhote.fr/documents/website/temp/linuxhote/containers/index.php disableglob=1 nophperrors=0 nohook=0
2020-05-12 13:56:48 DEBUG   192.168.1.3     Removed file /var/www/linuxhote.fr/documents/website/temp/linuxhote/containers/index.php
2020-05-12 13:56:48 INFO    192.168.1.3     dol_delete_file file=/var/www/linuxhote.fr/documents/website/temp/linuxhote/containers/javascript.js.php disableglob=1 nophperrors=0 nohook=0
2020-05-12 13:56:48 DEBUG   192.168.1.3     Removed file /var/www/linuxhote.fr/documents/website/temp/linuxhote/containers/javascript.js.php
2020-05-12 13:56:48 INFO    192.168.1.3     dol_delete_file file=/var/www/linuxhote.fr/documents/website/temp/linuxhote/containers/header.php disableglob=1 nophperrors=0 nohook=0
2020-05-12 13:56:48 DEBUG   192.168.1.3     Removed file /var/www/linuxhote.fr/documents/website/temp/linuxhote/containers/header.php
2020-05-12 13:56:48 INFO    192.168.1.3     dol_delete_file file=/var/www/linuxhote.fr/documents/website/temp/linuxhote/containers/page124.tpl.php disableglob=1 nophperrors=0 nohook=0
2020-05-12 13:56:48 DEBUG   192.168.1.3     Removed file /var/www/linuxhote.fr/documents/website/temp/linuxhote/containers/page124.tpl.php
2020-05-12 13:56:48 INFO    192.168.1.3     dol_delete_file file=/var/www/linuxhote.fr/documents/website/temp/linuxhote/containers/blog-our-company-is-now-on-dolibarr.php disableglob=1 nophperrors=0 nohook=0
2020-05-12 13:56:48 DEBUG   192.168.1.3     Removed file /var/www/linuxhote.fr/documents/website/temp/linuxhote/containers/blog-our-company-is-now-on-dolibarr.php
2020-05-12 13:56:48 INFO    192.168.1.3     dol_delete_file file=/var/www/linuxhote.fr/documents/website/temp/linuxhote/containers/test.php disableglob=1 nophperrors=0 nohook=0
2020-05-12 13:56:48 DEBUG   192.168.1.3     Removed file /var/www/linuxhote.fr/documents/website/temp/linuxhote/containers/test.php
2020-05-12 13:56:48 INFO    192.168.1.3     dol_delete_file file=/var/www/linuxhote.fr/documents/website/temp/linuxhote/containers/contact.php disableglob=1 nophperrors=0 nohook=0
2020-05-12 13:56:48 DEBUG   192.168.1.3     Removed file /var/www/linuxhote.fr/documents/website/temp/linuxhote/containers/contact.php
2020-05-12 13:56:48 INFO    192.168.1.3     dol_delete_file file=/var/www/linuxhote.fr/documents/website/temp/linuxhote/containers/page238.tpl.php disableglob=1 nophperrors=0 nohook=0
2020-05-12 13:56:48 DEBUG   192.168.1.3     Removed file /var/www/linuxhote.fr/documents/website/temp/linuxhote/containers/page238.tpl.php
2020-05-12 13:56:48 INFO    192.168.1.3     dol_delete_file file=/var/www/linuxhote.fr/documents/website/temp/linuxhote/containers/service-s.php disableglob=1 nophperrors=0 nohook=0
2020-05-12 13:56:48 DEBUG   192.168.1.3     Removed file /var/www/linuxhote.fr/documents/website/temp/linuxhote/containers/service-s.php
2020-05-12 13:56:48 INFO    192.168.1.3     dol_delete_file file=/var/www/linuxhote.fr/documents/website/temp/linuxhote/containers/page243.tpl.php disableglob=1 nophperrors=0 nohook=0
2020-05-12 13:56:48 DEBUG   192.168.1.3     Removed file /var/www/linuxhote.fr/documents/website/temp/linuxhote/containers/page243.tpl.php
2020-05-12 13:56:48 INFO    192.168.1.3     dol_delete_file file=/var/www/linuxhote.fr/documents/website/temp/linuxhote/containers/page148.tpl.php disableglob=1 nophperrors=0 nohook=0
2020-05-12 13:56:48 DEBUG   192.168.1.3     Removed file /var/www/linuxhote.fr/documents/website/temp/linuxhote/containers/page148.tpl.php
2020-05-12 13:56:48 INFO    192.168.1.3     dol_delete_file file=/var/www/linuxhote.fr/documents/website/temp/linuxhote/containers/page151.tpl.php disableglob=1 nophperrors=0 nohook=0
2020-05-12 13:56:48 DEBUG   192.168.1.3     Removed file /var/www/linuxhote.fr/documents/website/temp/linuxhote/containers/page151.tpl.php
2020-05-12 13:56:48 INFO    192.168.1.3     dol_delete_file file=/var/www/linuxhote.fr/documents/website/temp/linuxhote/containers/partners.php disableglob=1 nophperrors=0 nohook=0
2020-05-12 13:56:49 DEBUG   192.168.1.3     Removed file /var/www/linuxhote.fr/documents/website/temp/linuxhote/containers/partners.php
2020-05-12 13:56:49 INFO    192.168.1.3     dol_delete_file file=/var/www/linuxhote.fr/documents/website/temp/linuxhote/containers/page193.tpl.php disableglob=1 nophperrors=0 nohook=0
2020-05-12 13:56:49 DEBUG   192.168.1.3     Removed file /var/www/linuxhote.fr/documents/website/temp/linuxhote/containers/page193.tpl.php
2020-05-12 13:56:49 INFO    192.168.1.3     dol_delete_file file=/var/www/linuxhote.fr/documents/website/temp/linuxhote/containers/page149.tpl.php disableglob=1 nophperrors=0 nohook=0
2020-05-12 13:56:49 DEBUG   192.168.1.3     Removed file /var/www/linuxhote.fr/documents/website/temp/linuxhote/containers/page149.tpl.php
2020-05-12 13:56:49 INFO    192.168.1.3     dol_delete_file file=/var/www/linuxhote.fr/documents/website/temp/linuxhote/containers/carriere.php disableglob=1 nophperrors=0 nohook=0
2020-05-12 13:56:49 DEBUG   192.168.1.3     Removed file /var/www/linuxhote.fr/documents/website/temp/linuxhote/containers/carriere.php
2020-05-12 13:56:49 INFO    192.168.1.3     dol_delete_file file=/var/www/linuxhote.fr/documents/website/temp/linuxhote/containers/page239.tpl.php disableglob=1 nophperrors=0 nohook=0
2020-05-12 13:56:49 DEBUG   192.168.1.3     Removed file /var/www/linuxhote.fr/documents/website/temp/linuxhote/containers/page239.tpl.php
2020-05-12 13:56:49 INFO    192.168.1.3     dol_delete_file file=/var/www/linuxhote.fr/documents/website/temp/linuxhote/containers/page192.tpl.php disableglob=1 nophperrors=0 nohook=0
2020-05-12 13:56:49 DEBUG   192.168.1.3     Removed file /var/www/linuxhote.fr/documents/website/temp/linuxhote/containers/page192.tpl.php
2020-05-12 13:56:49 INFO    192.168.1.3     dol_delete_file file=/var/www/linuxhote.fr/documents/website/temp/linuxhote/containers/page126.tpl.php disableglob=1 nophperrors=0 nohook=0
2020-05-12 13:56:49 DEBUG   192.168.1.3     Removed file /var/www/linuxhote.fr/documents/website/temp/linuxhote/containers/page126.tpl.php
2020-05-12 13:56:49 INFO    192.168.1.3     dol_delete_file file=/var/www/linuxhote.fr/documents/website/temp/linuxhote/containers/test2.php disableglob=1 nophperrors=0 nohook=0
2020-05-12 13:56:49 DEBUG   192.168.1.3     Removed file /var/www/linuxhote.fr/documents/website/temp/linuxhote/containers/test2.php
2020-05-12 13:56:49 INFO    192.168.1.3     dol_delete_file file=/var/www/linuxhote.fr/documents/website/temp/linuxhote/containers/page191.tpl.php disableglob=1 nophperrors=0 nohook=0

continuation of the file dolibarr.log (2)

2020-05-12 13:56:49 DEBUG   192.168.1.3     Removed file /var/www/linuxhote.fr/documents/website/temp/linuxhote/containers/page191.tpl.php
2020-05-12 13:56:49 INFO    192.168.1.3     dol_delete_file file=/var/www/linuxhote.fr/documents/website/temp/linuxhote/containers/pricing.php disableglob=1 nophperrors=0 nohook=0
2020-05-12 13:56:49 DEBUG   192.168.1.3     Removed file /var/www/linuxhote.fr/documents/website/temp/linuxhote/containers/pricing.php
2020-05-12 13:56:49 INFO    192.168.1.3     dol_delete_file file=/var/www/linuxhote.fr/documents/website/temp/linuxhote/containers/robots.txt disableglob=1 nophperrors=0 nohook=0
2020-05-12 13:56:49 DEBUG   192.168.1.3     Removed file /var/www/linuxhote.fr/documents/website/temp/linuxhote/containers/robots.txt
2020-05-12 13:56:49 INFO    192.168.1.3     dol_delete_file file=/var/www/linuxhote.fr/documents/website/temp/linuxhote/containers/page194.tpl.php disableglob=1 nophperrors=0 nohook=0
2020-05-12 13:56:49 DEBUG   192.168.1.3     Removed file /var/www/linuxhote.fr/documents/website/temp/linuxhote/containers/page194.tpl.php
2020-05-12 13:56:49 INFO    192.168.1.3     dol_delete_file file=/var/www/linuxhote.fr/documents/website/temp/linuxhote/containers/page147.tpl.php disableglob=1 nophperrors=0 nohook=0
2020-05-12 13:56:49 DEBUG   192.168.1.3     Removed file /var/www/linuxhote.fr/documents/website/temp/linuxhote/containers/page147.tpl.php
2020-05-12 13:56:49 INFO    192.168.1.3     dol_delete_file file=/var/www/linuxhote.fr/documents/website/temp/linuxhote/containers/page136.tpl.php disableglob=1 nophperrors=0 nohook=0
2020-05-12 13:56:49 DEBUG   192.168.1.3     Removed file /var/www/linuxhote.fr/documents/website/temp/linuxhote/containers/page136.tpl.php
2020-05-12 13:56:49 INFO    192.168.1.3     dol_delete_file file=/var/www/linuxhote.fr/documents/website/temp/linuxhote/containers/careers.php disableglob=1 nophperrors=0 nohook=0
2020-05-12 13:56:49 DEBUG   192.168.1.3     Removed file /var/www/linuxhote.fr/documents/website/temp/linuxhote/containers/careers.php
2020-05-12 13:56:49 INFO    192.168.1.3     dol_delete_file file=/var/www/linuxhote.fr/documents/website/temp/linuxhote/containers/.php disableglob=1 nophperrors=0 nohook=0
2020-05-12 13:56:49 DEBUG   192.168.1.3     Removed file /var/www/linuxhote.fr/documents/website/temp/linuxhote/containers/.php
2020-05-12 13:56:49 INFO    192.168.1.3     dol_delete_file file=/var/www/linuxhote.fr/documents/website/temp/linuxhote/containers/home.php 
disableglob=1 nophperrors=0 nohook=0
2020-05-12 13:56:49 DEBUG   192.168.1.3     Removed file /var/www/linuxhote.fr/documents/website/temp/linuxhote/containers/home.php
2020-05-12 13:56:49 INFO    192.168.1.3     dol_delete_file file=/var/www/linuxhote.fr/documents/website/temp/linuxhote/containers/master.inc.php disableglob=1 nophperrors=0 nohook=0
2020-05-12 13:56:49 DEBUG   192.168.1.3     Removed file /var/www/linuxhote.fr/documents/website/temp/linuxhote/containers/master.inc.php
2020-05-12 13:56:49 INFO    192.168.1.3     dol_delete_file file=/var/www/linuxhote.fr/documents/website/temp/linuxhote/containers/our-team.php disableglob=1 nophperrors=0 nohook=0
2020-05-12 13:56:49 DEBUG   192.168.1.3     Removed file /var/www/linuxhote.fr/documents/website/temp/linuxhote/containers/our-team.php
2020-05-12 13:56:49 INFO    192.168.1.3     dol_delete_file file=/var/www/linuxhote.fr/documents/website/temp/linuxhote/containers/styles.css.php disableglob=1 nophperrors=0 nohook=0
2020-05-12 13:56:49 DEBUG   192.168.1.3     Removed file /var/www/linuxhote.fr/documents/website/temp/linuxhote/containers/styles.css.php
2020-05-12 13:56:49 INFO    192.168.1.3     dol_delete_file file=/var/www/linuxhote.fr/documents/website/temp/linuxhote/containers/page152.tpl.php disableglob=1 nophperrors=0 nohook=0
2020-05-12 13:56:49 DEBUG   192.168.1.3     Removed file /var/www/linuxhote.fr/documents/website/temp/linuxhote/containers/page152.tpl.php
2020-05-12 13:56:49 INFO    192.168.1.3     dol_delete_file file=/var/www/linuxhote.fr/documents/website/temp/linuxhote/containers/footer.php disableglob=1 nophperrors=0 nohook=0
2020-05-12 13:56:49 DEBUG   192.168.1.3     Removed file /var/www/linuxhote.fr/documents/website/temp/linuxhote/containers/footer.php
2020-05-12 13:56:49 INFO    192.168.1.3     dol_delete_file file=/var/www/linuxhote.fr/documents/website/temp/linuxhote/containers/page125.tpl.php disableglob=1 nophperrors=0 nohook=0
2020-05-12 13:56:49 DEBUG   192.168.1.3     Removed file /var/www/linuxhote.fr/documents/website/temp/linuxhote/containers/page125.tpl.php
2020-05-12 13:56:49 INFO    192.168.1.3     dol_delete_file file=/var/www/linuxhote.fr/documents/website/temp/linuxhote/containers/wrapper.php disableglob=1 nophperrors=0 nohook=0
2020-05-12 13:56:49 DEBUG   192.168.1.3     Removed file /var/www/linuxhote.fr/documents/website/temp/linuxhote/containers/wrapper.php
2020-05-12 13:56:49 INFO    192.168.1.3     dol_delete_file file=/var/www/linuxhote.fr/documents/website/temp/linuxhote/containers/page150.tpl.php disableglob=1 nophperrors=0 nohook=0
2020-05-12 13:56:49 DEBUG   192.168.1.3     Removed file /var/www/linuxhote.fr/documents/website/temp/linuxhote/containers/page150.tpl.php
2020-05-12 13:56:49 INFO    192.168.1.3     dol_delete_file file=/var/www/linuxhote.fr/documents/website/temp/linuxhote/containers/blog-our-new-web-site-has-been-launched.php disableglob=1 nophperrors=0 nohook=0
2020-05-12 13:56:49 DEBUG   192.168.1.3     Removed file /var/www/linuxhote.fr/documents/website/temp/linuxhote/containers/blog-our-new-web-site-has-been-launched.php
2020-05-12 13:56:49 INFO    192.168.1.3     dol_delete_file file=/var/www/linuxhote.fr/documents/website/temp/linuxhote/containers/htmlheader.html disableglob=1 nophperrors=0 nohook=0
2020-05-12 13:56:49 DEBUG   192.168.1.3     Removed file /var/www/linuxhote.fr/documents/website/temp/linuxhote/containers/htmlheader.html
2020-05-12 13:56:49 INFO    192.168.1.3     dol_delete_file file=/var/www/linuxhote.fr/documents/website/temp/linuxhote/containers/page240.tpl.php disableglob=1 nophperrors=0 nohook=0
2020-05-12 13:56:49 DEBUG   192.168.1.3     Removed file /var/www/linuxhote.fr/documents/website/temp/linuxhote/containers/page240.tpl.php
2020-05-12 13:56:49 INFO    192.168.1.3     dol_delete_file file=/var/www/linuxhote.fr/documents/website/temp/linuxhote/containers/faq.php disableglob=1 nophperrors=0 nohook=0
2020-05-12 13:56:49 DEBUG   192.168.1.3     Removed file /var/www/linuxhote.fr/documents/website/temp/linuxhote/containers/faq.php
2020-05-12 13:56:49 INFO    192.168.1.3     dol_delete_file file=/var/www/linuxhote.fr/documents/website/temp/linuxhote/containers/clients-testimonials.php disableglob=1 nophperrors=0 nohook=0
2020-05-12 13:56:49 DEBUG   192.168.1.3     Removed file /var/www/linuxhote.fr/documents/website/temp/linuxhote/containers/clients-testimonials.php
2020-05-12 13:56:49 INFO    192.168.1.3     dol_delete_file file=/var/www/linuxhote.fr/documents/website/temp/linuxhote/containers/privacy-policies.php disableglob=1 nophperrors=0 nohook=0
2020-05-12 13:56:49 DEBUG   192.168.1.3     Removed file /var/www/linuxhote.fr/documents/website/temp/linuxhote/containers/privacy-policies.php
2020-05-12 13:56:49 INFO    192.168.1.3     dol_delete_file file=/var/www/linuxhote.fr/documents/website/temp/linuxhote/containers/search.php disableglob=1 nophperrors=0 nohook=0
2020-05-12 13:56:49 DEBUG   192.168.1.3     Removed file /var/www/linuxhote.fr/documents/website/temp/linuxhote/containers/search.php
2020-05-12 13:56:49 DEBUG   192.168.1.3     functions.lib:dol_delete_dir_recursive /var/www/linuxhote.fr/documents/website/temp/linuxhote/medias
2020-05-12 13:56:49 DEBUG   192.168.1.3     functions.lib:dol_delete_dir_recursive /var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/js
2020-05-12 13:56:49 DEBUG   192.168.1.3     functions.lib:dol_delete_dir_recursive /var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/js/websitekey
2020-05-12 13:56:49 INFO    192.168.1.3     dol_delete_file file=/var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/js/websitekey/Capture du 2018-09-04 22-40-19.png disableglob=1 nophperrors=0 nohook=0
2020-05-12 13:56:49 DEBUG   192.168.1.3     Removed file /var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/js/websitekey/Capture du 2018-09-04 22-40-19.png
2020-05-12 13:56:49 DEBUG   192.168.1.3     functions.lib:dol_delete_dir_recursive /var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/js/websitekey/thumbs
2020-05-12 13:56:49 INFO    192.168.1.3     dol_delete_file file=/var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/js/websitekey/thumbs/Capture du 2018-09-04 22-40-19_small.png disableglob=1 nophperrors=0 nohook=0
2020-05-12 13:56:49 DEBUG   192.168.1.3     Removed file /var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/js/websitekey/thumbs/Capture du 2018-09-04 22-40-19_small.png
2020-05-12 13:56:49 INFO    192.168.1.3     dol_delete_file file=/var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/js/websitekey/thumbs/Capture du 2018-09-20 19-57-19_mini.png disableglob=1 nophperrors=0 nohook=0
2020-05-12 13:56:49 DEBUG   192.168.1.3     Removed file /var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/js/websitekey/thumbs/Capture du 2018-09-20 19-57-19_mini.png
2020-05-12 13:56:49 INFO    192.168.1.3     dol_delete_file file=/var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/js/websitekey/thumbs/Capture du 2018-09-20 19-57-19_small.png disableglob=1 nophperrors=0 nohook=0
2020-05-12 13:56:49 DEBUG   192.168.1.3     Removed file /var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/js/websitekey/thumbs/Capture du 2018-09-20 19-57-19_small.png
2020-05-12 13:56:49 INFO    192.168.1.3     dol_delete_file file=/var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/js/websitekey/thumbs/Capture du 2018-09-04 22-40-19_mini.png disableglob=1 nophperrors=0 nohook=0
2020-05-12 13:56:49 DEBUG   192.168.1.3     Removed file /var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/js/websitekey/thumbs/Capture du 2018-09-04 22-40-19_mini.png
2020-05-12 13:56:49 INFO    192.168.1.3     dol_delete_file file=/var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/js/websitekey/extlib.min.js disableglob=1 nophperrors=0 nohook=0
2020-05-12 13:56:49 DEBUG   192.168.1.3     Removed file /var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/js/websitekey/extlib.min.js

continuation of the file dolibarr.log (3)

2020-05-12 13:56:49 INFO    192.168.1.3     dol_delete_file file=/var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/js/websitekey/Capture du 2018-09-20 19-57-19.png disableglob=1 nophperrors=0 nohook=0
2020-05-12 13:56:49 DEBUG   192.168.1.3     Removed file /var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/js/websitekey/Capture du 2018-09-20 19-57-19.png
2020-05-12 13:56:49 INFO    192.168.1.3     dol_delete_file file=/var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/js/websitekey/script.js disableglob=1 nophperrors=0 nohook=0
2020-05-12 13:56:49 DEBUG   192.168.1.3     Removed file /var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/js/websitekey/script.js
2020-05-12 13:56:49 DEBUG   192.168.1.3     functions.lib:dol_delete_dir_recursive /var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/image
2020-05-12 13:56:49 DEBUG   192.168.1.3     functions.lib:dol_delete_dir_recursive /var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/image/websitekey
2020-05-12 13:56:49 INFO    192.168.1.3     dol_delete_file file=/var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/image/websitekey/icon-quote.png disableglob=1 nophperrors=0 nohook=0
2020-05-12 13:56:49 DEBUG   192.168.1.3     Removed file /var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/image/websitekey/icon-quote.png
2020-05-12 13:56:49 INFO    192.168.1.3     dol_delete_file file=/var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/image/websitekey/organization.svg disableglob=1 nophperrors=0 nohook=0
2020-05-12 13:56:49 DEBUG   192.168.1.3     Removed file /var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/image/websitekey/organization.svg
2020-05-12 13:56:49 INFO    192.168.1.3     dol_delete_file file=/var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/image/websitekey/dolibarr_256x256.png disableglob=1 nophperrors=0 nohook=0
2020-05-12 13:56:49 DEBUG   192.168.1.3     Removed file /var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/image/websitekey/dolibarr_256x256.png
2020-05-12 13:56:49 INFO    192.168.1.3     dol_delete_file file=/var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/image/websitekey/background_coder.jpg disableglob=1 nophperrors=0 nohook=0
2020-05-12 13:56:49 DEBUG   192.168.1.3     Removed file /var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/image/websitekey/background_coder.jpg
2020-05-12 13:56:49 INFO    192.168.1.3     dol_delete_file file=/var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/image/websitekey/chevron-down.svg disableglob=1 nophperrors=0 nohook=0
2020-05-12 13:56:49 DEBUG   192.168.1.3     Removed file /var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/image/websitekey/chevron-down.svg
2020-05-12 13:56:49 INFO    192.168.1.3     dol_delete_file file=/var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/image/websitekey/pierrecurie.jpg disableglob=1 nophperrors=0 nohook=0
2020-05-12 13:56:49 DEBUG   192.168.1.3     Removed file /var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/image/websitekey/pierrecurie.jpg
2020-05-12 13:56:49 INFO    192.168.1.3     dol_delete_file file=/var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/image/websitekey/icon-5.png disableglob=1 nophperrors=0 nohook=0
2020-05-12 13:56:49 DEBUG   192.168.1.3     Removed file /var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/image/websitekey/icon-5.png
2020-05-12 13:56:49 DEBUG   192.168.1.3     functions.lib:dol_delete_dir_recursive /var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/image/websitekey/thumbs
2020-05-12 13:56:49 INFO    192.168.1.3     dol_delete_file file=/var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/image/websitekey/thumbs/apache_mini.png disableglob=1 nophperrors=0 nohook=0
2020-05-12 13:56:49 DEBUG   192.168.1.3     Removed file /var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/image/websitekey/thumbs/apache_mini.png
2020-05-12 13:56:49 INFO    192.168.1.3     dol_delete_file file=/var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/image/websitekey/thumbs/ovh_mini.png disableglob=1 nophperrors=0 nohook=0
2020-05-12 13:56:49 DEBUG   192.168.1.3     Removed file /var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/image/websitekey/thumbs/ovh_mini.png
2020-05-12 13:56:49 INFO    192.168.1.3     dol_delete_file file=/var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/image/websitekey/thumbs/mariadb_mini.png disableglob=1 nophperrors=0 nohook=0
2020-05-12 13:56:49 DEBUG   192.168.1.3     Removed file /var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/image/websitekey/thumbs/mariadb_mini.png
2020-05-12 13:56:49 INFO    192.168.1.3     dol_delete_file file=/var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/image/websitekey/thumbs/mariadb_small.png disableglob=1 nophperrors=0 nohook=0
2020-05-12 13:56:49 DEBUG   192.168.1.3     Removed file /var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/image/websitekey/thumbs/mariadb_small.png
2020-05-12 13:56:49 INFO    192.168.1.3     dol_delete_file file=/var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/image/websitekey/thumbs/apache_small.png disableglob=1 nophperrors=0 nohook=0
2020-05-12 13:56:49 DEBUG   192.168.1.3     Removed file /var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/image/websitekey/thumbs/apache_small.png
2020-05-12 13:56:49 INFO    192.168.1.3     dol_delete_file file=/var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/image/websitekey/thumbs/ubuntu_small.png disableglob=1 nophperrors=0 nohook=0
2020-05-12 13:56:49 DEBUG   192.168.1.3     Removed file /var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/image/websitekey/thumbs/ubuntu_small.png
2020-05-12 13:56:49 INFO    192.168.1.3     dol_delete_file file=/var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/image/websitekey/thumbs/ovh_small.png disableglob=1 nophperrors=0 nohook=0
2020-05-12 13:56:49 DEBUG   192.168.1.3     Removed file /var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/image/websitekey/thumbs/ovh_small.png
2020-05-12 13:56:49 INFO    192.168.1.3     dol_delete_file file=/var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/image/websitekey/thumbs/php_small.png disableglob=1 nophperrors=0 nohook=0
2020-05-12 13:56:49 DEBUG   192.168.1.3     Removed file /var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/image/websitekey/thumbs/php_small.png
2020-05-12 13:56:49 INFO    192.168.1.3     dol_delete_file file=/var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/image/websitekey/thumbs/ubuntu_mini.png disableglob=1 nophperrors=0 nohook=0
2020-05-12 13:56:49 DEBUG   192.168.1.3     Removed file /var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/image/websitekey/thumbs/ubuntu_mini.png
2020-05-12 13:56:49 INFO    192.168.1.3     dol_delete_file file=/var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/image/websitekey/thumbs/php_mini.png disableglob=1 nophperrors=0 nohook=0
2020-05-12 13:56:49 DEBUG   192.168.1.3     Removed file /var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/image/websitekey/thumbs/php_mini.png
2020-05-12 13:56:49 INFO    192.168.1.3     dol_delete_file file=/var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/image/websitekey/dolibarr_logo.png disableglob=1 nophperrors=0 nohook=0
2020-05-12 13:56:49 DEBUG   192.168.1.3     Removed file /var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/image/websitekey/dolibarr_logo.png
2020-05-12 13:56:49 INFO    192.168.1.3     dol_delete_file file=/var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/image/websitekey/chevron-right.svg disableglob=1 nophperrors=0 nohook=0
2020-05-12 13:56:49 DEBUG   192.168.1.3     Removed file /var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/image/websitekey/chevron-right.svg
2020-05-12 13:56:49 INFO    192.168.1.3     dol_delete_file file=/var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/image/websitekey/chevron-left.svg disableglob=1 nophperrors=0 nohook=0
2020-05-12 13:56:49 DEBUG   192.168.1.3     Removed file /var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/image/websitekey/chevron-left.svg
2020-05-12 13:56:49 INFO    192.168.1.3     dol_delete_file file=/var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/image/websitekey/background_rough-horn.jpg disableglob=1 nophperrors=0 nohook=0
2020-05-12 13:56:49 DEBUG   192.168.1.3     Removed file /var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/image/websitekey/background_rough-horn.jpg
2020-05-12 13:56:49 INFO    192.168.1.3     dol_delete_file file=/var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/image/websitekey/light-bulb.svg disableglob=1 nophperrors=0 nohook=0
2020-05-12 13:56:49 DEBUG   192.168.1.3     Removed file /var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/image/websitekey/light-bulb.svg
2020-05-12 13:56:49 INFO    192.168.1.3     dol_delete_file file=/var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/image/websitekey/mariecurie.jpg disableglob=1 nophperrors=0 nohook=0
2020-05-12 13:56:49 DEBUG   192.168.1.3     Removed file /var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/image/websitekey/mariecurie.jpg
2020-05-12 13:56:49 INFO    192.168.1.3     dol_delete_file file=/var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/image/websitekey/apache.png disableglob=1 nophperrors=0 nohook=0
2020-05-12 13:56:49 DEBUG   192.168.1.3     Removed file /var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/image/websitekey/apache.png
2020-05-12 13:56:49 INFO    192.168.1.3     dol_delete_file file=/var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/image/websitekey/owl-nav-modern-white.png disableglob=1 nophperrors=0 nohook=0
2020-05-12 13:56:49 DEBUG   192.168.1.3     Removed file /var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/image/websitekey/owl-nav-modern-white.png
2020-05-12 13:56:49 INFO    192.168.1.3     dol_delete_file file=/var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/image/websitekey/ajax-loading.gif disableglob=1 nophperrors=0 nohook=0
2020-05-12 13:56:49 DEBUG   192.168.1.3     Removed file /var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/image/websitekey/ajax-loading.gif
2020-05-12 13:56:49 INFO    192.168.1.3     dol_delete_file file=/var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/image/websitekey/icon-6.png disableglob=1 nophperrors=0 nohook=0
2020-05-12 13:56:49 DEBUG   192.168.1.3     Removed file /var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/image/websitekey/icon-6.png
2020-05-12 13:56:49 INFO    192.168.1.3     dol_delete_file file=/var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/image/websitekey/ovh.png disableglob=1 nophperrors=0 nohook=0
2020-05-12 13:56:49 DEBUG   192.168.1.3     Removed file /var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/image/websitekey/ovh.png
2020-05-12 13:56:49 INFO    192.168.1.3     dol_delete_file file=/var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/image/websitekey/background_computer_coffee.jpg disableglob=1 nophperrors=0 nohook=0
2020-05-12 13:56:49 DEBUG   192.168.1.3     Removed file /var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/image/websitekey/background_computer_coffee.jpg
2020-05-12 13:56:49 INFO    192.168.1.3     dol_delete_file file=/var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/image/websitekey/calendar.svg disableglob=1 nophperrors=0 nohook=0
2020-05-12 13:56:49 DEBUG   192.168.1.3     Removed file /var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/image/websitekey/calendar.svg
2020-05-12 13:56:49 INFO    192.168.1.3     dol_delete_file file=/var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/image/websitekey/php.png disableglob=1 nophperrors=0 nohook=0
2020-05-12 13:56:49 DEBUG   192.168.1.3     Removed file /var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/image/websitekey/php.png
2020-05-12 13:56:49 INFO    192.168.1.3     dol_delete_file file=/var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/image/websitekey/alberteinstein.jpg disableglob=1 nophperrors=0 nohook=0
2020-05-12 13:56:49 DEBUG   192.168.1.3     Removed file /var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/image/websitekey/alberteinstein.jpg
2020-05-12 13:56:49 INFO    192.168.1.3     dol_delete_file file=/var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/image/websitekey/briefcase.svg disableglob=1 nophperrors=0 nohook=0
2020-05-12 13:56:49 DEBUG   192.168.1.3     Removed file /var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/image/websitekey/briefcase.svg
2020-05-12 13:56:49 INFO    192.168.1.3     dol_delete_file file=/var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/image/websitekey/package.svg disableglob=1 nophperrors=0 nohook=0
2020-05-12 13:56:49 DEBUG   192.168.1.3     Removed file /var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/image/websitekey/package.svg
2020-05-12 13:56:49 INFO    192.168.1.3     dol_delete_file file=/var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/image/websitekey/ubuntu.png disableglob=1 nophperrors=0 nohook=0
2020-05-12 13:56:49 DEBUG   192.168.1.3     Removed file /var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/image/websitekey/ubuntu.png
2020-05-12 13:56:49 INFO    192.168.1.3     dol_delete_file file=/var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/image/websitekey/dolibarr.ico disableglob=1 nophperrors=0 nohook=0

continuation of the file dolibarr.log (4)

2020-05-12 13:56:49 DEBUG   192.168.1.3     Removed file /var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/image/websitekey/dolibarr.ico
2020-05-12 13:56:49 INFO    192.168.1.3     dol_delete_file file=/var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/image/websitekey/background_sunset.jpg disableglob=1 nophperrors=0 nohook=0
2020-05-12 13:56:49 DEBUG   192.168.1.3     Removed file /var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/image/websitekey/background_sunset.jpg
2020-05-12 13:56:49 INFO    192.168.1.3     dol_delete_file file=/var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/image/websitekey/background_dolibarr.jpg disableglob=1 nophperrors=0 nohook=0
2020-05-12 13:56:49 DEBUG   192.168.1.3     Removed file /var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/image/websitekey/background_dolibarr.jpg
2020-05-12 13:56:49 INFO    192.168.1.3     dol_delete_file file=/var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/image/websitekey/chevron-up.svg disableglob=1 nophperrors=0 nohook=0
2020-05-12 13:56:49 DEBUG   192.168.1.3     Removed file /var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/image/websitekey/chevron-up.svg
2020-05-12 13:56:49 INFO    192.168.1.3     dol_delete_file file=/var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/image/websitekey/mariadb.png disableglob=1 nophperrors=0 nohook=0
2020-05-12 13:56:49 DEBUG   192.168.1.3     Removed file /var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/image/websitekey/mariadb.png
2020-05-12 13:56:49 INFO    192.168.1.3     dol_delete_file file=/var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/image/websitekey/daviddoe.png disableglob=1 nophperrors=0 nohook=0
2020-05-12 13:56:49 DEBUG   192.168.1.3     Removed file /var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/image/websitekey/daviddoe.png
2020-05-12 13:56:49 INFO    192.168.1.3     functions.lib::dol_mkdir: dir=/var/www/linuxhote.fr/documents/website/temp/linuxhote
2020-05-12 13:56:49 DEBUG   192.168.1.3     functions.lib::dol_mkdir: Directory '/var/www/linuxhote.fr/documents/website/temp/linuxhote' does not exists or is outside open_basedir PHP setting.
2020-05-12 13:56:49 DEBUG   192.168.1.3     functions.lib::dol_mkdir: Directory '/var/www/linuxhote.fr/documents/website/temp/linuxhote' created
2020-05-12 13:56:49 INFO    192.168.1.3     Constant ODTPHP_PATHTOPCLZIP for pclzip library is set to /var/www/linuxhote.fr/htdocs/includes/odtphp/zip/pclzip/, so we use Pclzip to unzip into /var/www/linuxhote.fr/documents/website/temp/linuxhote
2020-05-12 13:56:49 INFO    192.168.1.3     files.lib.php::dolCopyDir srcfile=/var/www/linuxhote.fr/documents/website/temp/linuxhote/containers destfile=/var/www/linuxhote.fr/documents/website/linuxhote newmask=0 overwriteifexists=1
2020-05-12 13:56:49 INFO    192.168.1.3     files.lib.php::dol_copy srcfile=/var/www/linuxhote.fr/documents/website/temp/linuxhote/containers/product-p.php destfile=/var/www/linuxhote.fr/documents/website/linuxhote/product-p.php newmask=0 overwriteifexists=1
2020-05-12 13:56:49 INFO    192.168.1.3     files.lib.php::dol_copy srcfile=/var/www/linuxhote.fr/documents/website/temp/linuxhote/containers/blog.php destfile=/var/www/linuxhote.fr/documents/website/linuxhote/blog.php newmask=0 overwriteifexists=1
2020-05-12 13:56:49 INFO    192.168.1.3     files.lib.php::dol_copy srcfile=/var/www/linuxhote.fr/documents/website/temp/linuxhote/containers/page244.tpl.php destfile=/var/www/linuxhote.fr/documents/website/linuxhote/page244.tpl.php newmask=0 overwriteifexists=1
2020-05-12 13:56:49 INFO    192.168.1.3     files.lib.php::dol_copy srcfile=/var/www/linuxhote.fr/documents/website/temp/linuxhote/containers/.htaccess destfile=/var/www/linuxhote.fr/documents/website/linuxhote/.htaccess newmask=0 overwriteifexists=1
2020-05-12 13:56:49 INFO    192.168.1.3     files.lib.php::dol_copy srcfile=/var/www/linuxhote.fr/documents/website/temp/linuxhote/containers/index.php destfile=/var/www/linuxhote.fr/documents/website/linuxhote/index.php newmask=0 overwriteifexists=1
2020-05-12 13:56:49 INFO    192.168.1.3     files.lib.php::dol_copy srcfile=/var/www/linuxhote.fr/documents/website/temp/linuxhote/containers/javascript.js.php destfile=/var/www/linuxhote.fr/documents/website/linuxhote/javascript.js.php newmask=0 overwriteifexists=1
2020-05-12 13:56:49 INFO    192.168.1.3     files.lib.php::dol_copy srcfile=/var/www/linuxhote.fr/documents/website/temp/linuxhote/containers/header.php destfile=/var/www/linuxhote.fr/documents/website/linuxhote/header.php newmask=0 overwriteifexists=1
2020-05-12 13:56:49 INFO    192.168.1.3     files.lib.php::dol_copy srcfile=/var/www/linuxhote.fr/documents/website/temp/linuxhote/containers/page124.tpl.php destfile=/var/www/linuxhote.fr/documents/website/linuxhote/page124.tpl.php newmask=0 overwriteifexists=1
2020-05-12 13:56:49 INFO    192.168.1.3     files.lib.php::dol_copy srcfile=/var/www/linuxhote.fr/documents/website/temp/linuxhote/containers/blog-our-company-is-now-on-dolibarr.php destfile=/var/www/linuxhote.fr/documents/website/linuxhote/blog-our-company-is-now-on-dolibarr.php newmask=0 overwriteifexists=1
2020-05-12 13:56:49 INFO    192.168.1.3     files.lib.php::dol_copy srcfile=/var/www/linuxhote.fr/documents/website/temp/linuxhote/containers/test.php destfile=/var/www/linuxhote.fr/documents/website/linuxhote/test.php newmask=0 overwriteifexists=1
2020-05-12 13:56:49 INFO    192.168.1.3     files.lib.php::dol_copy srcfile=/var/www/linuxhote.fr/documents/website/temp/linuxhote/containers/contact.php destfile=/var/www/linuxhote.fr/documents/website/linuxhote/contact.php newmask=0 overwriteifexists=1
2020-05-12 13:56:49 INFO    192.168.1.3     files.lib.php::dol_copy srcfile=/var/www/linuxhote.fr/documents/website/temp/linuxhote/containers/page238.tpl.php destfile=/var/www/linuxhote.fr/documents/website/linuxhote/page238.tpl.php newmask=0 overwriteifexists=1
2020-05-12 13:56:49 INFO    192.168.1.3     files.lib.php::dol_copy srcfile=/var/www/linuxhote.fr/documents/website/temp/linuxhote/containers/service-s.php destfile=/var/www/linuxhote.fr/documents/website/linuxhote/service-s.php newmask=0 overwriteifexists=1
2020-05-12 13:56:49 INFO    192.168.1.3     files.lib.php::dol_copy srcfile=/var/www/linuxhote.fr/documents/website/temp/linuxhote/containers/page243.tpl.php destfile=/var/www/linuxhote.fr/documents/website/linuxhote/page243.tpl.php newmask=0 overwriteifexists=1
2020-05-12 13:56:49 INFO    192.168.1.3     files.lib.php::dol_copy srcfile=/var/www/linuxhote.fr/documents/website/temp/linuxhote/containers/page148.tpl.php destfile=/var/www/linuxhote.fr/documents/website/linuxhote/page148.tpl.php newmask=0 overwriteifexists=1
2020-05-12 13:56:49 INFO    192.168.1.3     files.lib.php::dol_copy srcfile=/var/www/linuxhote.fr/documents/website/temp/linuxhote/containers/page151.tpl.php destfile=/var/www/linuxhote.fr/documents/website/linuxhote/page151.tpl.php newmask=0 overwriteifexists=1
2020-05-12 13:56:49 INFO    192.168.1.3     files.lib.php::dol_copy srcfile=/var/www/linuxhote.fr/documents/website/temp/linuxhote/containers/partners.php destfile=/var/www/linuxhote.fr/documents/website/linuxhote/partners.php newmask=0 overwriteifexists=1
2020-05-12 13:56:49 INFO    192.168.1.3     files.lib.php::dol_copy srcfile=/var/www/linuxhote.fr/documents/website/temp/linuxhote/containers/page193.tpl.php destfile=/var/www/linuxhote.fr/documents/website/linuxhote/page193.tpl.php newmask=0 overwriteifexists=1
2020-05-12 13:56:49 INFO    192.168.1.3     files.lib.php::dol_copy srcfile=/var/www/linuxhote.fr/documents/website/temp/linuxhote/containers/page149.tpl.php destfile=/var/www/linuxhote.fr/documents/website/linuxhote/page149.tpl.php newmask=0 overwriteifexists=1
2020-05-12 13:56:49 INFO    192.168.1.3     files.lib.php::dol_copy srcfile=/var/www/linuxhote.fr/documents/website/temp/linuxhote/containers/carriere.php destfile=/var/www/linuxhote.fr/documents/website/linuxhote/carriere.php newmask=0 overwriteifexists=1
2020-05-12 13:56:49 INFO    192.168.1.3     files.lib.php::dol_copy srcfile=/var/www/linuxhote.fr/documents/website/temp/linuxhote/containers/page239.tpl.php destfile=/var/www/linuxhote.fr/documents/website/linuxhote/page239.tpl.php newmask=0 overwriteifexists=1
2020-05-12 13:56:49 INFO    192.168.1.3     files.lib.php::dol_copy srcfile=/var/www/linuxhote.fr/documents/website/temp/linuxhote/containers/page192.tpl.php destfile=/var/www/linuxhote.fr/documents/website/linuxhote/page192.tpl.php newmask=0 overwriteifexists=1
2020-05-12 13:56:49 INFO    192.168.1.3     files.lib.php::dol_copy srcfile=/var/www/linuxhote.fr/documents/website/temp/linuxhote/containers/page126.tpl.php destfile=/var/www/linuxhote.fr/documents/website/linuxhote/page126.tpl.php newmask=0 overwriteifexists=1
2020-05-12 13:56:49 INFO    192.168.1.3     files.lib.php::dol_copy srcfile=/var/www/linuxhote.fr/documents/website/temp/linuxhote/containers/test2.php destfile=/var/www/linuxhote.fr/documents/website/linuxhote/test2.php newmask=0 overwriteifexists=1
2020-05-12 13:56:49 INFO    192.168.1.3     files.lib.php::dol_copy srcfile=/var/www/linuxhote.fr/documents/website/temp/linuxhote/containers/page191.tpl.php destfile=/var/www/linuxhote.fr/documents/website/linuxhote/page191.tpl.php newmask=0 overwriteifexists=1
2020-05-12 13:56:49 INFO    192.168.1.3     files.lib.php::dol_copy srcfile=/var/www/linuxhote.fr/documents/website/temp/linuxhote/containers/pricing.php destfile=/var/www/linuxhote.fr/documents/website/linuxhote/pricing.php newmask=0 overwriteifexists=1
2020-05-12 13:56:49 INFO    192.168.1.3     files.lib.php::dol_copy srcfile=/var/www/linuxhote.fr/documents/website/temp/linuxhote/containers/robots.txt destfile=/var/www/linuxhote.fr/documents/website/linuxhote/robots.txt newmask=0 overwriteifexists=1
2020-05-12 13:56:49 INFO    192.168.1.3     files.lib.php::dol_copy srcfile=/var/www/linuxhote.fr/documents/website/temp/linuxhote/containers/page194.tpl.php destfile=/var/www/linuxhote.fr/documents/website/linuxhote/page194.tpl.php newmask=0 overwriteifexists=1
2020-05-12 13:56:49 INFO    192.168.1.3     files.lib.php::dol_copy srcfile=/var/www/linuxhote.fr/documents/website/temp/linuxhote/containers/page147.tpl.php destfile=/var/www/linuxhote.fr/documents/website/linuxhote/page147.tpl.php newmask=0 overwriteifexists=1
2020-05-12 13:56:49 INFO    192.168.1.3     files.lib.php::dol_copy srcfile=/var/www/linuxhote.fr/documents/website/temp/linuxhote/containers/page136.tpl.php destfile=/var/www/linuxhote.fr/documents/website/linuxhote/page136.tpl.php newmask=0 overwriteifexists=1
2020-05-12 13:56:49 INFO    192.168.1.3     files.lib.php::dol_copy srcfile=/var/www/linuxhote.fr/documents/website/temp/linuxhote/containers/careers.php destfile=/var/www/linuxhote.fr/documents/website/linuxhote/careers.php newmask=0 overwriteifexists=1
2020-05-12 13:56:49 INFO    192.168.1.3     files.lib.php::dol_copy srcfile=/var/www/linuxhote.fr/documents/website/temp/linuxhote/containers/.php destfile=/var/www/linuxhote.fr/documents/website/linuxhote/.php newmask=0 overwriteifexists=1
2020-05-12 13:56:49 INFO    192.168.1.3     files.lib.php::dol_copy srcfile=/var/www/linuxhote.fr/documents/website/temp/linuxhote/containers/home.php destfile=/var/www/linuxhote.fr/documents/website/linuxhote/home.php newmask=0 overwriteifexists=1
2020-05-12 13:56:49 INFO    192.168.1.3     files.lib.php::dol_copy srcfile=/var/www/linuxhote.fr/documents/website/temp/linuxhote/containers/master.inc.php destfile=/var/www/linuxhote.fr/documents/website/linuxhote/master.inc.php newmask=0 overwriteifexists=1
2020-05-12 13:56:49 INFO    192.168.1.3     files.lib.php::dol_copy srcfile=/var/www/linuxhote.fr/documents/website/temp/linuxhote/containers/our-team.php destfile=/var/www/linuxhote.fr/documents/website/linuxhote/our-team.php newmask=0 overwriteifexists=1
2020-05-12 13:56:49 INFO    192.168.1.3     files.lib.php::dol_copy srcfile=/var/www/linuxhote.fr/documents/website/temp/linuxhote/containers/styles.css.php destfile=/var/www/linuxhote.fr/documents/website/linuxhote/styles.css.php newmask=0 overwriteifexists=1
2020-05-12 13:56:49 INFO    192.168.1.3     files.lib.php::dol_copy srcfile=/var/www/linuxhote.fr/documents/website/temp/linuxhote/containers/page152.tpl.php destfile=/var/www/linuxhote.fr/documents/website/linuxhote/page152.tpl.php newmask=0 overwriteifexists=1
2020-05-12 13:56:49 INFO    192.168.1.3     files.lib.php::dol_copy srcfile=/var/www/linuxhote.fr/documents/website/temp/linuxhote/containers/footer.php destfile=/var/www/linuxhote.fr/documents/website/linuxhote/footer.php newmask=0 overwriteifexists=1
2020-05-12 13:56:49 INFO    192.168.1.3     files.lib.php::dol_copy srcfile=/var/www/linuxhote.fr/documents/website/temp/linuxhote/containers/page125.tpl.php destfile=/var/www/linuxhote.fr/documents/website/linuxhote/page125.tpl.php newmask=0 overwriteifexists=1
2020-05-12 13:56:49 INFO    192.168.1.3     files.lib.php::dol_copy srcfile=/var/www/linuxhote.fr/documents/website/temp/linuxhote/containers/wrapper.php destfile=/var/www/linuxhote.fr/documents/website/linuxhote/wrapper.php newmask=0 overwriteifexists=1
2020-05-12 13:56:49 INFO    192.168.1.3     files.lib.php::dol_copy srcfile=/var/www/linuxhote.fr/documents/website/temp/linuxhote/containers/page150.tpl.php destfile=/var/www/linuxhote.fr/documents/website/linuxhote/page150.tpl.php newmask=0 overwriteifexists=1
2020-05-12 13:56:49 INFO    192.168.1.3     files.lib.php::dol_copy srcfile=/var/www/linuxhote.fr/documents/website/temp/linuxhote/containers/blog-our-new-web-site-has-been-launched.php destfile=/var/www/linuxhote.fr/documents/website/linuxhote/blog-our-new-web-site-has-been-launched.php newmask=0 overwriteifexists=1
2020-05-12 13:56:49 INFO    192.168.1.3     files.lib.php::dol_copy srcfile=/var/www/linuxhote.fr/documents/website/temp/linuxhote/containers/htmlheader.html destfile=/var/www/linuxhote.fr/documents/website/linuxhote/htmlheader.html newmask=0 overwriteifexists=1
2020-05-12 13:56:49 INFO    192.168.1.3     files.lib.php::dol_copy srcfile=/var/www/linuxhote.fr/documents/website/temp/linuxhote/containers/page240.tpl.php destfile=/var/www/linuxhote.fr/documents/website/linuxhote/page240.tpl.php newmask=0 overwriteifexists=1
2020-05-12 13:56:49 INFO    192.168.1.3     files.lib.php::dol_copy srcfile=/var/www/linuxhote.fr/documents/website/temp/linuxhote/containers/faq.php destfile=/var/www/linuxhote.fr/documents/website/linuxhote/faq.php newmask=0 overwriteifexists=1
2020-05-12 13:56:49 INFO    192.168.1.3     files.lib.php::dol_copy srcfile=/var/www/linuxhote.fr/documents/website/temp/linuxhote/containers/clients-testimonials.php destfile=/var/www/linuxhote.fr/documents/website/linuxhote/clients-testimonials.php newmask=0 overwriteifexists=1
2020-05-12 13:56:49 INFO    192.168.1.3     files.lib.php::dol_copy srcfile=/var/www/linuxhote.fr/documents/website/temp/linuxhote/containers/privacy-policies.php destfile=/var/www/linuxhote.fr/documents/website/linuxhote/privacy-policies.php newmask=0 overwriteifexists=1
2020-05-12 13:56:49 INFO    192.168.1.3     files.lib.php::dol_copy srcfile=/var/www/linuxhote.fr/documents/website/temp/linuxhote/containers/search.php destfile=/var/www/linuxhote.fr/documents/website/linuxhote/search.php newmask=0 overwriteifexists=1
2020-05-12 13:56:49 INFO    192.168.1.3     files.lib.php::dolReplaceInFile srcfile=/var/www/linuxhote.fr/documents/website/linuxhote/styles.css.php destfile= newmask=0 indexdatabase=0 arrayreplacementisregex=0
2020-05-12 13:56:49 INFO    192.168.1.3     dol_delete_file file=/var/www/linuxhote.fr/documents/website/linuxhote/styles.css.php.tmp disableglob=0 nophperrors=0 nohook=0
2020-05-12 13:56:49 DEBUG   192.168.1.3     No files to delete found
2020-05-12 13:56:49 INFO    192.168.1.3     files.lib.php::dol_move srcfile=/var/www/linuxhote.fr/documents/website/linuxhote/styles.css.php.tmp destfile=/var/www/linuxhote.fr/documents/website/linuxhote/styles.css.php newmask=0 overwritifexists=1
2020-05-12 13:56:49 INFO    192.168.1.3     files.lib.php::dolReplaceInFile srcfile=/var/www/linuxhote.fr/documents/website/linuxhote/htmlheader.html destfile= newmask=0 indexdatabase=0 arrayreplacementisregex=0
2020-05-12 13:56:49 INFO    192.168.1.3     dol_delete_file file=/var/www/linuxhote.fr/documents/website/linuxhote/htmlheader.html.tmp disableglob=0 nophperrors=0 nohook=0
2020-05-12 13:56:49 DEBUG   192.168.1.3     No files to delete found
2020-05-12 13:56:49 INFO    192.168.1.3     files.lib.php::dol_move srcfile=/var/www/linuxhote.fr/documents/website/linuxhote/htmlheader.html.tmp destfile=/var/www/linuxhote.fr/documents/website/linuxhote/htmlheader.html newmask=0 overwritifexists=1
2020-05-12 13:56:49 INFO    192.168.1.3     We regenerate the master file
2020-05-12 13:56:49 INFO    192.168.1.3     dol_delete_file file=/var/www/linuxhote.fr/documents/website/linuxhote/master.inc.php disableglob=0 nophperrors=0 nohook=0
2020-05-12 13:56:49 DEBUG   192.168.1.3     Removed file /var/www/linuxhote.fr/documents/website/linuxhote/master.inc.php
2020-05-12 13:56:49 DEBUG   192.168.1.3     Try to remove also entries in database for full relative path = website/linuxhote/master.inc.php
2020-05-12 13:56:49 DEBUG   192.168.1.3     EcmFiles::fetch
2020-05-12 13:56:49 DEBUG   192.168.1.3     sql=SELECT t.rowid, t.ref, t.label, t.share, t.entity, t.filename, t.filepath, t.fullpath_orig, t.description, t.keywords, t.cover, t.position, t.gen_or_uploaded, t.extraparams, t.date_c, t.date_m, t.fk_user_c, t.fk_user_m, t.acl, t.src_object_type, t.src_object_id FROM llx_ecm_files as t WHERE 1 = 1 AND t.filepath = 'website/linuxhote' AND t.filename = 'master.inc.php' AND t.entity = 1
2020-05-12 13:56:49 INFO    192.168.1.3     files.lib.php::dolCopyDir srcfile=/var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/image/websitekey destfile=/var/www/linuxhote.fr/documents/website/linuxhote/medias/image/linuxhote newmask=0 overwriteifexists=1
2020-05-12 13:56:49 INFO    192.168.1.3     files.lib.php::dol_copy srcfile=/var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/image/websitekey/icon-quote.png destfile=/var/www/linuxhote.fr/documents/website/linuxhote/medias/image/linuxhote/icon-quote.png newmask=0 overwriteifexists=1
2020-05-12 13:56:49 INFO    192.168.1.3     files.lib.php::dol_copy srcfile=/var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/image/websitekey/organization.svg destfile=/var/www/linuxhote.fr/documents/website/linuxhote/medias/image/linuxhote/organization.svg newmask=0 overwriteifexists=1
2020-05-12 13:56:49 INFO    192.168.1.3     files.lib.php::dol_copy srcfile=/var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/image/websitekey/dolibarr_256x256.png destfile=/var/www/linuxhote.fr/documents/website/linuxhote/medias/image/linuxhote/dolibarr_256x256.png newmask=0 overwriteifexists=1
2020-05-12 13:56:49 INFO    192.168.1.3     files.lib.php::dol_copy srcfile=/var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/image/websitekey/background_coder.jpg destfile=/var/www/linuxhote.fr/documents/website/linuxhote/medias/image/linuxhote/background_coder.jpg newmask=0 overwriteifexists=1
2020-05-12 13:56:49 INFO    192.168.1.3     files.lib.php::dol_copy srcfile=/var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/image/websitekey/chevron-down.svg destfile=/var/www/linuxhote.fr/documents/website/linuxhote/medias/image/linuxhote/chevron-down.svg newmask=0 overwriteifexists=1
2020-05-12 13:56:49 INFO    192.168.1.3     files.lib.php::dol_copy srcfile=/var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/image/websitekey/pierrecurie.jpg destfile=/var/www/linuxhote.fr/documents/website/linuxhote/medias/image/linuxhote/pierrecurie.jpg newmask=0 overwriteifexists=1
2020-05-12 13:56:49 INFO    192.168.1.3     files.lib.php::dol_copy srcfile=/var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/image/websitekey/icon-5.png destfile=/var/www/linuxhote.fr/documents/website/linuxhote/medias/image/linuxhote/icon-5.png newmask=0 overwriteifexists=1
2020-05-12 13:56:49 INFO    192.168.1.3     files.lib.php::dolCopyDir srcfile=/var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/image/websitekey/thumbs destfile=/var/www/linuxhote.fr/documents/website/linuxhote/medias/image/linuxhote/thumbs newmask=0 overwriteifexists=1
2020-05-12 13:56:49 INFO    192.168.1.3     files.lib.php::dol_copy srcfile=/var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/image/websitekey/thumbs/apache_mini.png destfile=/var/www/linuxhote.fr/documents/website/linuxhote/medias/image/linuxhote/thumbs/apache_mini.png newmask=0 overwriteifexists=1
2020-05-12 13:56:49 INFO    192.168.1.3     files.lib.php::dol_copy srcfile=/var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/image/websitekey/thumbs/ovh_mini.png destfile=/var/www/linuxhote.fr/documents/website/linuxhote/medias/image/linuxhote/thumbs/ovh_mini.png newmask=0 overwriteifexists=1
2020-05-12 13:56:49 INFO    192.168.1.3     files.lib.php::dol_copy srcfile=/var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/image/websitekey/thumbs/mariadb_mini.png destfile=/var/www/linuxhote.fr/documents/website/linuxhote/medias/image/linuxhote/thumbs/mariadb_mini.png newmask=0 overwriteifexists=1
2020-05-12 13:56:49 INFO    192.168.1.3     files.lib.php::dol_copy srcfile=/var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/image/websitekey/thumbs/mariadb_small.png destfile=/var/www/linuxhote.fr/documents/website/linuxhote/medias/image/linuxhote/thumbs/mariadb_small.png newmask=0 overwriteifexists=1
2020-05-12 13:56:49 INFO    192.168.1.3     files.lib.php::dol_copy srcfile=/var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/image/websitekey/thumbs/apache_small.png destfile=/var/www/linuxhote.fr/documents/website/linuxhote/medias/image/linuxhote/thumbs/apache_small.png newmask=0 overwriteifexists=1
2020-05-12 13:56:49 INFO    192.168.1.3     files.lib.php::dol_copy srcfile=/var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/image/websitekey/thumbs/ubuntu_small.png destfile=/var/www/linuxhote.fr/documents/website/linuxhote/medias/image/linuxhote/thumbs/ubuntu_small.png newmask=0 overwriteifexists=1
2020-05-12 13:56:49 INFO    192.168.1.3     files.lib.php::dol_copy srcfile=/var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/image/websitekey/thumbs/ovh_small.png destfile=/var/www/linuxhote.fr/documents/website/linuxhote/medias/image/linuxhote/thumbs/ovh_small.png newmask=0 overwriteifexists=1
2020-05-12 13:56:49 INFO    192.168.1.3     files.lib.php::dol_copy srcfile=/var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/image/websitekey/thumbs/php_small.png destfile=/var/www/linuxhote.fr/documents/website/linuxhote/medias/image/linuxhote/thumbs/php_small.png newmask=0 overwriteifexists=1
2020-05-12 13:56:49 INFO    192.168.1.3     files.lib.php::dol_copy srcfile=/var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/image/websitekey/thumbs/ubuntu_mini.png destfile=/var/www/linuxhote.fr/documents/website/linuxhote/medias/image/linuxhote/thumbs/ubuntu_mini.png newmask=0 overwriteifexists=1
2020-05-12 13:56:49 INFO    192.168.1.3     files.lib.php::dol_copy srcfile=/var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/image/websitekey/thumbs/php_mini.png destfile=/var/www/linuxhote.fr/documents/website/linuxhote/medias/image/linuxhote/thumbs/php_mini.png newmask=0 overwriteifexists=1

continuation of the file dolibarr.log (5)

2020-05-12 13:56:49 INFO    192.168.1.3     files.lib.php::dol_copy srcfile=/var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/image/websitekey/dolibarr_logo.png destfile=/var/www/linuxhote.fr/documents/website/linuxhote/medias/image/linuxhote/dolibarr_logo.png newmask=0 overwriteifexists=1
2020-05-12 13:56:49 INFO    192.168.1.3     files.lib.php::dol_copy srcfile=/var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/image/websitekey/chevron-right.svg destfile=/var/www/linuxhote.fr/documents/website/linuxhote/medias/image/linuxhote/chevron-right.svg newmask=0 overwriteifexists=1
2020-05-12 13:56:49 INFO    192.168.1.3     files.lib.php::dol_copy srcfile=/var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/image/websitekey/chevron-left.svg destfile=/var/www/linuxhote.fr/documents/website/linuxhote/medias/image/linuxhote/chevron-left.svg newmask=0 overwriteifexists=1
2020-05-12 13:56:49 INFO    192.168.1.3     files.lib.php::dol_copy srcfile=/var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/image/websitekey/background_rough-horn.jpg destfile=/var/www/linuxhote.fr/documents/website/linuxhote/medias/image/linuxhote/background_rough-horn.jpg newmask=0 overwriteifexists=1
2020-05-12 13:56:49 INFO    192.168.1.3     files.lib.php::dol_copy srcfile=/var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/image/websitekey/light-bulb.svg destfile=/var/www/linuxhote.fr/documents/website/linuxhote/medias/image/linuxhote/light-bulb.svg newmask=0 overwriteifexists=1
2020-05-12 13:56:49 INFO    192.168.1.3     files.lib.php::dol_copy srcfile=/var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/image/websitekey/mariecurie.jpg destfile=/var/www/linuxhote.fr/documents/website/linuxhote/medias/image/linuxhote/mariecurie.jpg newmask=0 overwriteifexists=1
2020-05-12 13:56:49 INFO    192.168.1.3     files.lib.php::dol_copy srcfile=/var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/image/websitekey/apache.png destfile=/var/www/linuxhote.fr/documents/website/linuxhote/medias/image/linuxhote/apache.png newmask=0 overwriteifexists=1
2020-05-12 13:56:49 INFO    192.168.1.3     files.lib.php::dol_copy srcfile=/var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/image/websitekey/owl-nav-modern-white.png destfile=/var/www/linuxhote.fr/documents/website/linuxhote/medias/image/linuxhote/owl-nav-modern-white.png newmask=0 overwriteifexists=1
2020-05-12 13:56:49 INFO    192.168.1.3     files.lib.php::dol_copy srcfile=/var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/image/websitekey/ajax-loading.gif destfile=/var/www/linuxhote.fr/documents/website/linuxhote/medias/image/linuxhote/ajax-loading.gif newmask=0 overwriteifexists=1
2020-05-12 13:56:49 INFO    192.168.1.3     files.lib.php::dol_copy srcfile=/var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/image/websitekey/icon-6.png destfile=/var/www/linuxhote.fr/documents/website/linuxhote/medias/image/linuxhote/icon-6.png newmask=0 overwriteifexists=1
2020-05-12 13:56:49 INFO    192.168.1.3     files.lib.php::dol_copy srcfile=/var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/image/websitekey/ovh.png destfile=/var/www/linuxhote.fr/documents/website/linuxhote/medias/image/linuxhote/ovh.png newmask=0 overwriteifexists=1
2020-05-12 13:56:49 INFO    192.168.1.3     files.lib.php::dol_copy srcfile=/var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/image/websitekey/background_computer_coffee.jpg destfile=/var/www/linuxhote.fr/documents/website/linuxhote/medias/image/linuxhote/background_computer_coffee.jpg newmask=0 overwriteifexists=1
2020-05-12 13:56:49 INFO    192.168.1.3     files.lib.php::dol_copy srcfile=/var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/image/websitekey/calendar.svg destfile=/var/www/linuxhote.fr/documents/website/linuxhote/medias/image/linuxhote/calendar.svg newmask=0 overwriteifexists=1
2020-05-12 13:56:49 INFO    192.168.1.3     files.lib.php::dol_copy srcfile=/var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/image/websitekey/php.png destfile=/var/www/linuxhote.fr/documents/website/linuxhote/medias/image/linuxhote/php.png newmask=0 overwriteifexists=1
2020-05-12 13:56:49 INFO    192.168.1.3     files.lib.php::dol_copy srcfile=/var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/image/websitekey/alberteinstein.jpg destfile=/var/www/linuxhote.fr/documents/website/linuxhote/medias/image/linuxhote/alberteinstein.jpg newmask=0 overwriteifexists=1
2020-05-12 13:56:49 INFO    192.168.1.3     files.lib.php::dol_copy srcfile=/var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/image/websitekey/briefcase.svg destfile=/var/www/linuxhote.fr/documents/website/linuxhote/medias/image/linuxhote/briefcase.svg newmask=0 overwriteifexists=1
2020-05-12 13:56:49 INFO    192.168.1.3     files.lib.php::dol_copy srcfile=/var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/image/websitekey/package.svg destfile=/var/www/linuxhote.fr/documents/website/linuxhote/medias/image/linuxhote/package.svg newmask=0 overwriteifexists=1
2020-05-12 13:56:49 INFO    192.168.1.3     files.lib.php::dol_copy srcfile=/var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/image/websitekey/ubuntu.png destfile=/var/www/linuxhote.fr/documents/website/linuxhote/medias/image/linuxhote/ubuntu.png newmask=0 overwriteifexists=1
2020-05-12 13:56:49 INFO    192.168.1.3     files.lib.php::dol_copy srcfile=/var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/image/websitekey/dolibarr.ico destfile=/var/www/linuxhote.fr/documents/website/linuxhote/medias/image/linuxhote/dolibarr.ico newmask=0 overwriteifexists=1
2020-05-12 13:56:49 INFO    192.168.1.3     files.lib.php::dol_copy srcfile=/var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/image/websitekey/background_sunset.jpg destfile=/var/www/linuxhote.fr/documents/website/linuxhote/medias/image/linuxhote/background_sunset.jpg newmask=0 overwriteifexists=1
2020-05-12 13:56:49 INFO    192.168.1.3     files.lib.php::dol_copy srcfile=/var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/image/websitekey/background_dolibarr.jpg destfile=/var/www/linuxhote.fr/documents/website/linuxhote/medias/image/linuxhote/background_dolibarr.jpg newmask=0 overwriteifexists=1
2020-05-12 13:56:49 INFO    192.168.1.3     files.lib.php::dol_copy srcfile=/var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/image/websitekey/chevron-up.svg destfile=/var/www/linuxhote.fr/documents/website/linuxhote/medias/image/linuxhote/chevron-up.svg newmask=0 overwriteifexists=1
2020-05-12 13:56:49 INFO    192.168.1.3     files.lib.php::dol_copy srcfile=/var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/image/websitekey/mariadb.png destfile=/var/www/linuxhote.fr/documents/website/linuxhote/medias/image/linuxhote/mariadb.png newmask=0 overwriteifexists=1
2020-05-12 13:56:49 INFO    192.168.1.3     files.lib.php::dol_copy srcfile=/var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/image/websitekey/daviddoe.png destfile=/var/www/linuxhote.fr/documents/website/linuxhote/medias/image/linuxhote/daviddoe.png newmask=0 overwriteifexists=1
2020-05-12 13:56:49 INFO    192.168.1.3     files.lib.php::dolCopyDir srcfile=/var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/js/websitekey destfile=/var/www/linuxhote.fr/documents/website/linuxhote/medias/js/linuxhote newmask=0 overwriteifexists=1
2020-05-12 13:56:49 INFO    192.168.1.3     files.lib.php::dol_copy srcfile=/var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/js/websitekey/Capture du 2018-09-04 22-40-19.png destfile=/var/www/linuxhote.fr/documents/website/linuxhote/medias/js/linuxhote/Capture du 2018-09-04 22-40-19.png newmask=0 overwriteifexists=1
2020-05-12 13:56:49 INFO    192.168.1.3     files.lib.php::dolCopyDir srcfile=/var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/js/websitekey/thumbs destfile=/var/www/linuxhote.fr/documents/website/linuxhote/medias/js/linuxhote/thumbs newmask=0 overwriteifexists=1
2020-05-12 13:56:49 INFO    192.168.1.3     files.lib.php::dol_copy srcfile=/var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/js/websitekey/thumbs/Capture du 2018-09-04 22-40-19_small.png destfile=/var/www/linuxhote.fr/documents/website/linuxhote/medias/js/linuxhote/thumbs/Capture du 2018-09-04 22-40-19_small.png newmask=0 overwriteifexists=1
2020-05-12 13:56:49 INFO    192.168.1.3     files.lib.php::dol_copy srcfile=/var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/js/websitekey/thumbs/Capture du 2018-09-20 19-57-19_mini.png destfile=/var/www/linuxhote.fr/documents/website/linuxhote/medias/js/linuxhote/thumbs/Capture du 2018-09-20 19-57-19_mini.png newmask=0 overwriteifexists=1
2020-05-12 13:56:49 INFO    192.168.1.3     files.lib.php::dol_copy srcfile=/var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/js/websitekey/thumbs/Capture du 2018-09-20 19-57-19_small.png destfile=/var/www/linuxhote.fr/documents/website/linuxhote/medias/js/linuxhote/thumbs/Capture du 2018-09-20 19-57-19_small.png newmask=0 overwriteifexists=1
2020-05-12 13:56:49 INFO    192.168.1.3     files.lib.php::dol_copy srcfile=/var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/js/websitekey/thumbs/Capture du 2018-09-04 22-40-19_mini.png destfile=/var/www/linuxhote.fr/documents/website/linuxhote/medias/js/linuxhote/thumbs/Capture du 2018-09-04 22-40-19_mini.png newmask=0 overwriteifexists=1
2020-05-12 13:56:49 INFO    192.168.1.3     files.lib.php::dol_copy srcfile=/var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/js/websitekey/extlib.min.js destfile=/var/www/linuxhote.fr/documents/website/linuxhote/medias/js/linuxhote/extlib.min.js newmask=0 overwriteifexists=1
2020-05-12 13:56:49 INFO    192.168.1.3     files.lib.php::dol_copy srcfile=/var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/js/websitekey/Capture du 2018-09-20 19-57-19.png destfile=/var/www/linuxhote.fr/documents/website/linuxhote/medias/js/linuxhote/Capture du 2018-09-20 19-57-19.png newmask=0 overwriteifexists=1
2020-05-12 13:56:49 INFO    192.168.1.3     files.lib.php::dol_copy srcfile=/var/www/linuxhote.fr/documents/website/temp/linuxhote/medias/js/websitekey/script.js destfile=/var/www/linuxhote.fr/documents/website/linuxhote/medias/js/linuxhote/script.js newmask=0 overwriteifexists=1
2020-05-12 13:56:49 INFO    192.168.1.3     files.lib.php::dolReplaceInFile srcfile=/var/www/linuxhote.fr/documents/website/temp/linuxhote/website_pages.sql destfile= newmask=0 indexdatabase=0 arrayreplacementisregex=0
2020-05-12 13:56:49 INFO    192.168.1.3     dol_delete_file file=/var/www/linuxhote.fr/documents/website/temp/linuxhote/website_pages.sql.tmp disableglob=0 nophperrors=0 nohook=0
2020-05-12 13:56:49 DEBUG   192.168.1.3     No files to delete found
2020-05-12 13:56:49 INFO    192.168.1.3     files.lib.php::dol_move srcfile=/var/www/linuxhote.fr/documents/website/temp/linuxhote/website_pages.sql.tmp destfile=/var/www/linuxhote.fr/documents/website/temp/linuxhote/website_pages.sql newmask=0 overwritifexists=1
2020-05-12 13:56:49 DEBUG   192.168.1.3     BEGIN Transaction
2020-05-12 13:56:49 DEBUG   192.168.1.3      sql=SELECT MAX(rowid) as max from llx_website_page
2020-05-12 13:56:49 DEBUG   192.168.1.3      Admin.lib::run_sql run sql file /var/www/linuxhote.fr/documents/website/temp/linuxhote/website_pages.sql silent=1 entity= usesavepoint=0 handler= okerror=none
2020-05-12 13:56:49 DEBUG   192.168.1.3      sql=SELECT MAX(rowid) as max from llx_website_page
2020-05-12 13:56:49 DEBUG   192.168.1.3      Admin.lib::run_sql New Request 1 (replacing __+MAX_llx_website_page__ to +0)
2020-05-12 13:56:49 DEBUG   192.168.1.3      Admin.lib::run_sql New Request 2 (replacing __+MAX_llx_website_page__ to +0)
2020-05-12 13:56:49 DEBUG   192.168.1.3      Admin.lib::run_sql New Request 3 (replacing __+MAX_llx_website_page__ to +0)
2020-05-12 13:56:49 DEBUG   192.168.1.3      Admin.lib::run_sql New Request 4 (replacing __+MAX_llx_website_page__ to +0)
2020-05-12 13:56:49 DEBUG   192.168.1.3      Admin.lib::run_sql New Request 5 (replacing __+MAX_llx_website_page__ to +0)
2020-05-12 13:56:49 DEBUG   192.168.1.3      Admin.lib::run_sql New Request 6 (replacing __+MAX_llx_website_page__ to +0)
2020-05-12 13:56:49 DEBUG   192.168.1.3      Admin.lib::run_sql New Request 7 (replacing __+MAX_llx_website_page__ to +0)
2020-05-12 13:56:49 DEBUG   192.168.1.3      Admin.lib::run_sql New Request 8 (replacing __+MAX_llx_website_page__ to +0)
2020-05-12 13:56:49 DEBUG   192.168.1.3      Admin.lib::run_sql New Request 9 (replacing __+MAX_llx_website_page__ to +0)
2020-05-12 13:56:49 DEBUG   192.168.1.3      Admin.lib::run_sql New Request 10 (replacing __+MAX_llx_website_page__ to +0)
2020-05-12 13:56:49 DEBUG   192.168.1.3      Admin.lib::run_sql New Request 11 (replacing __+MAX_llx_website_page__ to +0)
2020-05-12 13:56:49 DEBUG   192.168.1.3      Admin.lib::run_sql New Request 12 (replacing __+MAX_llx_website_page__ to +0)
2020-05-12 13:56:49 DEBUG   192.168.1.3      Admin.lib::run_sql New Request 13 (replacing __+MAX_llx_website_page__ to +0)
2020-05-12 13:56:49 DEBUG   192.168.1.3      Admin.lib::run_sql New Request 14 (replacing __+MAX_llx_website_page__ to +0)
2020-05-12 13:56:49 DEBUG   192.168.1.3      Admin.lib::run_sql New Request 15 (replacing __+MAX_llx_website_page__ to +0)
2020-05-12 13:56:49 DEBUG   192.168.1.3      Admin.lib::run_sql New Request 16 (replacing __+MAX_llx_website_page__ to +0)
2020-05-12 13:56:49 DEBUG   192.168.1.3      Admin.lib::run_sql New Request 17 (replacing __+MAX_llx_website_page__ to +0)
2020-05-12 13:56:49 DEBUG   192.168.1.3      Admin.lib::run_sql New Request 18 (replacing __+MAX_llx_website_page__ to +0)
2020-05-12 13:56:49 DEBUG   192.168.1.3      Admin.lib::run_sql New Request 19 (replacing __+MAX_llx_website_page__ to +0)
2020-05-12 13:56:49 DEBUG   192.168.1.3      Admin.lib::run_sql New Request 20 (replacing __+MAX_llx_website_page__ to +0)
2020-05-12 13:56:49 DEBUG   192.168.1.3      Admin.lib::run_sql New Request 21 (replacing __+MAX_llx_website_page__ to +0)
2020-05-12 13:56:49 DEBUG   192.168.1.3      Admin.lib::run_sql New Request 22 (replacing __+MAX_llx_website_page__ to +0)
2020-05-12 13:56:49 DEBUG   192.168.1.3      Admin.lib::run_sql New Request 23 (replacing __+MAX_llx_website_page__ to +0)
2020-05-12 13:56:49 DEBUG   192.168.1.3      Admin.lib::run_sql New Request 24 (replacing __+MAX_llx_website_page__ to +0)
2020-05-12 13:56:49 DEBUG   192.168.1.3      Admin.lib::run_sql New Request 25 (replacing __+MAX_llx_website_page__ to +0)
2020-05-12 13:56:49 DEBUG   192.168.1.3      Admin.lib::run_sql New Request 26 (replacing __+MAX_llx_website_page__ to +0)
2020-05-12 13:56:49 DEBUG   192.168.1.3      Admin.lib::run_sql New Request 27 (replacing __+MAX_llx_website_page__ to +0)
2020-05-12 13:56:49 DEBUG   192.168.1.3      Admin.lib::run_sql New Request 28 (replacing __+MAX_llx_website_page__ to +0)
2020-05-12 13:56:49 DEBUG   192.168.1.3      Admin.lib::run_sql New Request 29 (replacing __+MAX_llx_website_page__ to +0)
2020-05-12 13:56:49 DEBUG   192.168.1.3      Admin.lib::run_sql New Request 30 (replacing __+MAX_llx_website_page__ to +0)
2020-05-12 13:56:49 DEBUG   192.168.1.3      Admin.lib::run_sql New Request 31 (replacing __+MAX_llx_website_page__ to +0)
2020-05-12 13:56:49 DEBUG   192.168.1.3      Admin.lib::run_sql New Request 32 (replacing __+MAX_llx_website_page__ to +0)
2020-05-12 13:56:49 DEBUG   192.168.1.3      Admin.lib::run_sql New Request 33 (replacing __+MAX_llx_website_page__ to +0)
2020-05-12 13:56:49 DEBUG   192.168.1.3      Admin.lib::run_sql New Request 34 (replacing __+MAX_llx_website_page__ to +0)
2020-05-12 13:56:49 DEBUG   192.168.1.3      Admin.lib::run_sql New Request 35 (replacing __+MAX_llx_website_page__ to +0)
2020-05-12 13:56:49 DEBUG   192.168.1.3      Admin.lib::run_sql New Request 36 (replacing __+MAX_llx_website_page__ to +0)
2020-05-12 13:56:49 DEBUG   192.168.1.3      Admin.lib::run_sql New Request 37 (replacing __+MAX_llx_website_page__ to +0)
2020-05-12 13:56:49 DEBUG   192.168.1.3      Admin.lib::run_sql New Request 38 (replacing __+MAX_llx_website_page__ to +0)
2020-05-12 13:56:49 DEBUG   192.168.1.3      Admin.lib::run_sql New Request 39 (replacing __+MAX_llx_website_page__ to +0)
2020-05-12 13:56:49 DEBUG   192.168.1.3      Admin.lib::run_sql Request 1
2020-05-12 13:56:49 DEBUG   192.168.1.3      sql=-- Page ID 151 -> 1+0 - Aliases blog --;
2020-05-12 13:56:49 DEBUG   192.168.1.3      Admin.lib::run_sql Request 2

continuation of the file dolibarr.log (6)

2020-05-12 13:56:49 DEBUG   192.168.1.3      sql=INSERT INTO llx_website_page(rowid, fk_page, fk_website, pageurl, aliasalt, title, description, image, keywords, status, date_creation, tms, lang, import_key, grabbed_from, type_container, htmlheader, content) VALUES(1+0, null, 9, 'blog', '', 'Blog', 'Blog', '', 'blog', '1', '2018-09-24 18:41:06', '2018-11-26 18:59:51', 'en_US', null, '', 'page', '', '<div class=\"page\">\n\n    <?php includeContainer(\'header\'); ?>\n\n      <section id=\"sectionimage\" contenteditable=\"true\">\n        <div class=\"\">\n          <div class=\"swiper-wrapper text-center\" style=\"transform: translate3d(0px, 0px, 0px); transition-duration: 0ms;\">\n            <div class=\"swiper-slide swiper-slide-active\" style=\"height: 200px; background-image: url(\'medias/image/linuxhote/background_sunset.jpg\'); background-size: cover;\">\n              <div class=\"swiper-slide-caption\">\n                <div class=\"container\">\n                  <div class=\"row justify-content-sm-center\">\n                    <div class=\"col-md-11 col-lg-10\">\n                      <div class=\"text-white text-uppercase jumbotron-custom border-modern fadeInUp animated\" data-caption-animate=\"fadeInUp\" data-caption-delay=\"0s\">The latest news...</span>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n        </div>\n      </section>\n\n\n        <section id=\"sectionnews\" contenteditable=\"true\" class=\"section-50 section-md-50 section-md-bottom-50\">\n            <div><br><div class=\"text-align: center\">\n            <!--<h2>The latest news...</h2><br><br><br> -->\n            <?php \n            $websitepage = new WebsitePage($db);\n            $fuser = new User($db);\n            $arrayofblogs = $websitepage->fetchAll($website->id, \'DESC\', \'date_creation\', 5, 0, array(\'type_container\'=>\'blogpost\'));\n            foreach($arrayofblogs as $blog)\n            {\n                print \'<div class=\"row justify-content-sm-center row-40\">\';\n                print \'<div class=\"container blog-box d-xl-inline-block margin-lr-30\" style=\"padding: 20px; box-shadow: -1px 0px 10px 0px rgba(65, 65, 65, 0.12); transition: .3s all ease;\">\';\n                            print \'<a href=\"\'.$blog->pageurl.\'.php\">\';\n                            print \'<div class=\"post-boxed-img-wrap\"><img src=\"\'.($blog->image ? \'viewimage.php?modulepart=medias&file=\'.$blog->image : \'medias/image/\'.$website->ref.\'/calendar.svg\"\').\'\" alt=\"\" width=\"120\"></div>\';\n                            print \'<div class=\"post-boxed-caption\">\';\n                            print \'<div class=\"post-boxed-title font-weight-bold\">\'.$blog->title.\'</div>\';\n                            print \'<ul class=\"list-inline list-inline-dashed text-uppercase\">\';\n                            print \'<li>\'.dol_print_date($blog->date_creation, \'daytext\').\'</li>\';\n                            $fuser->fetch($blog->fk_user_creat);\n                            print \'<li><span>by<span> <span class=\"text-primary\">\'.$fuser->firstname.\'</span></span></li>\';\n                            print \'</ul>\';\n                            print \'</div>\';\n                            //includeContainer($blog->pageurl);\n                            print \'<span class=\"nohover\">\'.$blog->description.\'</span>\';\n                            print \'</a>\';\n                print \'</div>\';\n                print \'</div>\';\n            }\n            ?>\n            </div></div>\n        </section>\n\n    <br><br>\n\n    <?php includeContainer(\'footer\'); ?>\n\n</div>\n    \n\n<a href=\"#\" id=\"ui-to-top\" class=\"ui-to-top\"><span class=\"fa fa-angle-up\" style=\"color: #fff; font-size: 1.9em;\"></span></a>\n\n<script src=\"/document.php?modulepart=medias&file=js/linuxhote/script.js\"></script>\n');
2020-05-12 13:56:49 DEBUG   192.168.1.3      Admin.lib::run_sql Request 3
2020-05-12 13:56:49 DEBUG   192.168.1.3      sql=-- Page ID 152 -> 2+0 - Aliases blog-our-company-is-now-on-dolibarr --;
2020-05-12 13:56:49 DEBUG   192.168.1.3      Admin.lib::run_sql Request 4
2020-05-12 13:56:49 DEBUG   192.168.1.3      sql=INSERT INTO llx_website_page(rowid, fk_page, fk_website, pageurl, aliasalt, title, description, image, keywords, status, date_creation, tms, lang, import_key, grabbed_from, type_container, htmlheader, content) VALUES(2+0, null, 9, 'blog-our-company-is-now-on-dolibarr', '', 'Our company is now on Dolibarr ERP CRM', 'Our company has moved on Dolibarr ERP CRM. This is an important step in improving all of our services.', 'image/template/background_dolibarr.jpg', '', '1', '2018-09-24 18:41:06', '2018-11-26 18:35:32', 'en_US', null, '', 'blogpost', '', '<?php includeContainer(\'header\'); ?>\n\n      <section id=\"sectionimage\" contenteditable=\"true\">\n        <div class=\"\">\n          <div class=\"swiper-wrapper text-center\" style=\"transform: translate3d(0px, 0px, 0px); transition-duration: 0ms;\">\n            <div class=\"swiper-slide swiper-slide-active\" style=\"height: 200px; background-image: url(\'medias/image/linuxhote/background_sunset.jpg\'); background-size: cover;\">\n              <div class=\"swiper-slide-caption\">\n                <div class=\"container\">\n                  <div class=\"row justify-content-sm-center\">\n                    <div class=\"col-md-11 col-lg-10\">\n                      <div class=\"text-white text-uppercase border-modern fadeInUp animated\" data-caption-animate=\"fadeInUp\" data-caption-delay=\"0s\" style=\"font-size: 2em\"><?php echo $websitepage->title; ?></span>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n        </div>\n      </section>\n\n        <div class=\"container\" contenteditable=\"true\">\n            <br><br><br>\n            Like several thousands of companies, our company (<?php echo $mysoc->name ?>) has moved all its information system to <a href=\"https://www.dolibarr.org\">Dolibarr ERP CRM</a>. More than 20 applications have been replaced by only one, easier to use and fully integrated.\n            This is an important step in improving all of our services.\n            \n            <br><br><br>\n            \n            <figure>\n            <img src=\"/viewimage.php?modulepart=medias&file=background_dolibarr.jpg\">\n            <br><br>\n            <figcaption style=\"opacity: 0.5; text-align: center;\">Screenshot of our new Open Source solution</figcaption>\n            </figure>\n            \n            \n            \n            <br><br><br><br><br><br>\n        </div>\n\n\n<?php includeContainer(\'footer\'); ?>\n\n\n<a href=\"#\" id=\"ui-to-top\" class=\"ui-to-top\"><span class=\"fa fa-angle-up\" style=\"color: #fff; font-size: 1.9em;\"></span></a>\n\n<script src=\"/document.php?modulepart=medias&file=js/linuxhote/script.js\"></script>\n\n');
2020-05-12 13:56:49 DEBUG   192.168.1.3      Admin.lib::run_sql Request 5
2020-05-12 13:56:49 DEBUG   192.168.1.3      sql=-- Page ID 150 -> 3+0 - Aliases blog-our-new-web-site-has-been-launched --;
2020-05-12 13:56:49 DEBUG   192.168.1.3      Admin.lib::run_sql Request 6
2020-05-12 13:56:49 DEBUG   192.168.1.3      sql=INSERT INTO llx_website_page(rowid, fk_page, fk_website, pageurl, aliasalt, title, description, image, keywords, status, date_creation, tms, lang, import_key, grabbed_from, type_container, htmlheader, content) VALUES(3+0, null, 9, 'blog-our-new-web-site-has-been-launched', '', 'Our new web site has been launched', 'Our new website, based on Dolibarr CMS, has been launched. Modern and directly integrated with the internal management tools of the company, many new online services for our customers will be able to see the day...', 'image/template/background_rough-horn.jpg', '', '1', '2018-09-24 18:41:06', '2018-11-26 18:35:52', 'en_US', null, '', 'blogpost', '', '<?php includeContainer(\'header\'); ?>\n\n      <section id=\"sectionimage\" contenteditable=\"true\">\n        <div class=\"\">\n          <div class=\"swiper-wrapper text-center\" style=\"transform: translate3d(0px, 0px, 0px); transition-duration: 0ms;\">\n            <div class=\"swiper-slide swiper-slide-active\" style=\"height: 200px; background-image: url(\'medias/image/linuxhote/background_sunset.jpg\'); background-size: cover;\">\n              <div class=\"swiper-slide-caption\">\n                <div class=\"container\">\n                  <div class=\"row justify-content-sm-center\">\n                    <div class=\"col-md-11 col-lg-10\">\n                      <div class=\"text-white text-uppercase border-modern fadeInUp animated\" data-caption-animate=\"fadeInUp\" data-caption-delay=\"0s\" style=\"font-size: 2em\"><?php echo $websitepage->title; ?></span>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n        </div>\n      </section>\n\n        <div class=\"container\">\n            <br><br><br><br><br><br>\n\n\n            Our new website, based on Dolibarr CMS, has been launched. <br>\n            Now it is modern and directly integrated with the internal management tools of the company. Many new online services will be available for our customers...\n\n            \n\n            <br><br><br><br><br><br>\n        </div>\n\n\n<?php includeContainer(\'footer\'); ?>\n\n\n<a href=\"#\" id=\"ui-to-top\" class=\"ui-to-top\"><span class=\"fa fa-angle-up\" style=\"color: #fff; font-size: 1.9em;\"></span></a>\n\n<script src=\"/document.php?modulepart=medias&file=js/linuxhote/script.js\"></script>\n\n\n');
2020-05-12 13:56:50 DEBUG   192.168.1.3      Admin.lib::run_sql Request 7
2020-05-12 13:56:50 DEBUG   192.168.1.3      sql=-- Page ID 192 -> 4+0 - Aliases careers --;
2020-05-12 13:56:50 DEBUG   192.168.1.3      Admin.lib::run_sql Request 8
2020-05-12 13:56:50 DEBUG   192.168.1.3      sql=INSERT INTO llx_website_page(rowid, fk_page, fk_website, pageurl, aliasalt, title, description, image, keywords, status, date_creation, tms, lang, import_key, grabbed_from, type_container, htmlheader, content) VALUES(4+0, null, 9, 'careers', '', 'Careers', 'Our job opportunities', '', 'career', '1', '2018-09-24 18:35:35', '2018-10-01 11:05:34', 'en_US', null, '', 'page', '', '<div class=\"page\">\n\n    <?php includeContainer(\'header\'); ?>\n\n      <section id=\"sectionimage\" contenteditable=\"true\">\n        <div class=\"\">\n          <div class=\"swiper-wrapper text-center\" style=\"transform: translate3d(0px, 0px, 0px); transition-duration: 0ms;\">\n            <div class=\"swiper-slide swiper-slide-active\" style=\"height: 200px; background-image: url(\'medias/image/linuxhote/background_sunset.jpg\'); background-size: cover;\">\n              <div class=\"swiper-slide-caption\">\n                <div class=\"container\">\n                  <div class=\"row justify-content-sm-center\">\n                    <div class=\"col-md-11 col-lg-10\">\n                      <div class=\"text-white text-uppercase jumbotron-custom border-modern fadeInUp animated\" data-caption-animate=\"fadeInUp\" data-caption-delay=\"0s\">Job opportunities</span>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n        </div>\n      </section>\n\n\n        <section id=\"sectionfooterdolibarr\" contenteditable=\"true\" class=\"footerdolibarr\">\n            <div style=\"margin: 50px\"><div class=\"text-align: center\">\n<br>\n<br>\n<br>\nThere is no job opportunities for the moment...<br>\n<br>\n<br>\n<br>\n<br>\n            </div></div>\n        </section>\n\n\n    <br><br>\n\n    <?php includeContainer(\'footer\'); ?>\n\n</div>\n    \n\n<a href=\"#\" id=\"ui-to-top\" class=\"ui-to-top\"><span class=\"fa fa-angle-up\" style=\"color: #fff; font-size: 1.9em;\"></span></a>\n\n<script src=\"/document.php?modulepart=medias&file=js/linuxhote/script.js\"></script>\n\n');
2020-05-12 13:56:50 DEBUG   192.168.1.3      Admin.lib::run_sql Request 9
2020-05-12 13:56:50 DEBUG   192.168.1.3      sql=-- Page ID 243 -> 5+0 - Aliases carriere --;
2020-05-12 13:56:50 DEBUG   192.168.1.3      Admin.lib::run_sql Request 10
2020-05-12 13:56:50 DEBUG   192.168.1.3      sql=INSERT INTO llx_website_page(rowid, fk_page, fk_website, pageurl, aliasalt, title, description, image, keywords, status, date_creation, tms, lang, import_key, grabbed_from, type_container, htmlheader, content) VALUES(5+0, 4+0, 9, 'carriere', '', 'Carrière', 'Nos opportunités professionnelles', '', 'career', '1', '2018-09-24 18:35:35', '2018-10-14 18:57:03', 'fr_FR', null, '', 'page', '', '<div class=\"page\">\n\n    <?php includeContainer(\'header\'); ?>\n\n      <section id=\"sectionimage\" contenteditable=\"true\">\n        <div class=\"\">\n          <div class=\"swiper-wrapper text-center\" style=\"transform: translate3d(0px, 0px, 0px); transition-duration: 0ms;\">\n            <div class=\"swiper-slide swiper-slide-active\" style=\"height: 200px; background-image: url(\'medias/image/linuxhote/background_sunset.jpg\'); background-size: cover;\">\n              <div class=\"swiper-slide-caption\">\n                <div class=\"container\">\n                  <div class=\"row justify-content-sm-center\">\n                    <div class=\"col-md-11 col-lg-10\">\n                      <div class=\"text-white text-uppercase jumbotron-custom border-modern fadeInUp animated\" data-caption-animate=\"fadeInUp\" data-caption-delay=\"0s\">Offres d\'emploi</span>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n        </div>\n      </section>\n\n\n        <section id=\"sectionfooterdolibarr\" contenteditable=\"true\" class=\"footerdolibarr\">\n            <div style=\"margin: 50px\"><div class=\"text-align: center\">\n<br>\n<br>\n<br>\nNous n\'avons pas d\'offres d\'emploi ouvertes en ce moment...<br>\n<br>\n<br>\n<br>\n<br>\n            </div></div>\n        </section>\n\n\n    <br><br>\n\n    <?php includeContainer(\'footer\'); ?>\n\n</div>\n    \n\n<a href=\"#\" id=\"ui-to-top\" class=\"ui-to-top\"><span class=\"fa fa-angle-up\" style=\"color: #fff; font-size: 1.9em;\"></span></a>\n\n<script src=\"/document.php?modulepart=medias&file=js/linuxhote/script.js\"></script>\n\n');
2020-05-12 13:56:50 DEBUG   192.168.1.3      Admin.lib::run_sql Request 11
2020-05-12 13:56:50 DEBUG   192.168.1.3      sql=-- Page ID 238 -> 6+0 - Aliases clients-testimonials --;
2020-05-12 13:56:50 DEBUG   192.168.1.3      Admin.lib::run_sql Request 12
2020-05-12 13:56:50 DEBUG   192.168.1.3      sql=INSERT INTO llx_website_page(rowid, fk_page, fk_website, pageurl, aliasalt, title, description, image, keywords, status, date_creation, tms, lang, import_key, grabbed_from, type_container, htmlheader, content) VALUES(6+0, null, 9, 'clients-testimonials', '', 'Clients Testimonials', 'Client Testimonials', '', 'testimonials, use cases, success story', '1', '2018-09-24 18:35:35', '2018-10-01 20:54:06', 'en_US', null, '', 'page', '', '<div class=\"page\">\n\n    <?php includeContainer(\'header\'); ?>\n\n      <section id=\"sectionimage\" contenteditable=\"true\">\n        <div class=\"\">\n          <div class=\"swiper-wrapper text-center\" style=\"transform: translate3d(0px, 0px, 0px); transition-duration: 0ms;\">\n            <div class=\"swiper-slide swiper-slide-active\" style=\"height: 200px; background-image: url(\'medias/image/linuxhote/background_sunset.jpg\'); background-size: cover;\">\n              <div class=\"swiper-slide-caption\">\n                <div class=\"container\">\n                  <div class=\"row justify-content-sm-center\">\n                    <div class=\"col-md-11 col-lg-10\">\n                      <div class=\"text-white text-uppercase jumbotron-custom border-modern fadeInUp animated\" data-caption-animate=\"fadeInUp\" data-caption-delay=\"0s\">Testimonials</span>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n        </div>\n      </section>\n\n\n    <!-- Testimonies -->\n      <section id=\"testimoniespage\" contenteditable=\"true\" class=\"\">\n        <div class=\"container\">\n          <div class=\"row justify-content-sm-center justify-content-lg-start\">\n            <div class=\"col-sm-10 col-lg-12 text-left section-60 section-md-60\">\n              <div>\n                <h2 class=\"text-center\">What they say about us...</h2>\n                <br><br>\n                <div class=\"carousel-testimonials-home\">\n                  <div class=\"slick-slider carousel-parent slick-dots-variant-1\" data-arrows=\"false\" data-loop=\"false\" data-dots=\"true\"\n                  data-swipe=\"true\" data-child=\"#child-carousel\" data-for=\"#child-carousel\" data-items=\"1\" data-sm-items=\"1\" data-md-items=\"1\" data-lg-items=\"1\" data-xl-items=\"1\" data-slide-to-scroll=\"1\" data-center-mode=\"false\">\n                    \n                    \n                    <div class=\"inset-left-10 inset-right-10 inset- clearboth section-md-bottom-60\">\n                      <div class=\"inset-xl-right-85\">\n                        <blockquote class=\"quote-left\">\n                          <div class=\"row align-items-sm-end row-20\">\n                            <div class=\"col-sm-6\">\n                                <img class=\"photouser\" src=\"medias/image/linuxhote/alberteinstein.jpg\" alt=\"\" width=\"99\" height=\"99\"/>\n                              <div class=\"quote-name\">\n                                <cite>Albert Einstein</cite>\n                              </div>\n                              <div class=\"text-dusty-gray\">Scientist, www.emc2.org</div>\n                            </div>\n                            <div class=\"col-sm-6\">\n                                  <div class=\"quote-desc-text maincolorbis\">-20%</div>\n                                  <div class=\"text-medium text-dusty-gray text-uppercase\">Expenses</div>\n                            </div>\n                          </div>\n                          <div class=\"divider-fullwidth\"></div>\n                          <div class=\"justify\">\n                            <span class=\"fa fa-quote-left\"></span>\n                            <q>They did everything, with almost no time or effort for me. The best part was that I could trust their team to represent our company professionally with our clients.</q>\n                            <span class=\"fa fa-quote-right\"></span>\n                          </div>\n                        </blockquote>\n                        <!--<div class=\"button-block\"><a class=\"btn btn-primary\" href=\"#\">read more</a></div>-->\n                      </div>\n                    </div>\n                    \n                    \n\n                    <div class=\"inset-left-10 inset-right-10 inset- clearboth section-md-bottom-60\">\n                      <div class=\"inset-xl-right-85\">\n                        <blockquote class=\"quote-left\">\n                          <div class=\"row row-20\">\n                            <div class=\"col-sm-6\">\n                                <img class=\"photouser\" src=\"medias/image/linuxhote/pierrecurie.jpg\" alt=\"\" width=\"99\" height=\"99\"/>\n                              <div class=\"quote-name\">\n                                <cite>Pierre Curie</cite>\n                              </div>\n                              <div class=\"text-dusty-gray\">CEO “Cyclonic”</div>\n                            </div>\n                            <div class=\"col-sm-6\">\n                                  <div class=\"quote-desc-text maincolorbis\">-30%</div>\n                                  <div class=\"text-medium text-dusty-gray text-uppercase\">Expenses</div>\n                            </div>\n                          </div>\n                          <div class=\"divider-fullwidth\"></div>\n                          <div class=\"justify\">\n                            <span class=\"fa fa-quote-left\"></span>\n                            <q>Their course gave me the confidence to implement new techniques in my work. I learn “how” to write – “what” and “why” also became much clearer.</q>\n                            <span class=\"fa fa-quote-right\"></span>\n                          </div>\n                        </blockquote>\n                        <!--<div class=\"button-block\"><a class=\"btn btn-primary\" href=\"#\">read more</a></div>-->\n                      </div>\n                    </div>\n                    \n                    \n                    \n                    <div class=\"inset-left-10 inset-right-10 inset- clearboth section-md-bottom-60\">\n                      <div class=\"inset-xl-right-85\">\n                        <blockquote class=\"quote-left\">\n                          <div class=\"row row-20\">\n                            <div class=\"col-sm-6\">\n                                \n                                    <img class=\"photouser\" src=\"medias/image/linuxhote/mariecurie.jpg\" alt=\"\" width=\"99\" height=\"99\"/>\n                                  <div class=\"quote-name\">\n                                    <cite>Marie Curie</cite>\n                                  </div>\n                                  <div class=\"text-dusty-gray\">CTO \"Cyclonic\"</div>\n                                \n                            </div>\n                            <div class=\"col-sm-6\">\n                                  <div class=\"quote-desc-text maincolorbis\">+22%</div>\n                                  <div class=\"text-medium text-dusty-gray text-uppercase\">Turnover</div>\n                            </div>\n                          </div>\n                          <div class=\"divider-fullwidth\"></div>\n                          <div class=\"justify\">\n                            <span class=\"fa fa-quote-left\"></span>\n                            <q>We were skeptical to work with a consultant to optimize our sales emails, but they were highly recommended by many other startups we knew. They helped us to reach our objective of 20% turnover increase, in 4 monthes.</q>\n                            <span class=\"fa fa-quote-right\"></span>\n                          </div>\n                        </blockquote>\n                        <!--<div class=\"button-block\"><a class=\"btn btn-primary\" href=\"#\">read more</a></div>-->\n                      </div>\n                    </div>\n                    \n                    \n                    \n                    \n                    \n                    <div class=\"inset-left-10 inset-right-10 inset- clearboth section-md-bottom-60\">\n                      <div class=\"inset-xl-right-85\">\n                        <blockquote class=\"quote-left\">\n                          <div class=\"row row-20\">\n                            <div class=\"col-sm-6\">\n                                <img class=\"photouser\" src=\"medias/image/linuxhote/daviddoe.png\" alt=\"\" width=\"99\" height=\"99\"/>\n                                  <div class=\"quote-name\">\n                                    <cite>John Doe</cite>\n                                  </div>\n                                  <div class=\"text-dusty-gray\">Sale representative</div>\n                            </div>\n                            <div class=\"col-sm-6\">\n                                  <div class=\"quote-desc-text maincolorbis\">+40%</div>\n                                  <div class=\"text-medium text-dusty-gray text-uppercase\">Quotes</div>\n                            </div>\n                          </div>\n                          <div class=\"divider-fullwidth\"></div>\n                          <div class=\"justify\">\n                            <span class=\"fa fa-quote-left\"></span>\n                            <q>Their work on our website and Internet marketing has made a significant different to our business. We’ve seen a +40% increase in quote requests from our website.</q>\n                            <span class=\"fa fa-quote-right\"></span>\n                          </div>\n                        </blockquote>\n                        <!--<div class=\"button-block\"><a class=\"btn btn-primary\" href=\"#\">read more</a></div>-->\n                      </div>\n                    </div>\n                    \n                    \n            
2020-05-12 13:56:50 DEBUG   192.168.1.3      Admin.lib::run_sql Request 13
2020-05-12 13:56:50 DEBUG   192.168.1.3      sql=-- Page ID 136 -> 7+0 - Aliases contact --;
2020-05-12 13:56:50 DEBUG   192.168.1.3      Admin.lib::run_sql Request 14
2020-05-12 13:56:50 DEBUG   192.168.1.3      sql=INSERT INTO llx_website_page(rowid, fk_page, fk_website, pageurl, aliasalt, title, description, image, keywords, status, date_creation, tms, lang, import_key, grabbed_from, type_container, htmlheader, content) VALUES(7+0, null, 9, 'contact', '', 'Contact', 'Privacy Policies', '', 'Contact', '1', '2018-07-19 13:05:41', '2018-10-18 13:32:02', 'en_US', null, '', 'page', '', '<div class=\"page\">\n\n    <?php includeContainer(\'header\'); ?>\n\n      <section id=\"sectionimage\" contenteditable=\"true\">\n        <div class=\"\">\n          <div class=\"swiper-wrapper text-center\" style=\"transform: translate3d(0px, 0px, 0px); transition-duration: 0ms;\">\n            <div class=\"swiper-slide swiper-slide-active\" style=\"height: 200px; background-image: url(\'medias/image/linuxhote/background_sunset.jpg\'); background-size: cover;\">\n              <div class=\"swiper-slide-caption\">\n                <div class=\"container\">\n                  <div class=\"row justify-content-sm-center\">\n                    <div class=\"col-md-11 col-lg-10\">\n                      <div class=\"text-white text-uppercase jumbotron-custom border-modern fadeInUp animated\" data-caption-animate=\"fadeInUp\" data-caption-delay=\"0s\">Contact</span>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n        </div>\n      </section>\n\n\n        <section id=\"sectionfooterdolibarr\" contenteditable=\"true\" class=\"footerdolibarr\">\n            <div style=\"margin: 50px; text-align: center\">\n<h2>Contact us:</h2> <br> <br> \n<span class=\"fa fa-envelope-o\"></span> <?php echo $mysoc->email ?><br>\n<span class=\"fa fa-address-card-o\"></span> <?php echo $mysoc->getFullAddress() ?><br>\n            </div>\n        </section>\n\n\n        <!-- Google MAPS -->\n        <center><div class=\"mapouter\"><div class=\"gmap_canvas\"><iframe width=\"600\" height=\"500\" id=\"gmap_canvas\" src=\"https://maps.google.com/maps?q=<?php echo urlencode($mysoc->getFullAddress()); ?>&t=&z=13&ie=UTF8&iwloc=&output=embed\" frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\"></iframe>\n        </div>\n        <style>.mapouter{text-align:right;height:500px;width:600px;}.gmap_canvas {overflow:hidden;background:none!important;height:500px;width:600px;}</style>\n        </div></center>\n\n    <br><br><br>\n\n    <?php includeContainer(\'footer\'); ?>\n\n</div>\n    \n\n<a href=\"#\" id=\"ui-to-top\" class=\"ui-to-top\"><span class=\"fa fa-angle-up\" style=\"color: #fff; font-size: 1.9em;\"></span></a>\n\n<script src=\"/document.php?modulepart=medias&file=js/linuxhote/script.js\"></script>\n');

continuation of the file dolibarr.log (7)

2020-05-12 13:56:50 DEBUG   192.168.1.3      Admin.lib::run_sql Request 32
2020-05-12 13:56:50 DEBUG   192.168.1.3      sql=-- Page ID 239 -> 16+0 - Aliases product-p --;
2020-05-12 13:56:50 DEBUG   192.168.1.3      Admin.lib::run_sql Request 33
2020-05-12 13:56:50 DEBUG   192.168.1.3      sql=INSERT INTO llx_website_page(rowid, fk_page, fk_website, pageurl, aliasalt, title, description, image, keywords, status, date_creation, tms, lang, import_key, grabbed_from, type_container, htmlheader, content) VALUES(16+0, null, 9, 'product-p', '', 'Product P', 'Product P', '', '', '1', '2018-09-24 18:35:35', '2018-10-01 20:56:48', 'en_US', null, '', 'page', '', '<div class=\"page\">\n\n    <?php includeContainer(\'header\'); ?>\n\n      <section id=\"sectionimage\" contenteditable=\"true\">\n        <div class=\"\">\n          <div class=\"swiper-wrapper text-center\" style=\"transform: translate3d(0px, 0px, 0px); transition-duration: 0ms;\">\n            <div class=\"swiper-slide swiper-slide-active\" style=\"height: 200px; background-image: url(\'medias/image/linuxhote/background_sunset.jpg\'); background-size: cover;\">\n              <div class=\"swiper-slide-caption\">\n                <div class=\"container\">\n                  <div class=\"row justify-content-sm-center\">\n                    <div class=\"col-md-11 col-lg-10\">\n                      <div class=\"text-white text-uppercase jumbotron-custom border-modern fadeInUp animated\" data-caption-animate=\"fadeInUp\" data-caption-delay=\"0s\">Product P</span>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n        </div>\n      </section>\n\n\n        <section id=\"sectionfooterdolibarr\" contenteditable=\"true\" class=\"footerdolibarr\">\n            <div style=\"margin: 50px\"><div class=\"text-align: center\">\n<br>\n<br>\n<br>\nThis is a description page of our product P...<br>\n<br>\n<br>\n<br>\n<br>\n            </div></div>\n        </section>\n\n\n    <br><br>\n\n    <?php includeContainer(\'footer\'); ?>\n\n</div>\n    \n\n<a href=\"#\" id=\"ui-to-top\" class=\"ui-to-top\"><span class=\"fa fa-angle-up\" style=\"color: #fff; font-size: 1.9em;\"></span></a>\n\n<script src=\"/document.php?modulepart=medias&file=js/linuxhote/script.js\"></script>\n\n');
2020-05-12 13:56:50 DEBUG   192.168.1.3      Admin.lib::run_sql Request 34
2020-05-12 13:56:50 DEBUG   192.168.1.3      sql=-- Page ID 244 -> 17+0 - Aliases search --;
2020-05-12 13:56:50 DEBUG   192.168.1.3      Admin.lib::run_sql Request 35
2020-05-12 13:56:50 DEBUG   192.168.1.3      sql=INSERT INTO llx_website_page(rowid, fk_page, fk_website, pageurl, aliasalt, title, description, image, keywords, status, date_creation, tms, lang, import_key, grabbed_from, type_container, htmlheader, content) VALUES(17+0, null, 9, 'search', '', 'search', 'Search Page', '', '', '1', '2018-11-08 12:46:35', '2018-11-08 12:50:08', '0', null, '', 'page', '', '<div class=\"page\">\n\n    <?php includeContainer(\'header\'); ?>\n\n      <section id=\"sectionimage\" contenteditable=\"true\">\n        <div class=\"\">\n          <div class=\"swiper-wrapper text-center\" style=\"transform: translate3d(0px, 0px, 0px); transition-duration: 0ms;\">\n            <div class=\"swiper-slide swiper-slide-active\" style=\"height: 200px; background-image: url(\'medias/image/linuxhote/background_sunset.jpg\'); background-size: cover;\">\n              <div class=\"swiper-slide-caption\">\n                <div class=\"container\">\n                  <div class=\"row justify-content-sm-center\">\n                    <div class=\"col-md-11 col-lg-10\">\n                      <div class=\"text-white text-uppercase jumbotron-custom border-modern fadeInUp animated\" data-caption-animate=\"fadeInUp\" data-caption-delay=\"0s\">Search</span>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n        </div>\n      </section>\n\n<br><br><br>\n\n<center>\n     Search is not yet available...\n<br><br><br><br><br><br>\n</center>\n\n    <?php includeContainer(\'footer\'); ?>\n\n</div>\n    \n\n<a href=\"#\" id=\"ui-to-top\" class=\"ui-to-top\"><span class=\"fa fa-angle-up\" style=\"color: #fff; font-size: 1.9em;\"></span></a>\n\n<script src=\"/document.php?modulepart=medias&file=js/linuxhote/script.js\"></script>');
2020-05-12 13:56:50 DEBUG   192.168.1.3      Admin.lib::run_sql Request 36
2020-05-12 13:56:50 DEBUG   192.168.1.3      sql=-- Page ID 240 -> 18+0 - Aliases service-s --;
2020-05-12 13:56:50 DEBUG   192.168.1.3      Admin.lib::run_sql Request 37
2020-05-12 13:56:50 DEBUG   192.168.1.3      sql=INSERT INTO llx_website_page(rowid, fk_page, fk_website, pageurl, aliasalt, title, description, image, keywords, status, date_creation, tms, lang, import_key, grabbed_from, type_container, htmlheader, content) VALUES(18+0, null, 9, 'service-s', '', 'Service S', 'Service S', '', '', '1', '2018-09-24 18:35:35', '2018-10-01 20:57:25', 'en_US', null, '', 'page', '', '<div class=\"page\">\n\n    <?php includeContainer(\'header\'); ?>\n\n      <section id=\"sectionimage\" contenteditable=\"true\">\n        <div class=\"\">\n          <div class=\"swiper-wrapper text-center\" style=\"transform: translate3d(0px, 0px, 0px); transition-duration: 0ms;\">\n            <div class=\"swiper-slide swiper-slide-active\" style=\"height: 200px; background-image: url(\'medias/image/linuxhote/background_sunset.jpg\'); background-size: cover;\">\n              <div class=\"swiper-slide-caption\">\n                <div class=\"container\">\n                  <div class=\"row justify-content-sm-center\">\n                    <div class=\"col-md-11 col-lg-10\">\n                      <div class=\"text-white text-uppercase jumbotron-custom border-modern fadeInUp animated\" data-caption-animate=\"fadeInUp\" data-caption-delay=\"0s\">Service S</span>\n                      </div>\n                    </div>\n                  </div>\n                </div>\n              </div>\n            </div>\n        </div>\n      </section>\n\n\n        <section id=\"sectionfooterdolibarr\" contenteditable=\"true\" class=\"footerdolibarr\">\n            <div style=\"margin: 50px\"><div class=\"text-align: center\">\n<br>\n<br>\n<br>\nThis is a description page of our service S...<br>\n<br>\n<br>\n<br>\n<br>\n            </div></div>\n        </section>\n\n\n    <br><br>\n\n    <?php includeContainer(\'footer\'); ?>\n\n</div>\n    \n\n<a href=\"#\" id=\"ui-to-top\" class=\"ui-to-top\"><span class=\"fa fa-angle-up\" style=\"color: #fff; font-size: 1.9em;\"></span></a>\n\n<script src=\"/document.php?modulepart=medias&file=js/linuxhote/script.js\"></script>\n\n');
2020-05-12 13:56:50 DEBUG   192.168.1.3      Admin.lib::run_sql Request 38
2020-05-12 13:56:50 DEBUG   192.168.1.3      sql=-- Page ID 126 -> 19+0 - Aliases test,test2 --;
2020-05-12 13:56:50 DEBUG   192.168.1.3      Admin.lib::run_sql Request 39
2020-05-12 13:56:50 DEBUG   192.168.1.3      sql=INSERT INTO llx_website_page(rowid, fk_page, fk_website, pageurl, aliasalt, title, description, image, keywords, status, date_creation, tms, lang, import_key, grabbed_from, type_container, htmlheader, content) VALUES(19+0, null, 9, 'test', 'test2', 'test', 'Page test', '', 'test', '1', '2018-07-22 15:13:05', '2018-10-15 17:43:39', 'en_US', null, '', 'page', '', '<?php var_dump($langs->defaultlang); ?>\n<?php var_dump($weblangs->defaultlang); ?>');
2020-05-12 13:56:50 DEBUG   192.168.1.3      WebsitePage::fetch
2020-05-12 13:56:50 DEBUG   192.168.1.3      sql=SELECT t.rowid, t.fk_website, t.type_container, t.pageurl, t.aliasalt, t.title, t.description, t.image, t.keywords, t.htmlheader, t.content, t.lang, t.fk_page, t.status, t.grabbed_from, t.date_creation, t.tms as date_modification, t.fk_user_creat, t.fk_user_modif FROM llx_website_page as t WHERE 1 = 1 AND t.rowid = 1 LIMIT 1
2020-05-12 13:56:50 INFO    192.168.1.3      Found ID 151 to replace with ID 1 and shortcut aliases to create: blog
2020-05-12 13:56:50 INFO    192.168.1.3      files.lib.php::dol_move srcfile=/var/www/linuxhote.fr/documents/website/linuxhote/page151.tpl.php destfile=/var/www/linuxhote.fr/documents/website/linuxhote/page1.tpl.php newmask=0 overwritifexists=1
2020-05-12 13:56:50 INFO    192.168.1.3      We regenerate the tpl page filetpl=/var/www/linuxhote.fr/documents/website/linuxhote/page1.tpl.php
2020-05-12 13:56:50 INFO    192.168.1.3      dol_delete_file file=/var/www/linuxhote.fr/documents/website/linuxhote/page1.tpl.php disableglob=0 nophperrors=0 nohook=0
2020-05-12 13:56:50 DEBUG   192.168.1.3      Removed file /var/www/linuxhote.fr/documents/website/linuxhote/page1.tpl.php
2020-05-12 13:56:50 DEBUG   192.168.1.3      Try to remove also entries in database for full relative path = website/linuxhote/page1.tpl.php
2020-05-12 13:56:50 DEBUG   192.168.1.3      EcmFiles::fetch
2020-05-12 13:56:50 DEBUG   192.168.1.3      sql=SELECT t.rowid, t.ref, t.label, t.share, t.entity, t.filename, t.filepath, t.fullpath_orig, t.description, t.keywords, t.cover, t.position, t.gen_or_uploaded, t.extraparams, t.date_c, t.date_m, t.fk_user_c, t.fk_user_m, t.acl, t.src_object_type, t.src_object_id FROM llx_ecm_files as t WHERE 1 = 1 AND t.filepath = 'website/linuxhote' AND t.filename = 'page1.tpl.php' AND t.entity = 1
2020-05-12 13:56:50 DEBUG   192.168.1.3      sql=SELECT rowid as id, lang, pageurl from llx_website_page where fk_page IN (1)
2020-05-12 13:56:50 INFO    192.168.1.3      dolSavePageAlias We regenerate the alias page filealias=/var/www/linuxhote.fr/documents/website/linuxhote/blog.php
2020-05-12 13:56:50 DEBUG   192.168.1.3      WebsitePage::fetch
2020-05-12 13:56:50 DEBUG   192.168.1.3      sql=SELECT t.rowid, t.fk_website, t.type_container, t.pageurl, t.aliasalt, t.title, t.description, t.image, t.keywords, t.htmlheader, t.content, t.lang, t.fk_page, t.status, t.grabbed_from, t.date_creation, t.tms as date_modification, t.fk_user_creat, t.fk_user_modif FROM llx_website_page as t WHERE 1 = 1 AND t.rowid = 2 LIMIT 1
2020-05-12 13:56:50 INFO    192.168.1.3      Found ID 152 to replace with ID 2 and shortcut aliases to create: blog-our-company-is-now-on-dolibarr
2020-05-12 13:56:50 INFO    192.168.1.3      files.lib.php::dol_move srcfile=/var/www/linuxhote.fr/documents/website/linuxhote/page152.tpl.php destfile=/var/www/linuxhote.fr/documents/website/linuxhote/page2.tpl.php newmask=0 overwritifexists=1
2020-05-12 13:56:50 INFO    192.168.1.3      We regenerate the tpl page filetpl=/var/www/linuxhote.fr/documents/website/linuxhote/page2.tpl.php
2020-05-12 13:56:50 INFO    192.168.1.3      dol_delete_file file=/var/www/linuxhote.fr/documents/website/linuxhote/page2.tpl.php disableglob=0 nophperrors=0 nohook=0
2020-05-12 13:56:50 DEBUG   192.168.1.3      Removed file /var/www/linuxhote.fr/documents/website/linuxhote/page2.tpl.php
2020-05-12 13:56:50 DEBUG   192.168.1.3      Try to remove also entries in database for full relative path = website/linuxhote/page2.tpl.php
2020-05-12 13:56:50 DEBUG   192.168.1.3      EcmFiles::fetch
2020-05-12 13:56:50 DEBUG   192.168.1.3      sql=SELECT t.rowid, t.ref, t.label, t.share, t.entity, t.filename, t.filepath, t.fullpath_orig, t.description, t.keywords, t.cover, t.position, t.gen_or_uploaded, t.extraparams, t.date_c, t.date_m, t.fk_user_c, t.fk_user_m, t.acl, t.src_object_type, t.src_object_id FROM llx_ecm_files as t WHERE 1 = 1 AND t.filepath = 'website/linuxhote' AND t.filename = 'page2.tpl.php' AND t.entity = 1
2020-05-12 13:56:50 DEBUG   192.168.1.3      sql=SELECT rowid as id, lang, pageurl from llx_website_page where fk_page IN (2)
2020-05-12 13:56:50 INFO    192.168.1.3      dolSavePageAlias We regenerate the alias page filealias=/var/www/linuxhote.fr/documents/website/linuxhote/blog-our-company-is-now-on-dolibarr.php
2020-05-12 13:56:50 DEBUG   192.168.1.3      WebsitePage::fetch
2020-05-12 13:56:50 DEBUG   192.168.1.3      sql=SELECT t.rowid, t.fk_website, t.type_container, t.pageurl, t.aliasalt, t.title, t.description, t.image, t.keywords, t.htmlheader, t.content, t.lang, t.fk_page, t.status, t.grabbed_from, t.date_creation, t.tms as date_modification, t.fk_user_creat, t.fk_user_modif FROM llx_website_page as t WHERE 1 = 1 AND t.rowid = 3 LIMIT 1
2020-05-12 13:56:50 INFO    192.168.1.3      Found ID 150 to replace with ID 3 and shortcut aliases to create: blog-our-new-web-site-has-been-launched
2020-05-12 13:56:50 INFO    192.168.1.3      files.lib.php::dol_move srcfile=/var/www/linuxhote.fr/documents/website/linuxhote/page150.tpl.php destfile=/var/www/linuxhote.fr/documents/website/linuxhote/page3.tpl.php newmask=0 overwritifexists=1
2020-05-12 13:56:50 INFO    192.168.1.3      We regenerate the tpl page filetpl=/var/www/linuxhote.fr/documents/website/linuxhote/page3.tpl.php
2020-05-12 13:56:50 INFO    192.168.1.3      dol_delete_file file=/var/www/linuxhote.fr/documents/website/linuxhote/page3.tpl.php disableglob=0 nophperrors=0 nohook=0

continuation of the file dolibarr.log (8)

2020-05-12 13:56:50 DEBUG   192.168.1.3      Removed file /var/www/linuxhote.fr/documents/website/linuxhote/page3.tpl.php
2020-05-12 13:56:50 DEBUG   192.168.1.3      Try to remove also entries in database for full relative path = website/linuxhote/page3.tpl.php
2020-05-12 13:56:50 DEBUG   192.168.1.3      EcmFiles::fetch
2020-05-12 13:56:50 DEBUG   192.168.1.3      sql=SELECT t.rowid, t.ref, t.label, t.share, t.entity, t.filename, t.filepath, t.fullpath_orig, t.description, t.keywords, t.cover, t.position, t.gen_or_uploaded, t.extraparams, t.date_c, t.date_m, t.fk_user_c, t.fk_user_m, t.acl, t.src_object_type, t.src_object_id FROM llx_ecm_files as t WHERE 1 = 1 AND t.filepath = 'website/linuxhote' AND t.filename = 'page3.tpl.php' AND t.entity = 1
2020-05-12 13:56:50 DEBUG   192.168.1.3      sql=SELECT rowid as id, lang, pageurl from llx_website_page where fk_page IN (3)
2020-05-12 13:56:50 INFO    192.168.1.3      dolSavePageAlias We regenerate the alias page filealias=/var/www/linuxhote.fr/documents/website/linuxhote/blog-our-new-web-site-has-been-launched.php
2020-05-12 13:56:50 DEBUG   192.168.1.3      WebsitePage::fetch
2020-05-12 13:56:50 DEBUG   192.168.1.3      sql=SELECT t.rowid, t.fk_website, t.type_container, t.pageurl, t.aliasalt, t.title, t.description, t.image, t.keywords, t.htmlheader, t.content, t.lang, t.fk_page, t.status, t.grabbed_from, t.date_creation, t.tms as date_modification, t.fk_user_creat, t.fk_user_modif FROM llx_website_page as t WHERE 1 = 1 AND t.rowid = 4 LIMIT 1
2020-05-12 13:56:50 INFO    192.168.1.3      Found ID 192 to replace with ID 4 and shortcut aliases to create: careers
2020-05-12 13:56:50 INFO    192.168.1.3      files.lib.php::dol_move srcfile=/var/www/linuxhote.fr/documents/website/linuxhote/page192.tpl.php destfile=/var/www/linuxhote.fr/documents/website/linuxhote/page4.tpl.php newmask=0 overwritifexists=1
2020-05-12 13:56:50 INFO    192.168.1.3      We regenerate the tpl page filetpl=/var/www/linuxhote.fr/documents/website/linuxhote/page4.tpl.php
2020-05-12 13:56:50 INFO    192.168.1.3      dol_delete_file file=/var/www/linuxhote.fr/documents/website/linuxhote/page4.tpl.php disableglob=0 nophperrors=0 nohook=0
2020-05-12 13:56:50 DEBUG   192.168.1.3      Removed file /var/www/linuxhote.fr/documents/website/linuxhote/page4.tpl.php
2020-05-12 13:56:50 DEBUG   192.168.1.3      Try to remove also entries in database for full relative path = website/linuxhote/page4.tpl.php
2020-05-12 13:56:50 DEBUG   192.168.1.3      EcmFiles::fetch
2020-05-12 13:56:50 DEBUG   192.168.1.3      sql=SELECT t.rowid, t.ref, t.label, t.share, t.entity, t.filename, t.filepath, t.fullpath_orig, t.description, t.keywords, t.cover, t.position, t.gen_or_uploaded, t.extraparams, t.date_c, t.date_m, t.fk_user_c, t.fk_user_m, t.acl, t.src_object_type, t.src_object_id FROM llx_ecm_files as t WHERE 1 = 1 AND t.filepath = 'website/linuxhote' AND t.filename = 'page4.tpl.php' AND t.entity = 1
2020-05-12 13:56:50 DEBUG   192.168.1.3      sql=SELECT rowid as id, lang, pageurl from llx_website_page where fk_page IN (4)
2020-05-12 13:56:50 INFO    192.168.1.3      dolSavePageAlias We regenerate the alias page filealias=/var/www/linuxhote.fr/documents/website/linuxhote/careers.php
2020-05-12 13:56:50 DEBUG   192.168.1.3      WebsitePage::fetch
2020-05-12 13:56:50 DEBUG   192.168.1.3      sql=SELECT t.rowid, t.fk_website, t.type_container, t.pageurl, t.aliasalt, t.title, t.description, t.image, t.keywords, t.htmlheader, t.content, t.lang, t.fk_page, t.status, t.grabbed_from, t.date_creation, t.tms as date_modification, t.fk_user_creat, t.fk_user_modif FROM llx_website_page as t WHERE 1 = 1 AND t.rowid = 5 LIMIT 1
2020-05-12 13:56:50 INFO    192.168.1.3      Found ID 243 to replace with ID 5 and shortcut aliases to create: carriere
2020-05-12 13:56:50 INFO    192.168.1.3      files.lib.php::dol_move srcfile=/var/www/linuxhote.fr/documents/website/linuxhote/page243.tpl.php destfile=/var/www/linuxhote.fr/documents/website/linuxhote/page5.tpl.php newmask=0 overwritifexists=1
2020-05-12 13:56:50 INFO    192.168.1.3      We regenerate the tpl page filetpl=/var/www/linuxhote.fr/documents/website/linuxhote/page5.tpl.php
2020-05-12 13:56:50 INFO    192.168.1.3      dol_delete_file file=/var/www/linuxhote.fr/documents/website/linuxhote/page5.tpl.php disableglob=0 nophperrors=0 nohook=0
2020-05-12 13:56:50 DEBUG   192.168.1.3      Removed file /var/www/linuxhote.fr/documents/website/linuxhote/page5.tpl.php
2020-05-12 13:56:50 DEBUG   192.168.1.3      Try to remove also entries in database for full relative path = website/linuxhote/page5.tpl.php
2020-05-12 13:56:50 DEBUG   192.168.1.3      EcmFiles::fetch
2020-05-12 13:56:50 DEBUG   192.168.1.3      sql=SELECT t.rowid, t.ref, t.label, t.share, t.entity, t.filename, t.filepath, t.fullpath_orig, t.description, t.keywords, t.cover, t.position, t.gen_or_uploaded, t.extraparams, t.date_c, t.date_m, t.fk_user_c, t.fk_user_m, t.acl, t.src_object_type, t.src_object_id FROM llx_ecm_files as t WHERE 1 = 1 AND t.filepath = 'website/linuxhote' AND t.filename = 'page5.tpl.php' AND t.entity = 1
2020-05-12 13:56:50 DEBUG   192.168.1.3      WebsitePage::fetch
2020-05-12 13:56:50 DEBUG   192.168.1.3      sql=SELECT t.rowid, t.fk_website, t.type_container, t.pageurl, t.aliasalt, t.title, t.description, t.image, t.keywords, t.htmlheader, t.content, t.lang, t.fk_page, t.status, t.grabbed_from, t.date_creation, t.tms as date_modification, t.fk_user_creat, t.fk_user_modif FROM llx_website_page as t WHERE 1 = 1 AND t.rowid = 4 LIMIT 1
2020-05-12 13:56:50 DEBUG   192.168.1.3      sql=SELECT rowid as id, lang, pageurl from llx_website_page where fk_page IN (5, 4)
2020-05-12 13:56:50 INFO    192.168.1.3      dolSavePageAlias We regenerate the alias page filealias=/var/www/linuxhote.fr/documents/website/linuxhote/carriere.php
2020-05-12 13:56:50 DEBUG   192.168.1.3      WebsitePage::fetch
2020-05-12 13:56:50 DEBUG   192.168.1.3      sql=SELECT t.rowid, t.fk_website, t.type_container, t.pageurl, t.aliasalt, t.title, t.description, t.image, t.keywords, t.htmlheader, t.content, t.lang, t.fk_page, t.status, t.grabbed_from, t.date_creation, t.tms as date_modification, t.fk_user_creat, t.fk_user_modif FROM llx_website_page as t WHERE 1 = 1 AND t.rowid = 6 LIMIT 1
2020-05-12 13:56:50 INFO    192.168.1.3      Found ID 238 to replace with ID 6 and shortcut aliases to create: clients-testimonials
2020-05-12 13:56:50 INFO    192.168.1.3      files.lib.php::dol_move srcfile=/var/www/linuxhote.fr/documents/website/linuxhote/page238.tpl.php destfile=/var/www/linuxhote.fr/documents/website/linuxhote/page6.tpl.php newmask=0 overwritifexists=1
2020-05-12 13:56:50 INFO    192.168.1.3      We regenerate the tpl page filetpl=/var/www/linuxhote.fr/documents/website/linuxhote/page6.tpl.php
2020-05-12 13:56:50 INFO    192.168.1.3      dol_delete_file file=/var/www/linuxhote.fr/documents/website/linuxhote/page6.tpl.php disableglob=0 nophperrors=0 nohook=0
2020-05-12 13:56:50 DEBUG   192.168.1.3      Removed file /var/www/linuxhote.fr/documents/website/linuxhote/page6.tpl.php
2020-05-12 13:56:50 DEBUG   192.168.1.3      Try to remove also entries in database for full relative path = website/linuxhote/page6.tpl.php
2020-05-12 13:56:50 DEBUG   192.168.1.3      EcmFiles::fetch
2020-05-12 13:56:50 DEBUG   192.168.1.3      sql=SELECT t.rowid, t.ref, t.label, t.share, t.entity, t.filename, t.filepath, t.fullpath_orig, t.description, t.keywords, t.cover, t.position, t.gen_or_uploaded, t.extraparams, t.date_c, t.date_m, t.fk_user_c, t.fk_user_m, t.acl, t.src_object_type, t.src_object_id FROM llx_ecm_files as t WHERE 1 = 1 AND t.filepath = 'website/linuxhote' AND t.filename = 'page6.tpl.php' AND t.entity = 1
2020-05-12 13:56:50 DEBUG   192.168.1.3      sql=SELECT rowid as id, lang, pageurl from llx_website_page where fk_page IN (6)
2020-05-12 13:56:50 INFO    192.168.1.3      dolSavePageAlias We regenerate the alias page filealias=/var/www/linuxhote.fr/documents/website/linuxhote/clients-testimonials.php
2020-05-12 13:56:50 DEBUG   192.168.1.3      WebsitePage::fetch
2020-05-12 13:56:50 DEBUG   192.168.1.3      sql=SELECT t.rowid, t.fk_website, t.type_container, t.pageurl, t.aliasalt, t.title, t.description, t.image, t.keywords, t.htmlheader, t.content, t.lang, t.fk_page, t.status, t.grabbed_from, t.date_creation, t.tms as date_modification, t.fk_user_creat, t.fk_user_modif FROM llx_website_page as t WHERE 1 = 1 AND t.rowid = 7 LIMIT 1
2020-05-12 13:56:50 INFO    192.168.1.3      Found ID 136 to replace with ID 7 and shortcut aliases to create: contact
2020-05-12 13:56:50 INFO    192.168.1.3      files.lib.php::dol_move srcfile=/var/www/linuxhote.fr/documents/website/linuxhote/page136.tpl.php destfile=/var/www/linuxhote.fr/documents/website/linuxhote/page7.tpl.php newmask=0 overwritifexists=1
2020-05-12 13:56:50 INFO    192.168.1.3      We regenerate the tpl page filetpl=/var/www/linuxhote.fr/documents/website/linuxhote/page7.tpl.php
2020-05-12 13:56:50 INFO    192.168.1.3      dol_delete_file file=/var/www/linuxhote.fr/documents/website/linuxhote/page7.tpl.php disableglob=0 nophperrors=0 nohook=0
2020-05-12 13:56:50 DEBUG   192.168.1.3      Removed file /var/www/linuxhote.fr/documents/website/linuxhote/page7.tpl.php
2020-05-12 13:56:50 DEBUG   192.168.1.3      Try to remove also entries in database for full relative path = website/linuxhote/page7.tpl.php
2020-05-12 13:56:50 DEBUG   192.168.1.3      EcmFiles::fetch
2020-05-12 13:56:50 DEBUG   192.168.1.3      sql=SELECT t.rowid, t.ref, t.label, t.share, t.entity, t.filename, t.filepath, t.fullpath_orig, t.description, t.keywords, t.cover, t.position, t.gen_or_uploaded, t.extraparams, t.date_c, t.date_m, t.fk_user_c, t.fk_user_m, t.acl, t.src_object_type, t.src_object_id FROM llx_ecm_files as t WHERE 1 = 1 AND t.filepath = 'website/linuxhote' AND t.filename = 'page7.tpl.php' AND t.entity = 1
2020-05-12 13:56:50 DEBUG   192.168.1.3      sql=SELECT rowid as id, lang, pageurl from llx_website_page where fk_page IN (7)
2020-05-12 13:56:50 INFO    192.168.1.3      dolSavePageAlias We regenerate the alias page filealias=/var/www/linuxhote.fr/documents/website/linuxhote/contact.php
2020-05-12 13:56:50 DEBUG   192.168.1.3      WebsitePage::fetch
2020-05-12 13:56:50 DEBUG   192.168.1.3      sql=SELECT t.rowid, t.fk_website, t.type_container, t.pageurl, t.aliasalt, t.title, t.description, t.image, t.keywords, t.htmlheader, t.content, t.lang, t.fk_page, t.status, t.grabbed_from, t.date_creation, t.tms as date_modification, t.fk_user_creat, t.fk_user_modif FROM llx_website_page as t WHERE 1 = 1 AND t.rowid = 8 LIMIT 1
2020-05-12 13:56:50 INFO    192.168.1.3      Found ID 149 to replace with ID 8 and shortcut aliases to create: faq
2020-05-12 13:56:50 INFO    192.168.1.3      files.lib.php::dol_move srcfile=/var/www/linuxhote.fr/documents/website/linuxhote/page149.tpl.php destfile=/var/www/linuxhote.fr/documents/website/linuxhote/page8.tpl.php newmask=0 overwritifexists=1
2020-05-12 13:56:50 INFO    192.168.1.3      We regenerate the tpl page filetpl=/var/www/linuxhote.fr/documents/website/linuxhote/page8.tpl.php
2020-05-12 13:56:50 INFO    192.168.1.3      dol_delete_file file=/var/www/linuxhote.fr/documents/website/linuxhote/page8.tpl.php disableglob=0 nophperrors=0 nohook=0
2020-05-12 13:56:50 DEBUG   192.168.1.3      Removed file /var/www/linuxhote.fr/documents/website/linuxhote/page8.tpl.php
2020-05-12 13:56:50 DEBUG   192.168.1.3      Try to remove also entries in database for full relative path = website/linuxhote/page8.tpl.php
2020-05-12 13:56:50 DEBUG   192.168.1.3      EcmFiles::fetch
2020-05-12 13:56:50 DEBUG   192.168.1.3      sql=SELECT t.rowid, t.ref, t.label, t.share, t.entity, t.filename, t.filepath, t.fullpath_orig, t.description, t.keywords, t.cover, t.position, t.gen_or_uploaded, t.extraparams, t.date_c, t.date_m, t.fk_user_c, t.fk_user_m, t.acl, t.src_object_type, t.src_object_id FROM llx_ecm_files as t WHERE 1 = 1 AND t.filepath = 'website/linuxhote' AND t.filename = 'page8.tpl.php' AND t.entity = 1
2020-05-12 13:56:50 DEBUG   192.168.1.3      sql=SELECT rowid as id, lang, pageurl from llx_website_page where fk_page IN (8)
2020-05-12 13:56:50 INFO    192.168.1.3      dolSavePageAlias We regenerate the alias page filealias=/var/www/linuxhote.fr/documents/website/linuxhote/faq.php
2020-05-12 13:56:50 DEBUG   192.168.1.3      WebsitePage::fetch
2020-05-12 13:56:50 DEBUG   192.168.1.3      sql=SELECT t.rowid, t.fk_website, t.type_container, t.pageurl, t.aliasalt, t.title, t.description, t.image, t.keywords, t.htmlheader, t.content, t.lang, t.fk_page, t.status, t.grabbed_from, t.date_creation, t.tms as date_modification, t.fk_user_creat, t.fk_user_modif FROM llx_website_page as t WHERE 1 = 1 AND t.rowid = 9 LIMIT 1
2020-05-12 13:56:50 INFO    192.168.1.3      Found ID 148 to replace with ID 9 and shortcut aliases to create: footer

continuation of the file dolibarr.log (9)

2020-05-12 13:56:50 INFO    192.168.1.3      files.lib.php::dol_move srcfile=/var/www/linuxhote.fr/documents/website/linuxhote/page148.tpl.php destfile=/var/www/linuxhote.fr/documents/website/linuxhote/page9.tpl.php newmask=0 overwritifexists=1
2020-05-12 13:56:50 INFO    192.168.1.3      We regenerate the tpl page filetpl=/var/www/linuxhote.fr/documents/website/linuxhote/page9.tpl.php
2020-05-12 13:56:50 INFO    192.168.1.3      dol_delete_file file=/var/www/linuxhote.fr/documents/website/linuxhote/page9.tpl.php disableglob=0 nophperrors=0 nohook=0
2020-05-12 13:56:50 DEBUG   192.168.1.3      Removed file /var/www/linuxhote.fr/documents/website/linuxhote/page9.tpl.php
2020-05-12 13:56:50 DEBUG   192.168.1.3      Try to remove also entries in database for full relative path = website/linuxhote/page9.tpl.php
2020-05-12 13:56:50 DEBUG   192.168.1.3      EcmFiles::fetch
2020-05-12 13:56:50 DEBUG   192.168.1.3      sql=SELECT t.rowid, t.ref, t.label, t.share, t.entity, t.filename, t.filepath, t.fullpath_orig, t.description, t.keywords, t.cover, t.position, t.gen_or_uploaded, t.extraparams, t.date_c, t.date_m, t.fk_user_c, t.fk_user_m, t.acl, t.src_object_type, t.src_object_id FROM llx_ecm_files as t WHERE 1 = 1 AND t.filepath = 'website/linuxhote' AND t.filename = 'page9.tpl.php' AND t.entity = 1
2020-05-12 13:56:50 DEBUG   192.168.1.3      sql=SELECT rowid as id, lang, pageurl from llx_website_page where fk_page IN (9)
2020-05-12 13:56:50 INFO    192.168.1.3      dolSavePageAlias We regenerate the alias page filealias=/var/www/linuxhote.fr/documents/website/linuxhote/footer.php
2020-05-12 13:56:50 DEBUG   192.168.1.3      WebsitePage::fetch
2020-05-12 13:56:50 DEBUG   192.168.1.3      sql=SELECT t.rowid, t.fk_website, t.type_container, t.pageurl, t.aliasalt, t.title, t.description, t.image, t.keywords, t.htmlheader, t.content, t.lang, t.fk_page, t.status, t.grabbed_from, t.date_creation, t.tms as date_modification, t.fk_user_creat, t.fk_user_modif FROM llx_website_page as t WHERE 1 = 1 AND t.rowid = 10 LIMIT 1
2020-05-12 13:56:50 INFO    192.168.1.3      Found ID 147 to replace with ID 10 and shortcut aliases to create: header
2020-05-12 13:56:50 INFO    192.168.1.3      files.lib.php::dol_move srcfile=/var/www/linuxhote.fr/documents/website/linuxhote/page147.tpl.php destfile=/var/www/linuxhote.fr/documents/website/linuxhote/page10.tpl.php newmask=0 overwritifexists=1
2020-05-12 13:56:50 INFO    192.168.1.3      We regenerate the tpl page filetpl=/var/www/linuxhote.fr/documents/website/linuxhote/page10.tpl.php
2020-05-12 13:56:50 INFO    192.168.1.3      dol_delete_file file=/var/www/linuxhote.fr/documents/website/linuxhote/page10.tpl.php disableglob=0 nophperrors=0 nohook=0
2020-05-12 13:56:50 DEBUG   192.168.1.3      Removed file /var/www/linuxhote.fr/documents/website/linuxhote/page10.tpl.php
2020-05-12 13:56:50 DEBUG   192.168.1.3      Try to remove also entries in database for full relative path = website/linuxhote/page10.tpl.php
2020-05-12 13:56:50 DEBUG   192.168.1.3      EcmFiles::fetch
2020-05-12 13:56:50 DEBUG   192.168.1.3      sql=SELECT t.rowid, t.ref, t.label, t.share, t.entity, t.filename, t.filepath, t.fullpath_orig, t.description, t.keywords, t.cover, t.position, t.gen_or_uploaded, t.extraparams, t.date_c, t.date_m, t.fk_user_c, t.fk_user_m, t.acl, t.src_object_type, t.src_object_id FROM llx_ecm_files as t WHERE 1 = 1 AND t.filepath = 'website/linuxhote' AND t.filename = 'page10.tpl.php' AND t.entity = 1
2020-05-12 13:56:50 DEBUG   192.168.1.3      sql=SELECT rowid as id, lang, pageurl from llx_website_page where fk_page IN (10)
2020-05-12 13:56:50 INFO    192.168.1.3      dolSavePageAlias We regenerate the alias page filealias=/var/www/linuxhote.fr/documents/website/linuxhote/header.php
2020-05-12 13:56:50 DEBUG   192.168.1.3      WebsitePage::fetch
2020-05-12 13:56:50 DEBUG   192.168.1.3      sql=SELECT t.rowid, t.fk_website, t.type_container, t.pageurl, t.aliasalt, t.title, t.description, t.image, t.keywords, t.htmlheader, t.content, t.lang, t.fk_page, t.status, t.grabbed_from, t.date_creation, t.tms as date_modification, t.fk_user_creat, t.fk_user_modif FROM llx_website_page as t WHERE 1 = 1 AND t.rowid = 11 LIMIT 1
2020-05-12 13:56:50 INFO    192.168.1.3      Found ID 124 to replace with ID 11 and shortcut aliases to create: home
2020-05-12 13:56:50 INFO    192.168.1.3      files.lib.php::dol_move srcfile=/var/www/linuxhote.fr/documents/website/linuxhote/page124.tpl.php destfile=/var/www/linuxhote.fr/documents/website/linuxhote/page11.tpl.php newmask=0 overwritifexists=1
2020-05-12 13:56:50 INFO    192.168.1.3      We regenerate the tpl page filetpl=/var/www/linuxhote.fr/documents/website/linuxhote/page11.tpl.php
2020-05-12 13:56:50 INFO    192.168.1.3      dol_delete_file file=/var/www/linuxhote.fr/documents/website/linuxhote/page11.tpl.php disableglob=0 nophperrors=0 nohook=0
2020-05-12 13:56:50 DEBUG   192.168.1.3      Removed file /var/www/linuxhote.fr/documents/website/linuxhote/page11.tpl.php
2020-05-12 13:56:50 DEBUG   192.168.1.3      Try to remove also entries in database for full relative path = website/linuxhote/page11.tpl.php
2020-05-12 13:56:50 DEBUG   192.168.1.3      EcmFiles::fetch
2020-05-12 13:56:50 DEBUG   192.168.1.3      sql=SELECT t.rowid, t.ref, t.label, t.share, t.entity, t.filename, t.filepath, t.fullpath_orig, t.description, t.keywords, t.cover, t.position, t.gen_or_uploaded, t.extraparams, t.date_c, t.date_m, t.fk_user_c, t.fk_user_m, t.acl, t.src_object_type, t.src_object_id FROM llx_ecm_files as t WHERE 1 = 1 AND t.filepath = 'website/linuxhote' AND t.filename = 'page11.tpl.php' AND t.entity = 1
2020-05-12 13:56:50 DEBUG   192.168.1.3      sql=SELECT rowid as id, lang, pageurl from llx_website_page where fk_page IN (11)
2020-05-12 13:56:50 INFO    192.168.1.3      dolSavePageAlias We regenerate the alias page filealias=/var/www/linuxhote.fr/documents/website/linuxhote/home.php
2020-05-12 13:56:50 DEBUG   192.168.1.3      WebsitePage::fetch
2020-05-12 13:56:50 DEBUG   192.168.1.3      sql=SELECT t.rowid, t.fk_website, t.type_container, t.pageurl, t.aliasalt, t.title, t.description, t.image, t.keywords, t.htmlheader, t.content, t.lang, t.fk_page, t.status, t.grabbed_from, t.date_creation, t.tms as date_modification, t.fk_user_creat, t.fk_user_modif FROM llx_website_page as t WHERE 1 = 1 AND t.rowid = 12 LIMIT 1
2020-05-12 13:56:50 INFO    192.168.1.3      Found ID 191 to replace with ID 12 and shortcut aliases to create: our-team
2020-05-12 13:56:50 INFO    192.168.1.3      files.lib.php::dol_move srcfile=/var/www/linuxhote.fr/documents/website/linuxhote/page191.tpl.php destfile=/var/www/linuxhote.fr/documents/website/linuxhote/page12.tpl.php newmask=0 overwritifexists=1
2020-05-12 13:56:50 INFO    192.168.1.3      We regenerate the tpl page filetpl=/var/www/linuxhote.fr/documents/website/linuxhote/page12.tpl.php
2020-05-12 13:56:50 INFO    192.168.1.3      dol_delete_file file=/var/www/linuxhote.fr/documents/website/linuxhote/page12.tpl.php disableglob=0 nophperrors=0 nohook=0
2020-05-12 13:56:50 DEBUG   192.168.1.3      Removed file /var/www/linuxhote.fr/documents/website/linuxhote/page12.tpl.php
2020-05-12 13:56:50 DEBUG   192.168.1.3      Try to remove also entries in database for full relative path = website/linuxhote/page12.tpl.php
2020-05-12 13:56:50 DEBUG   192.168.1.3      EcmFiles::fetch
2020-05-12 13:56:50 DEBUG   192.168.1.3      sql=SELECT t.rowid, t.ref, t.label, t.share, t.entity, t.filename, t.filepath, t.fullpath_orig, t.description, t.keywords, t.cover, t.position, t.gen_or_uploaded, t.extraparams, t.date_c, t.date_m, t.fk_user_c, t.fk_user_m, t.acl, t.src_object_type, t.src_object_id FROM llx_ecm_files as t WHERE 1 = 1 AND t.filepath = 'website/linuxhote' AND t.filename = 'page12.tpl.php' AND t.entity = 1
2020-05-12 13:56:50 DEBUG   192.168.1.3      sql=SELECT rowid as id, lang, pageurl from llx_website_page where fk_page IN (12)
2020-05-12 13:56:50 INFO    192.168.1.3      dolSavePageAlias We regenerate the alias page filealias=/var/www/linuxhote.fr/documents/website/linuxhote/our-team.php
2020-05-12 13:56:50 DEBUG   192.168.1.3      WebsitePage::fetch
2020-05-12 13:56:50 DEBUG   192.168.1.3      sql=SELECT t.rowid, t.fk_website, t.type_container, t.pageurl, t.aliasalt, t.title, t.description, t.image, t.keywords, t.htmlheader, t.content, t.lang, t.fk_page, t.status, t.grabbed_from, t.date_creation, t.tms as date_modification, t.fk_user_creat, t.fk_user_modif FROM llx_website_page as t WHERE 1 = 1 AND t.rowid = 13 LIMIT 1
2020-05-12 13:56:50 INFO    192.168.1.3      Found ID 193 to replace with ID 13 and shortcut aliases to create: partners
2020-05-12 13:56:50 INFO    192.168.1.3      files.lib.php::dol_move srcfile=/var/www/linuxhote.fr/documents/website/linuxhote/page193.tpl.php destfile=/var/www/linuxhote.fr/documents/website/linuxhote/page13.tpl.php newmask=0 overwritifexists=1
2020-05-12 13:56:50 INFO    192.168.1.3      We regenerate the tpl page filetpl=/var/www/linuxhote.fr/documents/website/linuxhote/page13.tpl.php
2020-05-12 13:56:50 INFO    192.168.1.3      dol_delete_file file=/var/www/linuxhote.fr/documents/website/linuxhote/page13.tpl.php disableglob=0 nophperrors=0 nohook=0
2020-05-12 13:56:50 DEBUG   192.168.1.3      Removed file /var/www/linuxhote.fr/documents/website/linuxhote/page13.tpl.php
2020-05-12 13:56:50 DEBUG   192.168.1.3      Try to remove also entries in database for full relative path = website/linuxhote/page13.tpl.php
2020-05-12 13:56:50 DEBUG   192.168.1.3      EcmFiles::fetch
2020-05-12 13:56:50 DEBUG   192.168.1.3      sql=SELECT t.rowid, t.ref, t.label, t.share, t.entity, t.filename, t.filepath, t.fullpath_orig, t.description, t.keywords, t.cover, t.position, t.gen_or_uploaded, t.extraparams, t.date_c, t.date_m, t.fk_user_c, t.fk_user_m, t.acl, t.src_object_type, t.src_object_id FROM llx_ecm_files as t WHERE 1 = 1 AND t.filepath = 'website/linuxhote' AND t.filename = 'page13.tpl.php' AND t.entity = 1
2020-05-12 13:56:50 DEBUG   192.168.1.3      sql=SELECT rowid as id, lang, pageurl from llx_website_page where fk_page IN (13)
2020-05-12 13:56:50 INFO    192.168.1.3      dolSavePageAlias We regenerate the alias page filealias=/var/www/linuxhote.fr/documents/website/linuxhote/partners.php
2020-05-12 13:56:50 DEBUG   192.168.1.3      WebsitePage::fetch
2020-05-12 13:56:50 DEBUG   192.168.1.3      sql=SELECT t.rowid, t.fk_website, t.type_container, t.pageurl, t.aliasalt, t.title, t.description, t.image, t.keywords, t.htmlheader, t.content, t.lang, t.fk_page, t.status, t.grabbed_from, t.date_creation, t.tms as date_modification, t.fk_user_creat, t.fk_user_modif FROM llx_website_page as t WHERE 1 = 1 AND t.rowid = 14 LIMIT 1
2020-05-12 13:56:50 INFO    192.168.1.3      Found ID 194 to replace with ID 14 and shortcut aliases to create: pricing
2020-05-12 13:56:50 INFO    192.168.1.3      files.lib.php::dol_move srcfile=/var/www/linuxhote.fr/documents/website/linuxhote/page194.tpl.php destfile=/var/www/linuxhote.fr/documents/website/linuxhote/page14.tpl.php newmask=0 overwritifexists=1
2020-05-12 13:56:50 INFO    192.168.1.3      We regenerate the tpl page filetpl=/var/www/linuxhote.fr/documents/website/linuxhote/page14.tpl.php
2020-05-12 13:56:50 INFO    192.168.1.3      dol_delete_file file=/var/www/linuxhote.fr/documents/website/linuxhote/page14.tpl.php disableglob=0 nophperrors=0 nohook=0
2020-05-12 13:56:50 DEBUG   192.168.1.3      Removed file /var/www/linuxhote.fr/documents/website/linuxhote/page14.tpl.php
2020-05-12 13:56:50 DEBUG   192.168.1.3      Try to remove also entries in database for full relative path = website/linuxhote/page14.tpl.php
2020-05-12 13:56:50 DEBUG   192.168.1.3      EcmFiles::fetch
2020-05-12 13:56:50 DEBUG   192.168.1.3      sql=SELECT t.rowid, t.ref, t.label, t.share, t.entity, t.filename, t.filepath, t.fullpath_orig, t.description, t.keywords, t.cover, t.position, t.gen_or_uploaded, t.extraparams, t.date_c, t.date_m, t.fk_user_c, t.fk_user_m, t.acl, t.src_object_type, t.src_object_id FROM llx_ecm_files as t WHERE 1 = 1 AND t.filepath = 'website/linuxhote' AND t.filename = 'page14.tpl.php' AND t.entity = 1
2020-05-12 13:56:50 DEBUG   192.168.1.3      sql=SELECT rowid as id, lang, pageurl from llx_website_page where fk_page IN (14)
2020-05-12 13:56:50 INFO    192.168.1.3      dolSavePageAlias We regenerate the alias page filealias=/var/www/linuxhote.fr/documents/website/linuxhote/pricing.php
2020-05-12 13:56:50 DEBUG   192.168.1.3      WebsitePage::fetch
2020-05-12 13:56:50 DEBUG   192.168.1.3      sql=SELECT t.rowid, t.fk_website, t.type_container, t.pageurl, t.aliasalt, t.title, t.description, t.image, t.keywords, t.htmlheader, t.content, t.lang, t.fk_page, t.status, t.grabbed_from, t.date_creation, t.tms as date_modification, t.fk_user_creat, t.fk_user_modif FROM llx_website_page as t WHERE 1 = 1 AND t.rowid = 15 LIMIT 1
2020-05-12 13:56:50 INFO    192.168.1.3      Found ID 125 to replace with ID 15 and shortcut aliases to create: privacy-policies
2020-05-12 13:56:50 INFO    192.168.1.3      files.lib.php::dol_move srcfile=/var/www/linuxhote.fr/documents/website/linuxhote/page125.tpl.php destfile=/var/www/linuxhote.fr/documents/website/linuxhote/page15.tpl.php newmask=0 overwritifexists=1
2020-05-12 13:56:50 INFO    192.168.1.3      We regenerate the tpl page filetpl=/var/www/linuxhote.fr/documents/website/linuxhote/page15.tpl.php
2020-05-12 13:56:50 INFO    192.168.1.3      dol_delete_file file=/var/www/linuxhote.fr/documents/website/linuxhote/page15.tpl.php disableglob=0 nophperrors=0 nohook=0

Hi ksar,

Why do I no longer have access to https://www.dolibarr.fr?

Hi,

I don’t know.
It works for me.

Hi,
And now this does work. :smiley:
It is therefore a very strange situation. :space_invader: