bonjour Marca j'ai un soucis j'ai pris un hebergement chez lws et ils m'ont donné les accès au serveur et je me suis connecté pour uploader mes fichiers et je me rend compte qu'il n'y a rien sur le serveur aucun dossier ni public html ni htdocs donc j'ai mis mon site a la racine et quand j'ai execute voici l'erreur que jai eu

Warning: require_once(/htdocs/admin/system/startup.php): failed to open stream: No such file or directory in /htdocs/admin/index.php on line 21

Fatal error: require_once(): Failed opening required '/htdocs/admin/system/startup.php' (include_path='.:/usr/share/php') in /htdocs/admin/index.php on line 21
je suis donc aller dans les fichier config de mon site pour editer mais toujours rien voici les differents code
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
 
///config du site 
<?php
// HTTP
define('HTTP_SERVER', 'http://diaspofood.com/');
 
// HTTPS
define('HTTPS_SERVER', 'http://daispofood.com/');
 
// DIR
define('DIR_APPLICATION', './catalog/');
define('DIR_SYSTEM', './system/');
define('DIR_DATABASE', './system/database/');
define('DIR_LANGUAGE', './catalog/language/');
define('DIR_TEMPLATE', './catalog/view/theme/');
define('DIR_CONFIG', './system/config/');
define('DIR_IMAGE', './image/');
define('DIR_CACHE', './system/cache/');
define('DIR_DOWNLOAD', './download/');
define('DIR_LOGS', './system/logs/');
 
// DB
 
//////config de l'admin 
<?php
// HTTP
define('HTTP_SERVER', 'http://diaspofood.com/htdocs/admin/');
define('HTTP_CATALOG', 'http://diaspofood.com/htdocs/');
 
// HTTPS
define('HTTPS_SERVER', 'http://diaspofood.com/htdocs/admin/');
define('HTTPS_CATALOG', 'http://diaspofood.com/htdocs/');
 
// DIR
define('DIR_APPLICATION', '/htdocs/admin/');
define('DIR_SYSTEM', '/htdocs/admin/system/');
define('DIR_DATABASE', '/htdocs/admin/system/database/');
define('DIR_LANGUAGE', '/htdocs/admin/language/');
define('DIR_TEMPLATE', '/htdocs/admin/view/template/');
define('DIR_CONFIG', '/htdocs/admin/system/config/');
define('DIR_IMAGE', '/htdocs/admin/image/');
define('DIR_CACHE', '/htdocs/admin/system/cache/');
define('DIR_DOWNLOAD', '/htdocs/admin/download/');
define('DIR_LOGS', '/htdocs/admin/system/logs/');
define('DIR_CATALOG', '/htdocs/admin/catalog/');
pouvez vous me dire ce que je dois mettre dans mes fichiers vu que j'ai directement mis a la racine et que j'ai pas d'autre dossier
cordialement à vous