Joomla Security Checklist
Please check the PHP Security Checklist first.
Set RG_EMULATION Off in globals.php
define( 'RG_EMULATION', 0 );
Problems Fix
Session save path Unwritible when installation
Fix it:
1. Add the Session save path to open_basedir
2. Set safe_mode Off