Seite 1 von 2

Fehler bei Installation

Verfasst: 26.02.2004 10:51
von OutBuf
hallo, ich habe gerade per ftp das phpbb hochgeladen, als ich dann meine domain aufgerufen hab (zum installieren des boardes) bekam ich folgenden fehler :
Warning file_exists() [function.file-exists] Unable to access in homewwwhtdocstiberiansun.deboardinstallinstall.php on line 208


weiss jemand worans liegt?

mfg

Verfasst: 26.02.2004 14:44
von Mister_X
die board/install/install.php hast du hochgeladen?
Was passiert wenn du die install.php direkt aufrufst? ( http://deinedomain.de/board/installl/install.php )

Verfasst: 26.02.2004 16:06
von OutBuf
Moin,

jo, die install.php ist da, hier nochmal der fehler (habs auch direkt aufgerufen):

http://www.angelfire.com/bug/delphi/fehler.JPG

Verfasst: 26.02.2004 16:16
von Mister_X
board/config.php ist vorhanden?
board/language/lang_english/*.* und board/language/lang_german/*.* ist vorhanden?

Bilder bitte nur verlinken!

Verfasst: 26.02.2004 21:01
von OutBuf
jo, ist alles da, hab ja das ganze zip file (natürlich entpackt) hochgeladen.

@das mit dem bild: kommt nicht wieder vor ^^


woran könnte es denn noch liegen?

Verfasst: 27.02.2004 02:53
von Mister_X
Welche Zugriffsrechte (KB:CHMOD) hat denn der lang_english Ordner? Da könnte es höchstens noch hängen. Ansonsten würde ich die Fehler da ignorieren und die Installation einfach mal durchführen ;)

Verfasst: 27.02.2004 06:08
von OutBuf
Moin,

die rechte hatte ich zum test auf 777.
wenn ich einfach den fehler ignoriere und weiter mache, komme ich zu der seite:
Welcome to phpBB 2 Installation




Your config file is un-writeable at present. A copy of the config file will be downloaded to your computer when you click the button below. You should upload this file to the same directory as phpBB 2. Once this is done you should log in using the administrator name and password you provided on the previous form and visit the admin control center (a link will appear at the bottom of each screen once logged in) to check the general configuration. Thank you for choosing phpBB 2.

Since FTP extensions are enabled in this version of PHP you may also be given the option of first trying to automatically FTP the config file into place.





Choose Download Method
Attempt to FTP config file into place
Just send the file to me and I'll FTP it manually
wenn ich dann z.b "Manually" wähle und auf "Download Config" klicke, erhalte ich eine weisse seite mit folgenden fehlern:
Warning: file_exists() [function.file-exists]: Unable to access in /home/www/htdocs/nonvcl.de/board/install/install.php on line 208

Warning: Cannot modify header information - headers already sent by (output started at /home/www/htdocs/nonvcl.de/board/install/install.php:208) in /home/www/htdocs/nonvcl.de/board/install/install.php on line 465

Warning: Cannot modify header information - headers already sent by (output started at /home/www/htdocs/nonvcl.de/board/install/install.php:208) in /home/www/htdocs/nonvcl.de/board/install/install.php on line 466


btw: die PHP version auf dem server ist 4.3.0, ist doch nicht zu alt oder?

Verfasst: 27.02.2004 08:35
von netzmeister
Hallo,
laut der install.php in Zeile 208

Code: Alles auswählen

if (file_exists(@phpbb_realpath($phpbb_root_path . 'language/lang_' . $lang)))
fehlt tatsächlich eine language Datei.
Sind alle Dateien vorhanden ?
In einem 2.0.6er sind im Ordner /language/lang_german
4 Dateien die mit "lang_" anfangen.

Gruß netzmeister

Verfasst: 27.02.2004 09:01
von OutBuf
Moin,

also ich habe im Ordner "lang_english" fogende Dateien:

lang_admin.php
lang_bbcode.php
lang_faq.php
lang_main.php


also sind doch alle da oder? :\

Verfasst: 27.02.2004 12:48
von netzmeister
Hallo,
hast du ein original phpBB installiert oder ein schon "eingedeutschtes" ?
Versuch mal testweise das deutsche language Pack noch zu installieren.
( Findest du hier )

Gruß netzmeister