Benjamin Kohl

Results 10 comments of Benjamin Kohl

For the record, increasing the max_input_vars does not fix the issue because Craft isn't accounting for the zero index. We are trying to clear an entire Asset source folder in...

I still see that the "equals" validation rule has not been included in an official release. Is there any chance of that happening soon? I have also installed Pristine 0.1.9...

I am running into a similar issue with Feed Me 4.2.4 and Craft 3.4.25 where I am performing an update only import of users with the email address as the...

I see this request is five years old. Is there really no way to calculate the next occurrence of a date/time interval? It seems that would be the most critical...

Okay, thank you. I'll just leave a note here for anyone that is curious. For anyone that is looking to calculate occurrences, we found this package: https://github.com/rlanvin/php-rrule We are still...

I notice that if I have one project open and one PHP file open, my Mac's fans start running hard and I see a php process running at 99% CPU....

For what it's worth, I primarily used the PHP IDE just to have the list of properties/classes in the right panel, so it was a bit overkill for my purposes...

It sounds like the bare minimum to get it to work automatically for custom fields is that the field types need to implement the `craft\base\PreviewableFieldInterface` interface. I had to ask...

So what is the real solution to this? I am experiencing this error with version 4.11.0 in PHP 7.2 and I don't consider rolling back to PHP 7.1 to be...

To avoid this issue in PHP 7.2, apparently two constants need to be defined but whose responsibility is that and what are the values supposed to be? I'm really surprised...