- Posts: 5
- 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 problem when deleting uploaded files
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 ?
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
You must find and replace line
by
in file componenets/com_kunena/template/default/post.php
:silly:
Please Log in or Create an account to join the conversation.
addslaches() is a good fix, but I've also changed all backslashes to '/'. It's only a temporally fix, though.. If you move your Joomla installation to any other directory, all attachments will break up.
Fixed also a bug when removing post from an anonymous user.
Please Log in or Create an account to join the conversation.