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

Question File uploads not working in Crypsis 4.0.6

More
10 years 6 months ago #169327 by csommer
Disabled all system plugins except those for Joomla and Kunena, and don't have any extra Kunena plugins. Unfortunately same result.

I did notice that Firefox gives a slightly different error message in the console:
"TypeError: d.form is null" in html5fallback.js file.

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

More
10 years 6 months ago #169328 by 810
do you have admin tools installed? if yes then update it to the newest version.

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

More
10 years 6 months ago - 10 years 6 months ago #169389 by opcichlid
I have the same issue here. Crypsis will not allow file uploads. Going back to Blue Eagle will allow attachment uploads. It appears to be something with the template and/or upload code specifically with Crypsis.

I do have AdminTools and it is the latest version...
Last edit: 10 years 6 months ago by opcichlid.

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

More
10 years 6 months ago #169400 by rich

I do have AdminTools and it is the latest version...

Which version? When you use Admin Tools 3.6.3, try again install Kunena 4.0.6.

Important! Always create a backup before you make any changes to your website!

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

More
10 years 6 months ago #169419 by csommer
I do not use Admin Tools.

I spent some time testing and eventually I found the source of my problem. It was the following line in the .htaccess file:
Code:
RewriteCond %{REQUEST_URI} /component/|(/[^.]*|\.(php|html?|feed|pdf|vcf|raw))$ [NC]

Seems like this line is redundant in Joomla 3. I was initially working with an upgrade from 2.5.

With this line removed, the file uploads are now working fine in Crypsis.
The following user(s) said Thank You: HugCoder

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

More
10 years 5 months ago #169852 by HugCoder

csommer wrote: I do not use Admin Tools.

I spent some time testing and eventually I found the source of my problem. It was the following line in the .htaccess file:

Code:
RewriteCond %{REQUEST_URI} /component/|(/[^.]*|\.(php|html?|feed|pdf|vcf|raw))$ [NC]

Seems like this line is redundant in Joomla 3. I was initially working with an upgrade from 2.5.

With this line removed, the file uploads are now working fine in Crypsis.


This seems to have solved it for me too. Thanks a lot!
The .htaccess I had was copyrighted to 2012, so it was obviously out of date. I replaced it with the htaccess.txt that had been updated by Joomla. I viewed it before and as you said, that particular line was removed, and I think there were some other minor changes as well. I wish the Joomla updates would make the user aware of these kind of things on updates, since it's not updated automatically... but obviously can cause weird behaviour.

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

Time to create page: 0.287 seconds