das steht im errorlog:
[05-Jan-2004 18:09:03] PHP Warning: Failed opening 'includes/config.php' for inclusion (include_path='.:/usr/local/lib/php') in /kunden/q-step.de/cmsvhs/cms/front_content.php on line 17
[05-Jan-2004 18:09:03] Invalid SQL: SELECT
A.idlang
FROM
con_clients AS A,
con_lang AS B
WHERE
idclient='' AND
A.idlang=B.idlang AND
B.active='1'
LIMIT
0,1<br><br>
[05-Jan-2004 18:09:03] next_record called with no query pending.
[05-Jan-2004 18:09:03] PHP Warning: Failed opening 'includes/config.php' for inclusion (include_path='.:/usr/local/lib/php') in /kunden/q-step.de/cmsvhs/cms/front_content.php on line 17
hab die config.php, welche geschrieben wurde beim setup in dieses verzeichnis kopiert.
/* The root server path to the contenido backend */
$cfg['path']['contenido'] = '/kunden/q-step.de/cmsvhs/contenido/';
/* The web server path to the contenido backend */
$cfg['path']['contenido_fullhtml'] = '
http://www.q-step.de/contenido/';
/* The root server path where all frontends reside */
$cfg['path']['frontend'] = '/kunden/q-step.de/cmsvhs';
/* The root server path to the conlib directory */
$cfg['path']['phplib'] = '/kunden/q-step.de/cmsvhs/conlib/';
/* The root server path to the pear directory */
$cfg['path']['pear'] = '/kunden/q-step.de/cmsvhs/pear/';
/* The server path to the desired WYSIWYG-Editor */
$cfg['path']['wysiwyg'] = '/kunden/q-step.de/cmsvhs/contenido/external/wysiwyg/spaw/';
/* The web path to the desired WYSIWYG-Editor */
$cfg['path']['wysiwyg_html'] = '
http://www.q-step.de/contenido/external/wysiwyg/spaw/';