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 [K4.0.0B2] Error Uploading Attachment

More
8 years 11 months ago #1 by ssh
I get this error when I try to upload an attachment in pdf or docx format:

Error
Unable to get properties for the image.

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

More
8 years 11 months ago #2 by 810
add ",pdf,docx" on Allowed File Types on kunena configuration
The following user(s) said Thank You: ssh

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

More
8 years 11 months ago - 8 years 11 months ago #3 by ssh
I have these:
txt,rtf,pdf,zip,tar.gz,tgz,tar.bz2,doc,docx,rar,xls,xlsx,7z,mpp,pptx,vsdx

I have tested to add only pdf,docx and still doesnt work

Please note: I have upgraded from 3.0.8 to 4.0.0B2, It is not a blank installation
Last edit: 8 years 11 months ago by ssh.

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

More
8 years 11 months ago - 8 years 11 months ago #4 by ssh
Confirmed.
The error is only on Blue eagle 4.0.0-BETA2
Crypsis 4.0.0-BETA2 is ok

Blue eagle




Crypsis

Attachments:
Last edit: 8 years 11 months ago by ssh.

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

More
8 years 11 months ago #5 by rich
Confirmed, its a bug.
The following user(s) said Thank You: ssh

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

More
8 years 11 months ago #6 by ssh
Do you know how to fix it?
Please help

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

More
8 years 11 months ago #7 by xillibit
Hello,

I need to look to it to see what's going on, i will tell you when i will have found a fix

I don't provide support by PM, because this can be useful for someone else.
The following user(s) said Thank You: ssh

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

More
8 years 11 months ago #8 by xillibit

I don't provide support by PM, because this can be useful for someone else.
The following user(s) said Thank You: ssh

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

More
8 years 11 months ago - 8 years 11 months ago #9 by ssh
Kunena 4.0.0-BETA3-DEV
Getting 500 Internal Server Error when click on submit button




I have this in my file:
libraries/kunena/attachment/attachment.php
Code:
if ($file->success) { $finfo = new finfo(FILEINFO_MIME); $type = $finfo->file(JPATH_ROOT . '/media/kunena/attachments/' . $this->userid . '/' . $fileInput['name']); if (stripos($type, 'image/') !== false) { $imageInfo = KunenaImage::getImageFileProperties(JPATH_ROOT . '/media/kunena/attachments/' . $this->userid . '/' . $fileInput['name']); if (number_format($file->size / 1024, 2) > $config->imagesize || $imageInfo->width > $config->imagewidth || $imageInfo->height > $config->imageheight) { // Calculate quality for both JPG and PNG.
Attachments:
Last edit: 8 years 11 months ago by ssh.

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

More
8 years 11 months ago #10 by rich
Try it with this file.
Attachments:
The following user(s) said Thank You: ssh

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

Time to create page: 0.878 seconds