Ik heb me nog eens ingelogd als admin en het opnieuw geprobeerd, nu krijg ik diverse SQL fouten, maar mijn db ondersteund geen SQL:
Some queries failed.
Error list:
SQL Error: -1 ERROR: parser: parse error at or near "EXISTS" at character 15
SQL Query: DROP TABLE IF EXISTS phpbb_2xs_news;
SQL Error: -1 ERROR: parser: parse error at or near "`" at character 14
SQL Query: CREATE TABLE `phpbb_2xs_news` ( `news_id` mediumint(8) unsigned NOT NULL auto_increment, `news_date` int(11) NOT NULL default '0', `news_text` text NOT NULL, `news_display` tinyint(1) NOT NULL default '1', `news_smilies` tinyint(1) NOT NULL default '0', PRIMARY KEY (`news_id`) ) TYPE=MyISAM;
SQL Error: -1 ERROR: parser: parse error at or near "EXISTS" at character 15
SQL Query: DROP TABLE IF EXISTS phpbb_2xs_news_cfg;
SQL Error: -1 ERROR: parser: parse error at or near "`" at character 14
SQL Query: CREATE TABLE `phpbb_2xs_news_cfg` ( `config_name` varchar(255) NOT NULL default '', `config_value` varchar(255) NOT NULL default '', PRIMARY KEY (`config_name`) ) TYPE=MyISAM;
SQL Error: -1 ERROR: parser: parse error at or near "EXISTS" at character 15
SQL Query: DROP TABLE IF EXISTS phpbb_2xs_news_xml;
SQL Error: -1 ERROR: parser: parse error at or near "`" at character 14
SQL Query: CREATE TABLE `phpbb_2xs_news_xml` ( `xml_id` mediumint(8) NOT NULL auto_increment, `xml_title` varchar(255) NOT NULL default '', `xml_show` tinyint(1) NOT NULL default '1', `xml_feed` text NOT NULL, `xml_is_feed` tinyint(1) NOT NULL default '1', `xml_width` varchar(4) NOT NULL default '98%', `xml_height` char(3) NOT NULL default '20', `xml_font` char(3) NOT NULL default '0', `xml_speed` char(2) NOT NULL default '3', `xml_direction` tinyint(1) NOT NULL default '0', PRIMARY KEY (`xml_id`) ) TYPE=MyISAM;
SQL Error: -1 ERROR: parser: parse error at or near "`" at character 13
SQL Query: INSERT INTO `phpbb_2xs_news` VALUES (1, 1118658380, 'XS News Version 2.0.3 - Is installed.

', 1, 1);
SQL Error: -1 ERROR: Relation "phpbb_2xs_news_cfg" does not exist
SQL Query: INSERT INTO phpbb_2xs_news_cfg (config_name, config_value) VALUES ('xs_show_news', '1');
SQL Error: -1 ERROR: Relation "phpbb_2xs_news_cfg" does not exist
SQL Query: INSERT INTO phpbb_2xs_news_cfg (config_name, config_value) VALUES ('xs_show_ticker', '1');
SQL Error: -1 ERROR: Relation "phpbb_2xs_news_cfg" does not exist
SQL Query: INSERT INTO phpbb_2xs_news_cfg (config_name, config_value) VALUES ('xs_news_dateformat', '0');
SQL Error: -1 ERROR: Relation "phpbb_2xs_news_cfg" does not exist
SQL Query: INSERT INTO phpbb_2xs_news_cfg (config_name, config_value) VALUES ('xs_show_ticker_subtitle', '1');
SQL Error: -1 ERROR: Relation "phpbb_2xs_news_cfg" does not exist
SQL Query: INSERT INTO phpbb_2xs_news_cfg (config_name, config_value) VALUES ('xs_show_news_subtitle', '1');
SQL Error: -1 ERROR: Relation "phpbb_2xs_news_xml" does not exist
SQL Query: INSERT INTO phpbb_2xs_news_xml VALUES (1, 'BBC News UK Edition', 1, '
http://newsrss.bbc.co.uk/rss/newsonline ... ld/rss.xml', 1, '98%', '20', '0', '3', 0);
SQL Error: -1 ERROR: Relation "phpbb_2xs_news_xml" does not exist
SQL Query: INSERT INTO phpbb_2xs_news_xml VALUES (2, 'Simple Text Test', 1, 'This is just some text I want to scroll, it could contain just about anything you like', 0, '98%', '20', '13', '3', 0);
SQL Error: -1 ERROR: Relation "phpbb_2xs_news_xml" does not exist
SQL Query: INSERT INTO phpbb_2xs_news_xml VALUES (3, 'Exchange', 1, '
http://rss.msexchange.org/allnews.xml', 1, '98%', '20', '0', '3', 0);
DEBUG MODE
SQL Error : -1 ERROR: Relation "phpbb_2xs_news_xml" does not exist