Seite 1 von 2

Intro + Portal

Verfasst: 27.02.2006 20:09
von Slytherin
wenn ich den intro + portal mod (hier) downloade, sind einige dateien passwortgeschützt.
wie lautet das passwort, damit ich die dateien nicht überspringen muss?

Verfasst: 27.02.2006 20:12
von gloriosa
Hallo,
besagte *.ZIP-Datei ist nicht PW-geschützt ! :oops:

Verfasst: 27.02.2006 20:34
von Slytherin
wenn ich es extrahiere, muss ich n passwort angeben :wink:

Verfasst: 27.02.2006 20:36
von Gulaschk@none
ich weiß nicht was du machst habe sie mir gerade gedownloadet und entpackt :roll:

Verfasst: 27.02.2006 20:37
von Slytherin
sobald ichs entpackte brauch ich ein passwort, damit jede datei entpackt werden kann!
der ganze ordner

Code: Alles auswählen

IntroPortalMOD_V150\IntroPortalMOD_root\templates\subSilver\admin
fehlt!

Verfasst: 27.02.2006 20:44
von gloriosa
Hallo bitte_helft_mir_schnell,
nimm' ein geeignetes Programm wie WinRAR zum Auspacken/Öffnen des Archives ! :wink:

Verfasst: 28.02.2006 09:34
von Slytherin
Okay mit Winrar hats schlussendlich geklappt; nur komisch das das der Standart-Entpacker von Windows nicht hinkriegt ... naja :roll:
Wenn ich jetzt die db_update.php ausführen will, kommt da folgende Fehlermeldung:

Code: Alles auswählen

phpBB : Kritischer Fehler 

Could not connect to the database
Soll ich erstmal die Dateien bearbeiten?

Grüsse

Verfasst: 28.02.2006 09:39
von Gulaschk@none
hier tue dies gerade abschnitt 2 ist für dich interesant :

>>>Could not connect to the database<<<

Verfasst: 28.02.2006 10:03
von Slytherin
tatsächlich hats damit erstmal gefunkt. danke :grin:
nun jetzt ist ein weiteres problem aufgetaucht .. sobald ich portal.php aufrufe:

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 <= 1141117342 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 phpbb2_topics AS t, phpbb2_users AS u, phpbb2_posts_text AS pt, phpbb2_posts AS p WHERE t.forum_id IN () AND t.topic_time <= 1141117342 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: 28.02.2006 10:14
von Mayday21
Das erscheint mir sehr komisch und das Problem zu sein:

Code: Alles auswählen

... WHERE t.forum_id IN () ...