- Posts: 15
- Thank you received: 0
Kunena 7.0.2 Released
The Kunena team has announce the arrival of Kunena 7.0.2 [K 7.0.2] in stable which is now available for download as a native Joomla extension for J! 5.3.x/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.
Sticky [Merged Topic] JFolder::create: Could not create directory
15 years 5 months ago #65586
by SEGa
Replied by SEGa on topic [Merged Topic] JFolder::create: Could not create directory
please help me! 
I found that possible problem with folders for avatars, but any idea where is it...
I found that possible problem with folders for avatars, but any idea where is it...
Please Log in or Create an account to join the conversation.
15 years 5 months ago - 15 years 5 months ago #65587
by xillibit
I don't provide support by PM, because this can be useful for someone else.
Replied by xillibit on topic [Merged Topic] JFolder::create: Could not create directory
The directory for avatar aren't created on each kunena page, check this directories and all the subdirectories :
/media/kunena
/administrator/components/com_kunena
/components/com_kunena
/media/kunena
/administrator/components/com_kunena
/components/com_kunena
I don't provide support by PM, because this can be useful for someone else.
Last edit: 15 years 5 months ago by xillibit.
The following user(s) said Thank You: SEGa
Please Log in or Create an account to join the conversation.
15 years 5 months ago #65591
by SEGa
Replied by SEGa on topic [Merged Topic] JFolder::create: Could not create directory
It work now! Thank you very much!
But here one more q... It is bad for security if I changed permissions to 777 for all this folders? And if yes how to escape this problems?
But here one more q... It is bad for security if I changed permissions to 777 for all this folders? And if yes how to escape this problems?
Please Log in or Create an account to join the conversation.
15 years 5 months ago - 15 years 5 months ago #65596
by fxstein
We love stars on the Joomla Extension Directory .
Replied by fxstein on topic [Merged Topic] JFolder::create: Could not create directory
No - never use 777 on any folder on any webserver. Its a bandaid to a different underlying problem.
You should be running 644 on most or all folders, but what you need to check is what is the userid and group of your apache server user. You then need to make sure that user is the owner of all files within the httpdocs folder of your server. Lets assume your server uses 'apache' as the user and 'apache' as the group.
JUST AN EXAMPLE:
You would run a recursive
against the content of httpdocs as well as
But you need to replace userid and group with the actual one from your server.
777 means that any and all processes on that server can write and change your website.
As an alternative you can configure Joomla to use ftp to access the underlying file system - in case you cannot change the users to the apache id and group. Please see the Joomla documentation on how to configure and turn this on.
Hope this helps!
You should be running 644 on most or all folders, but what you need to check is what is the userid and group of your apache server user. You then need to make sure that user is the owner of all files within the httpdocs folder of your server. Lets assume your server uses 'apache' as the user and 'apache' as the group.
JUST AN EXAMPLE:
You would run a recursive
Code:
chown -R apache:apache *
Code:
chmod -R 644 *
But you need to replace userid and group with the actual one from your server.
777 means that any and all processes on that server can write and change your website.
As an alternative you can configure Joomla to use ftp to access the underlying file system - in case you cannot change the users to the apache id and group. Please see the Joomla documentation on how to configure and turn this on.
Hope this helps!
We love stars on the Joomla Extension Directory .
Last edit: 15 years 5 months ago by fxstein.
Please Log in or Create an account to join the conversation.
15 years 5 months ago #65629
by SEGa
Replied by SEGa on topic [Merged Topic] JFolder::create: Could not create directory
Thank all of you for helping!
Please Log in or Create an account to join the conversation.
- jekwumoore
-
- Offline
- Junior Member
-
Less
More
- Posts: 19
- Thank you received: 0
15 years 4 months ago - 15 years 4 months ago #66116
by jekwumoore
Replied by jekwumoore on topic [Merged Topic] JFolder::create: Could not create directory
I am using joomla whenever I enter my forum I get this error message below
JFolder::create: Could not create directory
Any solution to this? the version of my forum is com_kunena_v1.6.0_b3620_2010-10-03
JFolder::create: Could not create directory
Any solution to this? the version of my forum is com_kunena_v1.6.0_b3620_2010-10-03
Last edit: 15 years 4 months ago by jekwumoore.
Please Log in or Create an account to join the conversation.
Time to create page: 0.426 seconds