0xh3xa opened this issue 3 years ago · 1 comments
I got this response from the results page
500: {"success":false,"type":"Exception","mes sage":"Persistence Configuration for persistence keyValueResult not found","data":{"ExceptionType":"common_E xception"}}
How can I solve this issue, Thanks
I was able to solve this issue by updating the config/generis/persistences.conf.php file
config/generis/persistences.conf.php
and add
"keyValueResult" => array( "driver" => "phpredis", "host" => "localhost", "port" => 6379 )
I have a Redis instance running