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 Cannot delete post

More
14 years 3 weeks ago - 14 years 3 weeks ago #121581 by Susmaryono
From thread www.kunena.org/forum/159-K-17-Common-Que...1-get-message#121580 . I use kunena 1.7.1 with default template. I've also tried to change session time to 30 minutes.

Matias wrote: URL to delete message inside topic should look something like this:
www.kunena.org/forum/159-k-16-and-k-17-c...0465fb6a478c39d97b=1
(above URL doesn't work for anyone as the token is faked and displays the error message in message #1 if you have rights to delete the message)

The only thing you should look at is the last part of the URL; there should be random token like this: 18bd7e12edcb530465fb6a478c39d97b=1

If you don't have it, your template files are not up to date.


Hi.. I have also problem with deletion, sticky, approval, etc of the posts. I think all the actions that needs token and get variable.

I have the last part of the url but what hapen is that I get an infinite redirection from:
/post?do=delete&18bd7e12edcb530465fb6a478c39d97b=1 to /post?do=delete and back again and so on, untill I stop the script and click the back button. I got the error message after go back to the post. (It's happened in chrome)

It only happens when I want to delete or thanks a member/guest's post. The rest like editing a member/guest post is no problem.

It's happened since someone has update kunena and joomla!. I don't know why and how to solve. Would someone please let me know what's happen?

Thank you
Last edit: 14 years 3 weeks ago by Susmaryono.

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

More
14 years 3 weeks ago #121585 by Susmaryono
Replied by Susmaryono on topic Re: Cannot delete post
Anybody?

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

More
14 years 3 weeks ago #121586 by Susmaryono
Replied by Susmaryono on topic Re: Cannot delete post
I found out that I got a javascript error "document.id is not a function" in mediaboxAdv.js. Is this causing the error?

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

More
14 years 3 weeks ago - 14 years 3 weeks ago #121587 by Susmaryono
Replied by Susmaryono on topic Re: Cannot delete post
I really need help here. What I can do now is to comment this lines.
Code:
<? protected function tokenProtection($method='post') { // get the token put in the message form to check that the form has been valided successfully /*if (JRequest::checkToken ($method) == false) { $this->_app->enqueueMessage ( JText::_ ( 'COM_KUNENA_ERROR_TOKEN' ), 'error' ); if (!empty($this->fields)) $this->_app->setUserState('com_kunena.postfields', array('catid'=>$this->catid, 'fields'=>$this->fields, 'options'=>$this->options)); $this->redirectBack (); return true; }*/ return false; } ?>
in funcs/post.php, but I know it's not a good solution. So I really need answer from kunena team regarding this problem.

Thanks
Last edit: 14 years 3 weeks ago by Susmaryono.

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

More
14 years 3 weeks ago #121589 by Susmaryono
Replied by Susmaryono on topic Re: Cannot delete post
I feel like talking to myself, but all right.

The problem is the random token doesn't match. But I don't know doesn't match with what. Is it de $secret variable in the configuration.php file?

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

More
14 years 3 weeks ago #121597 by xillibit
Replied by xillibit on topic Re: Cannot delete post
Hello,

Can-you put here please your Kunena report settings ?

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.

Time to create page: 0.249 seconds