ja, habe das Setup-Tool benutzt -->
meine config-Datei sieht folgendermaßer aus:
Bei mir wird der Editor und die Vorschau beim Artikel nicht angezeigt - was muss ich am Pfad noch ändern?
-------------------------------------------------------------------------------
# CFG PATHES
#
$cfg['path']['contenido'] = 'c:/apache/htdocs/contenido/';
$cfg['path']['contenido_html'] = '../contenido/';
$cfg['path']['contenido_fullhtml'] = '
http://localhost';
$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'] = 'c:/apache/htdocs/conlib/';
$cfg['path']['wysiwyg'] = 'c:/apache/htdocs/contenido/external/wysiwyg/';
$cfg['path']['wysiwyg_html'] = '
http://localhost/contenido/external/wysiwyg/';
-------------------------------------------------------------------------------