Jonathan Bird

Results 47 comments of Jonathan Bird

+1 Having the same issue on one of our sites.

@eahefnawy I can confirm I haven't deleted any of the resources associated with it, the only thing I've changed is S3 bucket permissions to configure CloudFront. I've tested this many...

@tpetry `statements` is undefined for me. Probably unhelpful, but I run the latest version of everything (PHP, Laravel, Chrome etc)

Yeah there's lots of queries being run, they're not showing up in the Queries tab and this is the console error. Let me know if there's anything specific you'd like...

@barryvdh I checked `this.identifyDuplicates(data.statements);` and data returned empty array, thus causing `data.statements` to be undefined when passed to the method. This was checked within: ``` this.bindAttr('data', function (data) { this.identifyDuplicates(data.statements);...

Doesn't seem to be an error on all pages though, just some. I double checked that there are queries being run on that page that has the error occurring too.

@tpetry Confirmed working in v3.13.5 but not working in v3.14.0. Have reverted by config to the default just in case there was a discrepancy too but no luck there.

Just MySQL for me. On Thu, 17 Oct 2024 at 1:17 am, Barry vd. Heuvel ***@***.***> wrote: > Any others also using a custom driver? Or just mysql? > >...

@barryvdh Looks to have fixed it for me, thanks!