- Posts: 22
- Thank you received: 1
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
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.
Please Log in or Create an account to join the conversation.
I do have AdminTools and it is the latest version...
Please Log in or Create an account to join the conversation.
Which version? When you use Admin Tools 3.6.3, try again install Kunena 4.0.6.I do have AdminTools and it is the latest version...
Important! Always create a backup before you make any changes to your website!
Please Log in or Create an account to join the conversation.
I spent some time testing and eventually I found the source of my problem. It was the following line in the .htaccess file:
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.
Please Log in or Create an account to join the conversation.
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.