UddeIM and CB 2.0

9 years 6 months ago - 9 years 6 months ago #250172 by allenjj
UddeIM and CB 2.0 was created by allenjj
I love all of the features of UddeIM and made a donation for the premium pack a while back to continue to support development work. Some of the cb plugins for UddeIM 3.4 report that they are not compatible with CB 2.0 when installed, so curious if you have an idea of when updates may be available?

John

Please Log in to join the conversation.

9 years 6 months ago #250186 by slabbi
Replied by slabbi on topic UddeIM and CB 2.0
All plugins should work fine with CB 2.0 (final).

Which plugin reports that it does not work properly? When it is cb_plug_pms_uddeim please download the current version from the SVN trunk which should work even with CB 2.0 RC.

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

Please Log in to join the conversation.

9 years 6 months ago #250300 by activha
Replied by activha on topic UddeIM and CB 2.0
it seems that this plugin does not work with CB 2.0 stable.
When published (even latest SVN version) I get mysql errors such as :

You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'delayed=0 AND toid=57' at line 1 SQL=SELECT count(id) FROM yq0g1_uddeim WHERE toread=0 AND delayed=0 AND toid=57

When unpublished and standard CB mypms is used, it seems impossible to send an uddeim message using message tab.

May be some incompatibilty with CB 2 somewhere ?

Please Log in to join the conversation.

9 years 6 months ago #250310 by slabbi
Replied by slabbi on topic UddeIM and CB 2.0
This is quite simple to fix:

In pms.uddeim.php line 398 add single quotes to the field name "delayed":
$sql="SELECT count(id) FROM #__uddeim WHERE toread=0 AND `delayed`=0 AND toid=".(int) $userid;

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

Please Log in to join the conversation.

9 years 6 months ago #250315 by activha
Replied by activha on topic UddeIM and CB 2.0
Thanks !

Do you still recommend using the latest svn build or not ?

Please Log in to join the conversation.

9 years 6 months ago #250319 by slabbi
Replied by slabbi on topic UddeIM and CB 2.0
In the latest build there is a new feature available that might be useful (system tab: additional admin and special user groups). Maybe you are interested in doing some tests ;)

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

Please Log in to join the conversation.

Moderators: beatnantslabbikrileon
Time to create page: 0.237 seconds