Jo Werner

Results 8 comments of Jo Werner

I think this is related to wrong double backslashes in the documentation at [Read the docs: yii2-usuario](https://yii2-usuario.readthedocs.io/en/latest/). The correct command should read: ./yii migrate --migrationNamespaces=Da\User\Migration

Same error here, saying "not a valid QR code". Android 10, Honor 8x, Google authenticator version 6.0 The QR Code contains: otpauth-migration::offline?data=... Addition: I see this error in the running...

In addition to my report above: I was able to sucessfully decode the Goggle Autheticator export QRCode screenshot using the khanamiryan/php-qrcode-detector-decoder library with this code: $qrcode = new QrReader(__DIR__.'/Screenshot_20231124_084225_65.jpg'); $hints...

I have 9 accounts in my export QrCode. Just to clarify, I was not able to parse my qr code image to text without using the hints array.

Hello, I experienced a similar behavior the last days. When I clicked the "Open" menu item in the tray app, it opened Microsoft Edge. This browsers does not load -...

Hello, I believe I got rid of the error "certificate_curves: Certificate curve is secp256r1, should be one of {'secp384r1', 'prime256v1'}." by adding a related parameter to my certbot command when...

Thank you for your responses! My ddev and docker versions should be up-to-date (1.24.6 and 28.2.2). I have tried again with 2 minimal ddev projects. Still the same effect. Opening...

Hello, Thank you. I ran the test setup again on another computer. This one does not use a company VPN. The result is the same. - Start XDebug in the...