Kunena 7.0.9 & Kunena 6.4.14 – Security Updates Released
The Kunena team has announce the arrival of Kunena 7.0.9 [K 7.0.9] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x./6.1.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 [Resolved] Issues with attachments not showing in K 1.7
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
One being an image the second being a txt file.
www.fragaholics.net/forum/40-sc2-replay-...ews/2490-test-upload
You see nothing, but when you edit the post you see
I look in the user directory for media/kunena/attachments and I see the files.
I can also look in the database and see the two records for the attachments.
I have tried default templates as well.
Please Log in or Create an account to join the conversation.
In which exact folder of ../media/kunena/attachments are those files?
Images in K1.7 are located in the folder ../media/kunena/attachments and, within that, in a numbered folder name that corresponds to the Joomla) user-id. So, for example if your user-id = 65 your attachments are all stored in ../media/kunena/attachments/65 So, this problem may have been created if jUpgrade didn't move the folders when it moved the users.
Within these ../media/kunena/attachments/user-id folders there is another folder ../media/kunena/attachments/65/thumb where the thumbnail images are stored.
You also need to CHMOD the files in ../media/kunena/attachments (and recurse through all sub-folders) to 644. I hope this helps.
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
There is also a file added to media/kuenena/attachments/42/thumb/ so it doesn't seem to be a permission problem. Here is an interesting question. What is the default location for the Kunena menu? I did change that to be on the left nav but can't set it back to the default location. I wonder if it's that, I only bring this up because when I go to edit a post with an attachment, I see the attachment in the lower part of the screen where I can click on it and open it.
Please Log in or Create an account to join the conversation.
I don't know what this has to do with your problem. The default location of the Kunena menu is as you see it here, on this forum. You've done things quite differently on your forum and, in part, its behaviour has to do with the template that you're using and the module position that you've assigned to the kunenamenu menu. We can answer questions about your Kunena menu, if you like, but please use a different topic to ask those questions.Sabby wrote: What is the default location for the Kunena menu?
Can we please stay on topic. If your user-id is 42 (which would seem right for J! 1.7) and your attachment has been stored in ../media/kuenena/attachments/42/ (and any image thumbnails are in ..media/kuenena/attachments/42/thumb/) then this seems right to me. These are things that someone with FTP and backend access to your site would need to look at. You also need to check in the SQL table kunena_attachments what may be going on there, too.
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
So,
File actually being uploaded to the correct location - checked and OK.
Database records be written - checked and OK.
As I posted prior, when I go and edit the post I see attachments and I am able to open them and view them which further supports the confirmation that the files are being uploaded and the database records have written. The attachment link is the problem, it just doesn't show regardless which template I use.
I have a feeling I am going to have to go line by line in the code to find out why the attachment links are not being displayed.
Please Log in or Create an account to join the conversation.