Nach Einbau eines Portals seltsame Fehlermeldung
Verfasst: 24.05.2005 11:56
Moin Forum,
vor unser Forumhaben wir ein Portal gesetzt. Die alte index.php wurde einfach in forum.php umbenannt.
Wenn man nun in der Navigationsleiste oder direkt mit http://mg03b-forum.de/forum.php versucht, dieses zu erreichen, kommt folgende Fehlermeldung:
---------------------------------------------------------------------------------------
Warning: main(): SAFE MODE Restriction in effect. The script whose uid is 0 is not allowed to access ./extension.inc owned by uid 774 in /home/htdocs/web121/html/forum.php on line 25
Warning: main(./extension.inc): failed to open stream: Success in /home/htdocs/web121/html/forum.php on line 25
Warning: main(): Failed opening './extension.inc' for inclusion (include_path='.:/usr/share/php') in /home/htdocs/web121/html/forum.php on line 25
Warning: main(): Unable to access ./common. in /home/htdocs/web121/html/forum.php on line 26
Warning: main(./common.): failed to open stream: No such file or directory in /home/htdocs/web121/html/forum.php on line 26
Warning: main(): Failed opening './common.' for inclusion (include_path='.:/usr/share/php') in /home/htdocs/web121/html/forum.php on line 26
Fatal error: Call to undefined function: session_pagestart() in /home/htdocs/web121/html/forum.php on line 31
---------------------------------------------------------------------------------------
in der foren.php steht an den entsprechenden Stellen folgendes:
line25 include($phpbb_root_path . 'extension.inc');
line26 include($phpbb_root_path . 'common.'.$phpEx);
line31 $userdata = session_pagestart($user_ip, PAGE_INDEX);
Das seltsame ist, daß es bei einigen Usern zu funktionieren scheint, bei anderen wiederum nicht (so auch bei mir).
Wo kann der Fehler stecken?
Gruß aus Halle
Sven
vor unser Forumhaben wir ein Portal gesetzt. Die alte index.php wurde einfach in forum.php umbenannt.
Wenn man nun in der Navigationsleiste oder direkt mit http://mg03b-forum.de/forum.php versucht, dieses zu erreichen, kommt folgende Fehlermeldung:
---------------------------------------------------------------------------------------
Warning: main(): SAFE MODE Restriction in effect. The script whose uid is 0 is not allowed to access ./extension.inc owned by uid 774 in /home/htdocs/web121/html/forum.php on line 25
Warning: main(./extension.inc): failed to open stream: Success in /home/htdocs/web121/html/forum.php on line 25
Warning: main(): Failed opening './extension.inc' for inclusion (include_path='.:/usr/share/php') in /home/htdocs/web121/html/forum.php on line 25
Warning: main(): Unable to access ./common. in /home/htdocs/web121/html/forum.php on line 26
Warning: main(./common.): failed to open stream: No such file or directory in /home/htdocs/web121/html/forum.php on line 26
Warning: main(): Failed opening './common.' for inclusion (include_path='.:/usr/share/php') in /home/htdocs/web121/html/forum.php on line 26
Fatal error: Call to undefined function: session_pagestart() in /home/htdocs/web121/html/forum.php on line 31
---------------------------------------------------------------------------------------
in der foren.php steht an den entsprechenden Stellen folgendes:
line25 include($phpbb_root_path . 'extension.inc');
line26 include($phpbb_root_path . 'common.'.$phpEx);
line31 $userdata = session_pagestart($user_ip, PAGE_INDEX);
Das seltsame ist, daß es bei einigen Usern zu funktionieren scheint, bei anderen wiederum nicht (so auch bei mir).
Wo kann der Fehler stecken?
Gruß aus Halle
Sven