-
### What happened?
### Description
```
*** applying m220213_015220_matrixblocks_owners_table
> dropping {{%matrixblocks_owners}} if it exists ... done (time: 0.017s)
> create table {{%mat…
-
**Describe the bug or issue you're experiencing**
I just tried to update from Craft 3.7.51 to 4.2.1.1, Freeform 3.13.17 to 4.0.0 and had a migration error, output below.
```
*** applying m22033…
-
The Yii2 module currently has 2 ways of loading fixtures:
1. Load them via `_fixtures` (or whatever is the configured name).
2. Load them anywhere by using `$I->haveFixtures()`.
The module has a …
-
**Describe the bug**
I am not able to login into WordPress from Metamask Mobile Browser.
This works on other wallets like trustwallet, and other browsers like Chrome in mobile, but is not working …
-
#### What are you trying to achieve?
Mock user in functional test
### Action code
```php
use yii\base\Action;
class TestAction extends Action
{
public function run() {
Yii::error(…
-
Currently in order to make a search function (not following `gii` approach) a user needs to do the following:
```
$query = Contact::find();
if(!empty($this->full_name))
{
$query->where(['like', '…
-
Update Feb 6, 2024 - Released as part of Docker Desktop 4.27 - https://www.docker.com/blog/announcing-synchronized-file-shares/
Update Nov 9, 2023 - [As announced in June, Docker has acquired Mutag…
-
### What steps will reproduce the problem?
run an action that fails using a rest controller
### What is the expected result?
Enter to debug and see what did it fail?
### What do you get instea…
-
**Description**
We are getting the following error when running `craft migrate/all` after installing this plugin via composer, on an existing Craft site that has recently been upgraded from v3 to v…
-
I updated to 0.5.0 and now i get error results when getting posts for space container where posts exist:
```
{
"name": "Unknown Property",
"message": "Getting unknown property: humhub\\modules…