- Posts: 54
- Thank you received: 0
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 [Topic closed by moderator due to lack of interest] cant upload any files
images upload and show fine
but files are not showing up
A website dedicated to Lafanters Lafanters.com
Please Log in or Create an account to join the conversation.
but the 3mb file does not upload
A website dedicated to Lafanters Lafanters.com
Please Log in or Create an account to join the conversation.
I don't provide support by PM, because this can be useful for someone else.
Please Log in or Create an account to join the conversation.
A website dedicated to Lafanters Lafanters.com
Please Log in or Create an account to join the conversation.
- LittleJohn
-
- Offline
- Kunena Contributor
-
There is maybe another solution.
Set the value in a htaccess file.
Some hosts allows that. Some does not.
Try make (or edit) a file called '.htaccess' in the joomla or site root.
See if you can find a line starting with this:
php_value upload_max_filesize
If not, insert this line:
php_value upload_max_filesize 5mb
And try again.
If it doesnt work, you're out of luck, as it is a server configuration option.
Any way - Now you know one more thing to look out for, when choosing a serverhost in the future
Edit: You might now think - 'wow, ill raise it to 1000mb and start uploading pr0n'. Well, dont. Upload has a limit for a reason. If you are about to upload large files, I would check with your host first..
There is more info on the matter here:
www.totalchoicehosting.com/forums/index.php?showtopic=19285
drupal.org/node/127423
drupal.org/node/127417
(and now Ill be slapped for linking to a 'competitor' :lol: )
Please Log in or Create an account to join the conversation.
I just checked the limit on my webhost: 10 Mb! :woohoo:Now you know one more thing to look out for, when choosing a serverhost in the future
Good points and thanks for your contribution, LittleJohn. Perhaps someone could try changing the value in .htaccess and see if this successfully overrides the value in php.ini but, somehow, I doubt it for other reasons you've suggested.
I've also made a few changes to the documentation in the Wiki that helps to explain this issue (thanks, xillibit, for creating the topic
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.