
Currently I would like to install a new component into Joomla! but it show me some error. It indicates that my server did not allow
session save path to be written. I googling to solve this matter, then I found something. If you have the difficulty on session.save_path in PHP site, go to
.htaccess files, and edit into last line to be something like this:
php_value session.save_path "/home/your_acct/your_www/tmp"
Please create a folder call "
tmp" and
set the permission to 777. For Joomla or other PHP developer, you'll be facing difficulties if you manage to have website in the hosting on 3rd party, where you don't have full control over the server. I hope this simple articel will help developer out there. Caring to sharing. ;)