SocialEngine: Incorrect Configuration
Many SocialEngine users have this issue during upgrade or in package manager.
Your session configuration is incorrect and could not be automatically corrected. Please set session.save_handler=files and session.save_path=/tmp (or your temporary directory on non-Linux OSes.
For “cache_dir is not writable”, set full permissions on temporary/cache
open this file
install/Bootstrap.php
find this around line 189
in_array(strtolower(ini_get('session.save_handler')), array('user', 'users', 'files')) ) {
replace it by
in_array(strtolower(ini_get('session.save_handler')), array('user', 'users')) ) {
I hope this Bug Fix helps!
Looking for quality SocialEngine Web Hosting? Look no further than Arvixe Web Hosting!