Skip to main content
  1. Posts/

PHPLive Has No session.save_path

··26 words·1 min·

Add this to the virtual host configuration if PHPLive says it has no session.save_path:

php_admin_flag safe_mode off
php_admin_flag register_globals off

PHPLive cannot operate with safe_mode enabled.