Kunena 7.0.5 & Kunena 6.4.11 – Security Updates Released

The Kunena team has announce the arrival of Kunena 7.0.5 [K 7.0.5] 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.

The Kunena team is also pleased to announce the eleventh version of Kunena 6.4, a native Joomla extension for Joomla! 5.0, 5.1, 5.2, 5.3, 5.4 and 6.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 Avatars do not upload

More
15 years 5 months ago #78632 by joecort64
Every time a user tries to upload an avatar an error message comes up saying that the forum was unable to move the file to the .../kunena/avatars/users directory

I have all the folder permissions set to 755 but it still does not work. Any ideas?

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

More
15 years 5 months ago #78688 by 810
Replied by 810 on topic Re: Avatars do not upload
check also the tmp dir.
and make sure that other files/dir permissions are right.
regards 810

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

More
15 years 5 months ago #78694 by joecort64
Replied by joecort64 on topic Re: Avatars do not upload
I have checked my tmp dir and all permissions appear to be correct. the error message I get when trying to upload an avatar is:

Could not move file into .../public_html/media/kunena/avatars/users/avatar64.JPG

My host server uses suPHP and suhosin PHP security modules. Could this be causing the problem? Is there anything I need to change in my Joomla installation when the server has these modules installed?

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

More
15 years 5 months ago #78713 by joecort64
Replied by joecort64 on topic Re: Avatars do not upload
I found the problem! All I had to do was change a couple of ftp related items in my configuration.php file. The site was originally setup locally on a test server before being transferred to an Alpine hosting server. Changes were as folows:

var $ftp_host = 'ftp.mysite'; I originally had '127.0.0.1'
var $ftp_port = '21';
var $ftp_user = 'ftpusername';
var $ftp_pass = 'ftppassword';
var $ftp_root = '/public_html'; I originally had 'public_ftp'

Two simple config changes and everything is working as advertised :P

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

Time to create page: 0.228 seconds