I found out that it looks for "German.php" instead of "german.php". So I got this message (at least at unix/linux systems).There is no German (UTF- language file installed. uddeIM will use English (UTF-.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
* JInstaller::install: SQL Error. DB function failed with error number 2013
Lost connection to MySQL server during query SQL=CREATE TABLE IF NOT EXISTS `jos_uddeim` ( `id` int(10) unsigned NOT NULL auto_increment, `fromid` int(11) NOT NULL default '0', `toid` int(11) NOT NULL default '0', `message` text NOT NULL, `datum` int(11) default NULL, `toread` int(1) NOT NULL default '0', `totrash` int(1) NOT NULL default '0', `totrashdate` int(11) default NULL, `totrashoutbox` int(1) NOT NULL default '0', `totrashdateoutbox` int(11) default NULL, `expires` int(11) default NULL, `disablereply` int(1) NOT NULL default '0', `systemmessage` varchar(60), `archived` int(1) NOT NULL default '0', `cryptmode` int(1) NOT NULL default '0', `crypthash` varchar(32) default NULL, PRIMARY KEY (`id`), KEY `toid_toread` (`toid`,`toread`), KEY `datum` (`datum`), KEY `totrashdate` (`totrashdate`), KEY `totrashdateoutbox` (`totrashdateoutbox`), KEY `toread_totrash_datum` (`toread`,`totrash`,`datum`), KEY `totrash_totrashdate` (`totrash`,`totrashdate`) ) TYPE=MyISAM;
SQL =
CREATE TABLE IF NOT EXISTS `jos_uddeim` (
`id` int(10) unsigned NOT NULL auto_increment,
`fromid` int(11) NOT NULL default '0',
`toid` int(11) NOT NULL default '0',
`message` text NOT NULL,
`datum` int(11) default NULL,
`toread` int(1) NOT NULL default '0',
`totrash` int(1) NOT NULL default '0',
`totrashdate` int(11) default NULL,
`totrashoutbox` int(1) NOT NULL default '0',
`totrashdateoutbox` int(11) default NULL,
`expires` int(11) default NULL,
`disablereply` int(1) NOT NULL default '0',
`systemmessage` varchar(60),
`archived` int(1) NOT NULL default '0',
`cryptmode` int(1) NOT NULL default '0',
`crypthash` varchar(32) default NULL,
PRIMARY KEY (`id`),
KEY `toid_toread` (`toid`,`toread`),
KEY `datum` (`datum`),
KEY `totrashdate` (`totrashdate`),
KEY `totrashdateoutbox` (`totrashdateoutbox`),
KEY `toread_totrash_datum` (`toread`,`totrash`,`datum`),
KEY `totrash_totrashdate` (`totrash`,`totrashdate`)
) TYPE=MyISAM;
* Component Install: SQL Error. DB function failed with error number 2013
Lost connection to MySQL server during query SQL=CREATE TABLE IF NOT EXISTS `jos_uddeim` ( `id` int(10) unsigned NOT NULL auto_increment, `fromid` int(11) NOT NULL default '0', `toid` int(11) NOT NULL default '0', `message` text NOT NULL, `datum` int(11) default NULL, `toread` int(1) NOT NULL default '0', `totrash` int(1) NOT NULL default '0', `totrashdate` int(11) default NULL, `totrashoutbox` int(1) NOT NULL default '0', `totrashdateoutbox` int(11) default NULL, `expires` int(11) default NULL, `disablereply` int(1) NOT NULL default '0', `systemmessage` varchar(60), `archived` int(1) NOT NULL default '0', `cryptmode` int(1) NOT NULL default '0', `crypthash` varchar(32) default NULL, PRIMARY KEY (`id`), KEY `toid_toread` (`toid`,`toread`), KEY `datum` (`datum`), KEY `totrashdate` (`totrashdate`), KEY `totrashdateoutbox` (`totrashdateoutbox`), KEY `toread_totrash_datum` (`toread`,`totrash`,`datum`), KEY `totrash_totrashdate` (`totrash`,`totrashdate`) ) TYPE=MyISAM;
SQL =
CREATE TABLE IF NOT EXISTS `jos_uddeim` (
`id` int(10) unsigned NOT NULL auto_increment,
`fromid` int(11) NOT NULL default '0',
`toid` int(11) NOT NULL default '0',
`message` text NOT NULL,
`datum` int(11) default NULL,
`toread` int(1) NOT NULL default '0',
`totrash` int(1) NOT NULL default '0',
`totrashdate` int(11) default NULL,
`totrashoutbox` int(1) NOT NULL default '0',
`totrashdateoutbox` int(11) default NULL,
`expires` int(11) default NULL,
`disablereply` int(1) NOT NULL default '0',
`systemmessage` varchar(60),
`archived` int(1) NOT NULL default '0',
`cryptmode` int(1) NOT NULL default '0',
`crypthash` varchar(32) default NULL,
PRIMARY KEY (`id`),
KEY `toid_toread` (`toid`,`toread`),
KEY `datum` (`datum`),
KEY `totrashdate` (`totrashdate`),
KEY `totrashdateoutbox` (`totrashdateoutbox`),
KEY `toread_totrash_datum` (`toread`,`totrash`,`datum`),
KEY `totrash_totrashdate` (`totrash`,`totrashdate`)
) TYPE=MyISAM;
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.