Kunena 6.2.6 released

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

This is for users to help other users, to discuss topics that are related to forum administration in general or problems in running Joomla. This is not the place to ask for Joomla support. If you want assistance with Joomla please ask at forum.joomla.org

Important Cannot redirect after moderator's action

More
13 years 2 months ago - 12 years 7 months ago #1 by marco168
After every moderator's action, it's redirected to mysite.com/forum/index.php and give error.:(
Noted that I turned on Joomla core Search Engine Friendly URLs and Kunena SEF.

When I turn off Joomla core SEF, problem gone. :unsure:

Could anyone help to solve it?
Thanks a lot=]

PS: I am using Nginx instead of Apache for my server and I use the following rewrite rule.
Code:
location / { if ( $args ~ 'mosConfig_[a-zA-Z_]{1,21}(=|\%3d)' ) {set $args ''; rewrite ^.*$ http://$host/index.php last; return 403;} if ( $args ~ 'base64_encode.*\(.*\)') {set $args ''; rewrite ^.*$ http://$host/index.php last; return 403;} if ( $args ~ '(\<|%3C).*script.*(\>|%3E)') {set $args ''; rewrite ^.*$ http://$host/index.php last; return 403;} if ( $args ~ 'GLOBALS(=|\[|\%[0-9A-Z]{0,2})') {set $args ''; rewrite ^.*$ http://$host/index.php last; return 403;} if ( $args ~ '_REQUEST(=|\[|\%[0-9A-Z]{0,2})') {set $args ''; rewrite ^.*$ http://$host/index.php last; return 403;} if (!-e $request_filename) { rewrite (/|\.php|\.html|\.htm|\.feed|\.pdf|\.raw|/[^.]*)$ /index.php last; break;} }
Last edit: 12 years 7 months ago by marco168.

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

More
13 years 2 months ago - 13 years 2 months ago #2 by sozzled
This is an issue with your .htaccess. Seek help from Joomla support forum about your problem. I can only recommend the standard Joomla Search Engine Optimisation (SEO) technique; I don't know anything about Nginx, sorry. Maybe someone else does?
Last edit: 13 years 2 months ago by sozzled.

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

More
13 years 2 months ago - 13 years 2 months ago #3 by marco168
When I turned on both Joomla and Kunena SEF, it gives 404 error if we do moderator's action via the "dropdown" list in category page, but it's fine to do moderator's action in thread page by the button under the thread.... :unsure:

When I turned on Joomla core SEF but turned off Kunena SEF, all problems gone.:dry:

Below is the rewrite module documentation in Nginx. Could you help check if my rewrite rule is compatible with Kunena's one?
wiki.nginx.org/HttpRewriteModule

Thanks a lot;)

sozzled wrote: This is an issue with your .htaccess. Seek help from Joomla support forum about your problem. I can only recommend the standard Joomla Search Engine Optimisation (SEO) technique; I don't know anything about Nginx, sorry. Maybe someone else does?

Last edit: 13 years 2 months ago by marco168.

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

More
13 years 2 months ago #4 by sozzled
You can check to see if your .htaccess rewrite rule is compatible with Joomla. This is not a Kunena issue. Nginx is not a Kunena issue. You are asking the question in the wrong forum. Please read the category description at the top of this page.

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

More
12 years 5 months ago #5 by regdomain
Probably than kunena team must announce to the public that kunena does not properly function with nginx and must not be used by someone who cares about performance issue? And that Kunena is just a toy for website with 10 users on board. Why not to do that on the main Kunena webpage?

And those who use Kunena and grow must immediately switch to something else?

Or probably you would stop childish games and fix bloody moderation script that PARTLY is not compatible with most advanced and absolutely unavoidable today server solution NGINX. There must be an issue in how some moderation tools script function that makes it impossible to run with nginx. I would call it a bug and fix it asap.

I do not like nginx, I do not like any server issues at all but it really does what it says - it makes possible to run joomla even with high load. Apache time is over.

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

Time to create page: 0.350 seconds