Hallo,
ich habe einen Artiklel erstellt, ihn online und als Startartikel definiert und möchte diesen nun mal in der Vorschau ansehen oder im Editor bearbeiten.
Leider bekomme ich nur eine Fehlermeldung
Die Seite wurde nicht gefunden.
Woran könnte das liegen ?
Danke und Grüße
Artikel (Editor/Vorschau) "Die Seite wurde nicht gefun
Hi,
habe mal die letzten (zumindest für mich lesbaren, nicht hygropglyphenartigen) Infos kopiert...
irgendwie scheint es da Unzufriedenheiten mit der Line 413 und 19 in der config.php zu geben, wie ?
Line 19 der frameset.php
line 413 der config.php
/
habe mal die letzten (zumindest für mich lesbaren, nicht hygropglyphenartigen) Infos kopiert...
irgendwie scheint es da Unzufriedenheiten mit der Line 413 und 19 in der config.php zu geben, wie ?
[05-Mar-2004 02:15:17] PHP Warning: main(http:/domain.de/html/conlib/prepend.php3): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found
in /html/contenido/includes/config.php on line 413
[05-Mar-2004 02:15:17] PHP Warning: main(): Failed opening 'http://domain.de/html/conlib/prepend.php3' for inclusion (include_path='.:/usr/share/php') in /html/contenido/includes/config.php on line 413
[05-Mar-2004 02:15:17] PHP Fatal error: Call to undefined function: page_open() in /home/www/ww21042/html/contenido/frameset.php on line 19
[05-Mar-2004 02:15:20] PHP Warning: main(http://www.domain.de/html/conlib/prepend.php3): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found
in /html/contenido/includes/config.php on line 413
[05-Mar-2004 02:15:20] PHP Warning: main(): Failed opening 'http://www.domain.de/html/conlib/prepend.php3' for inclusion (include_path='.:/usr/share/php') in /html/contenido/includes/config.php on line 413
[05-Mar-2004 02:15:20] PHP Fatal error: Call to undefined function: page_open() in /home/www/ww21042/html/contenido/logout.php on line 36
[05-Mar-2004 02:15:27] PHP Warning: main(http://www.domain.de/html/conlib/prepend.php3): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found
in /home/www/html/contenido/includes/config.php on line 413
[05-Mar-2004 02:15:27] PHP Warning: main(): Failed opening 'http://www.domain.de//html/conlib/prepend.php3' for inclusion (include_path='.:/usr/share/php') in /html/contenido/includes/config.php on line 413
[05-Mar-2004 02:15:27] PHP Fatal error: Call to undefined function: page_open() in /html/contenido/index.php on line 29
[05-Mar-2004 02:44:22] Invalid SQL: insert into
Line 19 der frameset.php
include_once ('./includes/config.php');
include_once ($cfg["path"]["classes"] . 'class.template.php');
page_open(
array('sess' => 'Contenido_Session',
'auth' => 'Contenido_Challenge_Crypt_Auth',
'perm' => 'Contenido_Perm'));
cInclude ("includes", 'functions.i18n.php');
line 413 der config.php
/
danke und grüße* Set global vars which are missing on some server configurations */
$HTTP_HOST = $_SERVER['HTTP_HOST'];
$PHP_SELF = $_SERVER['PHP_SELF'];
$QUERY_STRING = $_SERVER["QUERY_STRING"];
/* Don't remove these lines. If you do, you'll break the whole system */
include_once ($cfg["path"]["contenido"].$cfg["path"]["includes"]."cfg_sql.inc.php");
include_once ($cfg["path"]["phplib"] . "prepend.php3");