- Posts: 83
- Thank you received: 5
Kunena 6.3.7 Released
The Kunena team has announce the arrival of Kunena 6.3.7 [K 6.3.7] in stable which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x/5.1.x/5.2.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 and issues discovered during the last development stages of K 6.3
Note: Please go to the Kunena Dashboard after an upgrade so that the Kunena database tables are also updated.
Solved [SOLVED] SOMETHING breaks Kunena attachment loader?
inspecting the page, I found this error message hidden inside of a
Could not move file into /var/www/html/[redacted]/media/kunena/attachments/86/sample-image-upload.png.
checking permissions on the "problem" folder:
checking permissions on another, 'known good' folder:
so... not sure how that folder permission got messed up, but I'm gonna try to fix it...
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Important! Always create a backup before you make any changes to your website!
Please Log in or Create an account to join the conversation.
walkyrie wrote: Hi!
I met exactly the same problem : I upload files (/images) they appear as thumbnails, but no way to insert them. Only the insert all button appears, but without action. Neither, no way to insert file by file.
More, i can't submit my post if i used the insert button (even if nothing is inserted in the post).
I cleared the cache, i tried Php 5.6 and Php 7, try to change template... nothing better. That the case for superadmin or register user...
Thank you for your help!
Please Log in or Create an account to join the conversation.
My webserver in this instance is Apache, so I was able to fix it up using this linux command, to give the webserver ownership:
sudo chown -R apache:apache /var/www/{path-to-joomla-installation}/media/kunena/attachments/
This user can now post attachments normally ( as can a few others that I didn't even know were being blocked... )
Please Log in or Create an account to join the conversation.
Important! Always create a backup before you make any changes to your website!
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
walkyrie wrote: Well, as to me, having exactly the same issue, i resolved it in the Joomla configuration : I switched "Add Suffix to URL" to "No"... why? i don't know...
FWIW: our system as always been set "Add Suffix to URL" to "No" as the default configuration...
Please Log in or Create an account to join the conversation.