Hallo zusammen,
nach Jahren ohne phpbb wünsche ich mir jetzt wieder ein eigenes Forum.
Habe alles auf den Server geladen in ein Verzeichnis phpBB3.
Beim Aufruf kommt die Rückmeldung:
Warning: require(./config.php) [function.require]: failed to open stream: Permission denied in /mnt/webc/d0/80/5608880/htdocs/xyz/phpBB3/common.php on line 23
Fatal error: require() [function.require]: Failed opening required './config.php' (include_path='.:/opt/RZphp52/includes') in /mnt/webc/d0/80/5608880/htdocs/xyz/phpBB3/common.php on line 23
Was habe ich da gleich zu Beginn falsch gemacht.
Ganz dumme Frage am Rande, mit welchem Standard-Programm kann ich mir die Dateien formatiert anschauen? Bin über viele Jahre raus aus dem Thema.
Vielen Dank schon im voraus und viele Grüße
Claus
Fehler bei der Installation phpbb3
Re: Fehler bei der Installation phpbb3
Hi,
KB:chmod
Beachte auch unseren "Schnelleinstieg": https://www.phpbb.de/support/doku/3.0/quickstart.php
Grüße
Welche CHMOD-Rechte sind auf die config.php gesetzt? Hast du dich an die Anweisungen dies bezüglich gehalten?balmi2 hat geschrieben: Beim Aufruf kommt die Rückmeldung:
Was habe ich da gleich zu Beginn falsch gemacht.Code: Alles auswählen
Warning: require(./config.php) [function.require]: failed to open stream: Permission denied in /mnt/webc/d0/80/5608880/htdocs/xyz/phpBB3/common.php on line 23 Fatal error: require() [function.require]: Failed opening required './config.php' (include_path='.:/opt/RZphp52/includes') in /mnt/webc/d0/80/5608880/htdocs/xyz/phpBB3/common.php on line 23
KB:chmod
Beachte auch unseren "Schnelleinstieg": https://www.phpbb.de/support/doku/3.0/quickstart.php
Zum Beispiel Notepad++ eignet sich dafür hervorragend: http://notepad-plus-plus.org/download/Ganz dumme Frage am Rande, mit welchem Standard-Programm kann ich mir die Dateien formatiert anschauen? Bin über viele Jahre raus aus dem Thema.
Grüße
Re: Fehler bei der Installation phpbb3
Hallo BlackHawk87,
erstmal vielen Dank für Notepad - ist prima.
Nun habe ich mal direkt im Verzeichnis /install die index.php aufgerufen und es kommen folgende fehlermeldungen:
[phpBB Debug] PHP Warning: in file [ROOT]/install/install_install.php on line 24: include_once(./../config.php) [function.include-once]: failed to open stream: Permission denied
[phpBB Debug] PHP Warning: in file [ROOT]/install/install_install.php on line 24: include_once() [function.include]: Failed opening './../config.php' for inclusion (include_path='.:/opt/RZphp52/includes')
[phpBB Debug] PHP Warning: in file [ROOT]/install/index.php on line 361: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3815)
[phpBB Debug] PHP Warning: in file [ROOT]/install/index.php on line 362: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3815)
[phpBB Debug] PHP Warning: in file [ROOT]/install/index.php on line 363: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3815)
[phpBB Debug] PHP Warning: in file [ROOT]/install/index.php on line 364: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3815)
Warning: Cannot modify header information - headers already sent by (output started at /mnt/webc/d0/80/5608880/htdocs/yxz/phpBB3/includes/functions.php:3815) in /mnt/webc/d0/80/5608880/htdocs/xyz/phpBB3/includes/functions.php on line 2715
Return to index page
General Error
template->_tpl_load_file(): File ../adm/style/install_main.html does not exist or is empty
Bin momentan nicht in der Lage den Fehler einzukreisen!
Evtl. geht ja aus obiger Melung hervor, was ich verkehrt mache.
Danke und Gruß
Claus
erstmal vielen Dank für Notepad - ist prima.
Nun habe ich mal direkt im Verzeichnis /install die index.php aufgerufen und es kommen folgende fehlermeldungen:
[phpBB Debug] PHP Warning: in file [ROOT]/install/install_install.php on line 24: include_once(./../config.php) [function.include-once]: failed to open stream: Permission denied
[phpBB Debug] PHP Warning: in file [ROOT]/install/install_install.php on line 24: include_once() [function.include]: Failed opening './../config.php' for inclusion (include_path='.:/opt/RZphp52/includes')
[phpBB Debug] PHP Warning: in file [ROOT]/install/index.php on line 361: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3815)
[phpBB Debug] PHP Warning: in file [ROOT]/install/index.php on line 362: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3815)
[phpBB Debug] PHP Warning: in file [ROOT]/install/index.php on line 363: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3815)
[phpBB Debug] PHP Warning: in file [ROOT]/install/index.php on line 364: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3815)
Warning: Cannot modify header information - headers already sent by (output started at /mnt/webc/d0/80/5608880/htdocs/yxz/phpBB3/includes/functions.php:3815) in /mnt/webc/d0/80/5608880/htdocs/xyz/phpBB3/includes/functions.php on line 2715
Return to index page
General Error
template->_tpl_load_file(): File ../adm/style/install_main.html does not exist or is empty
Bin momentan nicht in der Lage den Fehler einzukreisen!
Evtl. geht ja aus obiger Melung hervor, was ich verkehrt mache.
Danke und Gruß
Claus
Re: Fehler bei der Installation phpbb3
Hast du beachtet und gelesen?
BlackHawk87 hat geschrieben: Welche CHMOD-Rechte sind auf die config.php gesetzt? Hast du dich an die Anweisungen dies bezüglich gehalten?
KB:chmod
Beachte auch unseren "Schnelleinstieg": https://www.phpbb.de/support/doku/3.0/quickstart.php
Re: Fehler bei der Installation phpbb3
Hallo,
ja - habe komplett auf 777 für das ganze Verzeichnis phpbb3 gesetzt.
Wahrscheinlich irgendein dummer Fehler.
Werde jetzt noch einmal komplett ein upload machen und melde mich dann noch einmal.
Gruß
Claus
ja - habe komplett auf 777 für das ganze Verzeichnis phpbb3 gesetzt.
Wahrscheinlich irgendein dummer Fehler.
Werde jetzt noch einmal komplett ein upload machen und melde mich dann noch einmal.
Gruß
Claus