Josh Crawford

Results 1548 comments of Josh Crawford

I thought this was _supposed_ to be handled by [ImageHelper::canManipulateAsImage](https://github.com/verbb/image-resizer/blob/bc755cecaa747f07261f382246f651d71f3a4171/src/services/Resize.php#L43C27-L43C47), but looks like it isn't. On the one-hand, I'd want animated GIFs to be left alone, while static GIFs should...

So looks like [Craft](https://github.com/craftcms/cms/blob/8c354fc15b0fba8a8b9363f0f98883a76e57795f/src/image/Raster.php#L439-L454) actually tries to resize an animated GIF frame-by-frame. I think what we're seeing here is a memory timeout. I'll look at adding options to disable processing...

This error should only appear if you have some Super Table data in your database or in your project config files. It will never appear for a new, fresh install....

Sounds like something is an issue with your project config for that project, and something wasn't applied properly. I might suggest to "start again" by downloading your production database locally,...

Right, so again as per my [original](https://github.com/verbb/super-table/issues/557#issuecomment-2122464377) post something hasn't been updated correctly on your production site. I note you said you managed to get things upgraded correctly, but this...

Okay, so the database is reporting the correct version, which is a good start. When you grabbed that database, rebuilt the project config locally, what's the version for that? You...

Are you missing a `./craft project-config/apply` step in there?

This would be true of any nested field, like Neo, Hyper or Vizy. We don't dive into each "block" of these sorts of fields, and just go with the top-level...

Yeah, something is clearly hammering your site with POST requests to Formie, and while error-handling is catching most of these (we're pretty strict about what a submission accepts, and its...

I'll do a bit of quick research (and hassle the Craft crew) if their better brains have any ideas! Might be worth pinging some people on Discord if thay've done...