Kunena 7.0.4 Released

The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] in stable which is now available for download as a native Joomla extension for J! 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

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.

Question Deleting a thread from the forum view/thread view, getting page cant be displayed

More
16 years 8 months ago #26727 by SweetGT
So if I am in a forum, and I see a list of the threads. I put a check mark next to one I want to delete and select "delete thread" from the dropdown box and click "go"

After clicking go, I get a 404 page not found..because it is trying to go to "/joomla//joomla/index.php"

Of course this is easy to fix, but I have no clue where to fix it.

The thread does delete though once I navigate back...

Where can I fix this?

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

More
16 years 8 months ago #26998 by xillibit
Hello,

I think that you use kunena 1.5.5, I have tested now on my local site, it's a bug. Thanks for reporting this and I will transmit this to the DEVs.

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.

More
16 years 8 months ago #27098 by xillibit
I have found a fix for your, open the file components/com_kunena/lib/class.kunena.php and at line 668 replace this :
Code:
$app->redirect(JURI::base() . $return, _KUNENA_BULKMSG_DELETED);

by this :
Code:
$app->redirect($return, _KUNENA_BULKMSG_DELETED);

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.

More
16 years 8 months ago #27385 by Matias
This has been fixed for Kunena 1.5.6

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

Time to create page: 0.238 seconds