Seite 1 von 1

Installation deutsche Version

Verfasst: 31.10.2003 00:50
von wolmon
sooooo nachdem ich die englische Version zum laufen bekommen habe, hab ich mich dann doch für die eingedeutschte entschieden.....

Also alles wieder runter vom Server.... deutsche gedownloadet, entzipt und ruff uffn Server.....

Beim Aufruf von install/install.php dann folgende Fehlermeldung:

Warning: main() [function.main]: Unable to access ./../includes/constants.php in /home/www/web163/html/phpBB2/install/install.php on line 305

Warning: main(./../includes/constants.php) [function.main]: failed to create stream: No such file or directory in /home/www/web163/html/phpBB2/install/install.php on line 305

Warning: main() [function.main]: Failed opening './../includes/constants.php' for inclusion (include_path='.:/usr/share/php') in /home/www/web163/html/phpBB2/install/install.php on line 305

Warning: main() [function.main]: Unable to access ./../includes/functions.php in /home/www/web163/html/phpBB2/install/install.php on line 306

Warning: main(./../includes/functions.php) [function.main]: failed to create stream: No such file or directory in /home/www/web163/html/phpBB2/install/install.php on line 306

Warning: main() [function.main]: Failed opening './../includes/functions.php' for inclusion (include_path='.:/usr/share/php') in /home/www/web163/html/phpBB2/install/install.php on line 306

Warning: main() [function.main]: Unable to access ./../includes/sessions.php in /home/www/web163/html/phpBB2/install/install.php on line 307

Warning: main(./../includes/sessions.php) [function.main]: failed to create stream: No such file or directory in /home/www/web163/html/phpBB2/install/install.php on line 307

Warning: main() [function.main]: Failed opening './../includes/sessions.php' for inclusion (include_path='.:/usr/share/php') in /home/www/web163/html/phpBB2/install/install.php on line 307


Klasse gelle..... und das ganze betrifft dann in der install.php folgende tags

include($phpbb_root_path.'includes/constants.'.$phpEx);
include($phpbb_root_path.'includes/functions.'.$phpEx);
include($phpbb_root_path.'includes/sessions.'.$phpEx);

wer weiss abhilfe..... schon mal fetten Dank im voraus..

wolfgang

Verfasst: 31.10.2003 00:58
von PhilippK
prüf doch mal, ob die ./includes/constants.php existiert.

Gruß, Philipp