hab nen problem mit dem mycalendar mod.
die suche hat zwar schonwas angezeigt aber nichts was mir wirklich weiterhilft.
folgende fehler werden ausgegeben:
im forum selbst:
Code: Alles auswählen
Couldn't move events to other forum!
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 'WHERE forum_id =' at line 3
UPDATE phpbb_mycalendar SET forum_id = WHERE forum_id =
Line : 482
File : admin_forums.php
Welcome to the mycalendar SQL installer
There was an error creating/updating one of the tables. Please report the following error to the message boards
Duplicate column name 'events_forum'
beim manuell installieren:
Code: Alles auswählen
SQL-Befehl:
CREATE TABLE phpbb_mycalendar(
cal_id int NOT NULL IDENTITY( 1, 1 ) ,
topic_id int NOT NULL default 0 UNIQUE ,
cal_date int default NULL ,
cal_interval TINYINT NOT NULL DEFAULT 1,
cal_interval_units VARCHAR( 10 ) NOT NULL DEFAULT 'DAY' CHECK (
cal_interval_units IN (
'DAY',
'WEEK',
'MONTH',
'YEAR'
)
),
cal_repeat TINYINT NOT NULL DEFAULT 1,
forum_id int NOT NULL default 0,
PRIMARY KEY ( cal_id )
)
MySQL meldet: Dokumentation
#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 'IDENTITY(1,1),
topic_id int NOT NULL default 0 UNIQUE,
oder kennt jemand nen anderen mod mit dem sich event daten im forum einfügen lassen?