Kunena 6.3.0 released

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

Please Read This First:


This category is only for reporting defects with K 3.0.

Do not use this category:
  • to ask general questions about how to use K 3.0 or to ask when new versions of Kunena will be released;
  • to ask about other (older) versions of Kunena; or
  • if you have tried to install K 3.0 on J! 1.5; or
  • if you installed K 3.0 on a live, production site and you want your site restored to its previous state; or
  • if this website ( www.kunena.org ) works but works differently to how you expected.

You must include your K 3.0 configuration report; if you do not include your configuration report, your topic may be closed (locked) or deleted without any further warnings from the moderators.

Topics that have been closed (resolved) will be archived and no further discussion on those topics will be allowed.

Question 504 time out when "Purge items" (Trash Manager)

More
9 years 2 weeks ago #11 by tienndnguyenduc
Hi,

Let's check my issue,

Thanks,

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

More
9 years 2 weeks ago #12 by 810
click on all fix, or delete.


Then try again

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

More
9 years 2 weeks ago #13 by tienndnguyenduc
I did click and delete all issues, but it's not fixed,

I tried test cleaning up users, then I'm possible delete about 30 topics it's ok,

But if at the same time i delete bigger 40 topics I still have old issue,

I was wondering if maybe the cause is big data or another?

Thanks,

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

More
9 years 2 weeks ago #14 by tienndnguyenduc
While delete topics,

I check slow logs mysql:

# Time: 150409 17:03:18
# User@Host: root[root] @ localhost []
# Query_time: 10.560684 Lock_time: 0.000164 Rows_sent: 0 Rows_examined: 131640422
SET timestamp=1428573798;
UPDATE u3gbc_kunena_users AS u
LEFT JOIN (
SELECT userid, MAX(expiration) AS banned FROM u3gbc_kunena_users_banned GROUP BY userid
) AS b ON u.userid=b.userid
SET u.banned=b.banned;

I dont know why Query_time large?

monosnap.com/image/q4IxVC1izPtUqTfGODCl4fFA1QCEli

Please review it,

Thanks,

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

More
9 years 2 weeks ago #15 by xillibit
On your image if you look the rows examined value, you will see that it's bigger for the query which take more time

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
9 years 2 weeks ago #16 by tienndnguyenduc
So what do I have to do to optimize it?

I carried out optimize mysql but it's not fixed,

do you have any idea?

Thanks,

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

More
9 years 2 weeks ago #17 by xillibit
I will look how to optimize that slow query

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
9 years 2 weeks ago #18 by tienndnguyenduc
Yeah, I'm looking forward,

so with my issue, I need have to what to do to fix now, my forum is not working,

I'm going to wait you present next version, aren't I?

Thanks,

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

More
9 years 2 weeks ago #19 by xillibit
I hope to have found a fix for it for the next Kunena version, the query which is too slow is located here : github.com/Kunena/Kunena-Forum/blob/mast...user/helper.php#L332

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
9 years 2 weeks ago #20 by tienndnguyenduc
Yeah, I did comment $query = "UPDATE in file helper, my forum is ok now,

Hoping it's not affect to anything, I will monitor it and inform for you,

Thankyou for your helping,

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

Time to create page: 0.524 seconds