Kunena 6.3.0 released

The Kunena team has announce the arrival of Kunena 6.3.0 [K 6.3.0] in stable which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x/5.1.x. This version addresses most of the issues that were discovered in K 6.2 and issues discovered during the last development stages of K 6.3

Solved File upload result in COM_KUNENA_UPLOAD_ERROR_FILE_EXCEED_LIMIT_IN_CONFIGURATION

More
8 years 9 months ago #11 by mibert
Hi 810,

tried on my testsite as you suggested but problem is still same.

Sorry.

Best regards

Michael

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

More
8 years 9 months ago #12 by 810
try to edit libraries / kunena / upload / upload.php line 572 change to :


if (!$this->checkFileSize($file->size, true))
The following user(s) said Thank You: mibert, omri

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

More
8 years 9 months ago #13 by mibert
BIG THANKS!!!

This has solved the problem.
Was it a Kunena bug or a problem specific to my circumstances?

BTW: Still the notification function of this forum does not work for me.

Best regards and have a great weekend

Michael

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

More
8 years 7 months ago #14 by HugCoder
I'm not sure if it's throwing the same error:
"COM_KUNENA_UPLOAD_ERROR_FILE_EXCEED_LIMIT_IN_CONFIGURATION"
but I have the exact same symptom. No file can be uploaded since I upgraded to version 4 (now 4.0.5).
All I get is:
"File upload failed."

My settings have been revised and nothing suggest that it's the settings at fault. I'm using the new theme, Crypsis. I noticed now that I actually switched over to the old, Blue Eagle, it worked with file upload! So, apparently there's something wrong with the new themes way of handling file uploads.

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

More
8 years 7 months ago - 8 years 7 months ago #15 by Pinkeltje
Same problem. pdf files are ok, but small zip file (see attachment) cannot be uploaded, txt file gives same error too. Tested with Blue Eagle for 4.0.5.

"File upload failed."

Attachments:
Last edit: 8 years 7 months ago by Pinkeltje.

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

More
8 years 7 months ago #16 by 810
confirmed. Same issue as the failed upload templates.

Need to find a way to fix this issue.

(fix for now: reverse github.com/joomla/joomla-cms/pull/7814 )
The following user(s) said Thank You: HugCoder

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

More
8 years 7 months ago - 8 years 7 months ago #17 by omri
Hi mibert,

I'm experiencing the same problem.

Does the latest solution of 810 solved the issue?

If you uninstall Kunena, does it also remove database? i.e. is it simple to uninstall and then install with already active forum?

Thanks,
Omri

update - google didn't show me the latest post in this thread, the solution of 810 solved the issue: edit libraries / kunena / upload / upload.php line 572 change to : if (!$this->checkFileSize($file->size, true))
Last edit: 8 years 7 months ago by omri.

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

More
8 years 7 months ago - 8 years 7 months ago #18 by 810
We have found the issue:

Fix for unable upload after J3.4.4 update:
github.com/Kunena/Kunena-Forum/pull/3455/files

Fix for File upload result in COM_KUNENA_UPLOAD_ERROR_FILE_E​XCEED_LIMIT_IN_CONFIGURATION:
github.com/Kunena/Kunena-Forum/pull/3456/files
Last edit: 8 years 7 months ago by 810.
The following user(s) said Thank You: Pinkeltje

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

Time to create page: 0.506 seconds