-
### What happened?
### Description
We have a commerce website that creates carts programmatically depending on user actions. A user may choose an order of type "A", not go through with it, and then …
-
Related f.ex. to https://github.com/hiqdev/asset-packagist/issues/163 and especially to https://github.com/hiqdev/asset-packagist/issues/163#issuecomment-1805642726 .
`composer update` results to s…
-
I extended profile page (@vendor/amnah/yii2-user/views/default/profile.php) with some new fields (Ex. Country name, City name). While I am able to fetch the data from the database, I am unable to stor…
-
Hi there,
I found problem with ActiveQuery. I tired query like this:
``` php
Order::find()->select(['price', 'firstname', 'lastname'])->joinWith('user')->asArray()->all();
```
Exception:
```
excep…
-
{"name":"Exception","message":"Class 'backend\\components\\aws\\S3' not found","code":0,"type":"Error","file":"C:\\laragon\\www\\mukpr\\vendor\\sahilr2050\\yii2-redactor-s3\\models\\FileUploadModel.ph…
-
### What steps will reproduce the problem?
After the update to v1.6 creating a new user or updating a password using the webinterface causes 500 internal server errors.
**Create User**: (using new…
-
We have multiple environments (prod, staging, pentest) and would like to update the environments occasionally by dumping the production DB to staging/pentest. I have created a Service Provider for all…
d--j updated
4 months ago
-
### What steps will reproduce the problem?
When clicking on the directory of users/people or my own profile I get the following error.
### What is the expected result?
See details of the …
-
### What steps will reproduce the problem?
Create a table with name starts with "id" in which one of the fields will be joined by a foreign key with predefined `User` (ActiveRecord) - i use [the ad…
-
### What happened?
### Description
I am in the process of migrating to Craft 5. We use Craft as a headless CMS and query everything over GraphQL. After migrating, we had to update all of our queries…