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 Our server requires an SSL connection on our database. We added the following code to the config/db.php ` if(getenv('ENVIRONMENT') != 'dev') { $params['attributes']= [ PDO::MYSQL_ATTR_SSL_CA...

bug
craft3

### What happened? ### Description If you create a new Entry or edit an existing one and miss several required fields , Craft will delete already filled required fields after...

bug
craft4

### What happened? ### Description As per title, I keep getting "[web.ERROR] [application] Initiated" in web log for every single request, e.g. `2022-08-10 08:55:50 [web.ERROR] [application] Initiated {"memory":2627584}` It doesn't...

bug
craft4

### What happened? ### Description I don't quite understand how the event `Element::EVENT_AUTHORIZE_DELETE` is supposed to function : I'm trying to prevent elements deletions in a custom plugin (when the...

bug
craft4

Seems like this gets written enough it warrants a helper, similar to how `request`, `response` are props. I made it `currentUser` to match the twig global.

### What happened? ### Description We created a section as a channel with three (3) entry types. The entry types use most of the same fields in their respective layouts....

bug
craft4

### What happened? ### Description I'm trying to add some custom validation rules to an entry, but I'm getting some errors when first saving an entry. Here's a shortened version...

bug
craft4

### What happened? ### Description Recently (I wish I could point to a specific update but I cannot), I've noticed that multiple icons are missing from the Craft CP (EDIT:...

bug
craft3

### Description Our client has twice encountered this issue, though we do not know the exact steps to reproduce. This may be related to issue #9868... Our client has an...

bug

### What happened? ### Description Creating a new field and changing the field type to matrix will result in an error: ![image](https://user-images.githubusercontent.com/32835435/180398555-63c7e9e4-5067-44a6-8d12-061f33007cec.png) ### Steps to reproduce 1. Try to create...

bug
craft3