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 Links don't work

More
15 years 9 months ago #54232 by Hurr1c4n3
Replied by Hurr1c4n3 on topic Re: Links don't work
Setting testsite ( www.natuurtest.nl )

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 | htaccess: Exists | PHP environment: Max execution time: 30 seconds | Max execution memory: 128M | Max file upload: 8M

Kunena version detailled: Installed version: 1.6.0-BETA1 | Build: 3068 | Version name: | Kunena detailled configuration:

Warning: Spoiler!


I changed all the tables and the database to utf8_general_ci. This didn't help to fix the problem.

The screenshot you see is the toplevel directory. It only has 1 file in it that is a redirect to the /site directory. You can also see the other directory/installation called kunena.

I also changed the SEO settings in Kunena. The only way to get kunena to work is to disable SEO in Kunena. I tried all other combinations and then it doesn't work anymore.

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

More
15 years 9 months ago #54233 by sozzled
Replied by sozzled on topic Re: Links don't work
I want to see a list of files in the top-level folder of your Joomla website. A standard Joomla website has about 14 files and 15 folders. Some of the files in your top-level folder are:

CHANGELOG.php
configuration.php
COPYRIGHT.php
CREDITS.php
index.php
index2.php
robots.txt

I would like to see a picture of the list of your files, please.

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

More
15 years 9 months ago #54235 by Hurr1c4n3
Replied by Hurr1c4n3 on topic Re: Links don't work
Here ya go mate

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

More
15 years 9 months ago #54240 by sozzled
Replied by sozzled on topic Re: Links don't work
Thank you. There's something peculiar about that .htaccess file. In your case, the file size of your .htaccess file (2777 bytes) is different to the standard, unmodified J! 1.5.20 htaccess.txt file (2773 bytes). I wonder, if it's been changed or is corrupted ... or maybe it doesn't work at all with your webserver software? I'm just guessing. There has to be a reason why SEO/SEF URLs are messing with your installation of Kunena.

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

More
15 years 9 months ago - 15 years 9 months ago #54245 by Hurr1c4n3
Replied by Hurr1c4n3 on topic Re: Links don't work
Here's the information in the .htaccess file:
Code:
## # @version $Id: htaccess.txt 14401 2010-01-26 14:10:00Z louis $ # @package Joomla # @copyright Copyright (C) 2005 - 2010 Open Source Matters. All rights reserved. # @license http://www.gnu.org/copyleft/gpl.html GNU/GPL # Joomla! is Free Software ## ##################################################### # READ THIS COMPLETELY IF YOU CHOOSE TO USE THIS FILE # # The line just below this section: 'Options +FollowSymLinks' may cause problems # with some server configurations. It is required for use of mod_rewrite, but may already # be set by your server administrator in a way that dissallows changing it in # your .htaccess file. If using it causes your server to error out, comment it out (add # to # beginning of line), reload your site in your browser and test your sef url's. If they work, # it has been set by your server administrator and you do not need it set here. # ##################################################### ## Can be commented out if causes errors, see notes above. # Options +FollowSymLinks # # mod_rewrite in use RewriteEngine On ########## Begin - Rewrite rules to block out some common exploits ## If you experience problems on your site block out the operations listed below ## This attempts to block the most common type of exploit `attempts` to Joomla! # ## Deny access to extension xml files (uncomment out to activate) #<Files ~ "\.xml$"> #Order allow,deny #Deny from all #Satisfy all #</Files> ## End of deny access to extension xml files RewriteCond %{QUERY_STRING} mosConfig_[a-zA-Z_]{1,21}(=|\%3D) [OR] # Block out any script trying to base64_encode crap to send via URL RewriteCond %{QUERY_STRING} base64_encode.*\(.*\) [OR] # Block out any script that includes a <script> tag in URL RewriteCond %{QUERY_STRING} (\<|%3C).*script.*(\>|%3E) [NC,OR] # Block out any script trying to set a PHP GLOBALS variable via URL RewriteCond %{QUERY_STRING} GLOBALS(=|\[|\%[0-9A-Z]{0,2}) [OR] # Block out any script trying to modify a _REQUEST variable via URL RewriteCond %{QUERY_STRING} _REQUEST(=|\[|\%[0-9A-Z]{0,2}) # Send all blocked request to homepage with 403 Forbidden error! RewriteRule ^(.*)$ index.php [F,L] # ########## End - Rewrite rules to block out some common exploits # Uncomment following line if your webserver's URL # is not directly related to physical file paths. # Update Your Joomla! Directory (just / for root) RewriteBase /site ########## Begin - Joomla! core SEF Section # RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_URI} !^/index.php RewriteCond %{REQUEST_URI} (/|\.php|\.html|\.htm|\.feed|\.pdf|\.raw|/[^.]*)$ [NC] RewriteRule (.*) index.php RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L] # ########## End - Joomla! core SEF Section

I also tried to comment out the RewriteBase /site part but that doesn't make a different.

I also copied the .htaccess from the /kunena directory to the /site directory to see if the htaccess is the problem. After I copied the .htaccess I keep the same problem.
Last edit: 15 years 9 months ago by Hurr1c4n3. Reason: Copied .htaccess from working installation

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

More
15 years 9 months ago #54264 by @quila
Replied by @quila on topic Re: Links don't work
Hi, let's try another thing.

Delete all menu itens you have in your site (related to Kunena) and create new menu for kunena 1.6.
To delete:
  • Main Menu -> Forum
  • All Kunena Menu
  • Module Kunena Menu
Then go to Menu Trash and delete from there all menu.

Now go to Kunena Configuration and click to Create Menu icon.

Let me know what happens
Regards

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

Time to create page: 0.245 seconds