Seite 1 von 1

Artikel (Editor/Vorschau) "Die Seite wurde nicht gefun

Verfasst: Fr 5. Mär 2004, 03:39
von willy3
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

Verfasst: Fr 5. Mär 2004, 08:14
von emergence
administration mandanten kontrollieren...

Verfasst: Sa 6. Mär 2004, 14:48
von willy3
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 ?

[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

/
* 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");
danke und grüße

Verfasst: Sa 6. Mär 2004, 14:55
von emergence
nachsehen am server ob das verzeichnis
conlib
existiert... bzw ob es vollständig ist... (prepend.php3 existiert vielleicht nicht oder ist beschädigt...)

pfade in der config.php ebenso nochmals checken
scheint eher dort der fehler zu sein:
das // ist sicher falsch...

Verfasst: Sa 6. Mär 2004, 15:49
von willy3
Hi,
ad "Pfade bzw//" ==> // ist beim "geheimmachen" enststanden = Löschfehler ;-))

conlib da, rechte ebenso vergeben, prepend.php3 auch da und ob beschädigt keine ahnung...

config auch scheinbar ok...

Kann das alles evtl an dem aktivierten SAVEMODE liegen ?? nur mal so by the way ?

thx
[/b]

Verfasst: Sa 6. Mär 2004, 16:00
von timo
willy3 hat geschrieben: Kann das alles evtl an dem aktivierten SAVEMODE liegen ?? nur mal so by the way ?
zu 99% nein. wie kommst du darauf, daß es am SAFE_MODE liegen soll?

Verfasst: So 7. Mär 2004, 03:50
von willy3
Hallo nochmal,

scheint aus irgendwelchen Gründen mit der Vorschau/mit dem Editor zu klappen....

Habe eine Version niedriger ( 4.4.1) Installiert und mal aus Jux meine DB gelöscht und siehe da, die Vorschau/Editor klappt

Keine Ahnung why...

Dennoch thx (zu diesem Thread/Prob) ;-))