Lars Heidkämper

Results 9 comments of Lars Heidkämper

In a project of mine, existing assets were always supposed to be overwritten. I solved this by creating a patch and started at this position: https://github.com/statamic/cms/blob/947bbc573407e5cdac7f59f50745c70254bd6c75/src/Assets/Asset.php#L690 The patch disables the...

Yea, makes sense. It's not really an issue but a improvement suggestion. Being able to use tools like PHPStan would definitely be very nice.

Yea that's right. We do use static caching (half) in production but certainly not in development. @jasonvarga We have to prepare a repo without client data. But we can manage...

An update from me as well: The 404 pages in Production could have something to do with #10412 for us as well. Cuz we run cache:clear and static:warm one after...

Okay, I think I found the problem for our setup. And it's quite clearly our own fault.. We use a docker setup for local development. And we often run console...

Okay, it's still valid than. Do you get the same `requiresSlugs()` errors with the newest Statamic version? Or just 404 pages?

In one project, we now have problems with 404 pages several times a week. Setup: - Statamic 5.30.0 - Multisite - Stache Watcher set to false - PHP 8.3 In...

Same here. It's especially noticeable when running the `static:warm` command in production. That produces random errors 500 with UnableToDeleteFile and UnableToSetVisibility showing up in monitoring. PHP 8.1 Statamic 4.11.0 Laravel...

I think we ran into the same problem and got a lot of "table errors has no column named url_md5" errors after updating to the latest version of this addon.