Seite 1 von 1

Intro portal mod geht aufeinmal nicht mehr zu installieren

Verfasst: 27.11.2005 04:46
von franticfreak
Hallo
wollte eben die intro protal mod drauf machen, mit dem easy installer hat auch alles geklapt bis auf den sql text
also wollte ich es selber machen dann kommt aber entweder die meldung

fehler 404 seite ist nicht verfügbar
oder aber
Could conect to database

was ist los?
wollte ganz normal die install datei ausführen aber es ging nicht...was nun?

guckt selber
http://deadsoul.de.funpic.de/intro_port ... nstall.php

Faulpelzalarm

Verfasst: 27.11.2005 09:49
von gloriosa
Hallo,
öffne die intro_portal_mod_db_install.php und suche Folgendes

Code: Alles auswählen

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: Alles auswählen

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 ! :wink:

Verfasst: 27.11.2005 09:56
von franticfreak
na lol....woran lag das jetzt?also ich meine seit wann muss man was in der install umändern?
wie biste den darauf gekommen?

ach ja und Danke ;-)