oat-sa / package-tao

Composer packages to build TAO product
GNU General Public License v2.0
128 stars 72 forks source link

Persistence Configuration for persistence keyValueResult not found #90

Closed 0xh3xa closed 2 years ago

0xh3xa commented 2 years ago

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

0xh3xa commented 2 years ago

I was able to solve this issue by updating the config/generis/persistences.conf.php file

and add

        "keyValueResult" => array(
          "driver" => "phpredis",
          "host" => "localhost",
          "port" => 6379
        )

Screenshot_2022-04-19_23-41-53

I have a Redis instance running