- Posts: 5
- Thank you received: 0
Kunena 7.0.5 & Kunena 6.4.11 – Security Updates Released
The Kunena team has announce the arrival of Kunena 7.0.5 [K 7.0.5] 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.
The Kunena team is also pleased to announce the eleventh version of Kunena 6.4, a native Joomla extension for Joomla! 5.0, 5.1, 5.2, 5.3, 5.4 and 6.0.
Question File upload problem
Not Found
The requested URL /media/kunena/attachments/legacy/files/blah.mp4 was not found on this server.
I have added mp4 as a permitted file type and it is smaller than the file size limit.
Please Log in or Create an account to join the conversation.
Can you find the file from there?
Are your directory permissions ok?
Please Log in or Create an account to join the conversation.
PHP Version = 5.2.8
MySQL = 5.0.67-community
/public_html/media/kunena/attachments/legacy/files/ directory is set to 777
The /public_html/media/kunena/attachments/legacy/images/ is also set to 777 and it works fine.
Please Log in or Create an account to join the conversation.
I tried uploading a 4meg mp4 file, currently using default PHP settings (8 meg max)
Please Log in or Create an account to join the conversation.
First you should check these:
Kunena Configuration / Uploads / File:
File types allowed = mp3,mp4 (and other allowed filenames)
Max. File size = 8096
If they are ok, you should check that there will be no php timeout when posting.
And if even that is ok, try to look if you get any php warnings/errors into your Apache log.
Also try to upload small file. Does it work?
Please Log in or Create an account to join the conversation.
Yes, it must be a file restriction somewhere, as I can upload mp4 files up to 1meg, but not 2 meg.
I will have a look through Kunena settings, PHP settings and Apache settings
Please Log in or Create an account to join the conversation.