[2.0.10] Intro + Portal *emc Probs. & Fehler

Eine Neuinstallation von phpBB 2.0 wird auf phpBB.de nicht mehr unterstützt.
Siehe auch Entwicklungs-Ende von phpBB 2.0 - Auswirkungen auf phpBB.de
Forumsregeln
phpBB 2.0 hat das Ende seiner Lebenszeit überschritten
phpBB 2.0 wird nicht mehr aktiv unterstützt. Insbesondere werden - auch bei Sicherheitslücken - keine Patches mehr bereitgestellt. Der Einsatz von phpBB 2.0 erfolgt daher auf eigene Gefahr. Wir empfehlen einen Umstieg auf phpBB 3.1, welches aktiv weiterentwickelt wird und für welches regelmäßig Updates zur Verfügung gestellt werden.

Eine Neuinstallation von phpBB 2.0 wird auf phpBB.de nicht mehr unterstützt.
Siehe auch Entwicklungs-Ende von phpBB 2.0 - Auswirkungen auf phpBB.de
Gesperrt
Demoman
Mitglied
Beiträge: 5
Registriert: 17.12.2005 16:53
Kontaktdaten:

[2.0.10] Intro + Portal *emc Probs. & Fehler

Beitrag 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
Benutzeravatar
Markus67
Ehrenadmin
Beiträge: 28346
Registriert: 12.01.2004 16:02
Wohnort: Neuss
Kontaktdaten:

Beitrag von Markus67 »

Hi

verlinke mal bitte deine page_header.php als txt-Datei
KB:datei

Markus
Demoman
Mitglied
Beiträge: 5
Registriert: 17.12.2005 16:53
Kontaktdaten:

Beitrag 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. :evil:
Demoman
Mitglied
Beiträge: 5
Registriert: 17.12.2005 16:53
Kontaktdaten:

Beitrag 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
Benutzeravatar
Mahony
Ehemaliges Teammitglied
Beiträge: 12256
Registriert: 17.11.2005 22:33
Wohnort: Ostfildern Kemnat
Kontaktdaten:

Beitrag 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?
Wer fragt, ist ein Narr für fünf Minuten, wer nicht fragt, ist ein Narr für immer.
Benutzeravatar
hagily
Mitglied
Beiträge: 1139
Registriert: 25.08.2005 22:05
Wohnort: Schweinfurt
Kontaktdaten:

Beitrag von hagily »

Gesperrt

Zurück zu „phpBB 2.0: Installation und Update“