Problem mit Portal&Intro-Mod - SQL Fehler

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
thiagoZ
Mitglied
Beiträge: 8
Registriert: 01.11.2005 15:29

Problem mit Portal&Intro-Mod - SQL Fehler

Beitrag von thiagoZ »

Hallo,
ich habe ein Problem .
Allerdings kann ich mich noch gut erinnern, dass ich früher keine Schwierigkeiten hatte....
Das tut jetzt aber auch nichts zur Sache .

Naja die Probleme fingen schon bei der Installation an, allerdings hab ich es mithilfe von PhpMyAdmin noch geschafft.
Das Intro funktioniert auch einwandfrei.
Problem:
Wenn ich das Portal aufrufe oder irgendwelche Veränderungen im ACP vornehmen will( die das Portal betreffen) bekomme ich eine Fehlermeldung die ganz danach aussieht, als ob er die Mysql-Tabellen nicht richtig anspricht.
Zum Beispiel die Fehlermeldung beim Aufruf des Portals:
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 <= 1147797178 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 <= 1147797178 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
Oder die Fehlermeldung im ACP:

Failed to update general configuration for config_id

DEBUG MODE

SQL Error : 1054 Unknown column 'config_value' in 'field list'

UPDATE phpbb_introportalmod SET config_value = '' WHERE config_name = 'config_id'

Line : 93
File : admin_introportalmod.php
Mit der Zeit glaube ich immermehr, dass es mit der neusten Version nicht funktioniert, da ich früher diese Probleme nicht hatte.
Die Fehlermeldungen verstehe ich auch nicht ganz...
Sieht nach einem Fehler in der MySQL Datenbank aus.
Meine MySQL Version ist 4.0.23.
Ich hoffe, dass ihr mir helfen könnt.
Viele Grüße thiagoZ
Knut77
Mitglied
Beiträge: 60
Registriert: 09.02.2006 17:51

Beitrag von Knut77 »

Ich bekomme auch den ersten Fehler !! ;(..dieser Mod macht mich noch verrückt, erst musste ich mit umwegen die scheiss Mysql Tabellen einfügen und dann sowas !!! Ich kotze gleich... :(...bitte !! Helft mir!!!
Antworten

Zurück zu „phpBB 2.0: Mod Support“