-
Hi!
How fully disable sessions (using authclient with REST)? It always sends cookie.
https://github.com/charlesportwoodii/yii2-psr7-bridge/blob/94c3c461a059541c4bc5e489b657c5f96bd62c75/src/web/Appli…
-
### Description
Hi there, we're trying to follow the guide in the readme [here](https://github.com/craftcms/shopify/tree/develop?tab=readme-ov-file#craftshopifyservicesproductsevent_before_synchron…
-
### What happened?
### Description
When upgrading, I keep hitting migrations that fail and break the whole upgrade process with the error message "Migration failed. The rest of the migrations ar…
-
### What steps will reproduce the problem?
- Implement `afterSave()` to save any sub-models depending of the primary key of the main model
- return `false` to afterSave() when saveing of ony of …
-
Since upgrading various projects to Craft 3.4, the Queue Manager continually stacks up new pending tasks which never seem to run. I have had to disable Async Queue in order for that list to go.
See…
-
### What happened?
### Description
Migration error on upgrade to craft 4
Followed the instructions in https://craftcms.com/docs/4.x/upgrade.html
I have confirmed `entrydrafts` and `entryversions` …
-
Some APIs use suffix as one of the ways to define response format: `GET /posts.xml`, `GET /posts/123.json`. I think, it can be implemented in Yii2 REST as an optional feature.
-
#### What are you trying to achieve?
Trying to run simple Unit test, asserting some test data from the database.
#### What do you get instead?
If the data not exist in the database, got an error:…
-
In working on the TDot, the need to publish dynamically generate data/file/svg is becoming clear. In Debug mode, the dot SVG can be encoded as data into the image URL but I'd like for the WebControl …
-
System Settings:
- Craft 4.5.14
- PHP 8.1
Required via composer and installed via craft cli just fine but when attempting to do the migration it fails because it's trying to use [Fields::assemble…