Problem mit dem Intro + Portal Mod
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.
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.
-
- Mitglied
- Beiträge: 67
- Registriert: 26.03.2005 14:03
Problem mit dem Intro + Portal Mod
Hallo!
Hab gerade den Intro + Portal Mod installiert. ging alles supper.
Wen ich jetzt im Adminpanel den Mod Konfigurieren will (Intro + Portal -> Konfiguration) bekomme ich diese Meldung:
phpBB : Kritischer Fehler
Could not query introportalmod information in admin_board
DEBUG MODE
SQL Error : 1146 Table 'forum.introportalmod_table' doesn't exist
SELECT * FROM INTROPORTALMOD_TABLE
Line : 73
File : admin_introportalmod.php
Die Mysql Datenbank heißt Forum und die Tables phpbb_introportalmod und phpbb_introportalmodnav sind durch den Mod erstellt worden.
Kann mir jemand helfen?
Hab gerade den Intro + Portal Mod installiert. ging alles supper.
Wen ich jetzt im Adminpanel den Mod Konfigurieren will (Intro + Portal -> Konfiguration) bekomme ich diese Meldung:
phpBB : Kritischer Fehler
Could not query introportalmod information in admin_board
DEBUG MODE
SQL Error : 1146 Table 'forum.introportalmod_table' doesn't exist
SELECT * FROM INTROPORTALMOD_TABLE
Line : 73
File : admin_introportalmod.php
Die Mysql Datenbank heißt Forum und die Tables phpbb_introportalmod und phpbb_introportalmodnav sind durch den Mod erstellt worden.
Kann mir jemand helfen?
- Supersonic
- Mitglied
- Beiträge: 162
- Registriert: 16.08.2004 09:04
- Kontaktdaten:
Laut Deiner Fehlermeldung existiert die Datenbank nicht.
Laß nochmal die "intro_portal_mod_db_install.php" laufen.
Laß nochmal die "intro_portal_mod_db_install.php" laufen.
Habt ihr einen Mod übersetzt oder sucht ihr eine deutsche Version eines Mods?
http://www.phpbbmods.de
Signaturen dürfen maximal 3 Zeilen lang sein
http://www.phpbbmods.de
Signaturen dürfen maximal 3 Zeilen lang sein
-
- Mitglied
- Beiträge: 67
- Registriert: 26.03.2005 14:03
- Supersonic
- Mitglied
- Beiträge: 162
- Registriert: 16.08.2004 09:04
- Kontaktdaten:
Probier mal mit PhpMyAdmin die values einzutragen.
Also alles, was mit "INSERT INTO" anfängt.
Also alles, was mit "INSERT INTO" anfängt.
Habt ihr einen Mod übersetzt oder sucht ihr eine deutsche Version eines Mods?
http://www.phpbbmods.de
Signaturen dürfen maximal 3 Zeilen lang sein
http://www.phpbbmods.de
Signaturen dürfen maximal 3 Zeilen lang sein
-
- Mitglied
- Beiträge: 67
- Registriert: 26.03.2005 14:03
-
- Mitglied
- Beiträge: 67
- Registriert: 26.03.2005 14:03
Ok, problem gelöst! Hab die admin_introportalmod.php und die portal.php umgeschrieben!
Zuletzt geändert von maximus Caesar am 30.03.2005 18:50, insgesamt 1-mal geändert.
-
- Mitglied
- Beiträge: 67
- Registriert: 26.03.2005 14:03
noch ein Problem:
phpBB : Kritischer Fehler
Error updating sessions table
DEBUG MODE
SQL Error : 1054 Unknown column 'PAGE_PORTAL' in 'field list'
UPDATE phpbb_sessions SET session_time = 1112201528, session_page = PAGE_PORTAL WHERE session_id = '80e333c2c308bbf42c49a9cfb5bb016a'
Line : 279
File : sessions.php
keine Ahnung woran es liegt...
phpBB : Kritischer Fehler
Error updating sessions table
DEBUG MODE
SQL Error : 1054 Unknown column 'PAGE_PORTAL' in 'field list'
UPDATE phpbb_sessions SET session_time = 1112201528, session_page = PAGE_PORTAL WHERE session_id = '80e333c2c308bbf42c49a9cfb5bb016a'
Line : 279
File : sessions.php
keine Ahnung woran es liegt...
-
- Mitglied
- Beiträge: 67
- Registriert: 26.03.2005 14:03
Noch ein Fehler der kommt:
Could not query announcements information
DEBUG MODE
SQL Error : 1064 You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near ') AND t.topic_time <= 1112204052 AND t.topic_poster
SELECT t.topic_id, t.topic_time, t.topic_title, pt.post_text, u.username, u.user_id, t.topic_replies, pt.bbcode_uid, t.forum_id, t.topic_poster, t.topic_first_post_id, t.topic_status, pt.post_id, p.post_id, p.enable_smilies FROM phpbb_topics AS t, phpbb_users AS u, phpbb_posts_text AS pt, phpbb_posts AS p WHERE t.forum_id IN () AND t.topic_time <= 1112204052 AND t.topic_poster = u.user_id AND t.topic_first_post_id = pt.post_id AND t.topic_first_post_id = p.post_id AND t.topic_status <> 2 ORDER BY t.topic_time DESC
Line : 86
File : portal_poll.php
hängt alles mit dem Intro + Portal Mod zusammen
Ps: habs mit dem EasyMod Installer (neueste Version) installiert
Could not query announcements information
DEBUG MODE
SQL Error : 1064 You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near ') AND t.topic_time <= 1112204052 AND t.topic_poster
SELECT t.topic_id, t.topic_time, t.topic_title, pt.post_text, u.username, u.user_id, t.topic_replies, pt.bbcode_uid, t.forum_id, t.topic_poster, t.topic_first_post_id, t.topic_status, pt.post_id, p.post_id, p.enable_smilies FROM phpbb_topics AS t, phpbb_users AS u, phpbb_posts_text AS pt, phpbb_posts AS p WHERE t.forum_id IN () AND t.topic_time <= 1112204052 AND t.topic_poster = u.user_id AND t.topic_first_post_id = pt.post_id AND t.topic_first_post_id = p.post_id AND t.topic_status <> 2 ORDER BY t.topic_time DESC
Line : 86
File : portal_poll.php
hängt alles mit dem Intro + Portal Mod zusammen
Ps: habs mit dem EasyMod Installer (neueste Version) installiert
-
- Mitglied
- Beiträge: 67
- Registriert: 26.03.2005 14:03
-
- Mitglied
- Beiträge: 67
- Registriert: 26.03.2005 14:03