ich hab 2 mandanten: einen direkt in cms (das parallel zu contenido liegt), einen in einem unterordner, die $contenido_path angaben sind korrigiert bzw. korrekt (also ../contenido/ bzw. ../../contenido/).
die config.php ist nach allem was ich so gelesen habe auch ok (siehe unten). php-version 4.2.2 ist drauf, jetzt fällt mir langsam nix mehr ein. euch vielleicht?
Code: Alles auswählen
# CFG PATHES
#
$cfg['path']['contenido'] = 'D:/web/contenido/contenido/';
$cfg['path']['contenido_html'] = '../contenido/';
$cfg['path']['contenido_fullhtml'] = 'http://localhost/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'] = 'D:/web/contenido/conlib/';
$cfg['path']['wysiwyg'] = 'D:/web/contenido/contenido/external/wysiwyg/';
$cfg['path']['wysiwyg_html'] = 'http://localhost/contenido/contenido/external/wysiwyg/';