Seite 1 von 2

Große Blödheit, kann man das noch retten?

Verfasst: 08.06.2004 15:28
von cskull666
Hallo,

ich habe das phpBB 2.0.6 installiert. Lief über Monate perfekt.
Jetzt kam ich auf die gloreiche Idee einen Calendar-Mod zu installieren. Habe vorher den EasyMOD-Installer erfolgreich draufgemacht. Allerdings ging dann die Installation von dem Calendar-Mod gründlich in die Hose.

Natürlich hab ich es auch noch verpennt vorher ein Backup zu machen. Das ich mich mittlerweile Schwarz geärgert habe dürfte klar sein. :evil:

Kann mir da jemand helfen?

Bin leider alles andere als ein Profi in solchen Sachen. :oops:

Verfasst: 08.06.2004 15:48
von PhilippK
Lad dir mal das 2.0.6-Paket runter und spiel die index.php nochmals auf den Server.

Gruß, Philipp

Verfasst: 08.06.2004 15:57
von cskull666
Schon mal danke für die Info. Werde das umgehend testen. Danke. :grin:

Verfasst: 08.06.2004 16:09
von cskull666
Wo bekomme ich denn das Deutsche phpBB 2.0.6 her ?

Habe hier nur das neue 2.0.8 gefunden und das alte englische 2.0.6.

Verfasst: 08.06.2004 16:45
von PhilippK
Nehm das englische - bei der index.php gibt's da keinen Unterschied.

Gruß, Philipp

Verfasst: 08.06.2004 17:18
von cskull666
Habe die Index.php ersetzt.

Leider ist der Fehler immer noch da. :cry:

Verfasst: 08.06.2004 17:21
von cskull666
Hm, habe mal alle Dateien gesichert und einfach mal was getestet.

Habe den kompletten "Include" Ordner neu draufgemacht. Jetzt gehts wieder halbwegs. Zumindest seh ich wieder was, zumindest wenn man als Benutzer angemeldet ist.

Ansonsten sieht man dieses hier:
Warning: Cannot add header information - headers already sent by (output started at /customers/skull-computer.de/skull-computer.de/httpd.www/phpbb/includes/template.php:480) in /customers/skull-computer.de/skull-computer.de/httpd.www/phpbb/includes/sessions.php on line 359

Warning: Cannot add header information - headers already sent by (output started at /customers/skull-computer.de/skull-computer.de/httpd.www/phpbb/includes/template.php:480) in /customers/skull-computer.de/skull-computer.de/httpd.www/phpbb/includes/sessions.php on line 360

Warning: Cannot add header information - headers already sent by (output started at /customers/skull-computer.de/skull-computer.de/httpd.www/phpbb/includes/template.php:480) in /customers/skull-computer.de/skull-computer.de/httpd.www/phpbb/includes/functions.php on line 763

Verfasst: 08.06.2004 17:48
von jasc

Verfasst: 08.06.2004 19:10
von cskull666
Ok, habe etwas rumgetüftel und jetzt hab ich "nur" noch folgendes Problem wenn ich ein Thema angucken will kommt diese Fehlermeldung:
Allgemeiner Fehler


Could not obtain topic information

DEBUG MODE

SQL Error : 1054 Unknown column 't.topic_calendar_time' in 'field list'

SELECT t.topic_id, t.topic_title, t.topic_status, t.topic_replies, t.topic_time, t.topic_type, t.topic_vote, t.topic_last_post_id, t.topic_first_post_id, t.topic_calendar_time, t.topic_calendar_duration, f.forum_name, f.forum_status, f.forum_id, f.auth_view, f.auth_read, f.auth_post, f.auth_reply, f.auth_edit, f.auth_delete, f.auth_sticky, f.auth_announce, f.auth_pollcreate, f.auth_vote, f.auth_attachments, COUNT(p2.post_id) AS prev_posts FROM phpbb_topics t, phpbb_forums f, phpbb_posts p, phpbb_posts p2 WHERE p.post_id = 2088 AND t.topic_id = p.topic_id AND p2.topic_id = p.topic_id AND p2.post_id <= 2088 AND f.forum_id = t.forum_id GROUP BY p.post_id, t.topic_id, t.topic_title, t.topic_status, t.topic_replies, t.topic_time, t.topic_type, t.topic_vote, t.topic_last_post_id, f.forum_name, f.forum_status, f.forum_id, f.auth_view, f.auth_read, f.auth_post, f.auth_reply, f.auth_edit, f.auth_delete, f.auth_sticky, f.auth_announce, f.auth_pollcreate, f.auth_vote, f.auth_attachments ORDER BY p.post_id ASC

Line : 160
File : /customers/skull-computer.de/skull-computer.de/httpd.www/phpbb/viewtopic.php
Schonmal Danke an alle die mir fleißig helfen.

Verfasst: 08.06.2004 23:05
von PhilippK
Da musst du das Feld topic_calendar_time in die Tabelle einfügen - das muss von irgendeinem Mod stammen, den du mal eingebaut hast.

Gruß, Philipp