Fehler in der admin/index.php
Verfasst: 06.04.2006 00:48
Hallo,ich weiß nicht,was genau ich gemacht habe,aber als ich einen Mod einbauen wollte und danach ins Adminmenü wollte kamen nur lauter Fehlermeldungen:
[/size]
Ich habe die betroffenen Zeilen (25-31) mal kopiert:[/size] Ich hoffe ihr könnt mir helfen.
Vielen Dank im voraus
Code: Alles auswählen
[size=7]Warning: main(): Unable to access ./extension.inc in /home/webpages/lima-city/forum9f1/html/admin/index.php on line 25
Warning: main(./extension.inc): failed to open stream: No such file or directory in /home/webpages/lima-city/forum9f1/html/admin/index.php on line 25
Warning: main(): Unable to access ./extension.inc in /home/webpages/lima-city/forum9f1/html/admin/index.php on line 25
Warning: main(./extension.inc): failed to open stream: No such file or directory in /home/webpages/lima-city/forum9f1/html/admin/index.php on line 25
Warning: main(): Failed opening './extension.inc' for inclusion (include_path='.:/home/webpages/include') in /home/webpages/lima-city/forum9f1/html/admin/index.php on line 25
Warning: main(): Unable to access ./common. in /home/webpages/lima-city/forum9f1/html/admin/index.php on line 26
Warning: main(./common.): failed to open stream: No such file or directory in /home/webpages/lima-city/forum9f1/html/admin/index.php on line 26
Warning: main(): Unable to access ./common. in /home/webpages/lima-city/forum9f1/html/admin/index.php on line 26
Warning: main(./common.): failed to open stream: No such file or directory in /home/webpages/lima-city/forum9f1/html/admin/index.php on line 26
Warning: main(): Failed opening './common.' for inclusion (include_path='.:/home/webpages/include') in /home/webpages/lima-city/forum9f1/html/admin/index.php on line 26
Warning: main(): Unable to access ./includes/bbcode. in /home/webpages/lima-city/forum9f1/html/admin/index.php on line 27
Warning: main(./includes/bbcode.): failed to open stream: No such file or directory in /home/webpages/lima-city/forum9f1/html/admin/index.php on line 27
Warning: main(): Failed opening './includes/bbcode.' for inclusion (include_path='.:/home/webpages/include') in /home/webpages/lima-city/forum9f1/html/admin/index.php on line 27
Fatal error: Call to undefined function: session_pagestart() in /home/webpages/lima-city/forum9f1/html/admin/index.php on line 31
Ich habe die betroffenen Zeilen (25-31) mal kopiert:
Code: Alles auswählen
[size=7]include($phpbb_root_path . 'common.'.$phpEx);
include_once($phpbb_root_path . 'includes/bbcode.'.$phpEx);
//
// Start session management
//
$userdata = session_pagestart($user_ip, PAGE_INDEX);
Vielen Dank im voraus