Iosif Chatzimichail
Iosif Chatzimichail
Nope, it is fixed after reverting back to v4.31 or just reverting the changes made to `Link.php` I will investigate further during the weekend.
I managed to do some tests for this, it seems to happen only in nested `Link` fields, for example I have a `Replicator` field which has a set that has...
Good job! This is very useful and will solve not being able to filter by any field that gets saved by an array (like multiple select, checkboxes etc).
I also have the same error in an upgrade of a site from 3.x to 4.55.0. For what I can see a Bard field causes this when I'm trying to...
Can I help somehow with closing this? As I said in the PR Duncan's fixed worked, the later change from Jason broke it again.
Which PHP version are you using? PHP 7.0 should have improved performance quite a lot. Also, using static methods would seriously affect testing, and besides that, I don't think Intervention...
I had the same issue in a production site and it broke every command. We manually changed the `Structures/Page.php` to skip the file and log and error and it seems...
Good catch! Just two points: - The "default" Bard set type is `text`, meaning that if you have a Bard field with some sets and you also write some text...
> Oh interesting... do you have a set called `text` though? No, but the error occurred on a Bard field that I had content both directly in the editor and...
Maybe the fact that the default set is `text` is enough to trigger it? if you see [my post at the issue](https://github.com/statamic/cms/issues/9352#issuecomment-2040111438) it was passing a `Value` instance for some...