- Posts: 20
- 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
This is for users to help other users, to discuss topics that are related to forum administration in general or problems in running Joomla. This is not the place to ask for Joomla support. If you want assistance with Joomla please ask at
forum.joomla.org
Question [K1.7] [J1.5.23] Avatar & Attachment upload failed
14 years 6 months ago #110363
by mik0392
Replied by mik0392 on topic Re: [K1.7] [J1.5.23] Avatar & Attachment upload failed
Hi Sozzled.
I can ensure you that all files and folders, especially tmp and media/kunena have the 755 permissions.
I am still unable to upload any files with these permissions.
I can ensure you that all files and folders, especially tmp and media/kunena have the 755 permissions.
I am still unable to upload any files with these permissions.
Please Log in or Create an account to join the conversation.
14 years 6 months ago #110514
by mik0392
Replied by mik0392 on topic Re: [K1.7] [J1.5.23] Avatar & Attachment upload failed
Please Log in or Create an account to join the conversation.
14 years 6 months ago - 14 years 6 months ago #110516
by sozzled
Blue Eagle vs. Crypsis reference guide
Read my blog and
Replied by sozzled on topic Re: [K1.7] [J1.5.23] Avatar & Attachment upload failed
Thanks for that information. A
quick search
of Google helps to understand the cause and possible ways to overcome the "open_basedir restriction in effect. File... is not within the allowed path(s)" warning message.
You've probably set the open_basedir directive somewhere. That restricts PHP access to certain directories. Check php.ini and your Apache config files (http.conf, .htaccess, etc). One possibility might be to replace any custom .htaccess file that you might have created with the standard Joomla version (see Search Engine Optimisation (SEO) for tips on how to do that.
You've probably set the open_basedir directive somewhere. That restricts PHP access to certain directories. Check php.ini and your Apache config files (http.conf, .htaccess, etc). One possibility might be to replace any custom .htaccess file that you might have created with the standard Joomla version (see Search Engine Optimisation (SEO) for tips on how to do that.
Blue Eagle vs. Crypsis reference guide
Read my blog and
Last edit: 14 years 6 months ago by sozzled.
Please Log in or Create an account to join the conversation.
14 years 6 months ago #110518
by mik0392
Replied by mik0392 on topic Re: [K1.7] [J1.5.23] Avatar & Attachment upload failed
Hi Sozzled.
Thanks for that.
I found this in my php.ini
So I removed it and can now upload files and avatars without any issues.
Thanks.
Thanks for that.
I found this in my php.ini
open_basedir=/home/xxxxxxx/public_html
So I removed it and can now upload files and avatars without any issues.
Thanks.
Please Log in or Create an account to join the conversation.
14 years 6 months ago #110520
by sozzled
Blue Eagle vs. Crypsis reference guide
Read my blog and
Replied by sozzled on topic Re: "open_basedir restriction in effect" prevents uploading avatar images
Thanks for letting us know how you fixed this issue. In most case, the inability to upload avatar images is not a Kunena problem (or something wrong with the design of Kunena) and, in most of those cases, the issue does involves something with the site configuration. I'm glad we were able to point you in the right direction.
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
14 years 6 months ago #110521
by C0n
Replied by C0n on topic Re: "open_basedir restriction in effect" prevents uploading avatar images
I take it nobody took the time to read the joomla docs you have your site location defined using base dir but you have not set a tmp (temp) directory to use for uploads of files before there moved to the correct location.
docs.joomla.org/Security_Checklist_2_-_Hosting_and_Server_Setup
open_basedir = /home/users/you/public_html:/tmp
notice the :/tmp is your temp directory.
docs.joomla.org/Security_Checklist_2_-_Hosting_and_Server_Setup
open_basedir = /home/users/you/public_html:/tmp
notice the :/tmp is your temp directory.
Please Log in or Create an account to join the conversation.
Time to create page: 0.255 seconds