Seite 1 von 1

Frontend findet keine Startartikel

Verfasst: Mo 5. Jan 2004, 12:10
von sylvio
hi leute. hab jetzt die version 4.4.2 installiert. die rechte gesetzt usw. ins backend kann ich mich einwählen, die struktur verändern. jeweils bei der artikelbetrachtung im editor werden schon einige symbole nicht dargestellt ( mitgelieferte Beispiel ). möchte ich das frontend aufrufen. www.q-step.de/cms/ bekomme ich immer folgende Meldung mit login-kasten
Fatal error: Could not display error page. Error to display was: 'No start article in this category'

was mach ich falsch?

Verfasst: Mo 5. Jan 2004, 16:46
von emergence
im backend funktioniert alles normal ?
was steht im contenido/errorlog.txt ?
was steht in cms/config.php ?

Verfasst: Mo 5. Jan 2004, 18:14
von sylvio
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/';

Verfasst: Mo 5. Jan 2004, 18:21
von emergence
warte mal, du hast die config.php die das setup erzeugt in das verzeichnis
cms/ kopiert ? das sollte wo anders hin... egal...

der inhalt des cms/config.php sollte so aus sehen

Code: Alles auswählen

<?php

$contenido_path = "../contenido/";

$load_lang = "1";
$load_client = "1";

/* Various debugging options */
$frontend_debug["container_display"] = false;
$frontend_debug["module_display"] = false;
$frontend_debug["module_timing"] = false;

/* Set to 1 to brute-force module regeneration */
$force = 0;

?>

Startartikel

Verfasst: Di 6. Jan 2004, 15:46
von htw
Hi,

hast Du den Artikel in der ersten Ebene als Startartikel markiert und online gesetzt?

Gruß
Harald