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 problem when deleting uploaded files

More
17 years 2 months ago #1739 by Matias
One more fix for existing broken attachments:

File componenets/com_kunena/template/default/post.php, line 1926:
Code:
if (file_exists($fl->filelocation)) unlink($fl->filelocation);

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

More
17 years 2 months ago #3476 by Cybersurfer
amelaye13 wrote:

Hi,
When I try to delete a post containing a picture or a file, I got an error :

unlink(C:DirectoyAnotherdirectorySubdirectory/media/kunena/attachments/legacy/images/mypic.png) etc... No such file or directory etc ...


I think it does not care about the slashes, where can I configure that ?



- I am not sure if this has anything to do with this, but when I try to delete/cancel a file I already selected through browse when composing a msg, the input box will not let me delete the contents, and the msg must be canceled altogether - the only way to change the contents is to browse again to another file.

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

More
17 years 2 months ago #3579 by Matias
It's a feature in your browser. But yes, we need better attachment handling..

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

Time to create page: 0.210 seconds