- Posts: 8
- 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
Topics that are moved into this category are generally considered to be closed. Users may want to add additional information but these topics should not be resurrected in order to discuss new problems or unrelated matters.
Question All pictures or the 2nd, 3rd... picture in a post are away
16 years 8 months ago #26982
by Beflat
Replied by Beflat on topic Re:All pictures or the 2nd, 3rd... picture in a post are away
Thank you. It is working. But when I upload a picture I get still the error-message. But I hope this will become better in the next version.
Please Log in or Create an account to join the conversation.
16 years 8 months ago #27366
by Matias
Replied by Matias on topic Re:All pictures or the 2nd, 3rd... picture in a post are away
Add @ just before the unlink() function call /components/com_kunena/lib/kunena.file.class.php to line 177:
@unlink($src);
It seems that Joomla team has fixed the bug I reported to them.
So now we are trying to remove the file two times.
@unlink($src);
It seems that Joomla team has fixed the bug I reported to them.
Please Log in or Create an account to join the conversation.
16 years 8 months ago #27368
by Yxos
/Yxos, Kunena Translator, da-DK.
Overvej at abonnere på kategorien www.kunena.org/forum/48-Danish
Replied by Yxos on topic Re:All pictures or the 2nd, 3rd... picture in a post are away
@ Matias, Im sorry, I don't understand your comment. Could you be more specific? I am not at all sure what I have to do to get rid of the problem...
/Yxos, Kunena Translator, da-DK.
Overvej at abonnere på kategorien www.kunena.org/forum/48-Danish
Please Log in or Create an account to join the conversation.
16 years 8 months ago #27397
by Matias
Replied by Matias on topic Re:All pictures or the 2nd, 3rd... picture in a post are away
Edit file /components/com_kunena/lib/kunena.file.class.php:
Go to line 177 and
a) remove the whole line unlink($src);
b) or change it to: @unlink($src);
Go to line 177 and
a) remove the whole line unlink($src);
b) or change it to: @unlink($src);
Please Log in or Create an account to join the conversation.
16 years 8 months ago #27506
by Yxos
/Yxos, Kunena Translator, da-DK.
Overvej at abonnere på kategorien www.kunena.org/forum/48-Danish
Replied by Yxos on topic Re:All pictures or the 2nd, 3rd... picture in a post are away
ok, I changed line 177 like you said, adding a @ in front of "unlink($src);".
I'm not sure if its related, but it doesn't quite work for me:
When uploading a post in forum; browsing; locating the image; Open, and then press Submit, the image is uploaded to the images/fbfiles/images folder allright, but it doesn't appear properly in the post.
It just shows the img-tags with the correct path inside. If I copy that path into a new browser window, the image appears, confirming that the image was uploaded correctly.
Do you think this problem is related to the line-177 change?
I'm not sure if its related, but it doesn't quite work for me:
When uploading a post in forum; browsing; locating the image; Open, and then press Submit, the image is uploaded to the images/fbfiles/images folder allright, but it doesn't appear properly in the post.
It just shows the img-tags with the correct path inside. If I copy that path into a new browser window, the image appears, confirming that the image was uploaded correctly.
Do you think this problem is related to the line-177 change?
/Yxos, Kunena Translator, da-DK.
Overvej at abonnere på kategorien www.kunena.org/forum/48-Danish
Please Log in or Create an account to join the conversation.
16 years 8 months ago #27525
by Matias
Replied by Matias on topic Re:All pictures or the 2nd, 3rd... picture in a post are away
This is another bug in K1.5.5, and is already fixed in K1.5.6 which will be released in a few days.
The link to the fix can be found earlier in this thread ( www.kunena.com/forum/138-support/26601-i...pgrade-to-kunena-155 ).
The link to the fix can be found earlier in this thread ( www.kunena.com/forum/138-support/26601-i...pgrade-to-kunena-155 ).
Please Log in or Create an account to join the conversation.
Time to create page: 0.270 seconds