phpBB board3 Portal installation (Fehler)
Verfasst: 11.10.2008 10:04
Hi,
Ich möchte ein Portal bei meinem Forum installieren, und komme leider nicht weiter.
Bei Schritt:
Open: includes/functions.php
Da soll man was ergänzen:
------------------------------------------------------------------
Das tuh ich auch, aber dann erscheint auf www.computerhilfen.de.be
"Allgemeiner Fehler
Language file lang_portal.php couldn't be opened."
Bis jetzt ging noch alles, aber bei diesem Schritt, weiß ich nicht was ich falsch mache
______________________________________
functions.php
**************************************
Und hier kommt auch leider ein Fehler den ich gerade bemerkt habe:
Schritt: Open: adm/index.php
*******************************************************************
Wenn ich dann auf Admin-Bereich gehe, kommt das:
Kann mir bitte jemand helfen ?
Mfg
Danke im Vorraus
Ich möchte ein Portal bei meinem Forum installieren, und komme leider nicht weiter.
Bei Schritt:
Open: includes/functions.php
Da soll man was ergänzen:
------------------------------------------------------------------
------------------------------------------------------------------Find
Tip: This may be a partial find and not the whole line.
Code:Select All
// The following assigns all _common_ variables that may be used at any point in a template.
Add before
Tip: Add these lines on a new blank line before the preceding line(s) to find.
Code:Select All
$user->add_lang('mods/lang_portal');
Das tuh ich auch, aber dann erscheint auf www.computerhilfen.de.be
"Allgemeiner Fehler
Language file lang_portal.php couldn't be opened."
Bis jetzt ging noch alles, aber bei diesem Schritt, weiß ich nicht was ich falsch mache
______________________________________
functions.php
// The following assigns all _common_ variables that may be used at any point in a template.
$user->add_lang('mods/lang_portal');
$template->assign_vars(array(
'SITENAME' => $config['sitename'],
'SITE_DESCRIPTION' => $config['site_desc'],
'PAGE_TITLE'
**************************************
Und hier kommt auch leider ein Fehler den ich gerade bemerkt habe:
Schritt: Open: adm/index.php
Code: Alles auswählen
Find
Tip: This may be a partial find and not the whole line.
Code:Select All
// End session management
Add after
Tip: Add these lines on a new blank line after the preceding line(s) to find.
Code:Select All
$user->add_lang('mods/lang_portal_acp_logs');
Wenn ich dann auf Admin-Bereich gehe, kommt das:
*******************************************************************Allgemeiner Fehler
Language file lang_portal_acp_logs.php couldn't be opened.
Kann mir bitte jemand helfen ?
Mfg
Danke im Vorraus