Edmundas Jankauskas

Results 17 comments of Edmundas Jankauskas

Regarding QUIC. Yes, Nginx supports it fully since version 1.25. But I believe one has to build Nginx package with ngx_http_v3_module to be able to enable it. About the module:...

In theory it should speed up tile serving, reduce latency.

I can add that we have noticed same issue. Though our debug logs also show Fatal errors happening during that time, so there is something not ok. ``` [16-Sep-2024 13:03:18...

I think this might have been an issue with Stripe webhooks not being updated correctly. Did the update procedure in Memberships -> Settings, will see if error disappears. Events `checkout.session.async_payment_succeeded`...

No, the issue is not gone with the webhooks update. Stripe shows that `checkout.session.completed` got the response of `500 Internal error` from Wordpress. So this is related to the error...

Any updates? Seems to me that changing 156 line to not throw error leads to users not being assigned custom fields.

Ok. I think I managed to pinpoint the cause of the error to the database table `pmpro_membership_ordermeta` having bad collation set to `latin1_swedish_ci` which resulted in UTF-8 characters not saving...