Erreur 504 lors de l'installation de Dolibar 20.0.3 sur Synology

Bonjour à tous et merci pour votre aide.

J’essaie d’installer Dolibarr sur mon serveur web synology (DSM 7.2) en vain depuis une semaine bientôt. Il faut dire que je suis un peu débutant en la matière…

Ce que j’ai essayé :

  • augmenter le timeout dans le fichier conf d’apache comme indiqué ailleurs sur ce forum : Dolibarr 10.0.2 sur Synology DS218 - #2 par ksar
  • modifier le profil php : memory_limit > 256M, default_socket_timeout > 600, max_execution_time > 600
  • création manuelle et création automatisé de la base de donnée

Voici à quoi ressemble mon fichier conf.php :

$dolibarr_main_url_root='http://MONDOMAINE.org'; 
$dolibarr_main_document_root="/volume1/web/dolibarr/htdocs"; 
$dolibarr_main_url_root_alt='/custom'; 
$dolibarr_main_document_root_alt="/volume1/web/dolibarr/htdocs/custom"; 
$dolibarr_main_data_root="/volume1/web/dolibarr/documents"; 
$dolibarr_main_db_host='localhost'; 
$dolibarr_main_db_port='3306'; 
$dolibarr_main_db_name='dolibarr_db'; 
$dolibarr_main_db_prefix='llx_'; 
$dolibarr_main_db_user='dolibarr_db'; 
$dolibarr_main_db_pass='XXXXXXXXXXXX'; 
$dolibarr_main_db_type='mysqli'; 
$dolibarr_main_db_character_set='utf8'; 
$dolibarr_main_db_collation='utf8_unicode_ci'; 
// Authentication settings 
$dolibarr_main_authentication='dolibarr'; 
 
//$dolibarr_main_demo='autologin,autopass'; 
// Security settings 
$dolibarr_main_prod='0'; 
$dolibarr_main_force_https='0'; 
$dolibarr_main_restrict_os_commands='mariadb-dump, mariadb, mysqldump, mysql, pg_dump, pg_restore, clamdscan, clamdscan.exe'; 
$dolibarr_nocsrfcheck='0'; 
$dolibarr_main_instance_unique_id='50afb39d72331fe1b1f04651d360a9fa'; 
$dolibarr_mailing_limit_sendbyweb='0'; 
$dolibarr_mailing_limit_sendbycli='0'; 
 
//$dolibarr_lib_FPDF_PATH=""; 
//$dolibarr_lib_TCPDF_PATH=""; 
//$dolibarr_lib_FPDI_PATH=""; 
//$dolibarr_lib_TCPDI_PATH=""; 
//$dolibarr_lib_GEOIP_PATH=""; 
//$dolibarr_lib_NUSOAP_PATH=""; 
//$dolibarr_lib_ODTPHP_PATH=""; 
//$dolibarr_lib_ODTPHP_PATHTOPCLZIP=""; 
//$dolibarr_js_CKEDITOR=''; 
//$dolibarr_js_JQUERY=''; 
//$dolibarr_js_JQUERY_UI=''; 
 
//$dolibarr_font_DOL_DEFAULT_TTF=''; 
//$dolibarr_font_DOL_DEFAULT_TTF_BOLD=''; 
$dolibarr_main_distrib='standard';

Je ne sais pas si c’est lié au problème, mais je ne peux plus accéder à l’interface de phpmyadmin en tapant MONDOMAINE/phpmyadmin, seule l’ip locale de mon nas fonctionne.

EDIT : Voici aussi des extraits du journal de logs de Web Station :

|1739188263|Infos|20.55.61.179:50018|AH00128: File does not exist: /volume1/web/dolibarr/htdocs/check.php?testget=ok|
|---|---|---|---|
|1739188263|Infos|20.55.61.179|[404]  GET /check.php%3Ftestget=ok HTTP/1.1 from - [bytes sent : 3212]|
|1739188262|Infos|20.55.61.179|[302]  GET /install/index.php HTTP/1.1 from - [bytes sent : 0]|
|1739188256|Infos|20.55.61.179|[302]  GET / HTTP/1.1 from - [bytes sent : 0]|
|1739188234|Infos|20.115.49.134|[404]  GET /check.php%3Ftestget=ok HTTP/1.1 from - [bytes sent : 3212]|
|1739188234|Infos|20.115.49.134:50012|AH00128: File does not exist: /volume1/web/dolibarr/htdocs/check.php?testget=ok|
|1739188229|Infos|20.115.49.134|[302]  GET /install/index.php HTTP/1.1 from - [bytes sent : 0]|
|1739188224|Infos|20.115.49.134|[302]  GET / HTTP/1.1 from - [bytes sent : 0]|
|1739188211|Infos|20.115.49.110|[302]  GET /install/index.php HTTP/1.1 from - [bytes sent : 0]|
|1739188211|Infos|20.115.49.110:50004|AH00128: File does not exist: /volume1/web/dolibarr/htdocs/check.php?testget=ok|
|1739188211|Infos|20.115.49.110|[404]  GET /check.php%3Ftestget=ok HTTP/1.1 from - [bytes sent : 3212]|
|1739188209|Infos|20.115.49.110|[302]  GET / HTTP/1.1 from - [bytes sent : 0]|
|1739187566|Infos|20.55.61.179:49964|AH00128: File does not exist: /volume1/web/dolibarr/htdocs/check.php?testget=ok|
|1739187566|Infos|20.55.61.179|[404]  GET /check.php%3Ftestget=ok HTTP/1.1 from - [bytes sent : 3212]|
|1739187566|Infos|20.55.61.179|[302]  GET /install/index.php HTTP/1.1 from - [bytes sent : 0]|
|1739187561|Infos|20.55.61.179|[302]  GET / HTTP/1.1 from - [bytes sent : 0]|
|1739185417|Infos|195.85.248.21|[404]  GET /missing HTTP/1.1 from http://XXXXXXXXXXXXXX.org/install/step2.php [bytes sent : 3212]|
|1739185417|Infos|195.85.248.21|[504]  POST /install/step2.php HTTP/1.1 from http://XXXXXXXXXXXXXX.org/install/step1.php [bytes sent : 3566]|
|1739185417|Erreur|195.85.248.21:49858|AH01075: Error dispatching request to : (polling)|
|1739185417|Infos|195.85.248.21:49872|AH00128: File does not exist: /volume1/web/dolibarr/htdocs/missing|
|1739185417|Infos|195.85.248.21|[499]  GET /favicon.ico HTTP/1.1 from http://XXXXXXXXXXXXXX.org/install/step2.php [bytes sent : 0]|
|1739184815|Infos|195.85.248.21|[200]  POST /install/step1.php HTTP/1.1 from http://XXXXXXXXXXXXXX.org/install/fileconf.php?selectlang=fr_FR [bytes sent : 1262]|

Merci beaucoup

J’ai tenté une nouvelle installation en suivant le tuto disponible sur le wiki, mais le problème persiste.

Dans le log, ces erreurs reviennent à chaque tentative, qu’est ce que ça signifie?

AH00128: File does not exist: /volume1/web/dolibarr/htdocs/missing
AH01075: Error dispatching request to :
AH01067: Failed to read FastCGI header

J’ai résolu mon problème en modifiant les délais d’expiration d’apache à 3600 au lieu des 600 qui sont souvent conseillés.
Voir le sujet d’origine : Dolibarr 19.0.2 sur Synology DSM7.2.1

Ce sujet a été automatiquement fermé après 12 heures suivant le dernier commentaire. Aucune réponse n’est permise dorénavant.