Dank je bee!!
Heb hem inderdaad gevonden, en maar alvast een backup gemaakt weer
O maar nu vat ik het even niet... ik moet dus dit:
ALTER TABLE phpbb_topics ADD topic_calendar_time INT(11);
ALTER TABLE phpbb_topics ADD topic_calendar_duration INT(11);
ALTER TABLE phpbb_topics ADD INDEX (topic_calendar_time);
ALTER TABLE phpbb_auth_access ADD auth_cal TINYINT(1) DEFAULT '0' NOT NULL;
ALTER TABLE phpbb_forums ADD auth_cal TINYINT(2) DEFAULT '0' NOT NULL;
UPDATE phpbb_auth_access SET auth_cal = auth_sticky;
UPDATE phpbb_forums SET auth_cal = auth_sticky;
onderdandere uitvoeren..
Nou heb ik links een tabel met al die phpbb_topics staan en nog meer van dat soort dingen, als ik die aanklik krijg ik een scherm met tabs, druk ik op SQL dan zie ik inderdaad dit:
Dan kopieer ik bijvoorbeeld topic_calendar_time INT(11); dit erheen en dan geeft ie een foutmelding:
SQL-query:
topic_calendar_time INT( 11 )
MySQL said:
#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 'topic_calendar_time INT(11)' at line 1
??? wat heb ik hier nou fout gedaan?