Seite 2 von 2

Verfasst: 13.05.2004 20:05
von andreasOymann
ersetze mal in der constants.php

Code: Alles auswählen

include($phpbb2_root_path . 'album_mod/album_constants.' . $phpEx);
mit

Code: Alles auswählen

include($phpbb_root_path . 'album_mod/album_constants.' . $phpEx);
A.

Verfasst: 13.05.2004 20:32
von Baldwin
Soory daran lag es leider nicht, die hatte ich zuvor aber schon mal in phpbb2 umbenannt, weil das Verzeichnis im Webordner so heißt.Wenn ich es wieder in phpbb umbenenne ändert sich die Fehlermeldung allerdings nichts.
Mich wundert auch der Pfad zu dem Odner c:\php4\pear' bei mir heißt das Verzeichnis php , aber auch wenn ich es in PHP4 umbenenne ändert sich nichts.

Der Index.php Fehler verweist auf das Datum
header ("Expires: " . gmdate("D, d M Y H:i:s", time()) . " GMT");
header ("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT");
Gruß

Ralf

Verfasst: 13.05.2004 20:35
von andreasOymann

Code: Alles auswählen

$phpbb_root_path 
wird definitiv nicht umbenannt, dies ist nur eine Variable...

Verfasst: 13.05.2004 20:54
von Baldwin
@Andreas
hast du ne idee woran es sonst noch liegen könnte
Warning: Failed opening 'album_mod/album_constants.php' for inclusion (include_path='.;c:\php4\pear') in c:\programme\foxserv\www\phpbb2\includes\constants.php on line 29

Warning: Cannot add header information - headers already sent by (output started at c:\programme\foxserv\www\phpbb2\includes\constants.php:29) in c:\programme\foxserv\www\phpbb2\admin\index.php on line 593

Warning: Cannot add header information - headers already sent by (output started at c:\programme\foxserv\www\phpbb2\includes\constants.php:29) in c:\programme\foxserv\www\phpbb2\admin\index.php on line 594
was mir im Forum noch aufgefallen ist unter dem Forumnamen im oberen Bereich steht
this step will add a link into your header menu
Gruß
Baldwin

Verfasst: 13.05.2004 23:28
von andreasOymann
verlinke doch bitte nochmal deine aktuelle index.php sowie deine page_header.php als Textdatei...

Verfasst: 14.05.2004 07:08
von Baldwin
Hallo Andreas,

habe jetzt ne andere Lösung gefunden ,

vielen Dank noch mal

Gruß

Baldwin