Advertisement
Getting JFolder Create error when installing module
Moderator: General Support Moderators
Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.
-
- Joomla! Apprentice
- Posts: 10
- Joined: Fri Feb 08, 2008 8:01 pm
Getting JFolder Create error when installing module
I'm trying to install the Google Analytics module and getting the error:
JFolder::create: Could not create directory
Warning! - Failed to move file
I have the exact same site on another server and installed it successfully so there must be some setting on this server that is messing up my module install. I have checked that safe mode is off but besides that, don't know what to do.
JFolder::create: Could not create directory
Warning! - Failed to move file
I have the exact same site on another server and installed it successfully so there must be some setting on this server that is messing up my module install. I have checked that safe mode is off but besides that, don't know what to do.
Advertisement
-
- Joomla! Apprentice
- Posts: 10
- Joined: Fri Feb 08, 2008 8:01 pm
Re: Getting JFolder Create error when installing module
Forgot to mention that I have the folder permissions set at 777 for the components and modules folders.
-
- Joomla! Intern
- Posts: 55
- Joined: Wed Aug 31, 2005 8:37 pm
Re: Getting JFolder Create error when installing module
Any luck on this?
I get the same thing with a Fireboard install on a fresh J1.5 install on the server.
I get the same thing with a Fireboard install on a fresh J1.5 install on the server.
-
- Joomla! Intern
- Posts: 55
- Joined: Wed Aug 31, 2005 8:37 pm
Re: Getting JFolder Create error when installing module
Correction... I get it when trying to install anything.
/sigh/
/sigh/
- pvh123
- Joomla! Ace
- Posts: 1159
- Joined: Wed Oct 05, 2005 7:25 am
- Location: Emmen
Re: Getting JFolder Create error when installing module
Can you check (from the xml file) if a specific directory must be placed for Analytics to put its files in?blueicreate wrote: JFolder::create: Could not create directory
Warning! - Failed to move file
Note: Sending me private messages for personal support, without this been requested, would lead to ignoring any of your posts in future!
-
- Joomla! Apprentice
- Posts: 20
- Joined: Wed Nov 28, 2007 10:58 am
Re: Getting JFolder Create error when installing module
have the same problem. i can't install anything. is there a sure way of fixing this already?
- pvh123
- Joomla! Ace
- Posts: 1159
- Joined: Wed Oct 05, 2005 7:25 am
- Location: Emmen
Re: Getting JFolder Create error when installing module
I have just succesfully loaded the Google Analytics module. This on Joomla 1.5.3.
So, try this again after upgrading Joomla to at least 1.5.3 and download the J! 1.5 version of the module from the extension directory: htp://extensions.joomla.org
So, try this again after upgrading Joomla to at least 1.5.3 and download the J! 1.5 version of the module from the extension directory: htp://extensions.joomla.org
Note: Sending me private messages for personal support, without this been requested, would lead to ignoring any of your posts in future!
- Smartie
- Joomla! Enthusiast
- Posts: 115
- Joined: Tue May 16, 2006 5:55 pm
- Location: Nederland
Re: Getting JFolder Create error when installing module
I have the shame problem..
Installed Joomla 1.5.3 so how do we fix this?
I can't install anything.
First had the error message I couldn't move anything or something like that.
When I changed permissions of all needed maps to 777 I got the same error message as named in the first of this topic.
Thanks in advance.
Installed Joomla 1.5.3 so how do we fix this?
I can't install anything.
First had the error message I couldn't move anything or something like that.
When I changed permissions of all needed maps to 777 I got the same error message as named in the first of this topic.
Thanks in advance.
-
- Joomla! Apprentice
- Posts: 20
- Joined: Wed Nov 28, 2007 10:58 am
Re: Getting JFolder Create error when installing module
Found the problem in my site.
My host moved the files and it caused the problems
Followed this tip and my problem is solved:
Changes in configuration.php
var $log_path = '/usr/home/web/web***/joomla/logs'; //*= my username on ISP
var $tmp_path = '/usr/home/web/web***/joomla/tmp'; //*= my username on ISP
to:
var $log_path = './logs';
var $tmp_path = './tmp';
My host moved the files and it caused the problems
Followed this tip and my problem is solved:
Changes in configuration.php
var $log_path = '/usr/home/web/web***/joomla/logs'; //*= my username on ISP
var $tmp_path = '/usr/home/web/web***/joomla/tmp'; //*= my username on ISP
to:
var $log_path = './logs';
var $tmp_path = './tmp';
- pvh123
- Joomla! Ace
- Posts: 1159
- Joined: Wed Oct 05, 2005 7:25 am
- Location: Emmen
Re: Getting JFolder Create error when installing module
Well done.
Good Luck
Good Luck
Note: Sending me private messages for personal support, without this been requested, would lead to ignoring any of your posts in future!
-
- Joomla! Apprentice
- Posts: 12
- Joined: Fri Dec 28, 2007 7:11 pm
Re: Getting JFolder Create error when installing module
I moved my website to a new hosting company. Everything went fine except when I tried to install a new component/module/plugin I got the same error. I went through the steps mentioned above (see configuration.php) and everything worked perfectly. Thank you kmsrentals for your great help.
-
- Joomla! Apprentice
- Posts: 8
- Joined: Sun Feb 19, 2006 3:41 pm
Re: Getting JFolder Create error when installing module
I have tried this too, but it had no effect... I am trying to install Signallogin on a Joomla 1.5 running in Legacy mode... again, I have successfully installed it locally, but get the same error message when I attempt to install it on the server.
Thanks
Thanks
-
- Joomla! Apprentice
- Posts: 7
- Joined: Fri May 09, 2008 6:42 pm
- Location: Boston, MA, USA
Re: Getting JFolder Create error when installing module
kmsrentals, thanks for pointing that out, it did the trick for me! I can't believe I over looked that in the config file. I must have stared at it at least 100 times...
-
- Joomla! Apprentice
- Posts: 7
- Joined: Mon Oct 23, 2006 7:10 pm
Re: Getting JFolder Create error when installing module
I agree! thanks for the help... The remedy was perfect!
-
- Joomla! Fledgling
- Posts: 3
- Joined: Sun Nov 02, 2008 6:02 am
Re: Getting JFolder Create error when installing module
I gfet the same error with joomla 1.5.7 can anybody help me to sole this problem
- psantamaria
- Joomla! Enthusiast
- Posts: 208
- Joined: Tue Aug 26, 2008 8:14 pm
- Location: Brisbane, Australia
- Contact:
Re: Getting JFolder Create error when installing module
I have the same problem with my 1.5.7, before I made the changes at configuration.php the warning was:
And after the changes, the warning is:
Please, someone must have a solution for joomla 1.5.7
Code: Select all
Warning! Failed to move file.
Code: Select all
JFolder::create: Path not in open_basedir paths
Warning! Failed to move file.
- psantamaria
- Joomla! Enthusiast
- Posts: 208
- Joined: Tue Aug 26, 2008 8:14 pm
- Location: Brisbane, Australia
- Contact:
Re: Getting JFolder Create error when installing module
I solved my problem.
At 1.5.7 installs is not needed to change anything at configuration.php
I just turned all my folders' CHMOD into 777, and it worked.
Hope it works for others.
Pablo.
At 1.5.7 installs is not needed to change anything at configuration.php
I just turned all my folders' CHMOD into 777, and it worked.
Hope it works for others.
Pablo.
-
- Joomla! Apprentice
- Posts: 5
- Joined: Tue Jul 29, 2008 7:55 pm
Re: Getting JFolder Create error when installing module
kmsrentals !kmsrentals wrote:Found the problem in my site.
...
Changes in configuration.php
var $log_path = '/usr/home/web/web***/joomla/logs'; //*= my username on ISP
var $tmp_path = '/usr/home/web/web***/joomla/tmp'; //*= my username on ISP
to:
var $log_path = './logs';
var $tmp_path = './tmp';
thank you ! thank you ! thank you ! thank you !
really, it saves me hours !!!
I began to have the problem after moving my site to a temporal folder...
-
- Joomla! Apprentice
- Posts: 10
- Joined: Wed Apr 16, 2008 12:37 pm
Re: Getting JFolder Create error when installing module
Thank you...worked perfectly!!!
-
- Joomla! Fledgling
- Posts: 1
- Joined: Sat Jan 31, 2009 2:01 am
Re: Getting JFolder Create error when installing module
Thank you!
Was stuck on it but now It's working!
Was stuck on it but now It's working!
- Rowby
- Joomla! Enthusiast
- Posts: 193
- Joined: Sun Dec 11, 2005 9:13 pm
- Location: California
- Contact:
Re: Getting JFolder Create error when installing module
ANother place to check, especially when moving your site from one host to another, is your Joomla Administrator Control Global Configuration section.
In the System tab, in "Path to Log folder" make sure you you have the correct path to your site.
In the Server tab, in "Path to Temp-folder" make sure you you have the correct path to your site.
I found that just correcting your configuration.php file did not update the Global COnfiguration Section.
Rowby
http://www.rowby.com
In the System tab, in "Path to Log folder" make sure you you have the correct path to your site.
In the Server tab, in "Path to Temp-folder" make sure you you have the correct path to your site.
I found that just correcting your configuration.php file did not update the Global COnfiguration Section.
Rowby
http://www.rowby.com
-
- Joomla! Apprentice
- Posts: 8
- Joined: Thu Dec 18, 2008 3:29 pm
Re: Getting JFolder Create error when installing module
Thanks KMSRENTALS, this solution worked for mekmsrentals wrote:Found the problem in my site.
My host moved the files and it caused the problems
Followed this tip and my problem is solved:
Changes in configuration.php
var $log_path = '/usr/home/web/web***/joomla/logs'; //*= my username on ISP
var $tmp_path = '/usr/home/web/web***/joomla/tmp'; //*= my username on ISP
to:
var $log_path = './logs';
var $tmp_path = './tmp';
-
- Joomla! Fledgling
- Posts: 1
- Joined: Fri May 15, 2009 6:34 pm
Re: Getting JFolder Create error when installing module
THANK YOU! I was having a similar error for a different module. The solution posted by kmsrentals worked perfectly!
-
- Joomla! Apprentice
- Posts: 35
- Joined: Fri Jul 06, 2007 10:23 pm
Re: Getting JFolder Create error when installing module
Thanks a bunch! That worked perfectly messing with the config file.
Have you tried hitting the side of it yet?
-
- Joomla! Enthusiast
- Posts: 136
- Joined: Sun Sep 11, 2005 7:46 pm
- Location: san francisco, ca usa
Re: Getting JFolder Create error when installing module
Just wanted to add a twist to this. I was getting the error because I changed my cpanel account ID for the website in question.
This changed all my /home/userID/ paths
Configuration.php had all the log and tmp folders at /home/oldUserID/.... and was choking since they no longer existed.
So sometimes we are foiled by our own stupidity!
This changed all my /home/userID/ paths
Configuration.php had all the log and tmp folders at /home/oldUserID/.... and was choking since they no longer existed.
So sometimes we are foiled by our own stupidity!
-
- Joomla! Apprentice
- Posts: 13
- Joined: Tue Jan 26, 2010 9:42 am
Re: Getting JFolder Create error when installing module
Brilliant thanks!!
-
- Joomla! Fledgling
- Posts: 2
- Joined: Tue Feb 16, 2010 5:28 pm
- Location: Washington, DC
- Contact:
Re: Getting JFolder Create error when installing module
kmsrentals wrote:Found the problem in my site.
My host moved the files and it caused the problems
Followed this tip and my problem is solved:
Changes in configuration.php
var $log_path = '/usr/home/web/web***/joomla/logs'; //*= my username on ISP
var $tmp_path = '/usr/home/web/web***/joomla/tmp'; //*= my username on ISP
to:
var $log_path = './logs';
var $tmp_path = './tmp';
Setting the log_path and tmp_path fixed it for me.
-
- Joomla! Fledgling
- Posts: 1
- Joined: Thu Mar 25, 2010 11:52 pm
Re: Getting JFolder Create error when installing module
once I figured out the changes needed to me made in joomla (thks Rowboy) and not cPanel it worked perfectly. I am such a newb!! I have so much to learn
seriously thank you so much
seriously thank you so much
-
- Joomla! Apprentice
- Posts: 8
- Joined: Fri Oct 26, 2007 9:41 pm
- Contact:
Re: Getting JFolder Create error when installing module
Thanks so much! This worked perfectly!
-
- Joomla! Apprentice
- Posts: 40
- Joined: Wed Apr 28, 2010 8:42 pm
- Location: New Zealand
- Contact:
Re: Getting JFolder Create error when installing module
Your a legend! Thanks very much!kmsrentals wrote:Found the problem in my site.
My host moved the files and it caused the problems
Followed this tip and my problem is solved:
Changes in configuration.php
var $log_path = '/usr/home/web/web***/joomla/logs'; //*= my username on ISP
var $tmp_path = '/usr/home/web/web***/joomla/tmp'; //*= my username on ISP
to:
var $log_path = './logs';
var $tmp_path = './tmp';
Advertisement