Seite 1 von 1
[2.0.10] Intro + Portal *emc Probs. & Fehler
Verfasst: 26.12.2005 04:56
von Demoman
Hallo ich bekomme den MOD nicht bei mir drauf.
Die habe immer diese fehler meldung.....
// Intro + Portal MOD START $lang['Viewing_Intro'] = "Betrachtet das Intro"; $lang['Viewing_Portal'] = "Betrachtet das Portal"; $lang['IntroPortalMOD1'] = "Intro"; $lang['IntroPortalMOD2'] = "Portal"; $lang['IntroPortalMOD3'] = "Index"; $lang['IntroPortalMOD4'] = "
www.phpbb.de"; $lang['IntroPortalMOD5'] = "
www.phpbb.com"; $lang['IntroPortalMOD6'] = "phpBB Support"; // Intro + Portal MOD END
Parse error: parse error, unexpected T_IF, expecting ')' in /srv/www/htdocs/web12/html/includes/page_header.php on line 69
Kann mir einer Helfen und evtl. das bei mir machen?
DANKE
Verfasst: 26.12.2005 07:12
von Markus67
Hi
verlinke mal bitte deine page_header.php als txt-Datei
KB:datei
Markus
Verfasst: 26.12.2005 13:29
von Demoman
// Intro + Portal MOD START $lang['Viewing_Intro'] = "Betrachtet das Intro"; $lang['Viewing_Portal'] = "Betrachtet das Portal"; $lang['IntroPortalMOD1'] = "Intro"; $lang['IntroPortalMOD2'] = "Portal"; $lang['IntroPortalMOD3'] = "Index"; $lang['IntroPortalMOD4'] = "
www.phpbb.de"; $lang['IntroPortalMOD5'] = "
www.phpbb.com"; $lang['IntroPortalMOD6'] = "phpBB Support"; // Intro + Portal MOD END
Warning: main(./includes/page_header.php): failed to open stream: No such file or directory in /srv/www/htdocs/web12/html/index.php on line 268
Warning: main(): Failed opening './includes/page_header.php' for inclusion (include_path='.:') in /srv/www/htdocs/web12/html/index.php on line 268
Dann kommt der Fehler...
Ich kann auch kein Install von intro_portal_mod_db_install.php durch führen.

Verfasst: 26.12.2005 20:28
von Demoman
// Intro + Portal MOD START $lang['Viewing_Intro'] = "Betrachtet das Intro"; $lang['Viewing_Portal'] = "Betrachtet das Portal"; $lang['IntroPortalMOD1'] = "Intro"; $lang['IntroPortalMOD2'] = "Portal"; $lang['IntroPortalMOD3'] = "Index"; $lang['IntroPortalMOD4'] = "www.phpbb.de"; $lang['IntroPortalMOD5'] = "www.phpbb.com"; $lang['IntroPortalMOD6'] = "phpBB Support"; // Intro + Portal MOD END
Warning: Cannot modify header information - headers already sent by (output started at /srv/www/htdocs/web12/html/language/lang_german/lang_main.php:1040) in /srv/www/htdocs/web12/html/includes/page_header.php on line 495
Warning: Cannot modify header information - headers already sent by (output started at /srv/www/htdocs/web12/html/language/lang_german/lang_main.php:1040) in /srv/www/htdocs/web12/html/includes/page_header.php on line 501
Warning: Cannot modify header information - headers already sent by (output started at /srv/www/htdocs/web12/html/language/lang_german/lang_main.php:1040) in /srv/www/htdocs/web12/html/includes/page_header.php on line 502
BITTE UM HILFE
Verfasst: 26.12.2005 23:00
von Mahony
Hallo
Zu deinem Problem mit dem Datenbank-Update.
Hallo,
öffne die intro_portal_mod_db_install.php und suche Folgendes
Code:
include($phpbb_root_path . 'extension.inc');
include($phpbb_root_path . 'config.'.$phpEx);
include($phpbb_root_path . 'common.'.$phpEx);
include($phpbb_root_path . 'includes/constants.'.$phpEx);
include($phpbb_root_path . 'includes/db.'.$phpEx);
und ersetze es mit diesem
Code:
include_once($phpbb_root_path . 'extension.inc');
include_once($phpbb_root_path . 'config.'.$phpEx);
include_once($phpbb_root_path . 'common.'.$phpEx);
include_once($phpbb_root_path . 'includes/constants.'.$phpEx);
include_once($phpbb_root_path . 'includes/db.'.$phpEx);
Dann sollte es funktionieren !
von gloriosa gepostet
Mach als erstes das Datenbank-Update.
Zu dem anderen Problem:
Hast du alle Dateien hochgeladen?
Verfasst: 26.12.2005 23:14
von hagily