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.

Idea Attachments don't show

More
14 years 8 months ago - 14 years 8 months ago #105714 by Satchi
Hi Guys - I love Kunena and it works great! (or so I thought) until we tried to attack some files. It looks like the message & file attachment work but the message has no attachment.

I checked permissions and settings that I thought would effect this but obviously, I'm missing something. Help please?

Thanks - Configuration settings below. ;)

Note: I just noticed in my config that I used . not , to separate the file types. I changed that, cleared cache etc and it didn't help.

This message contains confidential information

Database collation check: The collation of your table fields are correct

Legacy mode: Disabled | Joomla! SEF: Enabled | Joomla! SEF rewrite: Enabled | FTP layer: Disabled |

This message contains confidential information
htaccess: Exists | PHP environment: Max execution time: 30 seconds | Max execution memory: 128M | Max file upload: 64M

This message contains confidential information

Joomla default template details : rt_camber | author: RocketTheme, LLC | version: 1.1 | creationdate: August 5, 2011

Kunena default template details : Blue Eagle (default) | author: Kunena Team | version: 1.6.5 | creationdate: 2011-07-27

Kunena version detailled: Installed version: 1.6.5 | Build: 5005 | Version name: Babel | Kunena detailled configuration:

Warning: Spoiler!

Third-party components: Jomsocial 2.2.4

Third-party SEF components: None

Plugins: System - Mootools Upgrade: Disabled | System - Mootools12: Disabled

Modules: None

Last edit: 14 years 8 months ago by Satchi.

Please Log in or Create an account to join the conversation.

More
14 years 8 months ago #105721 by Matias
Replied by Matias on topic Re: Attachments don't show
filetypes doc.docx.txt, rtf, pdf, zip, tar.gz, tgz, tar.bz2
imagetypes jpg, jpeg, gif, png

You said that you fixed doc.docx.txt?

What happens when you attach an attachment? Do you see any errors after posting the message?

Please Log in or Create an account to join the conversation.

More
14 years 8 months ago - 14 years 8 months ago #105939 by Satchi
Replied by Satchi on topic Re: Attachments don't show
No, no error messages. I finally realized it isn't Kunena at all.

If anyone has this problem check the wheel. (userid UID and group ID GID) settings. If those aren't correct on the base system (which can happen pretty easily if you are a subdomain)& nothing works without being at 777.

I set the upload dir to 777 and it worked, so I knew it was my own permissions.

FYI: For anyone else who has this issue. the command to change these settings recursively is...

chown -R UID:GID <files> or <*> (username and group name do the trick)

thanks for the reply,

Satchi
Last edit: 14 years 8 months ago by Satchi.

Please Log in or Create an account to join the conversation.

More
14 years 8 months ago - 14 years 8 months ago #105943 by Matias
Replied by Matias on topic Re: Attachments don't show
Actually CHMOD to 0777 that's something you should never do (raises some security concerns)..

It's better to sudo into root and then change the ownership to you and group to apache (group name varies from system to system). Then you should allow write access to both user and group, but deny it from others. That's what you did above in your message.
Last edit: 14 years 8 months ago by Matias.

Please Log in or Create an account to join the conversation.

Time to create page: 0.273 seconds