Skip to Content Skip to Menu

uddeIM 1.0 released

  • rbickel
  • rbickel
  • OFFLINE
  • Posts: 2
  • Thanks: 0
  • Karma: 0
16 years 8 months ago #56089 by rbickel
Replied by rbickel on topic Re:uddeIM 1.0 released
Hey, great work. Thanx a lot.

I'm new to Joomla. And it
But there was a little problem, installing the component in german or any other language than english. It says

There is no German (UTF-8) language file installed. uddeIM will use English (UTF-8).

I found out that it looks for "German.php" instead of "german.php". So I got this message (at least at unix/linux systems).

I've modified install.uddeim.php at line 183 from
[code:1]
if (file_exists($pathtoadmin.'/language'.$postfix.'/'.$mosConfig_lang.'.php')) {
include_once($pathtoadmin.'/language'.$postfix.'/'.$mosConfig_lang.'.php');
[/code:1]

to

[code:1]
if (file_exists($pathtoadmin.'/language'.$postfix.'/'.strtolower($mosConfig_lang).'.php')) {
include_once($pathtoadmin.'/language'.$postfix.'/'.strtolower($mosConfig_lang).'.php');
[/code:1]

Maybe, this would help?

Thanx again.

Please Log in or Create an account to join the conversation.

  • Machiel
  • Machiel
  • OFFLINE
  • Posts: 32
  • Thanks: 0
  • Karma: 33
16 years 8 months ago #56091 by Machiel
Replied by Machiel on topic Re:uddeIM 1.0 released
There's a setting in the uddeIM configuration to choose if you language file is utf-8 or standard which is iso 8859-1

So maybe there's no german language file with utf-8. So you maybe check if there's a utf8 german language file or else you can set this setting at the system tab at the backend to standard iso 8859-1

Best Regards
Machiel

CB tester

Please Log in or Create an account to join the conversation.

  • slabbi
  • slabbi
  • OFFLINE
  • Posts: 3709
  • Thanks: 250
  • Karma: 153
16 years 8 months ago #56094 by slabbi
Replied by slabbi on topic Re:uddeIM 1.0 released
The problem "rbickel" has is that the installed language file seems to be uppercase, instead of lowercase.

@rbickel: Do not modify the code. "strtolower" is not neccessary since Joomla language files are always lowercase. If not there is something wrong with your installation, maybe you have modified the language file and saved with a wrong filename (Windows user?).

uddeIM & uddePF Development
CB Language Workgroup
CB 3rd Party Developer

Please Log in or Create an account to join the conversation.

16 years 8 months ago #56793 by outbreak42
Replied by outbreak42 on topic Re:uddeIM 1.0 released
I have tried to install the latest version to a joomla 1.5 site. But this error keeps coming out.


* 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.

  • slabbi
  • slabbi
  • OFFLINE
  • Posts: 3709
  • Thanks: 250
  • Karma: 153
16 years 8 months ago #56794 by slabbi
Replied by slabbi on topic Re:uddeIM 1.0 released
Poor server ;)
Either the web server is overloaded, so it looses the connection to the database server or the database server is overloaded.

You can try following:
Remove the folder templates from the installation package (it contains several hundred files) and remove the corresponding lines from the XML file. Then try to install uddeIM and after installation upload the template folder separately (ftp). This minimizes the server load during install because of copy operations.

uddeIM & uddePF Development
CB Language Workgroup
CB 3rd Party Developer

Please Log in or Create an account to join the conversation.

  • Dave_A
  • Dave_A
  • OFFLINE
  • Posts: 4
  • Thanks: 0
  • Karma: 0
16 years 8 months ago #56805 by Dave_A
Replied by Dave_A on topic Re:uddeIM 1.0 released
Sorry if this has been asked (it did by me) But I don't think anyone answered, sorry if I did miss it.
Thanks for this component, works great with our non CB installation.
I do have a question, how do you hide the admin from the users list? If there is no way at present, will there, in a future release, be an option in the setup in the back end to hide admin?
Cheers
Dave

Please Log in or Create an account to join the conversation.

Moderators: beatnantslabbikrileon
Powered by Kunena Forum