Seite 1 von 1
Portal und intro
Verfasst: 18.09.2006 02:06
von Grumgo
Ich habe ein phpBB Forum auf dem kostenlosen Webspace bei Funpic.de
Ich wollte nun ein Portal installieren . Leider will er immer auf die Tables
"schattenpakt.phpBB_xxxxxxx" zugreifen
Kann wir einer sagen warum er immer schattenpakt davor setzte. Die Tables kann man nicht erstellen da dort ein . zwischen ist. Das Forum trägt zwar diesen namen, aber die Tables haben den normalen Prefix.
Das installscript geht auch nicht
Ich habe es mit Intro_and_Portal_MOD_Version_1_50a_emc versucht.
Code: Alles auswählen
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 'schattenpakt.INTROPORTALMOD_TABLE' doesn't exist
SELECT * FROM INTROPORTALMOD_TABLE
Line : 44
File : intro.php
Re: falsche Tables
Verfasst: 18.09.2006 02:14
von area57
Grumgo hat geschrieben:Das installscript geht auch nicht
Lass mich raten, da kommt ein Datenbankfehler?!
KB:131 letzter Abschnitt davon sollte helfen
Verfasst: 18.09.2006 02:19
von Grumgo
installationsscript geht nun
musst include durch include_once ersetzen. Dann gings
aber ich weis immer noch nicht warum er auf schattenpakt.phpBB....... zugreifen will. Also wieso er das schattenpakt davor setzt.
Verfasst: 18.09.2006 02:21
von area57
weil das der name der Datenbank ist !?

Verfasst: 18.09.2006 02:31
von Grumgo
es lag daran das das install script die Table phpBB angelegt hat. also mit 2 großen BB . Und im sql aufruf sind die kleine.
Das problem ist schonmal weg, nun teste ich mal die einstellungen und hoffe das alles andere geht.
Der oben beschrieben fehler ist schonmal weg
Verfasst: 18.09.2006 02:34
von Grumgo
Code: Alles auswählen
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 <= 1158539601 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 <= 1158539601 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
ist nun mein nächstes problem - Im Admin bereich scheint alles ok
Verfasst: 18.09.2006 02:36
von Grumgo
Habs nun hab in einer datei nur ein "/" vergessen
Danke nun gehts

Verfasst: 19.11.2006 19:30
von Manu_93
in welcher datei hast du es vergessen, weil ich hab genau das selbe problem. bei mir steht:
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 <= 1163960853 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 <= 1163960853 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
und im admin brerich ist auch alles ok. und intro funzta uch aber portal nicht.
Verfasst: 19.11.2006 19:44
von Markus67