$phpbb_root_path = './'; --> verschieben!!!

Probleme bei der regulären Arbeiten mit phpBB, Fragen zu Vorgehensweisen oder Funktionsweise sowie sonstige Fragen zu phpBB im Allgemeinen.
Forumsregeln
phpBB 2.0 hat das Ende seiner Lebenszeit überschritten
phpBB 2.0 wird nicht mehr aktiv unterstützt. Insbesondere werden - auch bei Sicherheitslücken - keine Patches mehr bereitgestellt. Der Einsatz von phpBB 2.0 erfolgt daher auf eigene Gefahr. Wir empfehlen einen Umstieg auf phpBB 3.1, welches aktiv weiterentwickelt wird und für welches regelmäßig Updates zur Verfügung gestellt werden.
CMS
Mitglied
Beiträge: 62
Registriert: 28.11.2003 08:08
Wohnort: Heiligenstadt

include

Beitrag von CMS »

weiß jemand was ich da machen muss...??
//include($phpbb_root_path . 'extension.inc');
//include($phpbb_root_path . 'common.'.$phpEx);
include('./templates/subBlack/overall_footer.php');
include('./common.php');
include('./extension.php');
so hab ich es eingefügt!!!

in phpBB/Login_Chat/index.php (das ist die logindatei)



und diese Meldung kommt dann:
Warning: main(): Unable to access ./templates/subBlack/overall_footer.php in /home/www/web284/html/phpbb/login_chat/index.php on line 34

Warning: main(./templates/subBlack/overall_footer.php): failed to open stream: No such file or directory in /home/www/web284/html/phpbb/login_chat/index.php on line 34

Warning: main(): Unable to access ./templates/subBlack/overall_footer.php in /home/www/web284/html/phpbb/login_chat/index.php on line 34

Warning: main(./templates/subBlack/overall_footer.php): failed to open stream: No such file or directory in /home/www/web284/html/phpbb/login_chat/index.php on line 34

Warning: main(): Failed opening './templates/subBlack/overall_footer.php' for inclusion (include_path='.:/usr/share/php') in /home/www/web284/html/phpbb/login_chat/index.php on line 34

Warning: main(): Unable to access ./common.php in /home/www/web284/html/phpbb/login_chat/index.php on line 35

Warning: main(./common.php): failed to open stream: No such file or directory in /home/www/web284/html/phpbb/login_chat/index.php on line 35

Warning: main(): Unable to access ./common.php in /home/www/web284/html/phpbb/login_chat/index.php on line 35

Warning: main(./common.php): failed to open stream: No such file or directory in /home/www/web284/html/phpbb/login_chat/index.php on line 35

Warning: main(): Failed opening './common.php' for inclusion (include_path='.:/usr/share/php') in /home/www/web284/html/phpbb/login_chat/index.php on line 35

Warning: main(): Unable to access ./extension.php in /home/www/web284/html/phpbb/login_chat/index.php on line 36

Warning: main(./extension.php): failed to open stream: No such file or directory in /home/www/web284/html/phpbb/login_chat/index.php on line 36

Warning: main(): Unable to access ./extension.php in /home/www/web284/html/phpbb/login_chat/index.php on line 36

Warning: main(./extension.php): failed to open stream: No such file or directory in /home/www/web284/html/phpbb/login_chat/index.php on line 36

Warning: main(): Failed opening './extension.php' for inclusion (include_path='.:/usr/share/php') in /home/www/web284/html/phpbb/login_chat/index.php on line 36

Fatal error: Call to undefined function: session_pagestart() in /home/www/web284/html/phpbb/login_chat/index.php on line 41
CMS
Mitglied
Beiträge: 62
Registriert: 28.11.2003 08:08
Wohnort: Heiligenstadt

frage

Beitrag von CMS »

weiß keiner wie ich einen direkten include auf ein unter oder überverzeichnis mache??? ein beispiel würde genügen!!!


THX
Antworten

Zurück zu „phpBB 2.0: Administration, Benutzung und Betrieb“