Seite 1 von 2

Probleme mit dem Portal-Mod v1.5

Verfasst: 15.09.2006 16:27
von Freakster
ich hab gerade den Portal-Mod v1.5 installiert, und nun ist er leider doch nicht voll funktionstüchtig.

Wenn ich im ACP den Punkt "Intro + Protal" "Navigation" aufrufen möchte, erhalte ich folgende Fehlermeldung:

Code: Alles auswählen

Could not get shoutbox information

DEBUG MODE

SQL Error : 1146 Table 'usr_web6_1.phpbb_introportalmodnav' doesn't exist

SELECT * FROM phpbb_introportalmodnav ORDER BY link_cat , link_sub, link_id

Line : 373
File : admin_introportalmodnav.php
wenn ich das richtig deute fehlt mir irgendwas in SQL. Wie kann ich diese Datei den dazufügen?



Ausserdem habe ich im Punkt "Konfiguration" noch das Problem, dass ich nichts verändern kann, und beim Aufrufen der Portal-Vorschau erhalte ich folgende Fehlermedung

Code: Alles auswählen

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 <= 1158332004 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 <= 1158332004 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
Ich hoffe ihr könnt mir helfen

Verfasst: 15.09.2006 17:08
von MaxMoon
Hast Du laut Anleitung auch
FÜHRE DIE DATEI intro_portal_mod_db_install.php AUS DEM FORUMROOT (Hauptverzeichnis Deines Forums) AUS UND LÖSCHE SIE DANACH !!!

Beispiel: http://www.domain.de/phpbb2/intro_porta ... nstall.php
gemacht? Es scheint so, das da die Tabellen für den MOD fehlen.

Verfasst: 15.09.2006 17:55
von Freakster
das hab ich vergessen :oops:

nur leider erscheint folgende Fehlermeldung

Code: Alles auswählen

phpBB : Kritischer Fehler

Could not connect to the database
Was kann ich da jetzt machen?

Verfasst: 15.09.2006 18:11
von area57
KB:131 hilft da gern weiter im unteren Abschnitt: Fehlermeldung beim Einbau von MOD's

Verfasst: 15.09.2006 19:29
von Freakster
DANKE DANKE DANKE DANKE !!!

ES LÄUFT !!! :D :D

Verfasst: 25.09.2006 00:38
von Cherry2525
hallo,

habe das gleiche Problem und mich hier im Forum durchgelesen. Konnte mich reichlich belesen und nun komme ich nicht weiter.

Habe auch in include_once geändert und der Fehler ist immer noch. was mache ich hier falsch ?

Bitte Euch höflichst um Hilfe.

lg Cherry2525

Verfasst: 25.09.2006 00:50
von area57
moin es kann auch sein das dein Browser deine Seite noch im Cache hatte ;)
leere also mal den Browsercache und probiere es nochmals

Verfasst: 25.09.2006 01:11
von Cherry2525
Danke für den Tipp, habe ich gemacht und danach mein forum wieder aufgerufen

es wird folgendes angezeigt

Could not query Intro + Portal configuration !

RUN intro_portal_mod_db_install.php AND DELETE IT AFTER THAT AND CHECK THE FILES TO EDIT !!!

Fehler beim Abfragen der Intro + Portal Konfiguration !

FÜHRE DIE intro_portal_mod_db_install.php AUS UND LÖSCHE SIE DANACH UND ÜBERPRÜFE DIE ZU EDITIERENDEN DATEIEN !!!

HTH AWSW

DEBUG MODE

SQL Error : 1146 Table 'db178179117.phpbb_introportalmod' doesn't exist

SELECT * FROM phpbb_introportalmod

Line : 44
File : intro.php

Ausführen lässt sich die Datei nicht und zeigt hier folgenden Fehler
Warning: mysql_connect() [function.mysql-connect]: Access denied for user: 'dbo178179117@212.227.109.27' (Using password: NO) in /homepages/36/d108676820/htdocs/phpBB2/db/mysql4.php on line 48

Warning: mysql_error(): supplied argument is not a valid MySQL-Link resource in /homepages/36/d108676820/htdocs/phpBB2/db/mysql4.php on line 330

Warning: mysql_errno(): supplied argument is not a valid MySQL-Link resource in /homepages/36/d108676820/htdocs/phpBB2/db/mysql4.php on line 331
phpBB : Kritischer Fehler

Could not connect to the database
keine Ahnung was ich noch machen kann :wink:

Frage

Verfasst: 25.09.2006 06:57
von gloriosa
Hallo Cherry2525,
hast Du das
entimon hat geschrieben:KB:131 hilft da gern weiter im unteren Abschnitt: Fehlermeldung beim Einbau von MOD's
tatsächlich gelesen und in der intro_portal_mod_db_install.php umgesetzt ? :o

Verfasst: 25.09.2006 08:06
von Cherry2525
ja habe ich gemacht und so sehen jetzt die veränderten zeilen aus.
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);