Brian Hanson

Results 29 comments of Brian Hanson

Having the same issue here. - `webkit2png 0.8-dev` - `MacOS 10.12.4` - `MacBookPro12,1` - Tried both with and without the `--ignore-ssl-check` patch

I can take a run at this one.

I can give this one a try. I also think it might be a duplicate of #355. How are we planning to get the videos from YouTube? It looks like...

@degraaf are you still experiencing the `... on` order bug? I tried to replicate this morning but wasn't able to, so I'm curious if it was actually fixed by this...

I'm having trouble replicating this one. Behind the scenes the slideouts are using the standard `Craft.sendActionRequest()` function so the token header should be included with the value of the `Craft.csrfTokenValue`...

@cookie10codes did you also recently upgrade from 3 -> 4?

I'm not 100% sure yet, but my hunch is that something went wrong with [this migration](https://github.com/craftcms/cms/blob/e948d42777e7402f515ca8b09e4aa7eadf586eba/src/migrations/m220309_152006_rename_field_layout_elements.php). That migration should convert instances of `craft\fieldlayoutelements\EntryTitleField` (3.x class) to `craft\fieldlayoutelements\entries\EntryTitleField` (4.x class). The...

Any chance you can send your `composer.json`, `composer.lock`, project config files and a database dump over to [email protected] so I can try to tack this down?

Thanks for sending those files @cookie10codes! I was able to track this down to some errant values in `fieldlayouttabs` DB table. It looks like at some point the database and...

I'm having trouble replicating this one. Are there any errors in the `storage/logs` files that might provide more clues?