Kunena 7.0.2 Released

The Kunena team has announce the arrival of Kunena 7.0.2 [K 7.0.2] in stable which is now available for download as a native Joomla extension for J! 5.3.x/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 Topic not showing but URL indicates that it is there

More
15 years 3 months ago #71855 by Velisa
Take a look here: www.energyfind.co.za/index.php/forum/rec...-Welcomes-and-Hellos !

If you click on any of the topics, they don't open. If you hover your mouse over the title for a preview, the preview will show. The URL does show the requested destination but it just doesn't show the topic.

Ideas?

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: Disabled | FTP layer: Enabled |

This message contains confidential information
htaccess: Exists | PHP environment: Max execution time: 30 seconds | Max execution memory: 32M | Max file upload: 3M

This message contains confidential information

Joomla default template details : siteground-j15-126 | author: Siteground | version: 1.0.0 | creationdate: 01/2010

Kunena version detailled: Installed version: 1.6.1 | Build: 3858 | Version name: Timu | Kunena detailled configuration:

Warning: Spoiler!

Third-party components: AlphaUserPoints: Disabled or not installed | CommunityBuilder: Installed (Version : 1.2.3) | Jomsocial: Disabled or not installed | UddeIm: Disabled or not installed

Plugins: System - Mootools12: Disabled | System - Mootools Upgrade: Enabled | JFirePHP: Disabled or not installed | Kunena Discuss: Disabled or not installed | Kunena Search: Disabled or not installed | My Kunena Forum Menu: Disabled or not installed | My Kunena Forum Posts: Disabled or not installed

Modules: Kunena Latest: Disabled or not installed | Kunena Stats: Disabled or not installed | Kunena Login: Disabled or not installed

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

More
15 years 3 months ago #71963 by sozzled
Looks like some kind of SEO/SEF issue. Are you using a third-party SEO/SEF product?

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

More
15 years 3 months ago #72217 by Velisa
No I don't have any third party SEO/SEF... just have the Joomla SEF setting on.

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

More
15 years 3 months ago #72288 by sozzled
It still looks like a SEO/SEF problem to me. Please check everything in the guide Search Engine Optimization (SEO) . If necessary, replace your existing .htaccess and htaccess.txt file in the root directory (as discussed in that article). Make sure you don't have any other .htaccess files located elsewhere in your website folder structure.

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

More
15 years 3 months ago #74281 by Velisa
Thanks for the help so far. Sorry for the delay but I have been away on business. My .htaccess looks as follows:


DirectoryIndex index.php
RewriteEngine On
RewriteBase /

RewriteCond %{REQUEST_URI} ^(/component/option,com) [NC,OR]
RewriteCond %{REQUEST_URI} (/|\.htm|\.php|\.html|/[^.]*)$ [NC]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule (.*) index.php
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://(www\.)?mydomain.co.za/.*$ [NC]
RewriteRule \.(gif|jpg)$ - [F]

########## 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!
#
# Block out any script trying to set a mosConfig value through the URL
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


I have been playing with the SEO settings without success. What I do notice is that no matter where I click, it will always show the "Recent" topics even though the URL shows otherwise.

Any suggestions?

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

More
15 years 3 months ago #74286 by sozzled
Your .htaccess file is not a standard Joomla .htaccess file. That's your choice and I respect it. I only know how to do things that work for me. I use the only standard Joomla files in my work.

I cannot help you any more with this issue if you choose to not use a standard Joomla configuration.

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

Time to create page: 0.273 seconds