Nachdem ich das Setup durchgeführt habe, bekomme ich diese Fehlermedlungen:
Fatal error: Error: Can't include /www/httpdocs/test/cont/contenido/includes/cfg_sql.inc.php in D:\AV-TOUR\av-tour.de\httpdocs\test\cont\contenido\includes\
api\functions.api.general.php on line 157
PHP Fatal error: Error: Can't include /www/httpdocs/test/cont/contenido/includes/cfg_sql.inc.php in D:\AV-TOUR\av-tour.de\httpdocs\test\cont\contenido\includes\
api\functions.api.general.php on line 157
Meine config.php sieht so aus:
Code: Alles auswählen
/* The root server path to the contenido backend */
$cfg['path']['contenido'] = '/www/httpdocs/test/cont/contenido/';
/* The web server path to the contenido backend */
$cfg['path']['contenido_fullhtml'] = 'http://www.xxxx/test/cont/contenido/';
/* The root server path where all frontends reside */
$cfg['path']['frontend'] = '/www/httpdocs/test/cont/cms';
/* The root server path to the conlib directory */
$cfg['path']['phplib'] = '/www/httpdocs/test/cont/conlib/';
/* The root server path to the pear directory */
$cfg['path']['pear'] = '/www/httpdocs/test/cont/pear/';
Meine Mandaten config.php sieht so aus :
Code: Alles auswählen
<?php
$contenido_path = "../contenido/";
$load_lang = "1";
$load_client = "1";
/* Various debugging options */
$frontend_debug["container_display"] = false;
$frontend_debug["module_display"] = false;
$frontend_debug["module_timing"] = false;
$frontend_debug["module_timing_summary"] = false;
/* Set to 1 to brute-force module regeneration */
$force = 0;
?>