Skip to Content Skip to Menu

Problem with the uddeIMgetUserTZ()

  • fribse2011
  • fribse2011
  • OFFLINE
  • Posts: 921
  • Thanks: 79
  • Karma: 8
12 years 8 months ago #191588 by fribse2011
Replied by fribse2011 on topic Re: Problem with the uddeIMgetUserTZ()
As an experiment I switched back to pms.pmspro from CB instead of the one from uddeim, and I immediately got an error when asking for a connection to another user:
Fatal error: Cannot redeclare uddeIMgetUserTZ() (previously declared in ./components/com_uddeim/uddeimlib15.php:30) in ./components/com_uddeim/uddeimlib25.php on line 33

The message was formatted much better with correcte newlines, allthough the links in it was still not interpreted properly.

Best regards
Fribse

Frømandsklubben Nikon, www.nikondyk.dk
We're a volunteer driven diving club in Ishøj, Denmark.
Har du brug for en dykkerklub der rummer alle, så kom ned til os.

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

  • slabbi
  • slabbi
  • OFFLINE
  • Posts: 3709
  • Thanks: 250
  • Karma: 153
12 years 8 months ago #191590 by slabbi
Replied by slabbi on topic Re: Problem with the uddeIMgetUserTZ()
Are you sure that you are using the PMS plugin delivered with CB?

When you say you are switching back to pms.pmspro it seems that you are using the old uddeIM CB plugin. The original CB plugin delivered with CB does not use the libraries.

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

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

  • slabbi
  • slabbi
  • OFFLINE
  • Posts: 3709
  • Thanks: 250
  • Karma: 153
12 years 8 months ago #191591 by slabbi
Replied by slabbi on topic Re: Problem with the uddeIMgetUserTZ()
Can you send me a sadmin login to your site (ssl(at(gmx(dot)de)? I also need extplorer or another tool installed in order to access the files.

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

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

  • slabbi
  • slabbi
  • OFFLINE
  • Posts: 3709
  • Thanks: 250
  • Karma: 153
12 years 8 months ago - 12 years 8 months ago #191592 by slabbi
Replied by slabbi on topic Re: Problem with the uddeIMgetUserTZ()
Ok, can you try following please:

In file pms.uddeim.php (cb_plug_pms_uddeim) approx. line 530 you will find:
Code:
if($this->config->allowemailnotify==1 && !$ismoderated) { $ison = uddeIMgetEMNstatus($savetoid);

before this line add following:
Code:
$savemessage = $this->_pmsMailcompatible($savemessage);

so it will be
Code:
$savemessage = $this->_pmsMailcompatible($savemessage); if($this->config->allowemailnotify==1 && !$ismoderated) { $ison = uddeIMgetEMNstatus($savetoid);

Does this work for you?

uddeIM & uddePF Development
CB Language Workgroup
CB 3rd Party Developer
Last edit: 12 years 8 months ago by slabbi.

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

  • fribse2011
  • fribse2011
  • OFFLINE
  • Posts: 921
  • Thanks: 79
  • Karma: 8
12 years 8 months ago #191595 by fribse2011
Replied by fribse2011 on topic Re: Problem with the uddeIMgetUserTZ()
Hi Slabbi

Nope, sorry, that doesn't change anything.

Mail sent.

Best regards
Fribse

Frømandsklubben Nikon, www.nikondyk.dk
We're a volunteer driven diving club in Ishøj, Denmark.
Har du brug for en dykkerklub der rummer alle, så kom ned til os.

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

Moderators: beatnantslabbikrileon
Powered by Kunena Forum