Database table cats does not exist. Install db table 'cats'?
CREATE TABLE IF NOT EXISTS cats (
  idp int NOT NULL DEFAULT '0',
  id int NOT NULL AUTO_INCREMENT,
  dsbl tinyint(4) NOT NULL default 0,
  Template mediumint(9) NOT NULL DEFAULT 0,
  Pty varchar(255) NOT NULL DEFAULT '',  
  Category_de varchar(255) NOT NULL DEFAULT '',
  Categoryheadline_de varchar(255) NOT NULL DEFAULT '',
  Categorytext_de text NOT NULL,
  Categoryfoto_de varchar(255) NOT NULL DEFAULT '',
  META_de varchar(120) NOT NULL DEFAULT '',
  Url varchar(255) NOT NULL DEFAULT '',
  Urltarget varchar(50) DEFAULT '_self',
  R mediumint NOT NULL DEFAULT '10',
  D DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP,
  DC DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP,  
  PRIMARY KEY (id)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 COLLATE utf8_general_ci
/usr/www/users/cmsgonet/sys.2/common/functions.php516error:
cmsgo_fetch_assoc(sql=SELECT * FROM cats WHERE id>0 AND dsbl<1 ORDER BY id, dim=2, flag=/usr/www/users/cmsgonet/sys.2/common/functions.tree.php/56)
mysql_error=Table 'cmsgonet_collombo.cats' doesn't exist