Seite 1 von 2

Brauche Hilfe zu Intro + Portal MOD (PROBLEM GELÖST)

Verfasst: 04.01.2007 12:05
von twofive
HABE DAS PROBLEM GELÖST













MOD: http://www.phpbb.de/moddb/intro_and_portal_mod


Bei mir tritt immer diese Fehlermeldung auf, wenn ich den
MySQL-Zeugs druffmachen will:
phpBB : Kritischer Fehler

Could not connect to the database

Das mache ich wie beschrieben mit Datei:

Code: Alles auswählen

http://www.twofive.de.vu/foren/intro_portal_mod_db_install.php
Aber es geht nicht!

Ich verwende easymod.

Wie kan ich machen das es geht oder wie werde ich den Mod wieder los?

Verfasst: 04.01.2007 12:12
von twofive

Verfasst: 04.01.2007 12:15
von Jan500
hi

öffne die intro_portal_mod_db_install.php mit einem editor und finde:
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);
ändere durch:
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 speichern, hochladen und ausführen

Jan

Verfasst: 04.01.2007 12:19
von twofive
Dankeschöön! Funktioniert!!!

Bist herzlich eingeladen auf meine Webseite

http://www.twofive.de.vu
http://www.twofive.de.vu/foren (Forum)[/url]

Weiteres Problem

Verfasst: 05.01.2007 21:31
von twofive
Neues Problem:

Habe versucht Portal + Intro MOD neu zu installieren. Wenn ich nun mein Forum öffne erscheint:

Could not query Intro + Portal configuration !

RUN intro_portal_mod_db_install.php AND DELETE IT AFTER THAT AND CHECK THE FILES TO EDIT !!!

Fehler beim Abfragen der Intro + Portal Konfiguration !

FÜHRE DIE intro_portal_mod_db_install.php AUS UND LÖSCHE SIE DANACH UND ÜBERPRÜFE DIE ZU EDITIERENDEN DATEIEN !!!

HTH AWSW

DEBUG MODE

SQL Error : 1146 Table 'tfreloaded.INTROPORTALMOD_TABLE' doesn't exist

SELECT * FROM INTROPORTALMOD_TABLE

Line : 47
File : portal.php


HILFE!!

Verfasst: 05.01.2007 21:37
von Jan500
wo ist dein problem? ich setze mal vorraus, das du lesen kannst
FÜHRE DIE intro_portal_mod_db_install.php AUS UND LÖSCHE SIE DANACH UND ÜBERPRÜFE DIE ZU EDITIERENDEN DATEIEN !!!
Jan

Verfasst: 05.01.2007 21:39
von twofive
Wer das Im Browser sehen will:

http://www.bild-von-meinem-problem.de.vu

Verfasst: 05.01.2007 21:45
von twofive
FÜHRE DIE intro_portal_mod_db_install.php AUS UND LÖSCHE SIE DANACH UND ÜBERPRÜFE DIE ZU EDITIERENDEN DATEIEN !!!
Das hilft leider nix... Sry

Verfasst: 05.01.2007 21:57
von twofive
HIIIILLLLFFFEEEE!!!!

Verfasst: 05.01.2007 21:57
von Jan500
und was ist so schwer daran zu verstehen?
ode rmeinst du du führst das aus. aber er gibt dennoch den fehler aus?

was passiert denn wenn du die datei ausführst?

edit: bitte unterlasse Bumping!! KB:knigge

Jan