Thomas Landauer

Results 162 comments of Thomas Landauer

Is this true for *all* parts of the config? Cause at https://symfony.com/doc/current/security/passwords.html#configuring-a-password-hasher (green box) it's recommended to reconfigure the password hasher in `config/packages/test/security.php`, and I did this in `config/packages/security.php` like...

No luck, this leads to: > Entity of type App\Entity\PaymentToken is missing an assigned ID for field 'id'. The identifier generation strategy for this entity requires the ID field to...

Adding this didn't change anything :-( Again: Where are the column definitions for this entity? Which columns is it supposed to have?

No. This library never worked for me.

I integrated each payment provider "directly" (i.e. using their own library/SDK/WhateverTheyCallIt).

@kimdre Sorry, I edited the question a lot after your comment. But in any case: I just tried `jsconencode`, and it doesn't make a difference.

Thanks, here's what I came up with after some trial and error: https://github.com/timohirt/terraform-provider-hetznerdns/pull/56 `jsonencode` takes care of escaping the quotes, and the last `""` is to get the blank character...

Oh, I've overlooked that. However, it's overescaping (`\"\"`), so `jsonencode` would probably be required as well. Anyway, I've already spent too much time for this - if anybody finds a...

Indeed, this works for me too. I added it as alternative way - since it isn't really simpler than the other way ;-)