The directory in which Joomla is installed is not writable for the apache user. This is THE problem !
- Have a working installation of Joomla and install all plugins/modules/components you want to use.
- Activate in Global Configuration Use Apache mod_rewrite and rename htaccess.txt to .htaccess.
- Install Joomlapack (free edition is enought) available here. Configure it (Output directory in common settings/Basic, Profile settings/Advanced Archiver engine : JPA JoomlaPack Archive).
- Make a full backup. Extract all files from the archive with eXtract, an application of JoomlaPack Native Tools.
- Uploads all files to /home/groups/y/yo/yourproject/htdocs.
- Create the 3 following directories backup, logs, tmp in /home/groups/y/yo/yourproject/persistent and change their rights to 777.
- Start the restore procedure (Go to yourproject.sourceforge.net). Modify your file configuration.php with elements given at the end of the procedure.
- In configuration.php change path of log_path to /home/groups/y/yo/yourproject/persistent/log and tmp_path to /home/groups/y/yo/yourproject/persistent/tmp
- Edit your .htaccess file : .htaccess
- # Add the following line at the beginning of the file
- php_value session.save_path /home/groups/y/yo/yourproject/persistent/tmp
- # Modify the following line
- Options FollowSymLinks
- # Uncomment
- RewriteBase /
- Change the output directory of JoomlaPack to /home/groups/y/yo/yourproject/persistent/backup





