Marc Sallaberremborde

Results 2 comments of Marc Sallaberremborde

@alterphp I'm not sure a test would apply on my case : I have the following configuration: ```yml entities: User: class: App\Entity\User show: fields: - email - { property: 'cars',...

@VENTOURA Late answer, but I just stumble on it myself, and found the solution here : https://stackoverflow.com/questions/22927424/php-memcached-php-msgpack-serialize-in-unknown-on-line-0 => Just add the msgpack extension, and everything should be fine.