php - RedisException when installing SilverStripe -


i've installed silverstripe using composer when try , access site get:

fatal error: uncaught exception 'redisexception' message 'connection closed' in /var/www/silverstripe_test/framework/dev/install/install.php5 on line 31 redisexception: connection closed in /var/www/silverstripe_test/framework/dev/install/install.php5 on line 31

the error seems occur when session_start() called i'm not sure why?

it sounds instance of php set use redis sessions. have in php.ini and, if present, change "session.save_handler = redis" "session.save_handler = files". if you're using apache can add "php_value session.save_handler redis" .htaccess.


Comments

Popular posts from this blog

c - Bitwise operation with (signed) enum value -

xslt - Unnest parent nodes by child node -

YouTubePlayerFragment cannot be cast to android.support.v4.app.Fragment -