In der Config steht auch lang=1 drin.
Pfad ausgabe: cms/front_content.php?client=0&idcat=&idart=&lang=2&error=1
Fehlermeldung:
Fatal error: Could not display error page. Error to display was: 'No start article in this category'
Warning: Cannot modify header information - headers already sent by (output started at /srv/www/web0/html/cms/front_content.php:313) in /srv/www/web0/html/cms/front_content.php on line 404
Meine Config aus dem CMS Verzeichnis
// Relative path to contenido directory, for all inclusions, in most cases: "../contenido/"
$contenido_path = "../contenido/";
// If language isn't specified, set this client and language (ID)
$load_lang = "1";
$load_client = "1";
/* Various debugging options */
$frontend_debug["container_display"] = false;
$frontend_debug["module_display"] = false;
$frontend_debug["module_timing"] = false;
$frontend_debug["module_timing_summary"] = false;
/* Set to 1 to brute-force module regeneration */
$force = 0;