Problem mit Intro+Portal Mod

Du hast Probleme beim Einbau oder bei der Benutzung eines Mods? In diesem Forum bist du richtig.
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.0, welches aktiv weiterentwickelt wird und für welches regelmäßig Updates zur Verfügung gestellt werden.
Antworten
tripleZ
Mitglied
Beiträge: 6
Registriert: 03.05.2006 17:40

Problem mit Intro+Portal Mod

Beitrag von tripleZ »

Hallo,
ich habe ein Problem bei der Installation des Intro+Portal Mod.
Ich habe den Mod ganz normal hochgeladen, den Easy Mod Installer durchgeführt, aber wenn ich dann die intro_portal_mod_db_install.php aufrufen will kommt immer

phpBB : Kritischer Fehler

Could not connect to the database

Habe auch schon in dieser Datei

Code: Alles auswählen

include
zu

Code: Alles auswählen

include_once
geändert, hilft aber alles nichts. Komme einfach nicht weiter.

Kann mir jemand helfen?
Gulaschk@none
Mitglied
Beiträge: 1542
Registriert: 17.01.2006 12:43

Beitrag von Gulaschk@none »

bist du als admin eingelogt ??? und den browser eventuell nochmal neu aufrufen :wink:
tripleZ
Mitglied
Beiträge: 6
Registriert: 03.05.2006 17:40

Beitrag von tripleZ »

Hi,
ja bin als Admin eingelogt, Browser neu aufrufen hilft auch nichts.
tripleZ
Mitglied
Beiträge: 6
Registriert: 03.05.2006 17:40

Beitrag von tripleZ »

Hi,
sonst niemand eine Idee?
tripleZ
Mitglied
Beiträge: 6
Registriert: 03.05.2006 17:40

Beitrag von tripleZ »

Hi,
so ich habs jetzt geschafft, jetzt hab ich aber ein neues Problem.
In der intro_portal_mod_db_install.php steht folgendes:

Code: Alles auswählen

nclude_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); // Start session management $userdata = session_pagestart($user_ip, PAGE_INDEX); init_userprefs($userdata); // End session management // Start Restrict to members if( !$userdata['session_logged_in'] ) { header("Location: " . append_sid("login.$phpEx?redirect=intro_portal_mod_db_install.$phpEx", true)); exit; } // End Restrict to members // Start User is Admin ? if ( $userdata['user_level'] == ADMIN ) { } else { message_die(GENERAL_MESSAGE, $lang['Not_Authorised'], $lang['Not_Authorised']); exit; } // End User is Admin ? echo ' 
SQL-DB-Installer - Intro + Portal MOD

--------------------------------------------------------------------------------
'; if (!isset($HTTP_GET_VARS['install'])) { echo 'Please click here | Bitte hier klicken'; } else { $queries = array( // "DROP TABLE " . $table_prefix . "introportalmod", "CREATE TABLE " . $table_prefix . "introportalmod ( config_name varchar(255) NOT NULL default '', config_value text NOT NULL, PRIMARY KEY (config_name) ) TYPE=MyISAM;", "INSERT INTO " . $table_prefix . "introportalmod VALUES ('config_id', '1')", "INSERT INTO " . $table_prefix . "introportalmod VALUES ('modversion', '1.50a')", "INSERT INTO " . $table_prefix . "introportalmod VALUES ('introportalmod_disable', '0')", "INSERT INTO " . $table_prefix . "introportalmod VALUES ('intro_disable', '0')", "INSERT INTO " . $table_prefix . "introportalmod VALUES ('intro_disable_msg', 'Intro derzeit deaktiviert')", "INSERT INTO " . $table_prefix . "introportalmod VALUES ('introlasttopics_active', '1')", "INSERT INTO " . $table_prefix . "introportalmod VALUES ('introlasttopics_limit', '10')", "INSERT INTO " . $table_prefix . "introportalmod VALUES ('lasttopics_length_intro', '25')", "INSERT INTO " . $table_prefix . "introportalmod VALUES ('portal_disable', '0')", "INSERT INTO " . $table_prefix . "introportalmod VALUES ('portal_disable_msg', 'Portal derzeit deaktiviert')", "INSERT INTO " . $table_prefix . "introportalmod VALUES ('navigation_active', '1')", "INSERT INTO " . $table_prefix . "introportalmod VALUES ('navigationquote_active', '1')", "INSERT INTO " . $table_prefix . "introportalmod VALUES ('lastnewmembers_active', '1')", "INSERT INTO " . $table_prefix . "introportalmod VALUES ('lastnewmembers_limit', '5')", "INSERT INTO " . $table_prefix . "introportalmod VALUES ('topposter_active', '1')", "INSERT INTO " . $table_prefix . "introportalmod VALUES ('topposter_limit', '5')", "INSERT INTO " . $table_prefix . "introportalmod VALUES ('topposts_active', '1')", "INSERT INTO " . $table_prefix . "introportalmod VALUES ('topposts_limit', '5')", "INSERT INTO " . $table_prefix . "introportalmod VALUES ('searchtopics_active', '1')", "INSERT INTO " . $table_prefix . "introportalmod VALUES ('pollbox_active', '0')", "INSERT INTO " . $table_prefix . "introportalmod VALUES ('pollbox_forums', '1,2,3,4,5')", "INSERT INTO " . $table_prefix . "introportalmod VALUES ('forumview_active', '1')", "INSERT INTO " . $table_prefix . "introportalmod VALUES ('lasttopics_active', '1')", "INSERT INTO " . $table_prefix . "introportalmod VALUES ('lasttopics_limit', '10')", "INSERT INTO " . $table_prefix . "introportalmod VALUES ('lasttopics_length_portal', '25')", "INSERT INTO " . $table_prefix . "introportalmod VALUES ('freenet_active', '0')", "INSERT INTO " . $table_prefix . "introportalmod VALUES ('heise_active', '0')", "INSERT INTO " . $table_prefix . "introportalmod VALUES ('whoisonline_active', '1')", "INSERT INTO " . $table_prefix . "introportalmod VALUES ('webmaster_active', '1')", "INSERT INTO " . $table_prefix . "introportalmod VALUES ('partners_active', '1')", "INSERT INTO " . $table_prefix . "introportalmod VALUES ('Partnersitelinks', 'http://www.partner1.de\r\nhttp://www.partner2.de\r\nhttp://www.partner3.de\r\nhttp://www.partner4.de\r\nhttp://www.partner5.de')", "INSERT INTO " . $table_prefix . "introportalmod VALUES ('google_active', '1')", "INSERT INTO " . $table_prefix . "introportalmod VALUES ('left_active', '1')", "INSERT INTO " . $table_prefix . "introportalmod VALUES ('center_active', '1')", "INSERT INTO " . $table_prefix . "introportalmod VALUES ('right_active', '1')", "INSERT INTO " . $table_prefix . "introportalmod VALUES ('border_active', '1')", "INSERT INTO " . $table_prefix . "introportalmod VALUES ('fpost_active', '1')", "INSERT INTO " . $table_prefix . "introportalmod VALUES ('fpost_numofnews', '3')", "INSERT INTO " . $table_prefix . "introportalmod VALUES ('fpost_forums', '1,2,3,4,5')", "INSERT INTO " . $table_prefix . "introportalmod VALUES ('fpost_newslength', '250')", "INSERT INTO " . $table_prefix . "introportalmod VALUES ('loginform_active', '1')", "INSERT INTO " . $table_prefix . "introportalmod VALUES ('welcomeuser_active', '0')", "INSERT INTO " . $table_prefix . "introportalmod VALUES ('forumlegend_active', '1')", "INSERT INTO " . $table_prefix . "introportalmod VALUES ('userpostcount_active', '1')", "INSERT INTO " . $table_prefix . "introportalmod VALUES ('birthdaymod_active', '0')", "INSERT INTO " . $table_prefix . "introportalmod VALUES ('lastvisitmod_active', '0')", "INSERT INTO " . $table_prefix . "introportalmod VALUES ('chatboxmod_active', '0')", "INSERT INTO " . $table_prefix . "introportalmod VALUES ('globalannouncemod_active', '0')", // "DROP TABLE " . $table_prefix . "introportalmodnav", "CREATE TABLE " . $table_prefix . "introportalmodnav (link_active tinyint(1) NOT NULL default '1', link_id mediumint(5) NOT NULL default '0', link_cat mediumint(5) NOT NULL default '0', link_sub mediumint(5) NOT NULL default '0', link_name varchar(60) NOT NULL default '', link_url varchar(100) NOT NULL default '', link_level tinyint(1) NOT NULL default '0', link_level_type tinyint(1) NOT NULL default '0', KEY link_id (link_id), KEY link_cat (link_cat), KEY link_sub (link_sub)) TYPE=MyISAM;", "INSERT INTO " . $table_prefix . "introportalmodnav VALUES (1, 0, 0, 0, 'Navigation', '', -1, 2)", "INSERT INTO " . $table_prefix . "introportalmodnav VALUES (1, 0, 0, 1, 'Forum', '', -1, 2)", "INSERT INTO " . $table_prefix . "introportalmodnav VALUES (1, 1, 0, 1, '\$lang[\'IntroPortalMOD1\']', 'intro.php', -1, 2)", "INSERT INTO " . $table_prefix . "introportalmodnav VALUES (1, 2, 0, 1, '\$lang[\'IntroPortalMOD2\']', 'portal.php', -1, 2)", "INSERT INTO " . $table_prefix . "introportalmodnav VALUES (1, 3, 0, 1, '\$lang[\'IntroPortalMOD3\']', 'index.php', -1, 2)", "INSERT INTO " . $table_prefix . "introportalmodnav VALUES (1, 0, 0, 2, '\$lang[\'Registered_users\']', '', -1, 2)", "INSERT INTO " . $table_prefix . "introportalmodnav VALUES (1, 4, 0, 3, '\$lang[\'Register\']', 'profile.php?mode=register', -1, 0)", "INSERT INTO " . $table_prefix . "introportalmodnav VALUES (1, 5, 0, 2, '\$lang[\'Profile\']', 'profile.php?mode=editprofile', 0, 2)", "INSERT INTO " . $table_prefix . "introportalmodnav VALUES (1, 6, 0, 2, '\$lang[\'Search\']', 'search.php', 0, 2)", "INSERT INTO " . $table_prefix . "introportalmodnav VALUES (1, 7, 0, 2, '\$lang[\'Memberlist\']', 'memberlist.php', 0, 2)", "INSERT INTO " . $table_prefix . "introportalmodnav VALUES (1, 8, 0, 2, '\$lang[\'FAQ\']', 'faq.php', 0, 2)", "INSERT INTO " . $table_prefix . "introportalmodnav VALUES (1, 9, 0, 2, '\$lang[\'Usergroups\']', 'groupcp.php', 0, 2)", "INSERT INTO " . $table_prefix . "introportalmodnav VALUES (1, 10, 0, 2, '\$lang[\'Private_Messages\']', 'privmsg.php', 0, 2)", "INSERT INTO " . $table_prefix . "introportalmodnav VALUES (1, 11, 0, 2, '\$lang[\'Who_is_Online\']', 'viewonline.php', 0, 2)", "INSERT INTO " . $table_prefix . "introportalmodnav VALUES (1, 0, 0, 4, '\$lang[\'IntroPortalMOD6\']', '', -1, 2)", "INSERT INTO " . $table_prefix . "introportalmodnav VALUES (1, 12, 0, 4, '\$lang[\'IntroPortalMOD4\']', 'http://www.phpbb.de', -1, 2)", "INSERT INTO " . $table_prefix . "introportalmodnav VALUES (1, 0, 0, 3, '\$lang[\'Guest\']', '', -1, 2)" ); $success = true; foreach($queries as $query) { if (!$db->sql_query($query)) { echo 'An error occurred ! Changes have not been entered successfully !

Es Fehler ist aufgetreten ! Änderung nicht erfolgreich eingetragen !

Wenn ich dann das Portal aufrufen will, kommt wieder: Führe die 

'; echo mysql_error(); $success = false; break; } } if ($success) { echo 'DB-Changes have been entered successfully. You should delete this SQL-DB-Installer as soon as possible !

DB-Änderung wurde erfolgreich ausgeführt. Du solltest diesen SQL-DB-Installer sobald wie möglich löschen !'; } } ?>
Wen ich dann ins Portal gehe, kommt wieder: Führe die Datei intro_portal_mod_db_install.php aus....... Also unverändert..

Woran liegts? Weiß echt nich weiter.
Antworten

Zurück zu „phpBB 2.0: Mod Support“