Joomla extension install error

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

Tags: , , , , , , , , , , , , ,
12 Responses to “JFolder::create: Could not create directory”
  1. kavallo says:

    thanks

  2. So where do I find the list of directory for write permissions. I am getting the same error but no resolution.

  3. Ramiro Moctezuma says:

    Muchas gracias, me sirvio mucho, saludos.

  4. Mick Genie says:

    Hey, how about Windows Server 2008 with IIS7 server? Seems not working for my case … :-P

  5. Lexus99 says:

    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

  6. K5.L1M says:

    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.

  7. 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!!!!

  8. BY THE WAY my site is on godaddy,com
    and is only one slash

  9. Dinesh says:

    it is not work!!

  10. Dinesh says:

    Sorry i was wrong it is work very well
    my path of folder was wrong now i correct this . it is wroking

  11. goldenstate says:

    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.

  12. Malik says:

    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]

  13.  
Leave a Reply