Boardunity & Video Forum

Boardunity & Video Forum (https://boardunity.de/)
-   Forensoftware (https://boardunity.de/forensoftware-f5.html)
-   -   phpBB: "DEBUG MODE: Could not obtain topics information" (https://boardunity.de/phpbb-debug-mode-could-not-obtain-topics-information-t3131.html)

DJ Iltiz 22.05.2005 21:29

phpBB: "DEBUG MODE: Could not obtain topics information"
 
Zitat:

Could not obtain topics information

DEBUG MODE

SQL Error : 1030 Got error 28 from table handler

SELECT t.*, p.poster_id, p.post_username, p.enable_bbcode, p.enable_html, p.enable_smilies, u.username, pt.post_text, pt.bbcode_uid, lp.poster_id AS lp_poster_id, lu.username AS lp_username, lp.post_username AS lp_post_username, lp.post_time AS lp_post_time , f.forum_name FROM bastifans_topics AS t, bastifans_posts AS p, bastifans_posts_text AS pt, bastifans_users AS u, bastifans_posts AS lp, bastifans_users lu , bastifans_forums AS f WHERE t.forum_id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21) AND p.post_id = t.topic_first_post_id AND pt.post_id = t.topic_first_post_id AND u.user_id = p.poster_id AND lp.post_id = t.topic_last_post_id AND lu.user_id = lp.poster_id AND t.topic_calendar_time < 1117231200 AND (t.topic_calendar_time + t.topic_calendar_duration) >= 1116626400 AND t.topic_status <> 2 AND f.forum_id = t.forum_id ORDER BY t.topic_calendar_time, t.topic_calendar_duration DESC, t.topic_last_post_id DESC

Line : 368
File : functions_calendar.php
Ich hab in den letzten Tagen nix geändert, nur gestern ein Forum gelöscht und drei hinzugefügt. Der Kalendermod ist schon seit ein, zwei Monaten drin.

=> www.bastifans.de

MfG
DJ Iltiz

DJ Iltiz 22.05.2005 21:57

So, ich hab jetzt in einigen Dateien nachgeguckt, ein bisschen hier und da probiert und nun mit dem Rückgängigmachen dieses Schrittes den Kalender komplett entfernt und es funzt:
Code:

#-----[ OPEN ]------------------------------------------------
#
includes/page_header.php
#
#-----[ FIND ]------------------------------------------------
#
$template->pparse('overall_header');
#
#-----[ BEFORE, ADD ]-----------------------------------------
#
//-- mod : calendar --------------------------------------------------------------------------------
//-- add
if (!defined('IN_CALENDAR'))
{
        if ( intval($board_config['calendar_header_cells']) > 0 )
        {
                include_once($phpbb_root_path . './includes/functions_calendar.' . $phpEx);
                display_calendar('CALENDAR_BOX', intval($board_config['calendar_header_cells']));
        }
}
$template->assign_vars(array(
        'L_CALENDAR'        => $lang['Calendar'],
        'I_CALENDAR'        => $images['menu_calendar'],
        'U_CALENDAR'        => append_sid("./calendar.$phpEx"),
        )
);
//-- fin mod : calendar ----------------------------------------------------------------------------

Keine Ahnung warum, aber dann lass ich die Kalenderbox halt erstmal raus. Die Kalenderseite funzt aber immer noch nicht: http://bastifans.ba.ohost.de/phpBB2/calendar.php

Naja, so schlimm ist es nicht, ich steig ja eh auf Mambo um. Hauptsache, das Forum selber funzt so lange noch. :)

MfG
DJ Iltiz

Björn 23.05.2005 08:36

hm mal versucht, die tabelle per phpmyadmin zu reparieren?

zeroK 01.06.2005 21:51

System error: 28 = No space left on device

;-)

Björn 02.06.2005 04:37

Naja würde keinen Sinn ergeben, hört sich ja nicht an, als könne er nicht mehr posten und so! Btw seh ich im Kalender sowieso keine Fehlermeldung..


Alle Zeitangaben in WEZ +1. Es ist jetzt 13:28 Uhr.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25