- Posts: 1
- 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 Wrong path for attachements uploaded (images or files)
images/fbfiles//images/carrots.jpg[/img]
This is probably why the images are not getting uploaded. Anyone know of a way to fix this?
Thanks
Please Log in or Create an account to join the conversation.
Could you please provide some details on how your situation isn't working for you. Are you trying to copy files from your PC to this website? To you own website? ARe you trying to use files already stored on your own website? What are you trying to do do when the // in the "src" appears?
I'm sorry but "images/fbfiles//images/carrots.jpg[/img]" doesn't make any sense
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
I have find where the issue is happen, open the file components/com_kunena/lib/kunena.image.upload.php and at line 101 replace this :
by this :
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.
@xillibit: is this something that affects all users of Kunena 1.5.3? Do we all have to make this change? Perhaps, instead of changing that file, what's needed is to change where KUNENA_LIVEUPLOADEDPATH is defined?
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
That's true. KUNENA_LIVEUPLOADEDPATH should be changed. I think it was already reported.OK, sorry ... Geez! Needed the magnifying glass to see that!! :blush:
@xillibit: is this something that affects all users of Kunena 1.5.3? Do we all have to make this change? Perhaps, instead of changing that file, what's needed is to change where KUNENA_LIVEUPLOADEDPATH is defined?
components/com_kunena/class.kunena.php line 177
before:
Please Log in or Create an account to join the conversation.
I have find too, that the files uploaded as the same problem with two slashes instead one.
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.