Kunena 6.3.8 Released
The Kunena team has announce the arrival of Kunena 6.3.8 [K 6.3.8] in stable which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x/5.1.x/5.2.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 and issues discovered during the last development stages of K 6.3
Note: Please go to the Kunena Dashboard after an upgrade so that the Kunena database tables are also updated.
The information given in this category is intended to guide users who want to use uddeIM with Kunena and, mostly, was written by Kunena users. The information here is not necessarily accurate, up-to-date nor is it intended to replace the support given by the developers of uddeIM.
If you are having problems then, for your own benefit, it would save us all a lot of time if you would kindly post your configuration report when you ask for help from this forum. If you do not post your configuration report we will not ask you for it but you will probably not get your problem solved, either.
Question uddeIM on Joomla 4
I don't provide support by PM, because this can be useful for someone else.
Please Log in or Create an account to join the conversation.
- Quickening
-
- Offline
- Junior Member
- Posts: 15
- Thank you received: 1
Please Log in or Create an account to join the conversation.
- kunenauser40
-
- Offline
- Junior Member
- Posts: 52
- Thank you received: 8
Hi Quickening,I am curious why you're getting errors from uddeIM. I have debugging turned on and I'm not even getting warning messages. I tried just now to test every feature. While I had to fix some things for my setup, everything is working now.
(I noticed creating a menu item of uddeIM Inbox doesn't work right and I had to hack that. I also replaced the new message editor with the Joomla editor setting for the user, and replaced the table layout of messages with a div layout, among other things)
you mean that you have installed uddeIM on Joomla 4 and is working without errors?
Can you please tell me what did you install and from where you downloaded the files so to download it and know how to do it?
I'm in a lot of stress for first time because I want to upgrade to Joomla 4 but I have K2 and Joomgallery that haven't released yet an update for their components for joomla 4 compatibility and even if they do it sometime, then I will have the huge problem with uddeIM (problems again).
First time so much problems just because you want the obvious to upgrade to next version of Joomla and it's not user's fault but how all the system of developers of CMS and components work, and we cannot do anything and staying with old PHP version and a CMS out of support (the end of support for Joomla is in 2 weeks)!
You want to upgrade to be secure and updated and they don't let you!!!!
How they managed such a thing??????
At least give me some good news for uddeIM please how to do it

Thanks!
Please Log in or Create an account to join the conversation.
In the repository of Uddeim github.com/slabbi/uddeIM you need to download as zip and then into it you need to just keep com_uddeim_j40 and just zip it to install it on your Jooomla! installation
I don't provide support by PM, because this can be useful for someone else.
Please Log in or Create an account to join the conversation.
- Quickening
-
- Offline
- Junior Member
- Posts: 15
- Thank you received: 1
Please Log in or Create an account to join the conversation.
- kunenauser40
-
- Offline
- Junior Member
- Posts: 52
- Thank you received: 8
I'll try to setup a new local joomla 4 site with kunena and try the uddeIM because as I said I cannot do it to my website because I'm still waiting for K2 and JoomGallery to be updated for Joomla 4.
By the way, it's a little strange for me that we see too big projects, kickstarter, volunteers for a lot of other projects etc to do so many projects for the communities, and no one wants to do an upgrade for uddeIM from joomla 3 to Joomla 4, even that there are a lot of users like me willing to pay for it.
I'm not a programmer to know, but also I wonder.... is it too difficult to do this conversion of an already existing program (uddeIM) to Joomla 4?
Anyway, thanks again for your replies!
Please Log in or Create an account to join the conversation.
- Quickening
-
- Offline
- Junior Member
- Posts: 15
- Thank you received: 1
The uddeIM developer did make it work (mostly) on J4. I believe he provides no install package because he doesn't want to support it. He dropped support years ago and the Community Builder team was providing support instead, but now they have their own PMS.
Please Log in or Create an account to join the conversation.
I also use UddeIM in J4 and it works well. I only found 3 small bugs there:
- Database upgrade error - made it $configversion = "2.6" in administrator/components/com_uddeim/admin.uddeim.php before upgrade
- Wrong pagination links in Inbox, Postbox as uddeIM now expects &limitstart and not &start. Fixed it in components/com_uddeim/uddeimlib41.php in class uddeIMmosPageNav function writePagesLinks($link = null) by using
Code:return str_replace("start=","limitstart=",$this->getPagesLinks());
- Removed some old J1.5 code in plugins/content/uddeim_contentlink/uddeim_contentlink.php as it cuased a syntax error when applying JVersion()->RELEASE
Please Log in or Create an account to join the conversation.
I appreciate and praise very much that Kunena team has finally create a UddeIM Integration plugin again.
Please Log in or Create an account to join the conversation.
- Quickening
-
- Offline
- Junior Member
- Posts: 15
- Thank you received: 1
Please Log in or Create an account to join the conversation.