Mini Cal & page_header

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
phillip
Mitglied
Beiträge: 933
Registriert: 20.03.2005 12:00

Mini Cal & page_header

Beitrag von phillip »

Hallo
Ich versuche den mini cal in den page_header einzubauen, da er ja auf jeder seite erscheinen soll. Das klappt auch überall, doch leider gibts im posting aber folgenden Fehler :
SELECT c.id, c.stamp, c.eventspan, c.subject, MONTH(c.stamp) as cal_month, DAYOFWEEK(DATE_SUB(c.stamp, INTERVAL 0 DAY)) as cal_weekday, DAYOFMONTH(c.stamp) as cal_monthday, YEAR(c.stamp) as cal_year, HOUR(c.stamp) as cal_hour, MINUTE(c.stamp) as cal_min, SECOND(c.stamp) as cal_sec, MONTH(c.eventspan) as cal_month_end, DAYOFWEEK(DATE_SUB(c.eventspan, INTERVAL 0 DAY)) as cal_weekday_end, DAYOFMONTH(c.eventspan) as cal_monthday_end, YEAR(c.eventspan) as cal_year_end FROM calendar as c WHERE ((c.stamp >= CURDATE()) OR (CURDATE() <= c.eventspan)) AND (c.stamp <= DATE_ADD(CURDATE(), INTERVAL 7 DAY)) ORDER BY c.stamp ASC LIMIT 0,2 Critical Error!
message_die() was called multiple times.
&
Error #2
Could not get data for events

Line : 170
File : /httpdocs/orion/mods/netclectic/mini_cal/mini_cal_SNAILLITE.php
SQL : SELECT c.id, c.stamp, c.eventspan, c.subject, MONTH(c.stamp) as cal_month, DAYOFWEEK(DATE_SUB(c.stamp, INTERVAL 0 DAY)) as cal_weekday, DAYOFMONTH(c.stamp) as cal_monthday, YEAR(c.stamp) as cal_year, HOUR(c.stamp) as cal_hour, MINUTE(c.stamp) as cal_min, SECOND(c.stamp) as cal_sec, MONTH(c.eventspan) as cal_month_end, DAYOFWEEK(DATE_SUB(c.eventspan, INTERVAL 0 DAY)) as cal_weekday_end, DAYOFMONTH(c.eventspan) as cal_monthday_end, YEAR(c.eventspan) as cal_year_end FROM calendar as c WHERE ((c.stamp >= CURDATE()) OR (CURDATE() <= c.eventspan)) AND (c.stamp <= DATE_ADD(CURDATE(), INTERVAL 7 DAY)) ORDER BY c.stamp ASC LIMIT 0,2

Gibts irgendeine Möglichkeit, den Mini Cal überall anzeigen zu können?
phillip
Mitglied
Beiträge: 933
Registriert: 20.03.2005 12:00

Beitrag von phillip »

nicht?
Antworten

Zurück zu „phpBB 2.0: Mod Support“