How Can We Help?
When trying to install a new Component, Module, Template or Plugin using Joomla! 1.5 I receive the following error
JFolder::create: Could not create directory
Warning! Failed to move file.
Question: How do I solve this?
Answer:
To solve this issue access the configuration.php file in the root folder where your Joomla! files are located.
Open the configuration.php file and look for the following lines
var $log_path = ‘/usr/home/web/joomla/logs’;
var $tmp_path = ‘/usr/home/web/joomla/tmp’;
Make sure the paths to the logs and tmp folder is correct.
Change it to something like below and the error message should disappear
var $log_path = ‘./logs’;
var $tmp_path = ‘./tmp’;
i want to thank you for this solution , it\’s simple and fast ,
you are great .
/home/website/public_html
Error
* JFolder::folder: Path is not a folder
Warning: Invalid argument supplied for foreach() in /public_html/home/administrator/components/com_media/models/manager.php on line 74
Error
* JFolder::files: Path is not a folder
* JFolder::folder: Path is not a folder
I read somewhere, i need to create a folder, but don\’t know which directory it needs to be in?
Please help, i\’m stuck on this and can\’t continue!
…
Error
* JFolder::folder: Path is not a folder
Warning: Invalid argument supplied for foreach() in /public_html/home/administrator/components/com_media/models/manager.php on line 74
Error
* JFolder::files: Path is not a folder
* JFolder::folder: Path is not a folder
I read somewhere, i need to create a folder, but don\’t know which directory it needs to be in?
Please help, i\’m stuck on this and can\’t continue!
…
Check if a images folder is present in your Joomla! root directory and make sure that it is writable.
Thank you so much !!!!!!!!!!!!!!
AWESOME SOLUTION
Thanks a lot for posting this up.
Thanx
mark
var $log_path = \’./logs\’;
var $tmp_path = \’./tmp\’;
and i still get the error =JFolder::create: Could not create directory
Component Install: Failed to create directory.: \”/usr/local/www/domainname/url/htdocs/components/com_jce\”
Install Component Error.
help me.:(
its a very silly mistake we do
Thanks a lot, brother…
Thank you.
At last find the wright solution here
Thanks a Lot. I Works. Very Very Useful
Warning! Failed to move file.
I have made sure the file permissions are 777 and the log and temp paths are still correct but still i cannot install a new component.
Error
* JFolder::folder: Path is not a folder
Warning: Invalid argument supplied for foreach() in /public_html/home/administrator/components/com_media/models/manager.php on line 74
Error
* JFolder::files: Path is not a folder
* JFolder::folder: Path is not a folder
I read somewhere, i need to create a folder, but don\’t know which directory it needs to be in?
Please help, i\’m stuck on this and can\’t continue!
…
Check if a images folder is present in your Joomla! root directory and make sure that it is writable.
I have changed the permissions writable, but not work…., any way out?