Halchteranerin hat geschrieben:ueberpruef mal die Pfade in der contenido\includes\config.php.
Hallo,
hier Teile des Quelltextes der contenido\includes\config.php
>>>>>>>
/* "Workaround" for register_globals=off settings. */
require_once '/mnt/be2/04/804/00000020/htdocs/contenido-4.4.5/contenido/includes/globals_off.inc.php';
/* Section 1: Path settings
* ------------------------
*
* Path settings which will vary along different
* Contenido settings.
*
* A little note about web and server path settings:
* - A Web Path can be imagined as web addresses. Example:
*
http://192.168.1.1/test/
* - A Server Path is the path on the server's hard disk. Example:
* /var/www/html/contenido for Unix systems OR
* c:/htdocs/contenido for Windows systems
*
* Note: If you want to modify the locations of subdirectories for
* some reason (e.g. the includes directory), see Section 8.
*/
/* The root server path to the contenido backend */
$cfg['path']['contenido'] = '/mnt/be2/04/804/00000020/htdocs/contenido-4.4.5/contenido/';
/* The web server path to the contenido backend */
$cfg['path']['contenido_fullhtml'] = 'http://www.ein_name.de/contenido-4.4.5/contenido/';
/* The root server path where all frontends reside */
$cfg['path']['frontend'] = '/mnt/be2/04/804/00000020/htdocs/contenido-4.4.5';
/* The root server path to the conlib directory */
$cfg['path']['phplib'] = '/mnt/be2/04/804/00000020/htdocs/contenido-4.4.5/conlib/';
/* The root server path to the pear directory */
$cfg['path']['pear'] = '/mnt/be2/04/804/00000020/htdocs/contenido-4.4.5/pear/';
/* The server path to the desired WYSIWYG-Editor */
$cfg['path']['wysiwyg'] = '/mnt/be2/04/804/00000020/htdocs/contenido-4.4.5/contenido/external/wysiwyg/spaw/';
/* The web path to the desired WYSIWYG-Editor */
$cfg['path']['wysiwyg_html'] = 'http://www.ein_name.de/contenido-4.4.5/contenido/external/wysiwyg/spaw/';
>>>>>>>>>>
/* Various base API functions */
require_once ('/mnt/be2/04/804/00000020/htdocs/contenido-4.4.5/contenido/includes/api/functions.api.general.php');
Ich hatte mal versucht einen Apache Server auf meinen Rechner zu installieren. Ich weiß aber nicht ob das funktioniert hat.
Vielleicht hat es damit zu tun????