seit dem Umzug der Forendomain (in den letzten Stunden erfolgt), hagelt es auf der vorgelagerten Startseite, von der aus die recent.php includiert wird, einige Fehlermeldungen:
Die Zeilen 7-10 in der recent.php sehen so aus:Warning: main(): php_network_getaddresses: getaddrinfo failed: Name or service not known in /home/htdocs/web0/html/reiki2/rose/forum/phpBB2/recent.php on line 9
Warning: main(http://www.reikiforum.net/phpBB2/extension.inc): failed to open stream: Success in /home/htdocs/web0/html/reiki2/rose/forum/phpBB2/recent.php on line 9
Warning: main(): Failed opening 'http://www.reikiforum.net/phpBB2/extension.inc' for inclusion (include_path='.:/usr/share/php') in /home/htdocs/web0/html/reiki2/rose/forum/phpBB2/recent.php on line 9
Warning: main(): php_network_getaddresses: getaddrinfo failed: Name or service not known in /home/htdocs/web0/html/reiki2/rose/forum/phpBB2/recent.php on line 10
Warning: main(http://www.reikiforum.net/phpBB2/common.php): failed to open stream: Success in /home/htdocs/web0/html/reiki2/rose/forum/phpBB2/recent.php on line 10
Warning: main(): Failed opening 'http://www.reikiforum.net/phpBB2/common.php' for inclusion (include_path='.:/usr/share/php') in /home/htdocs/web0/html/reiki2/rose/forum/phpBB2/recent.php on line 10
Code: Alles auswählen
/* ; //path to below files */
$phpbb_root_path = "http://www.reikiforum.net/phpBB2/"; //path to below files
include($phpbb_root_path . 'extension.inc');
include($phpbb_root_path . 'common.'.$phpEx);
Code: Alles auswählen
$phpbb_root_path = "./" oder
$phpbb_root_path = "../phpBB2/";
Woran könnte es liegen? Die Umgebung ist Apache 2 mit php 4.3.3.
Warning: main(./extension.inc): failed to open stream: No such file or directory in /home/htdocs/web0/html/reiki2/rose/forum/phpBB2/recent.php on line 9
Warning: main(): Failed opening './extension.inc' for inclusion (include_path='.:/usr/share/php') in /home/htdocs/web0/html/reiki2/rose/forum/phpBB2/recent.php on line 9
Warning: main(./common.php): failed to open stream: No such file or directory in /home/htdocs/web0/html/reiki2/rose/forum/phpBB2/recent.php on line 10
Warning: main(): Failed opening './common.php' for inclusion (include_path='.:/usr/share/php') in /home/htdocs/web0/html/reiki2/rose/forum/phpBB2/recent.php on line 10