If you are getting this error at Joomla 1.5.x Admin Extension Manager (Extensions > Install/Uninstall > Browse… > Upload File & Install) :
JFolder::create: Could not create directory
Warning! – Failed to move file
Unable to find install package
It is indicated that some invalid paths setting found in the Joomla configuration file. You should try open up “configuration.php” and reset the paths for:
1) $log_path
2) $tmp_path
Also check at Admin panel > Help > System Info > Directory Permission > make sure all listed given as Writable














Entries (RSS)
thanks
So where do I find the list of directory for write permissions. I am getting the same error but no resolution.
Muchas gracias, me sirvio mucho, saludos.
Hey, how about Windows Server 2008 with IIS7 server? Seems not working for my case …
2 Mick Genie: You have to type FULL path for :
$log_path=D:\xxxx\yyy\logs instead of $log_path=/logs
and
$tmp_path=D:\xxxx\yyy\tmp instead of $tmp_path=/tmp
try, it works for Godaddy
yes, u’re rite. The sample posted is for the site hosting in Linux server, however the server paths will be different when in windows platform.
What a wonderful solution, I appreciate it very much.
What i did i just added d: drive in configuration.php
var $log_path = ‘D:\\xampp\\htdocs\\components\\com_jce’;
var $tmp_path = ‘D:\\xampp\\htdocs\\components\\com_jce’;
AND IT WORKED LIKE A CHARM!!!!
BY THE WAY my site is on godaddy,com
and is only one slash
it is not work!!
Sorry i was wrong it is work very well
my path of folder was wrong now i correct this . it is wroking
I’m using Xampp local host on Mac. I have the same problem when I try to instal template. How do I reset var $log_path and var $tmp_path. Please advice.
I know all things but was unable to trace but
This help a lot
[quote]Also check at Admin panel > Help > System Info > Directory Permission > make sure all listed given as Writable[/quote]