
Falls noch jemand Probleme hat hier ein Auszug aus meiner config.php:
<snip>
# CFG PATHES
#
$cfg['path']['contenido'] = 'F:/Testserver/contenido_43beta/contenido/';
$cfg['path']['contenido_html'] = 'http://192.168.0.1/contenido_43beta/contenido/';
$cfg['path']['contenido_fullhtml'] = 'http://192.168.0.1/contenido_43beta/contenido/';
$cfg['path']['statfile'] = 'statfile/';
$cfg['path']['includes'] = 'includes/';
$cfg['path']['xml'] = 'xml/';
$cfg['path']['images'] = 'images/';
$cfg['path']['classes'] = 'classes/';
$cfg['path']['scripts'] = 'scripts/';
$cfg['path']['styles'] = 'styles/';
$cfg['path']['frontend'] = $cfg['path']['contenido'];
$cfg['path']['frontendtemplate'] = 'external/frontend/';
$cfg['path']['templates'] = 'templates/standard/';
$cfg['path']['xml'] = 'xml/';
$cfg['path']['phplib'] = 'F:/Testserver/contenido_43beta/conlib/';
$cfg['path']['wysiwyg'] = 'F:/Testserver/contenido_43beta/contenido/external/wysiwyg/';
$cfg['path']['wysiwyg_html'] = 'http://192.168.0.1/contenido_43beta/con ... l/wysiwyg/';
#
# Parse all GET, POST and COOKIE vars
#
require_once 'F:/Testserver/contenido_43beta/contenido/includes/globals_off.inc.php';
</snip>
und unter Mandanten muß es heißen:
Serverpfad: F:/Testserver/contenido_43beta/cms/
Web-Adresse: http://192.168.0.1/contenido_43beta/cms/
Wobei 192.168.0.1 mein lokaler Server ist. Bei einer Installation auf einer Workstation muß statt dessen localhost gesetzt werden.
Manuel