cms icon indicating copy to clipboard operation
cms copied to clipboard

Build bespoke content experiences with Craft.

Results 291 cms issues
Sort by recently updated
recently updated
newest added

### What happened? ### Description For some time now, during deployments on our cluster, we get the error "A lock could not be acquired to modify the project config" when...

bug
craft4

### Description Keep getting this message even after running a `./craft project-config/apply` and even `./craft project-config/apply --force`. ``` Your project config YAML files contain pending changes. Review ``` ### Steps...

bug

### What happened? ### Description This came up while upgrading from 4.8.4 to 5.1.6 It did not come up in development and it does not seem appear in all pages...

bug

One other small issue I noticed which feels like a downgrade from craft 4 is removing assets/entries from and asset or entry field. Its now a two click process to...

IMO, the UX when creating new users from the CP feels pretty broken on Craft 5 and the fact that those activation actions are a bit hidden away in that...

### What happened? ### Description Entry type names appearing in conditional builders are prefixed with the name of the section (or, _one of the sections_) they have been added to....

bug

### What happened? Refer to https://github.com/verbb/kint/issues/8 but since Craft 5, the plugin cannot dump `ElementQuery` objects anymore. This is due to an error: `Typed property craft\base\FieldLayoutComponent::$elementType must not be accessed...

bug

### What happened? ### Description Since the update to version 5.2.2, certain database queries that worked before fail. I verified that the queries were working with version 5.2.1. One such...

bug

### Description Adds a new “Link” field type, which replaces the former “URL” field type. Link fields feature a simple UI for defining a link, of one of the allowed...

### What happened? ### Description ### Steps to reproduce Execute a GraphQL query like this: ```gql mutation MyMutation { save_tours_tour_Entry( title: "Test from GraphQL!" stops: { entries: [ { stop:...

bug
graphql :gear: