We recently upgraded php5 on our Debian Wheezy server to a more recent version. After the upgrade Magento started crashing with these errors:
a:5:{i:0;s:126:"Connection to Redis 127.0.0.1:6379 failed after 2 failures.Last Error : (0) Failed to parse address "127.0.0.1:6379/cache-fpc"";i:1;s:3217:"#0 /path/to/magento/.modman/Cm_RedisSession/cr
edis/Client.php(448): Credis_Client->connect()
Nothing else has changed.
Currently I have php held at the older version which resolves the problem.
Is there something I need to do to make the newer php play nice (I'd like to start moving towards using stretch this year, so using later php versions is important for me).
We recently upgraded php5 on our Debian Wheezy server to a more recent version. After the upgrade Magento started crashing with these errors:
Nothing else has changed.
Currently I have php held at the older version which resolves the problem.
Is there something I need to do to make the newer php play nice (I'd like to start moving towards using stretch this year, so using later php versions is important for me).