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

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 closed by moderator due to lack of interest] cant upload any files

More
16 years 3 months ago #38016 by lafanter
Replied by lafanter on topic Re:cant upload any files
^ thats what i m doing now

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.

More
16 years 3 months ago #38021 by lafanter
Replied by lafanter on topic Re:cant upload any files
ok, i tried uploading a small file of 23 KB and it got thru all fine

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.

More
16 years 3 months ago #38022 by xillibit
Replied by xillibit on topic Re:cant upload any files

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.

More
16 years 3 months ago #38025 by lafanter
Replied by lafanter on topic Re:cant upload any files
i dont have access to that file :(

A website dedicated to Lafanters Lafanters.com ;)

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

More
16 years 3 months ago - 16 years 3 months ago #38051 by LittleJohn
Replied by LittleJohn on topic Re:cant upload any files
It is probably set in your serverhosts config file (2mb is default for php).
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: )
Last edit: 16 years 3 months ago by LittleJohn.

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

More
16 years 3 months ago #38078 by sozzled
Replied by sozzled on topic Re:cant upload any files
LittleJohn wrote:

Now you know one more thing to look out for, when choosing a serverhost in the future ;)

I just checked the limit on my webhost: 10 Mb! :woohoo:

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 :))

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

Time to create page: 0.256 seconds