Kunena 6.4.9 & Kunena 7.0.1 Released

The Kunena team has announce the arrival of Kunena 6.4.9 [K 6.4.9] in stable which is now available for download as a native Joomla extension for J! 5.0.x/5.1.x/5.2.x/5.3.x/5.4.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 / K 6.4 and issues discovered during the last development stages of K 6.4

The Kunena team has announce the arrival of Kunena 7.0.1 [K 7.0.1] in stable which is now available for download as a native Joomla extension for J! 5.0.x/5.1.x/5.2.x/5.3.x/5.4.x/6.0.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 / K 6.4 and issues discovered during the last development stages of K 7.0

Important note: Go to the Kunena Dashboard after an upgrade so that the Kunena database tables are also updated. This is particularly necessary for major version jumps so that the table changes are adapted.

Topics that are moved into this category are generally considered to be closed. Users may want to add additional information but these topics should not be resurrected in order to discuss new problems or unrelated matters.

Merged Duplicate root folder in email URL

More
13 years 7 months ago #128014 by botchera
Hi,

Whenever an email is sent to any subscribed user notifying them of a new post, the root folder is duplicated in the URL in the email - eg. www.mysite.com/forum/forum/suggestion-box/3-suggestions/16 - the root folder "forum" is rendered twice. I cannot seem to find any way to stop/amend or redirect this. Please advise if you can offer any help on where and how this is generated!

Many thanks,

Andy

config as follows

This message contains confidential information

Database collation check: The collation of your table fields are correct

Legacy mode: Disabled | Joomla! SEF: Enabled | Joomla! SEF rewrite: Enabled | FTP layer: Disabled |

This message contains confidential information
htaccess: Exists | PHP environment: Max execution time: 30 seconds | Max execution memory: 64M | Max file upload: 64M

Kunena menu details:

Warning: Spoiler!

Joomla default template details : itug1 | author: Andy Botcher | version: 1.0 | creationdate: 2012-07-04

Kunena default template details : Blue Eagle 2.0 | author: Kunena Team | version: 2.0.0 | creationdate: 2012-06-27

Kunena version detailled: Kunena 2.0.0 | 2012-06-27 [ Diplomatia ]
| Kunena detailled configuration:

Warning: Spoiler!
| Joomla! detailled language files installed:
Warning: Spoiler!

Third-party components: None

Third-party SEF components: None

Plugins: None

Modules: None

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

More
13 years 7 months ago - 13 years 7 months ago #128534 by rdelia
Hi botchera,

I had your very same problem...

looked into file

<joomlaroot>/administrator/components/com_kunena/libraries/forum/message/message.php

and replaced line:

$url = JURI::root().trim($this->getPermaUrl(null), '/');

with lines:

$u = JURI::getInstance(JURI::root());
$url = $u->getScheme()."://".$u->getHost()."/".trim($this->getPermaUrl(null), '/');



Hope this help!

Raffaele
Last edit: 13 years 7 months ago by rdelia.
The following user(s) said Thank You: botchera

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

More
13 years 7 months ago #128548 by botchera
This worked perfectly!! Many thanks for the time you spent replying - I was getting nowhere fast with this. :cheer:

Andy

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

More
13 years 7 months ago #128688 by Matias
Have you guys installed Joomla into a subfolder? I would like to find out how to reproduce the issue as I'm not able to do that in my setups.

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

More
13 years 7 months ago #128690 by botchera
Hi Matias,

You are exactly right - I have installed Joomla into a subfolder under my main domain, so the URL of the homepage is in the format www.domain.com/subdomain . The site is separate from my main domain though and I would need to keep it that way.

Thanks,

Andy

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

More
13 years 7 months ago #128692 by Matias
Thanks for your help on finding the bug:
github.com/Kunena/Kunena-2.0/issues/970

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

Time to create page: 0.343 seconds