Seite 1 von 2
Problem mit dem Intro + Portal Mod
Verfasst: 30.03.2005 17:32
von maximus Caesar
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?
Verfasst: 30.03.2005 17:43
von Supersonic
Laut Deiner Fehlermeldung existiert die Datenbank nicht.
Laß nochmal die "intro_portal_mod_db_install.php" laufen.
Verfasst: 30.03.2005 17:45
von maximus Caesar
An error occurred ! Changes have not been entered successfully !
Es Fehler ist aufgetreten ! Änderung nicht erfolgreich eingetragen !
Table 'phpbb_introportalmod' already exists
Erstellt ein anderes Table, als verlangt wird...
Verfasst: 30.03.2005 18:21
von Supersonic
Probier mal mit PhpMyAdmin die values einzutragen.
Also alles, was mit "INSERT INTO" anfängt.
Verfasst: 30.03.2005 18:23
von maximus Caesar
Lasse das Forum noch Offline auf meinem Rechner laufen...
Hab keine ahnung was PHPMyAdmin ist...
Verfasst: 30.03.2005 18:30
von maximus Caesar
Ok, problem gelöst! Hab die admin_introportalmod.php und die portal.php umgeschrieben!
Verfasst: 30.03.2005 18:50
von maximus Caesar
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...
Verfasst: 30.03.2005 19:31
von maximus Caesar
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
Verfasst: 30.03.2005 19:56
von maximus Caesar
verwende phpBB 2.0.13 also die neueste Version...
Verfasst: 30.03.2005 21:42
von maximus Caesar
MySQL 4.0.23
Internet-Informationsdienste
Hoffe es hilft...