Récemment
-
balise canonical
PhenixSuite1 -
Erreur lors de nouvelle installation
Questions relatives à l'installation/upgrade25 -
modules addons vs phenix suite
Discussion générale3 -
Contexte client et module devis
PhenixSuite8 -
Breadcrumb sans lien précédent
Bugs & Améliorations3 -
Multi-utilisateur-produit
Nouvelles fonctionnalités4 -
Commandes fournisseurs
PhenixSuite4 -
Suppression du . dans les déclinaisons
PhenixSuite3 -
Images produit qui disparaissent
Bugs & Améliorations30 -
devcustom ?
PhenixSuite5 -
Mode profiling
Bugs & Améliorations1 -
Urls bizarres dans la console search
PhenixSuite12 -
Erreurs 410 dans BO
PhenixSuite3 -
la classe search
Bugs & Améliorations2 -
Probleme depuis MAJ phenix 1.6.2.36
PhenixSuite8 -
[resolu] Le module mondial relay 3.4.5
Bugs & Améliorations1 -
controlleur fournisseurs.
Bugs & Améliorations11 -
J'en profite (la fougue de la jeunesse) (ah ah ah)
Bugs & Améliorations5 -
Bon dernier du jour mais cela me turlupine classe search
Bugs & Améliorations4 -
se connecter comme un client idntifié
Bugs & Améliorations1
Erreur lors de nouvelle installation
-
Bonjour,
après test pas concluant sur une version propre de PS 9 et venant de découvrir PhenixSuite, j'ai décidé de lancer une nouvelle installation de 0.
J'étais sur PS 1.7 avant mais j'ai rencontré plusieurs pbs et j'avais décidé de refaire tout en propre, je suis en test de PS 9 mais c'est pas top.
J'ai donc tenté une nouvelle install de 0 dans un sous-répertoire de mon hébergement mutualisé chez IONOS, je suis en php 8.4 et bdd Maria DB 10.11, j'ai téléchargé autoloader.zip présent sur le site PhenixSuite, lancé l'installation et juste après la validation des "Informations à propos de votre boutique", j'ai ce message d'erreur :Fatal error: Uncaught Error: Undefined constant "PS_ADMIN_PASSWORD_LENGTH" in /classes/Validate.php:553 Stack trace: #0 /install/controllers/http/configure.php(104): ValidateCore::isPasswdAdmin() #1 /install/classes/controllerHttp.php(166): InstallControllerHttpConfigure->validate() #2 /install/index.php(35): InstallControllerHttp::execute() #3 {main} thrown in /classes/Validate.php on line 553
Merci pour votre aide.
Bonne soirée
Cordialement,
Amandine
-
Effectivement,
Il manque ces 3 lignesif(!defined('_PS_ADMIN_PASSWORD_LENGTH_')) { define('_PS_ADMIN_PASSWORD_LENGTH_', 8); }dans le fichier /install/init.php à la ligne 57
Merci de votre retour
-
Bonsoir,
merci, avec la modif, j'ai pu passer ce stade mais ça plante à 13 % comme sur ce topiq .
J'ai effectué la modif indiquée sur db_structure mais je ne passe pas le cap.Merci de votre aide
-
Dans le log, j'ai un fichier nommé 20251103_exception.log avec ce contenu :
*ERROR* 2025/11/03 - 21:43:32: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'varchar(48) DEFAULT NULL, `tfa` tinyint(1) unsigned NOT NULL DEFAULT 0, `...' at line 18 CREATE TABLE `ps_customer` ( `id_customer` int(11) unsigned NOT NULL AUTO_INCREMENT, `id_shop_group` int(11) unsigned NOT NULL DEFAULT 1, `id_shop` int(11) unsigned NOT NULL DEFAULT 1, `id_gender` int(11) unsigned DEFAULT NULL, `id_default_group` int(11) unsigned NOT NULL DEFAULT 1, `id_lang` int(11) unsigned DEFAULT NULL, `id_risk` int(11) unsigned NOT NULL DEFAULT 1, `company` varchar(64) DEFAULT NULL, `siret` varchar(64) DEFAULT NULL, `ape` varchar(5) DEFAULT NULL, `firstname` varchar(32) NOT NULL, `lastname` varchar(32) NOT NULL, `email` varchar(128) NOT NULL, `phone` varchar(32) DEFAULT NULL, `passwd` varchar(128) NOT NULL, `md5_control` varchar(32) DEFAULT NULL `secret_key` varchar(48) DEFAULT NULL, `tfa` tinyint(1) unsigned NOT NULL DEFAULT 0, `last_passwd_gen` timestamp NOT NULL DEFAULT current_timestamp(), `last_passwd_modified` timestamp NOT NULL DEFAULT current_timestamp(), `temp_key` varchar(64) DEFAULT NULL, `last_temp_key` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00', `code` int(6) NULL, `birthday` date DEFAULT NULL, `newsletter` tinyint(1) unsigned NOT NULL DEFAULT 0, `ip_registration_newsletter` varchar(40) DEFAULT NULL, `newsletter_date_add` datetime DEFAULT NULL, `optin` tinyint(1) unsigned NOT NULL DEFAULT 0, `website` varchar(128) DEFAULT NULL, `outstanding_allow_amount` decimal(20,6) NOT NULL DEFAULT 0.000000, `show_public_prices` tinyint(1) unsigned NOT NULL DEFAULT 0, `max_payment_days` int(11) unsigned NOT NULL DEFAULT 60, `secure_key` varchar(32) NOT NULL DEFAULT '-1', `note` text DEFAULT NULL, `active` tinyint(1) unsigned NOT NULL DEFAULT 0, `is_guest` tinyint(1) NOT NULL DEFAULT 0, `deleted` tinyint(1) NOT NULL DEFAULT 0, `date_add` datetime NOT NULL, `date_upd` datetime NOT NULL, PRIMARY KEY (`id_customer`), KEY `customer_email` (`email`), KEY `customer_login` (`email`,`passwd`), KEY `id_customer_passwd` (`id_customer`,`passwd`), KEY `id_gender` (`id_gender`), KEY `id_shop_group` (`id_shop_group`), KEY `id_shop` (`id_shop`,`date_add`), KEY `temp_key` (`temp_key`), KEY `active` (`active`) KEY `md5_control` (`md5_control`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE utf8mb4_general_ci *ERROR* 2025/11/03 - 21:45:58: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'varchar(48) DEFAULT NULL, `tfa` tinyint(1) unsigned NOT NULL DEFAULT 0, `...' at line 18 CREATE TABLE `ps_customer` ( `id_customer` int(11) unsigned NOT NULL AUTO_INCREMENT, `id_shop_group` int(11) unsigned NOT NULL DEFAULT 1, `id_shop` int(11) unsigned NOT NULL DEFAULT 1, `id_gender` int(11) unsigned DEFAULT NULL, `id_default_group` int(11) unsigned NOT NULL DEFAULT 1, `id_lang` int(11) unsigned DEFAULT NULL, `id_risk` int(11) unsigned NOT NULL DEFAULT 1, `company` varchar(64) DEFAULT NULL, `siret` varchar(64) DEFAULT NULL, `ape` varchar(5) DEFAULT NULL, `firstname` varchar(32) NOT NULL, `lastname` varchar(32) NOT NULL, `email` varchar(128) NOT NULL, `phone` varchar(32) DEFAULT NULL, `passwd` varchar(128) NOT NULL, `md5_control` varchar(32) DEFAULT NULL `secret_key` varchar(48) DEFAULT NULL, `tfa` tinyint(1) unsigned NOT NULL DEFAULT 0, `last_passwd_gen` timestamp NOT NULL DEFAULT current_timestamp(), `last_passwd_modified` timestamp NOT NULL DEFAULT current_timestamp(), `temp_key` varchar(64) DEFAULT NULL, `last_temp_key` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00', `code` int(6) NULL, `birthday` date DEFAULT NULL, `newsletter` tinyint(1) unsigned NOT NULL DEFAULT 0, `ip_registration_newsletter` varchar(40) DEFAULT NULL, `newsletter_date_add` datetime DEFAULT NULL, `optin` tinyint(1) unsigned NOT NULL DEFAULT 0, `website` varchar(128) DEFAULT NULL, `outstanding_allow_amount` decimal(20,6) NOT NULL DEFAULT 0.000000, `show_public_prices` tinyint(1) unsigned NOT NULL DEFAULT 0, `max_payment_days` int(11) unsigned NOT NULL DEFAULT 60, `secure_key` varchar(32) NOT NULL DEFAULT '-1', `note` text DEFAULT NULL, `active` tinyint(1) unsigned NOT NULL DEFAULT 0, `is_guest` tinyint(1) NOT NULL DEFAULT 0, `deleted` tinyint(1) NOT NULL DEFAULT 0, `date_add` datetime NOT NULL, `date_upd` datetime NOT NULL, PRIMARY KEY (`id_customer`), KEY `customer_email` (`email`), KEY `customer_login` (`email`,`passwd`), KEY `id_customer_passwd` (`id_customer`,`passwd`), KEY `id_gender` (`id_gender`), KEY `id_shop_group` (`id_shop_group`), KEY `id_shop` (`id_shop`,`date_add`), KEY `temp_key` (`temp_key`), KEY `active` (`active`) KEY `md5_control` (`md5_control`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE utf8mb4_general_ci *ERROR* 2025/11/03 - 21:46:03: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'varchar(48) DEFAULT NULL, `tfa` tinyint(1) unsigned NOT NULL DEFAULT 0, `...' at line 18 CREATE TABLE `ps_customer` ( `id_customer` int(11) unsigned NOT NULL AUTO_INCREMENT, `id_shop_group` int(11) unsigned NOT NULL DEFAULT 1, `id_shop` int(11) unsigned NOT NULL DEFAULT 1, `id_gender` int(11) unsigned DEFAULT NULL, `id_default_group` int(11) unsigned NOT NULL DEFAULT 1, `id_lang` int(11) unsigned DEFAULT NULL, `id_risk` int(11) unsigned NOT NULL DEFAULT 1, `company` varchar(64) DEFAULT NULL, `siret` varchar(64) DEFAULT NULL, `ape` varchar(5) DEFAULT NULL, `firstname` varchar(32) NOT NULL, `lastname` varchar(32) NOT NULL, `email` varchar(128) NOT NULL, `phone` varchar(32) DEFAULT NULL, `passwd` varchar(128) NOT NULL, `md5_control` varchar(32) DEFAULT NULL `secret_key` varchar(48) DEFAULT NULL, `tfa` tinyint(1) unsigned NOT NULL DEFAULT 0, `last_passwd_gen` timestamp NOT NULL DEFAULT current_timestamp(), `last_passwd_modified` timestamp NOT NULL DEFAULT current_timestamp(), `temp_key` varchar(64) DEFAULT NULL, `last_temp_key` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00', `code` int(6) NULL, `birthday` date DEFAULT NULL, `newsletter` tinyint(1) unsigned NOT NULL DEFAULT 0, `ip_registration_newsletter` varchar(40) DEFAULT NULL, `newsletter_date_add` datetime DEFAULT NULL, `optin` tinyint(1) unsigned NOT NULL DEFAULT 0, `website` varchar(128) DEFAULT NULL, `outstanding_allow_amount` decimal(20,6) NOT NULL DEFAULT 0.000000, `show_public_prices` tinyint(1) unsigned NOT NULL DEFAULT 0, `max_payment_days` int(11) unsigned NOT NULL DEFAULT 60, `secure_key` varchar(32) NOT NULL DEFAULT '-1', `note` text DEFAULT NULL, `active` tinyint(1) unsigned NOT NULL DEFAULT 0, `is_guest` tinyint(1) NOT NULL DEFAULT 0, `deleted` tinyint(1) NOT NULL DEFAULT 0, `date_add` datetime NOT NULL, `date_upd` datetime NOT NULL, PRIMARY KEY (`id_customer`), KEY `customer_email` (`email`), KEY `customer_login` (`email`,`passwd`), KEY `id_customer_passwd` (`id_customer`,`passwd`), KEY `id_gender` (`id_gender`), KEY `id_shop_group` (`id_shop_group`), KEY `id_shop` (`id_shop`,`date_add`), KEY `temp_key` (`temp_key`), KEY `active` (`active`) KEY `md5_control` (`md5_control`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE utf8mb4_general_ci *ERROR* 2025/11/03 - 21:46:06: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'varchar(48) DEFAULT NULL, `tfa` tinyint(1) unsigned NOT NULL DEFAULT 0, `...' at line 18 CREATE TABLE `ps_customer` ( `id_customer` int(11) unsigned NOT NULL AUTO_INCREMENT, `id_shop_group` int(11) unsigned NOT NULL DEFAULT 1, `id_shop` int(11) unsigned NOT NULL DEFAULT 1, `id_gender` int(11) unsigned DEFAULT NULL, `id_default_group` int(11) unsigned NOT NULL DEFAULT 1, `id_lang` int(11) unsigned DEFAULT NULL, `id_risk` int(11) unsigned NOT NULL DEFAULT 1, `company` varchar(64) DEFAULT NULL, `siret` varchar(64) DEFAULT NULL, `ape` varchar(5) DEFAULT NULL, `firstname` varchar(32) NOT NULL, `lastname` varchar(32) NOT NULL, `email` varchar(128) NOT NULL, `phone` varchar(32) DEFAULT NULL, `passwd` varchar(128) NOT NULL, `md5_control` varchar(32) DEFAULT NULL `secret_key` varchar(48) DEFAULT NULL, `tfa` tinyint(1) unsigned NOT NULL DEFAULT 0, `last_passwd_gen` timestamp NOT NULL DEFAULT current_timestamp(), `last_passwd_modified` timestamp NOT NULL DEFAULT current_timestamp(), `temp_key` varchar(64) DEFAULT NULL, `last_temp_key` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00', `code` int(6) NULL, `birthday` date DEFAULT NULL, `newsletter` tinyint(1) unsigned NOT NULL DEFAULT 0, `ip_registration_newsletter` varchar(40) DEFAULT NULL, `newsletter_date_add` datetime DEFAULT NULL, `optin` tinyint(1) unsigned NOT NULL DEFAULT 0, `website` varchar(128) DEFAULT NULL, `outstanding_allow_amount` decimal(20,6) NOT NULL DEFAULT 0.000000, `show_public_prices` tinyint(1) unsigned NOT NULL DEFAULT 0, `max_payment_days` int(11) unsigned NOT NULL DEFAULT 60, `secure_key` varchar(32) NOT NULL DEFAULT '-1', `note` text DEFAULT NULL, `active` tinyint(1) unsigned NOT NULL DEFAULT 0, `is_guest` tinyint(1) NOT NULL DEFAULT 0, `deleted` tinyint(1) NOT NULL DEFAULT 0, `date_add` datetime NOT NULL, `date_upd` datetime NOT NULL, PRIMARY KEY (`id_customer`), KEY `customer_email` (`email`), KEY `customer_login` (`email`,`passwd`), KEY `id_customer_passwd` (`id_customer`,`passwd`), KEY `id_gender` (`id_gender`), KEY `id_shop_group` (`id_shop_group`), KEY `id_shop` (`id_shop`,`date_add`), KEY `temp_key` (`temp_key`), KEY `active` (`active`) KEY `md5_control` (`md5_control`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE utf8mb4_general_ci
-
@Amandloren a dit dans Erreur lors de nouvelle installation :
md5_controlvarchar(32) DEFAULT NULLRhôôôô ! il manque la virgule à la fin de cette ligne
md5_controlvarchar(32) DEFAULT NULL,
-
, ajouté à la ligne 18 mais il y a encore un pb avec ps_customer
voici le log :
*ERROR* 2025/11/03 - 22:16:52: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'KEY `md5_control` (`md5_control`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COL...' at line 50 CREATE TABLE `ps_customer` ( `id_customer` int(11) unsigned NOT NULL AUTO_INCREMENT, `id_shop_group` int(11) unsigned NOT NULL DEFAULT 1, `id_shop` int(11) unsigned NOT NULL DEFAULT 1, `id_gender` int(11) unsigned DEFAULT NULL, `id_default_group` int(11) unsigned NOT NULL DEFAULT 1, `id_lang` int(11) unsigned DEFAULT NULL, `id_risk` int(11) unsigned NOT NULL DEFAULT 1, `company` varchar(64) DEFAULT NULL, `siret` varchar(64) DEFAULT NULL, `ape` varchar(5) DEFAULT NULL, `firstname` varchar(32) NOT NULL, `lastname` varchar(32) NOT NULL, `email` varchar(128) NOT NULL, `phone` varchar(32) DEFAULT NULL, `passwd` varchar(128) NOT NULL, `md5_control` varchar(32) DEFAULT NULL, `secret_key` varchar(48) DEFAULT NULL, `tfa` tinyint(1) unsigned NOT NULL DEFAULT 0, `last_passwd_gen` timestamp NOT NULL DEFAULT current_timestamp(), `last_passwd_modified` timestamp NOT NULL DEFAULT current_timestamp(), `temp_key` varchar(64) DEFAULT NULL, `last_temp_key` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00', `code` int(6) NULL, `birthday` date DEFAULT NULL, `newsletter` tinyint(1) unsigned NOT NULL DEFAULT 0, `ip_registration_newsletter` varchar(40) DEFAULT NULL, `newsletter_date_add` datetime DEFAULT NULL, `optin` tinyint(1) unsigned NOT NULL DEFAULT 0, `website` varchar(128) DEFAULT NULL, `outstanding_allow_amount` decimal(20,6) NOT NULL DEFAULT 0.000000, `show_public_prices` tinyint(1) unsigned NOT NULL DEFAULT 0, `max_payment_days` int(11) unsigned NOT NULL DEFAULT 60, `secure_key` varchar(32) NOT NULL DEFAULT '-1', `note` text DEFAULT NULL, `active` tinyint(1) unsigned NOT NULL DEFAULT 0, `is_guest` tinyint(1) NOT NULL DEFAULT 0, `deleted` tinyint(1) NOT NULL DEFAULT 0, `date_add` datetime NOT NULL, `date_upd` datetime NOT NULL, PRIMARY KEY (`id_customer`), KEY `customer_email` (`email`), KEY `customer_login` (`email`,`passwd`), KEY `id_customer_passwd` (`id_customer`,`passwd`), KEY `id_gender` (`id_gender`), KEY `id_shop_group` (`id_shop_group`), KEY `id_shop` (`id_shop`,`date_add`), KEY `temp_key` (`temp_key`), KEY `active` (`active`) KEY `md5_control` (`md5_control`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE utf8mb4_general_ci
-
@Amandloren a dit dans Erreur lors de nouvelle installation :
KEY
active(active)oui, idem pour la virgule à la fin de cette ligne
KEYactive(active),
-
rectifié, encore une autre dans le log que j'ai rectifé à
CREATE TABLEps_supply_order(virgule à ajouter à la fin de
free_texttext NULL,J'ai passé la création des tables, blocage à 39 % :
*ERROR* 2025/11/03 - 22:50:01: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '4'), (' / ', '5')' at line 4 INSERT IGNORE INTO `ps_separator` (`separator`, `id_separator`) VALUES (', ', '1'), (' - ', '2'), (' x ', '3'), ('\', '4'), (' / ', '5')
-
On verra la suite demain.
Bonne nuit
Cordialement
-
Relancez phenix-install.php j'ai effectué les corrections sur l'archive et testé l'install vierge.
-
Bonsoir,
j'ai passé la bdd, mais blocage à 76% Installation des modules, voici ce que j'ai dans le log à curl_last.logArray ( [url] => https://devcustom.net/public/scripts/dl.php?l=fr.gzip [content_type] => application/force-download [http_code] => 200 [header_size] => 210 [request_size] => 122 [filetime] => -1 [ssl_verify_result] => 0 [redirect_count] => 0 [total_time] => 0.184881 [namelookup_time] => 0.000346 [connect_time] => 0.008738 [pretransfer_time] => 0.03654 [size_upload] => 0 [size_download] => 654056 [speed_download] => 3554652 [speed_upload] => 0 [download_content_length] => -1 [upload_content_length] => -1 [starttransfer_time] => 0.048324 [redirect_time] => 0 [redirect_url] => [primary_ip] => 212.83.160.109 [certinfo] => Array ( ) [primary_port] => 443 [local_ip] => 82.165.90.147 [local_port] => 37068 [http_version] => 2 [protocol] => 2 [ssl_verifyresult] => 0 [scheme] => HTTPS [appconnect_time_us] => 36494 [connect_time_us] => 8738 [namelookup_time_us] => 346 [pretransfer_time_us] => 36540 [redirect_time_us] => 0 [starttransfer_time_us] => 48324 [total_time_us] => 184881 [request_header] => GET /public/scripts/dl.php?l=fr.gzip HTTP/1.1 Host: devcustom.net Accept: */* Referer: http://mondomaine [effective_method] => GET )
-
ce n'est pas une erreur ça.
Rien dans votre error.log ?J'ai testé 2 fois l'install vierge hier soir.
-
dans le dossier /log je n'ai qu'un .htaccess, le fichier de mon message précédent, curlog.log qui ne contient rien et index.php,
je n'ai pas error.log, à moins qu'il soit dans un autre dossier ?
-
error.log de votre serveur / hébergeur
-
c'est un peu la galère pour le trouver sur ionos, il se trouve avec les logs d'accés dans un même fichier donc j'ai extrait la partie, j'espère que c'est ça car pas d'error-log :
88.179.19.0 - - [04/Nov/2025:20:43:14 +0100] "GET /install/index.php?installDefaultData=true&_=1762285385003 HTTP/1.1" 200 29 angel-fairies-land.eu "http://angel-fairies-land.eu/install/index.php?restart=true" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:143.0) Gecko/20100101 Firefox/143.0" "-" 88.179.19.0 - - [04/Nov/2025:20:43:21 +0100] "GET /install/index.php?populateDatabase=true&subtask=0&entity=theme&_=1762285385004 HTTP/1.1" 200 29 angel-fairies-land.eu "http://angel-fairies-land.eu/install/index.php?restart=true" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:143.0) Gecko/20100101 Firefox/143.0" "-" 88.179.19.0 - - [04/Nov/2025:20:43:22 +0100] "GET /install/index.php?populateDatabase=true&subtask=1&entity=order_return_state&_=1762285385005 HTTP/1.1" 200 29 angel-fairies-land.eu "http://angel-fairies-land.eu/install/index.php?restart=true" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:143.0) Gecko/20100101 Firefox/143.0" "-" 88.179.19.0 - - [04/Nov/2025:20:43:22 +0100] "GET /install/index.php?populateDatabase=true&subtask=2&entity=separator&_=1762285385006 HTTP/1.1" 200 29 angel-fairies-land.eu "http://angel-fairies-land.eu/install/index.php?restart=true" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:143.0) Gecko/20100101 Firefox/143.0" "-" 88.179.19.0 - - [04/Nov/2025:20:43:22 +0100] "GET /install/index.php?populateDatabase=true&subtask=3&entity=stock_mvt_reason&_=1762285385007 HTTP/1.1" 200 29 angel-fairies-land.eu "http://angel-fairies-land.eu/install/index.php?restart=true" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:143.0) Gecko/20100101 Firefox/143.0" "-" 88.179.19.0 - - [04/Nov/2025:20:43:22 +0100] "GET /install/index.php?populateDatabase=true&subtask=4&entity=risk&_=1762285385008 HTTP/1.1" 200 29 angel-fairies-land.eu "http://angel-fairies-land.eu/install/index.php?restart=true" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:143.0) Gecko/20100101 Firefox/143.0" "-" 88.179.19.0 - - [04/Nov/2025:20:43:23 +0100] "GET /install/index.php?populateDatabase=true&subtask=5&entity=group&_=1762285385009 HTTP/1.1" 200 29 angel-fairies-land.eu "http://angel-fairies-land.eu/install/index.php?restart=true" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:143.0) Gecko/20100101 Firefox/143.0" "-" 88.179.19.0 - - [04/Nov/2025:20:43:23 +0100] "GET /install/index.php?populateDatabase=true&subtask=6&entity=timezone&_=1762285385010 HTTP/1.1" 200 29 angel-fairies-land.eu "http://angel-fairies-land.eu/install/index.php?restart=true" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:143.0) Gecko/20100101 Firefox/143.0" "-" 88.179.19.0 - - [04/Nov/2025:20:43:23 +0100] "GET /install/index.php?populateDatabase=true&subtask=7&entity=cms_category&_=1762285385011 HTTP/1.1" 200 29 angel-fairies-land.eu "http://angel-fairies-land.eu/install/index.php?restart=true" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:143.0) Gecko/20100101 Firefox/143.0" "-" 88.179.19.0 - - [04/Nov/2025:20:43:23 +0100] "GET /install/index.php?populateDatabase=true&subtask=8&entity=image_type&_=1762285385012 HTTP/1.1" 200 29 angel-fairies-land.eu "http://angel-fairies-land.eu/install/index.php?restart=true" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:143.0) Gecko/20100101 Firefox/143.0" "-" 88.179.19.0 - - [04/Nov/2025:20:43:24 +0100] "GET /install/index.php?populateDatabase=true&subtask=9&entity=operating_system&_=1762285385013 HTTP/1.1" 200 29 angel-fairies-land.eu "http://angel-fairies-land.eu/install/index.php?restart=true" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:143.0) Gecko/20100101 Firefox/143.0" "-" 88.179.19.0 - - [04/Nov/2025:20:43:24 +0100] "GET /install/index.php?populateDatabase=true&subtask=10&entity=zone&_=1762285385014 HTTP/1.1" 200 29 angel-fairies-land.eu "http://angel-fairies-land.eu/install/index.php?restart=true" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:143.0) Gecko/20100101 Firefox/143.0" "-" 88.179.19.0 - - [04/Nov/2025:20:43:25 +0100] "GET /install/index.php?populateDatabase=true&subtask=11&entity=tab&_=1762285385015 HTTP/1.1" 200 29 angel-fairies-land.eu "http://angel-fairies-land.eu/install/index.php?restart=true" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:143.0) Gecko/20100101 Firefox/143.0" "-" 88.179.19.0 - - [04/Nov/2025:20:43:25 +0100] "GET /install/index.php?populateDatabase=true&subtask=12&entity=quick_access&_=1762285385016 HTTP/1.1" 200 29 angel-fairies-land.eu "http://angel-fairies-land.eu/install/index.php?restart=true" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:143.0) Gecko/20100101 Firefox/143.0" "-" 88.179.19.0 - - [04/Nov/2025:20:43:25 +0100] "GET /install/index.php?populateDatabase=true&subtask=13&entity=carrier&_=1762285385017 HTTP/1.1" 200 29 angel-fairies-land.eu "http://angel-fairies-land.eu/install/index.php?restart=true" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:143.0) Gecko/20100101 Firefox/143.0" "-" 88.179.19.0 - - [04/Nov/2025:20:43:26 +0100] "GET /install/index.php?populateDatabase=true&subtask=14&entity=carrier_zone&_=1762285385018 HTTP/1.1" 200 29 angel-fairies-land.eu "http://angel-fairies-land.eu/install/index.php?restart=true" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:143.0) Gecko/20100101 Firefox/143.0" "-" 88.179.19.0 - - [04/Nov/2025:20:43:26 +0100] "GET /install/index.php?populateDatabase=true&subtask=15&entity=meta&_=1762285385019 HTTP/1.1" 200 29 angel-fairies-land.eu "http://angel-fairies-land.eu/install/index.php?restart=true" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:143.0) Gecko/20100101 Firefox/143.0" "-" 88.179.19.0 - - [04/Nov/2025:20:43:26 +0100] "GET /install/index.php?populateDatabase=true&subtask=16&entity=configuration&_=1762285385020 HTTP/1.1" 200 29 angel-fairies-land.eu "http://angel-fairies-land.eu/install/index.php?restart=true" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:143.0) Gecko/20100101 Firefox/143.0" "-" 88.179.19.0 - - [04/Nov/2025:20:43:27 +0100] "GET /install/index.php?populateDatabase=true&subtask=17&entity=country&_=1762285385021 HTTP/1.1" 200 29 angel-fairies-land.eu "http://angel-fairies-land.eu/install/index.php?restart=true" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:143.0) Gecko/20100101 Firefox/143.0" "-" 88.179.19.0 - - [04/Nov/2025:20:43:27 +0100] "GET /install/index.php?populateDatabase=true&subtask=18&entity=hook&_=1762285385022 HTTP/1.1" 200 29 angel-fairies-land.eu "http://angel-fairies-land.eu/install/index.php?restart=true" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:143.0) Gecko/20100101 Firefox/143.0" "-" 88.179.19.0 - - [04/Nov/2025:20:43:28 +0100] "GET /install/index.php?populateDatabase=true&subtask=19&entity=gender&_=1762285385023 HTTP/1.1" 200 29 angel-fairies-land.eu "http://angel-fairies-land.eu/install/index.php?restart=true" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:143.0) Gecko/20100101 Firefox/143.0" "-" 88.179.19.0 - - [04/Nov/2025:20:43:28 +0100] "GET /install/index.php?populateDatabase=true&subtask=20&entity=theme_meta&_=1762285385024 HTTP/1.1" 200 29 angel-fairies-land.eu "http://angel-fairies-land.eu/install/index.php?restart=true" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:143.0) Gecko/20100101 Firefox/143.0" "-" 88.179.19.0 - - [04/Nov/2025:20:43:28 +0100] "GET /install/index.php?populateDatabase=true&subtask=21&entity=carrier_group&_=1762285385025 HTTP/1.1" 200 29 angel-fairies-land.eu "http://angel-fairies-land.eu/install/index.php?restart=true" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:143.0) Gecko/20100101 Firefox/143.0" "-" 88.179.19.0 - - [04/Nov/2025:20:43:29 +0100] "GET /install/index.php?populateDatabase=true&subtask=22&entity=profile&_=1762285385026 HTTP/1.1" 200 29 angel-fairies-land.eu "http://angel-fairies-land.eu/install/index.php?restart=true" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:143.0) Gecko/20100101 Firefox/143.0" "-" 88.179.19.0 - - [04/Nov/2025:20:43:29 +0100] "GET /install/index.php?populateDatabase=true&subtask=23&entity=order_state&_=1762285385027 HTTP/1.1" 200 29 angel-fairies-land.eu "http://angel-fairies-land.eu/install/index.php?restart=true" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:143.0) Gecko/20100101 Firefox/143.0" "-" 88.179.19.0 - - [04/Nov/2025:20:43:29 +0100] "GET /install/index.php?populateDatabase=true&subtask=24&entity=state&_=1762285385028 HTTP/1.1" 200 29 angel-fairies-land.eu "http://angel-fairies-land.eu/install/index.php?restart=true" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:143.0) Gecko/20100101 Firefox/143.0" "-" 88.179.19.0 - - [04/Nov/2025:20:43:30 +0100] "GET /install/index.php?populateDatabase=true&subtask=25&entity=supply_order_state&_=1762285385029 HTTP/1.1" 200 29 angel-fairies-land.eu "http://angel-fairies-land.eu/install/index.php?restart=true" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:143.0) Gecko/20100101 Firefox/143.0" "-" 88.179.19.0 - - [04/Nov/2025:20:43:30 +0100] "GET /install/index.php?populateDatabase=true&subtask=26&entity=warehouse&_=1762285385030 HTTP/1.1" 200 29 angel-fairies-land.eu "http://angel-fairies-land.eu/install/index.php?restart=true" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:143.0) Gecko/20100101 Firefox/143.0" "-" 88.179.19.0 - - [04/Nov/2025:20:43:31 +0100] "GET /install/index.php?populateDatabase=true&subtask=27&entity=contact&_=1762285385031 HTTP/1.1" 200 29 angel-fairies-land.eu "http://angel-fairies-land.eu/install/index.php?restart=true" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:143.0) Gecko/20100101 Firefox/143.0" "-" 88.179.19.0 - - [04/Nov/2025:20:43:31 +0100] "GET /install/index.php?populateDatabase=true&subtask=28&entity=category&_=1762285385032 HTTP/1.1" 200 29 angel-fairies-land.eu "http://angel-fairies-land.eu/install/index.php?restart=true" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:143.0) Gecko/20100101 Firefox/143.0" "-" 88.179.19.0 - - [04/Nov/2025:20:43:31 +0100] "GET /install/index.php?populateDatabase=true&subtask=29&entity=category_group&_=1762285385033 HTTP/1.1" 200 29 angel-fairies-land.eu "http://angel-fairies-land.eu/install/index.php?restart=true" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:143.0) Gecko/20100101 Firefox/143.0" "-" 88.179.19.0 - - [04/Nov/2025:20:43:32 +0100] "GET /install/index.php?populateDatabase=true&subtask=30&entity=carrier_tax_rules_group_shop&_=1762285385034 HTTP/1.1" 200 29 angel-fairies-land.eu "http://angel-fairies-land.eu/install/index.php?restart=true" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:143.0) Gecko/20100101 Firefox/143.0" "-" 88.179.19.0 - - [04/Nov/2025:20:43:32 +0100] "GET /install/index.php?populateDatabase=true&subtask=31&entity=cms&_=1762285385035 HTTP/1.1" 200 29 angel-fairies-land.eu "http://angel-fairies-land.eu/install/index.php?restart=true" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:143.0) Gecko/20100101 Firefox/143.0" "-" 88.179.19.0 - - [04/Nov/2025:20:43:32 +0100] "GET /install/index.php?populateDatabase=true&subtask=32&entity=address_format&_=1762285385036 HTTP/1.1" 200 29 angel-fairies-land.eu "http://angel-fairies-land.eu/install/index.php?restart=true" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:143.0) Gecko/20100101 Firefox/143.0" "-" 88.179.19.0 - - [04/Nov/2025:20:43:33 +0100] "GET /install/index.php?populateDatabase=true&subtask=33&entity=hook_alias&_=1762285385037 HTTP/1.1" 200 29 angel-fairies-land.eu "http://angel-fairies-land.eu/install/index.php?restart=true" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:143.0) Gecko/20100101 Firefox/143.0" "-" 88.179.19.0 - - [04/Nov/2025:20:43:34 +0100] "GET /install/index.php?populateDatabase=true&subtask=34&entity=web_browser&_=1762285385038 HTTP/1.1" 200 29 angel-fairies-land.eu "http://angel-fairies-land.eu/install/index.php?restart=true" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:143.0) Gecko/20100101 Firefox/143.0" "-" 88.179.19.0 - - [04/Nov/2025:20:43:34 +0100] "GET /install/index.php?configureShop=true&_=1762285385039 HTTP/1.1" 200 29 angel-fairies-land.eu "http://angel-fairies-land.eu/install/index.php?restart=true" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:143.0) Gecko/20100101 Firefox/143.0" "-" 88.179.19.0 - - [04/Nov/2025:20:43:35 +0100] "GET /install/index.php?installModules=true&subtask=0&module=socialsharing&_=1762285385040 HTTP/1.1" 200 29 angel-fairies-land.eu "http://angel-fairies-land.eu/install/index.php?restart=true" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:143.0) Gecko/20100101 Firefox/143.0" "-" 88.179.19.0 - - [04/Nov/2025:20:43:36 +0100] "GET /install/index.php?installModules=true&subtask=1&module=blockbanner&_=1762285385041 HTTP/1.1" 200 29 angel-fairies-land.eu "http://angel-fairies-land.eu/install/index.php?restart=true" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:143.0) Gecko/20100101 Firefox/143.0" "-" 88.179.19.0 - - [04/Nov/2025:20:43:37 +0100] "GET /install/index.php?installModules=true&subtask=2&module=bankwire&_=1762285385042 HTTP/1.1" 200 29 angel-fairies-land.eu "http://angel-fairies-land.eu/install/index.php?restart=true" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:143.0) Gecko/20100101 Firefox/143.0" "-" 88.179.19.0 - - [04/Nov/2025:20:43:37 +0100] "GET /install/index.php?installModules=true&subtask=3&module=blockbestsellers&_=1762285385043 HTTP/1.1" 200 29 angel-fairies-land.eu "http://angel-fairies-land.eu/install/index.php?restart=true" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:143.0) Gecko/20100101 Firefox/143.0" "-" 88.179.19.0 - - [04/Nov/2025:20:43:38 +0100] "GET /install/index.php?installModules=true&subtask=4&module=blockcart&_=1762285385044 HTTP/1.1" 200 29 angel-fairies-land.eu "http://angel-fairies-land.eu/install/index.php?restart=true" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:143.0) Gecko/20100101 Firefox/143.0" "-" 88.179.19.0 - - [04/Nov/2025:20:43:38 +0100] "GET /install/index.php?installModules=true&subtask=5&module=blocksocial&_=1762285385045 HTTP/1.1" 200 29 angel-fairies-land.eu "http://angel-fairies-land.eu/install/index.php?restart=true" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:143.0) Gecko/20100101 Firefox/143.0" "-" 88.179.19.0 - - [04/Nov/2025:20:43:39 +0100] "GET /install/index.php?installModules=true&subtask=6&module=blockcategories&_=1762285385046 HTTP/1.1" 200 29 angel-fairies-land.eu "http://angel-fairies-land.eu/install/index.php?restart=true" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:143.0) Gecko/20100101 Firefox/143.0" "-" 88.179.19.0 - - [04/Nov/2025:20:43:39 +0100] "GET /install/index.php?installModules=true&subtask=7&module=blockcurrencies&_=1762285385047 HTTP/1.1" 200 29 angel-fairies-land.eu "http://angel-fairies-land.eu/install/index.php?restart=true" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:143.0) Gecko/20100101 Firefox/143.0" "-" 88.179.19.0 - - [04/Nov/2025:20:43:39 +0100] "GET /install/index.php?installModules=true&subtask=8&module=blockfacebook&_=1762285385048 HTTP/1.1" 200 29 angel-fairies-land.eu "http://angel-fairies-land.eu/install/index.php?restart=true" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:143.0) Gecko/20100101 Firefox/143.0" "-" 88.179.19.0 - - [04/Nov/2025:20:43:40 +0100] "GET /install/index.php?installModules=true&subtask=9&module=blocklanguages&_=1762285385049 HTTP/1.1" 200 29 angel-fairies-land.eu "http://angel-fairies-land.eu/install/index.php?restart=true" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:143.0) Gecko/20100101 Firefox/143.0" "-" 88.179.19.0 - - [04/Nov/2025:20:43:40 +0100] "GET /install/index.php?installModules=true&subtask=10&module=blocklayered&_=1762285385050 HTTP/1.1" 200 29 angel-fairies-land.eu "http://angel-fairies-land.eu/install/index.php?restart=true" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:143.0) Gecko/20100101 Firefox/143.0" "-" 88.179.19.0 - - [04/Nov/2025:20:43:41 +0100] "GET /install/index.php?installModules=true&subtask=11&module=blockcms&_=1762285385051 HTTP/1.1" 200 29 angel-fairies-land.eu "http://angel-fairies-land.eu/install/index.php?restart=true" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:143.0) Gecko/20100101 Firefox/143.0" "-" 88.179.19.0 - - [04/Nov/2025:20:43:41 +0100] "GET /install/index.php?installModules=true&subtask=12&module=blockcmsinfo&_=1762285385052 HTTP/1.1" 200 29 angel-fairies-land.eu "http://angel-fairies-land.eu/install/index.php?restart=true" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:143.0) Gecko/20100101 Firefox/143.0" "-" 88.179.19.0 - - [04/Nov/2025:20:43:42 +0100] "GET /install/index.php?installModules=true&subtask=13&module=blockcontact&_=1762285385053 HTTP/1.1" 200 29 angel-fairies-land.eu "http://angel-fairies-land.eu/install/index.php?restart=true" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:143.0) Gecko/20100101 Firefox/143.0" "-" 88.179.19.0 - - [04/Nov/2025:20:43:42 +0100] "GET /install/index.php?installModules=true&subtask=14&module=blockcontactinfos&_=1762285385054 HTTP/1.1" 200 29 angel-fairies-land.eu "http://angel-fairies-land.eu/install/index.php?restart=true" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:143.0) Gecko/20100101 Firefox/143.0" "-" 88.179.19.0 - - [04/Nov/2025:20:43:43 +0100] "GET /install/index.php?installModules=true&subtask=15&module=blockmanufacturer&_=1762285385055 HTTP/1.1" 200 29 angel-fairies-land.eu "http://angel-fairies-land.eu/install/index.php?restart=true" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:143.0) Gecko/20100101 Firefox/143.0" "-" 88.179.19.0 - - [04/Nov/2025:20:43:43 +0100] "GET /install/index.php?installModules=true&subtask=16&module=blockmyaccount&_=1762285385056 HTTP/1.1" 200 29 angel-fairies-land.eu "http://angel-fairies-land.eu/install/index.php?restart=true" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:143.0) Gecko/20100101 Firefox/143.0" "-" 88.179.19.0 - - [04/Nov/2025:20:43:44 +0100] "GET /install/index.php?installModules=true&subtask=17&module=blockmyaccountfooter&_=1762285385057 HTTP/1.1" 200 29 angel-fairies-land.eu "http://angel-fairies-land.eu/install/index.php?restart=true" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:143.0) Gecko/20100101 Firefox/143.0" "-" 88.179.19.0 - - [04/Nov/2025:20:43:44 +0100] "GET /install/index.php?installModules=true&subtask=18&module=blocknewproducts&_=1762285385058 HTTP/1.1" 200 29 angel-fairies-land.eu "http://angel-fairies-land.eu/install/index.php?restart=true" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:143.0) Gecko/20100101 Firefox/143.0" "-" 88.179.19.0 - - [04/Nov/2025:20:43:45 +0100] "GET /install/index.php?installModules=true&subtask=19&module=blocknewsletter&_=1762285385059 HTTP/1.1" 200 29 angel-fairies-land.eu "http://angel-fairies-land.eu/install/index.php?restart=true" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:143.0) Gecko/20100101 Firefox/143.0" "-" 88.179.19.0 - - [04/Nov/2025:20:43:45 +0100] "GET /install/index.php?installModules=true&subtask=20&module=blockpaymentlogo&_=1762285385060 HTTP/1.1" 200 29 angel-fairies-land.eu "http://angel-fairies-land.eu/install/index.php?restart=true" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:143.0) Gecko/20100101 Firefox/143.0" "-" 88.179.19.0 - - [04/Nov/2025:20:43:45 +0100] "GET /install/index.php?installModules=true&subtask=21&module=blocksearch&_=1762285385061 HTTP/1.1" 200 29 angel-fairies-land.eu "http://angel-fairies-land.eu/install/index.php?restart=true" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:143.0) Gecko/20100101 Firefox/143.0" "-" 88.179.19.0 - - [04/Nov/2025:20:43:46 +0100] "GET /install/index.php?installModules=true&subtask=22&module=blockspecials&_=1762285385062 HTTP/1.1" 200 29 angel-fairies-land.eu "http://angel-fairies-land.eu/install/index.php?restart=true" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:143.0) Gecko/20100101 Firefox/143.0" "-" 88.179.19.0 - - [04/Nov/2025:20:43:47 +0100] "GET /install/index.php?installModules=true&subtask=23&module=blockstore&_=1762285385063 HTTP/1.1" 200 29 angel-fairies-land.eu "http://angel-fairies-land.eu/install/index.php?restart=true" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:143.0) Gecko/20100101 Firefox/143.0" "-" 88.179.19.0 - - [04/Nov/2025:20:43:47 +0100] "GET /install/index.php?installModules=true&subtask=24&module=blocksupplier&_=1762285385064 HTTP/1.1" 200 29 angel-fairies-land.eu "http://angel-fairies-land.eu/install/index.php?restart=true" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:143.0) Gecko/20100101 Firefox/143.0" "-" 88.179.19.0 - - [04/Nov/2025:20:43:47 +0100] "GET /install/index.php?installModules=true&subtask=25&module=blocktags&_=1762285385065 HTTP/1.1" 200 29 angel-fairies-land.eu "http://angel-fairies-land.eu/install/index.php?restart=true" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:143.0) Gecko/20100101 Firefox/143.0" "-" 88.179.19.0 - - [04/Nov/2025:20:43:48 +0100] "GET /install/index.php?installModules=true&subtask=26&module=blocktopmenu&_=1762285385066 HTTP/1.1" 200 29 angel-fairies-land.eu "http://angel-fairies-land.eu/install/index.php?restart=true" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:143.0) Gecko/20100101 Firefox/143.0" "-" 88.179.19.0 - - [04/Nov/2025:20:43:48 +0100] "GET /install/index.php?installModules=true&subtask=27&module=blockuserinfo&_=1762285385067 HTTP/1.1" 200 29 angel-fairies-land.eu "http://angel-fairies-land.eu/install/index.php?restart=true" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:143.0) Gecko/20100101 Firefox/143.0" "-" 88.179.19.0 - - [04/Nov/2025:20:43:49 +0100] "GET /install/index.php?installModules=true&subtask=28&module=blockviewed&_=1762285385068 HTTP/1.1" 200 29 angel-fairies-land.eu "http://angel-fairies-land.eu/install/index.php?restart=true" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:143.0) Gecko/20100101 Firefox/143.0" "-" 88.179.19.0 - - [04/Nov/2025:20:43:49 +0100] "GET /install/index.php?installModules=true&subtask=29&module=cheque&_=1762285385069 HTTP/1.1" 200 29 angel-fairies-land.eu "http://angel-fairies-land.eu/install/index.php?restart=true" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:143.0) Gecko/20100101 Firefox/143.0" "-" 88.179.19.0 - - [04/Nov/2025:20:43:49 +0100] "GET /install/index.php?installModules=true&subtask=30&module=dashactivity&_=1762285385070 HTTP/1.1" 200 29 angel-fairies-land.eu "http://angel-fairies-land.eu/install/index.php?restart=true" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:143.0) Gecko/20100101 Firefox/143.0" "-" 88.179.19.0 - - [04/Nov/2025:20:43:50 +0100] "GET /install/index.php?installModules=true&subtask=31&module=dashtrends&_=1762285385071 HTTP/1.1" 200 29 angel-fairies-land.eu "http://angel-fairies-land.eu/install/index.php?restart=true" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:143.0) Gecko/20100101 Firefox/143.0" "-" 88.179.19.0 - - [04/Nov/2025:20:43:50 +0100] "GET /install/index.php?installModules=true&subtask=32&module=dashgoals&_=1762285385072 HTTP/1.1" 200 29 angel-fairies-land.eu "http://angel-fairies-land.eu/install/index.php?restart=true" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:143.0) Gecko/20100101 Firefox/143.0" "-" 88.179.19.0 - - [04/Nov/2025:20:43:51 +0100] "GET /install/index.php?installModules=true&subtask=33&module=dashproducts&_=1762285385073 HTTP/1.1" 200 29 angel-fairies-land.eu "http://angel-fairies-land.eu/install/index.php?restart=true" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:143.0) Gecko/20100101 Firefox/143.0" "-" 88.179.19.0 - - [04/Nov/2025:20:43:52 +0100] "GET /install/index.php?installModules=true&subtask=34&module=graphnvd3&_=1762285385074 HTTP/1.1" 200 29 angel-fairies-land.eu "http://angel-fairies-land.eu/install/index.php?restart=true" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:143.0) Gecko/20100101 Firefox/143.0" "-" 88.179.19.0 - - [04/Nov/2025:20:43:52 +0100] "GET /install/index.php?installModules=true&subtask=35&module=gridhtml&_=1762285385075 HTTP/1.1" 200 29 angel-fairies-land.eu "http://angel-fairies-land.eu/install/index.php?restart=true" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:143.0) Gecko/20100101 Firefox/143.0" "-" 88.179.19.0 - - [04/Nov/2025:20:43:53 +0100] "GET /install/index.php?installModules=true&subtask=36&module=homeslider&_=1762285385076 HTTP/1.1" 200 29 angel-fairies-land.eu "http://angel-fairies-land.eu/install/index.php?restart=true" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:143.0) Gecko/20100101 Firefox/143.0" "-" 88.179.19.0 - - [04/Nov/2025:20:43:53 +0100] "GET /install/index.php?installModules=true&subtask=37&module=homefeatured&_=1762285385077 HTTP/1.1" 200 29 angel-fairies-land.eu "http://angel-fairies-land.eu/install/index.php?restart=true" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:143.0) Gecko/20100101 Firefox/143.0" "-" 88.179.19.0 - - [04/Nov/2025:20:43:54 +0100] "GET /install/index.php?installModules=true&subtask=38&module=productpaymentlogos&_=1762285385078 HTTP/1.1" 200 29 angel-fairies-land.eu "http://angel-fairies-land.eu/install/index.php?restart=true" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:143.0) Gecko/20100101 Firefox/143.0" "-" 88.179.19.0 - - [04/Nov/2025:20:43:54 +0100] "GET /install/index.php?installModules=true&subtask=39&module=pagesnotfound&_=1762285385079 HTTP/1.1" 200 29 angel-fairies-land.eu "http://angel-fairies-land.eu/install/index.php?restart=true" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:143.0) Gecko/20100101 Firefox/143.0" "-" 88.179.19.0 - - [04/Nov/2025:20:43:55 +0100] "GET /install/index.php?installModules=true&subtask=40&module=sekeywords&_=1762285385080 HTTP/1.1" 200 29 angel-fairies-land.eu "http://angel-fairies-land.eu/install/index.php?restart=true" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:143.0) Gecko/20100101 Firefox/143.0" "-" 88.179.19.0 - - [04/Nov/2025:20:43:55 +0100] "GET /install/index.php?installModules=true&subtask=41&module=statsbestcategories&_=1762285385081 HTTP/1.1" 200 29 angel-fairies-land.eu "http://angel-fairies-land.eu/install/index.php?restart=true" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:143.0) Gecko/20100101 Firefox/143.0" "-" 88.179.19.0 - - [04/Nov/2025:20:43:55 +0100] "GET /install/index.php?installModules=true&subtask=42&module=statsbestcustomers&_=1762285385082 HTTP/1.1" 200 29 angel-fairies-land.eu "http://angel-fairies-land.eu/install/index.php?restart=true" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:143.0) Gecko/20100101 Firefox/143.0" "-" 88.179.19.0 - - [04/Nov/2025:20:43:56 +0100] "GET /install/index.php?installModules=true&subtask=43&module=statsbestproducts&_=1762285385083 HTTP/1.1" 200 29 angel-fairies-land.eu "http://angel-fairies-land.eu/install/index.php?restart=true" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:143.0) Gecko/20100101 Firefox/143.0" "-" 88.179.19.0 - - [04/Nov/2025:20:43:56 +0100] "GET /install/index.php?installModules=true&subtask=44&module=statsbestsuppliers&_=1762285385084 HTTP/1.1" 200 29 angel-fairies-land.eu "http://angel-fairies-land.eu/install/index.php?restart=true" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:143.0) Gecko/20100101 Firefox/143.0" "-" 88.179.19.0 - - [04/Nov/2025:20:43:57 +0100] "GET /install/index.php?installModules=true&subtask=45&module=statsbestvouchers&_=1762285385085 HTTP/1.1" 200 29 angel-fairies-land.eu "http://angel-fairies-land.eu/install/index.php?restart=true" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:143.0) Gecko/20100101 Firefox/143.0" "-" 88.179.19.0 - - [04/Nov/2025:20:43:57 +0100] "GET /install/index.php?installModules=true&subtask=46&module=statscarrier&_=1762285385086 HTTP/1.1" 200 29 angel-fairies-land.eu "http://angel-fairies-land.eu/install/index.php?restart=true" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:143.0) Gecko/20100101 Firefox/143.0" "-" 88.179.19.0 - - [04/Nov/2025:20:43:57 +0100] "GET /install/index.php?installModules=true&subtask=47&module=statscatalog&_=1762285385087 HTTP/1.1" 200 29 angel-fairies-land.eu "http://angel-fairies-land.eu/install/index.php?restart=true" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:143.0) Gecko/20100101 Firefox/143.0" "-" 88.179.19.0 - - [04/Nov/2025:20:43:58 +0100] "GET /install/index.php?installModules=true&subtask=48&module=statscheckup&_=1762285385088 HTTP/1.1" 200 29 angel-fairies-land.eu "http://angel-fairies-land.eu/install/index.php?restart=true" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:143.0) Gecko/20100101 Firefox/143.0" "-" 88.179.19.0 - - [04/Nov/2025:20:43:58 +0100] "GET /install/index.php?installModules=true&subtask=49&module=statsdata&_=1762285385089 HTTP/1.1" 200 29 angel-fairies-land.eu "http://angel-fairies-land.eu/install/index.php?restart=true" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:143.0) Gecko/20100101 Firefox/143.0" "-" 88.179.19.0 - - [04/Nov/2025:20:43:59 +0100] "GET /install/index.php?installModules=true&subtask=50&module=statsequipment&_=1762285385090 HTTP/1.1" 200 29 angel-fairies-land.eu "http://angel-fairies-land.eu/install/index.php?restart=true" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:143.0) Gecko/20100101 Firefox/143.0" "-" 88.179.19.0 - - [04/Nov/2025:20:43:59 +0100] "GET /install/index.php?installModules=true&subtask=51&module=statsforecast&_=1762285385091 HTTP/1.1" 200 29 angel-fairies-land.eu "http://angel-fairies-land.eu/install/index.php?restart=true" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:143.0) Gecko/20100101 Firefox/143.0" "-" 88.179.19.0 - - [04/Nov/2025:20:44:00 +0100] "GET /install/index.php?installModules=true&subtask=52&module=statslive&_=1762285385092 HTTP/1.1" 200 29 angel-fairies-land.eu "http://angel-fairies-land.eu/install/index.php?restart=true" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:143.0) Gecko/20100101 Firefox/143.0" "-" 88.179.19.0 - - [04/Nov/2025:20:44:00 +0100] "GET /install/index.php?installModules=true&subtask=53&module=statsnewsletter&_=1762285385093 HTTP/1.1" 200 29 angel-fairies-land.eu "http://angel-fairies-land.eu/install/index.php?restart=true" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:143.0) Gecko/20100101 Firefox/143.0" "-" 88.179.19.0 - - [04/Nov/2025:20:44:01 +0100] "GET /install/index.php?installModules=true&subtask=54&module=statsorigin&_=1762285385094 HTTP/1.1" 200 29 angel-fairies-land.eu "http://angel-fairies-land.eu/install/index.php?restart=true" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:143.0) Gecko/20100101 Firefox/143.0" "-" 88.179.19.0 - - [04/Nov/2025:20:44:01 +0100] "GET /install/index.php?installModules=true&subtask=55&module=statspersonalinfos&_=1762285385095 HTTP/1.1" 200 29 angel-fairies-land.eu "http://angel-fairies-land.eu/install/index.php?restart=true" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:143.0) Gecko/20100101 Firefox/143.0" "-" 88.179.19.0 - - [04/Nov/2025:20:44:01 +0100] "GET /install/index.php?installModules=true&subtask=56&module=statsproduct&_=1762285385096 HTTP/1.1" 200 29 angel-fairies-land.eu "http://angel-fairies-land.eu/install/index.php?restart=true" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:143.0) Gecko/20100101 Firefox/143.0" "-" 88.179.19.0 - - [04/Nov/2025:20:44:02 +0100] "GET /install/index.php?installModules=true&subtask=57&module=statsregistrations&_=1762285385097 HTTP/1.1" 200 29 angel-fairies-land.eu "http://angel-fairies-land.eu/install/index.php?restart=true" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:143.0) Gecko/20100101 Firefox/143.0" "-" 88.179.19.0 - - [04/Nov/2025:20:44:02 +0100] "GET /install/index.php?installModules=true&subtask=58&module=statssales&_=1762285385098 HTTP/1.1" 200 29 angel-fairies-land.eu "http://angel-fairies-land.eu/install/index.php?restart=true" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:143.0) Gecko/20100101 Firefox/143.0" "-" 88.179.19.0 - - [04/Nov/2025:20:44:03 +0100] "GET /install/index.php?installModules=true&subtask=59&module=statssearch&_=1762285385099 HTTP/1.1" 200 29 angel-fairies-land.eu "http://angel-fairies-land.eu/install/index.php?restart=true" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:143.0) Gecko/20100101 Firefox/143.0" "-" 88.179.19.0 - - [04/Nov/2025:20:44:03 +0100] "GET /install/index.php?installModules=true&subtask=60&module=statsstock&_=1762285385100 HTTP/1.1" 200 29 angel-fairies-land.eu "http://angel-fairies-land.eu/install/index.php?restart=true" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:143.0) Gecko/20100101 Firefox/143.0" "-" 88.179.19.0 - - [04/Nov/2025:20:44:04 +0100] "GET /install/index.php?installModules=true&subtask=61&module=statsvisits&_=1762285385101 HTTP/1.1" 200 29 angel-fairies-land.eu "http://angel-fairies-land.eu/install/index.php?restart=true" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:143.0) Gecko/20100101 Firefox/143.0" "-" 88.179.19.0 - - [04/Nov/2025:20:44:04 +0100] "GET /install/index.php?installModules=true&subtask=62&module=themeconfigurator&_=1762285385102 HTTP/1.1" 200 1992 angel-fairies-land.eu "http://angel-fairies-land.eu/install/index.php?restart=true" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:143.0) Gecko/20100101 Firefox/143.0" "-"
-
ah non ça c'est le access.log
Chez Ionos: https://www.ionos.fr/assistance/hosting/problemloesungen-fuer-php/activer-laffichage-des-messages-derreur-en-php-8-et-superieur/
-
Votre site est quand même en ligne (il lui manque juste les produits de démo à priori)
-
je ne voulais pas les produits de démo car je connais déjà cette version, est-ce ça qui bloque ?
-
Non, normalement il n'y a pas de raison.
Vous avez bien accès à votre BO ?
-
j'ai accès au bo, est-ce que ça pose un pb si l'install est resté bloquée à 76 % ?
c'est vraiment la galère pour les logs sur ionos, j'ai fait ce qu'ils disent mais rien ne s'affiche
-
j'ai activé le mode debug et j'ai pleins de warning sur le site en FO :
Warning: Constant _PS_ADMIN_PASSWORD_LENGTH_ already defined in /mondomaine/config/config.inc.php on line 224 Warning: Constant _PS_PASSWORD_LENGTH_ already defined in /mondomaine/config/config.inc.php on line 226 Warning: Cannot modify header information - headers already sent by (output started at /mondomaine/config/config.inc.php:224) in /mondomaine/classes/controller/FrontController.php on line 1334 Warning: Cannot modify header information - headers already sent by (output started at /mondomaine/config/config.inc.php:224) in /mondomaine/classes/controller/FrontController.php on line 1335 Warning: Cannot modify header information - headers already sent by (output started at /mondomaine/config/config.inc.php:224) in /mondomaine/classes/controller/FrontController.php on line 1337 Warning: Cannot modify header information - headers already sent by (output started at /mondomaine/config/config.inc.php:224) in /mondomaine/classes/Tools.php on line 258 Warning: Cannot modify header information - headers already sent by (output started at /mondomaine/config/config.inc.php:224) in /mondomaine/classes/Tools.php on line 260