Seite 1 von 3
IntroPortalMOD_V150
Verfasst: 02.01.2006 13:51
von Zlocko
Kann mir vielleicht jemand helfen? Hab es schon 4xinstalliert und wieder rückgängig machen müssen weil ansonsten mein Forum nicht mehr funktioniert.
Hab alle Dateien auf meinen Server geladen. Habe alle Veränderungen in den .php`s gemacht und trotzdem funktioniert es nicht.
Wenn ich auf die
http://www.meine-domain.com/forum/intro ... nstall.php gehe zeigt er mir im Browser folgende Fehlermeldung:
Code: Alles auswählen
DEBUG MODE
SQL Error : 1146 Table 'db79056_1.phpbb_introportalmod' doesn't exist
SELECT * FROM phpbb_introportalmod
Line : 44
File : intro.php
danach habe ich die fehlende Tabelle erstellt und nun zeigt er mir wieder einen Fehler:
Code: Alles auswählen
Could not query announcements information
DEBUG MODE
SQL Error : 1064 You have an error in your SQL syntax near ') AND t.topic_time <= 1136204268 AND t.topic_poster = u.user_id AND ' at line 23
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 <= 1136204268 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
Weiss jemand einen Rat?
Bin dankbar für jede Hilfe
Verfasst: 02.01.2006 14:35
von racepat
ich hab das Ding auch schon zig Mal in- und deinstalliert. Kriege das nicht hin. Habs mit dem Mod-Installier installiert, wenn ich dann anschliessend die "intro_portal_mod_db_install" im Forum-Verzeichnis ausführe, wird diese Meldung gezeigt:
Code: Alles auswählen
Warning: mysql_connect(): Access denied for user: 'web8@localhost' (Using password: NO) in /home/www/web8/html/phpBB2_test/db/mysql4.php on line 48
Warning: mysql_error(): supplied argument is not a valid MySQL-Link resource in /home/www/web8/html/phpBB2_test/db/mysql4.php on line 330
Warning: mysql_errno(): supplied argument is not a valid MySQL-Link resource in /home/www/web8/html/phpBB2_test/db/mysql4.php on line 331
phpBB : Kritischer Fehler
Could not connect to the database
Hab schon diverse Tips aus dem Forum probiert - was mach ich falsch?
Kann mir jemand helfen? Vielen Dank!
Verfasst: 02.01.2006 15:39
von gloriosa
Hallo racepat,
sofern Du die boardeigene Funktion
[ externes Bild ] Suchen benutzten würdest, findest Du zahlreiche Beiträge wie diesen
gloriosa hat geschrieben:Hallo,
öffne die intro_portal_mod_db_install.php und suche Folgendes
Code: Alles auswählen
include($phpbb_root_path . 'extension.inc');
include($phpbb_root_path . 'config.'.$phpEx);
include($phpbb_root_path . 'common.'.$phpEx);
include($phpbb_root_path . 'includes/constants.'.$phpEx);
include($phpbb_root_path . 'includes/db.'.$phpEx);
und ersetze es mit diesem
Code: Alles auswählen
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);
Dann sollte es funktionieren !
welche die Lösung enthalten !

Verfasst: 02.01.2006 15:42
von Zlocko
@gloriosa, kannst du mir bei meinem Problem auch helfen?
Bitte

Verfasst: 02.01.2006 15:50
von gloriosa
Hallo Zlocko,
das Datenbank-Update (sprich das Anlegen der beiden Tabellen -introportalmod und _introportalmodnav) macht nun einmal die
intro_portal_mod_db_install.php.
Du hast sicher übersehem, das nach dem Aufruf der
intro_portal_mod_db_install.php noch ein Klick auf den entsprechenden Link notwendig ist .....

Verfasst: 02.01.2006 16:04
von Zlocko
Nein habe ich nicht übersehen. Wenn ich darauf klicke dann kommt nur eine weiße Seite und dann steht oben nur Kritischer Fehler und daß er die database nicht finden kann.
Würmer aus der Nase ziehen !
Verfasst: 02.01.2006 16:07
von gloriosa
hallo,
demnach
Zlocko hat geschrieben:und daß er die database nicht finden kann.
gilt meine Antwort an
racepat auch für Dich !

Verfasst: 02.01.2006 16:35
von Zlocko
Jetzt hab ich es so geändert wie du es beschrieben hattest . Jetzt komme ich zwar über den Index-Button aufs Forum und die FAQ funktioniert auch aber auf das Portal komme ich weiterhin nicht.
Das hatte er mir im Browser angezeigt:
Code: Alles auswählen
An error occurred ! Changes have not been entered successfully !
Es Fehler ist aufgetreten ! Änderung nicht erfolgreich eingetragen !
Table 'phpbb_introportalmod' already exists
Ich werd nicht mehr schlau.

Verfasst: 02.01.2006 16:49
von Zlocko
Sorry gloriosa. Hab jetzt was durcheinander gebracht. Den oberen Text zeigt er mir wenn ich in meinen Browser
www.meine domain/forum/intro_portal_mod_db_install.php eintippe.
Wenn ich aber
www.meinedomain/forum eintippe dann kommt die Seite mit meinem Forum und auf der ersten Seite steht dann.. blablabla ...und dann die 3 Links
Index , Portal und FAQ.....wenn ich auf Index klicke komme ich direkt auf das Forum. Das ist schon mal ganz gut aer wenn ich auf Portal klicke dann kommt wieder der selbe Text
Code: Alles auswählen
Could not query announcements information
DEBUG MODE
SQL Error : 1064 You have an error in your SQL syntax near ') AND t.topic_time <= 1136215903 AND t.topic_poster = u.user_id AND ' at line 23
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 <= 1136215903 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
Verfasst: 03.01.2006 13:30
von Zlocko
Kann mir niemand helfen? Stehe immer noch da mit einem instaliertem Forum daß nur zur Hälfte funktioniert.
