Link to home
Start Free TrialLog in
Avatar of caliea
caliea

asked on

JOOMLA : JFolder::create: Could not create directory JInstaller::install: Failed to create directory while loading a template

Joomla Version: Joomla! 1.5.22 Stable
Operating System: Linux CENTOS 5.x
PHP:   5.1.6
MySQL Database:   5.0.77
Web Server: Apache/2.2.3

I was able to successfully install Joomla and and am able to view both the web site and admin interface using the default templates that come with Joomla.

While loading a new template, I get the following error message:
JFolder::create: Could not create directory  JInstaller::install: Failed to create directory while loading a template

Action Items done at my end so far:
- Searched and reviewed the various postings on this topic
- Set the appropriate directory permissions
- Specified open_basedir=/var/www/html   in php.ini and restarted apache

Still getting these error messages.
Please advise.
Thanks
Avatar of Amanda Watson
Amanda Watson
Flag of Australia image

Hi There,
It could be that you have the tmp folder not set properly
Changed the temporary path to /tmp under global config
A
Avatar of caliea
caliea

ASKER

Hi,
  The path to temp folder in global config is currently set as follows:
    /var/www/html/flame/tmp

Please let me know if this needs to be changed.
is you joomla site in the flame directory?

Is the tmp folder set to chmod 777
Avatar of caliea

ASKER


Yes, the joomla site is in the flame directory.
One can access it at http://216.179.19.253/flame
The tmp folder (/var/www/html/flame/tmp) is set to chmod 777
Can you try enabling the FTP layer and then attempting again.

Your host may have restrictions on  uploading zip files so you may need to do a manual install
Avatar of caliea

ASKER


On the Joomla linux server, I started the ftp server.
To confirm access via ftp, from a client machine, I was successfully able to log in using FileZilla.

On the Joomla Linux server, in Admin - Global Config - FTP Settings, I made the following entries:
Enable ftp: Yes
FTP host: localhost
FTP port: 21
username/pw

When I apply the setting, I get the following messages:
FTP::connect: Could not connect to host "localhost" on port 21
Could not make configuration.php writable
(I tried 127.0.0.1 and 216.179.19.253 as well instead of localhost)

If I set Enable-ftp to No, then I do not get the above messages and the config is saved

You need to make your configuration.php file editable, so change its file permissions to 777, then try again
Avatar of caliea

ASKER

chmod 777 had already been done on configuration.php.
Confirmed that it is editable by changing path to temp folder (did this for testing, then reverted back to the desired value) and the updated value is stored in configuration. php.

Also, tried the following :
- Unzipped the new template on local system
- ftped the unzipped files to joomla server folder /var/www/html/flame/tmp
- In joomla admin interface, went to Extensions-Install/Uninstall - Install directory: /var/www/html/flame/tmp
  Clicked on install .Get the following message:
   An error has occurred - unable to create target folder
    I do see the folder com_rocketthemecrystallinetemplateforjoomlabundle folder created in
     /var/www/html/flame/components and in /var/www/html/flame/administrator/components

   The owner of the com_rocketthemecrystallinetemplateforjoomlabundle folder is apache.
    I am using the root as the user and all other folders belong to root.
   
   

   
ASKER CERTIFIED SOLUTION
Avatar of Amanda Watson
Amanda Watson
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of caliea

ASKER


Your suggestion in the box above has worked. Changing the owner of the folders to the user of the apache server has resolved the problem that I was having.

  Thankyou for providing the solution.