Hey there.
Need a text cloud working with metatags and sobi2. Therefore tried to install latest version of raf cloud (component beta_9, modul beta_7, links beta_1). I use joomla 1.5.23 stable with sobi2 an DB version 5.5.8. I get the installation error (SQL-Fehler DB function failed with error number 1064)with the raf cloud component.
SQL =
CREATE TABLE IF NOT EXISTS `jos_webgen_rafcloud_stat` (
`id` int(11) NOT NULL auto_increment PRIMARY KEY,
`word` varchar(200) NOT NULL default '',
`published` tinyint(1) NOT NULL default '1',
`counter` int(11) NOT NULL default '0',
`wordLenght` int(11) NOT NULL default '0',
`fontSize` int(11) NOT NULL default '0',
`dateAdd` datetime NOT NULL default '0000-00-00 00:00:00',
`new` int(11) NOT NULL DEFAULT '1',
`type` int(11) NOT NULL DEFAULT '0'
) TYPE=MyISAM COMMENT='Used to store Raf Cloud stats.';
I'm not firm with such stuff, just need a text cloud for metatags working with sobi2

Someone any ideas, help or solutions how to make it work?