Portal und intro

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
Grumgo
Mitglied
Beiträge: 5
Registriert: 13.05.2006 20:20
Wohnort: Varel

Portal und intro

Beitrag 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
Zuletzt geändert von Grumgo am 18.09.2006 02:17, insgesamt 1-mal geändert.
Benutzeravatar
area57
Mitglied
Beiträge: 2111
Registriert: 26.12.2005 19:43
Wohnort: Berlin
Kontaktdaten:

Re: falsche Tables

Beitrag von area57 »

Grumgo hat geschrieben:Das installscript geht auch nicht
Lass mich raten, da kommt ein Datenbankfehler?!
KB:131 letzter Abschnitt davon sollte helfen

Windows - Ein Slangebegriff der Indianer: Weißer Mann starrt durch Glasscheibe auf Sanduhr
In a world without walls - Who need's windows and gates???
Grumgo
Mitglied
Beiträge: 5
Registriert: 13.05.2006 20:20
Wohnort: Varel

Beitrag 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.
Benutzeravatar
area57
Mitglied
Beiträge: 2111
Registriert: 26.12.2005 19:43
Wohnort: Berlin
Kontaktdaten:

Beitrag von area57 »

weil das der name der Datenbank ist !? ;)

Windows - Ein Slangebegriff der Indianer: Weißer Mann starrt durch Glasscheibe auf Sanduhr
In a world without walls - Who need's windows and gates???
Grumgo
Mitglied
Beiträge: 5
Registriert: 13.05.2006 20:20
Wohnort: Varel

Beitrag 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
Grumgo
Mitglied
Beiträge: 5
Registriert: 13.05.2006 20:20
Wohnort: Varel

Beitrag 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
Grumgo
Mitglied
Beiträge: 5
Registriert: 13.05.2006 20:20
Wohnort: Varel

Beitrag von Grumgo »

Habs nun hab in einer datei nur ein "/" vergessen

Danke nun gehts :-)
Benutzeravatar
Manu_93
Mitglied
Beiträge: 145
Registriert: 09.11.2006 19:02

Beitrag 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.
Antworten

Zurück zu „phpBB 2.0: Mod Support“