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 All queues in the queue-manager are displayed as faulty always with the reason queue-manager: The process has been signaled with signal "9". ### Craft CMS...

bug
craft4

### What happened? ### Description When trying to create an entry with relational fields via a GraphQL Mutation, I got the message "We couldn't find any matching entries". It seems...

bug
craft4

### What happened? ### Description On settings areas in the sidebar, it feels like there is styling missing that should be there. I've attached a screenshot or two that shows...

bug

### What happened? ### Description I have the following custom matrix validation implemented through the following event through a module. ```php Event::on( MatrixBlock::class, Model::EVENT_AFTER_VALIDATE, static function (Event $e) { $siteId...

bug
craft3

### What happened? ### Description When navigating element indexes, there are multiple warnings in the console. These are of two kinds: 1. `[Violation] Forced reflow while executing JavaScript took ms`...

bug

### Description This will allow to better sanitize svg uploads by using a flag in general config. See https://github.com/darylldoyle/svg-sanitizer/tree/master?tab=readme-ov-file#remove-remote-references ### Related issues None

### What happened? ### Description ```php $hasNoAlt = Asset::find() ->site('*') ->folderId($folder->id) ->kind('image') ->hasAlt(false) ->exists(); ``` gives `Column not found: 1054 Unknown column 'assets_site.alt' in 'where clause''` Obviously there is a...

bug

### What happened? ### Description I'm building a custom plugin with autosuggestField. With JS I would like to register when a user clicks one of the suggestions and when the...

bug
craft4

### What happened? ### Description In Craft CMS version 4.8.0, there is an issue preventing the successful upgrade of installed plugins using the command php craft update (plugin). Interestingly, when...

bug
craft4

### Description It looks like search indexes are being truncated. During testing we noticed some keywords weren't matching results. After a reindex and digging in we saw that the searchindex...