-
### Description
After updating Craft from 3.3.15 to 3.4.2, I have an issue with retrieving matrix blocks in plugin.
In my plugin, I'm using `$entry->->all()` to retrieve an array of MatrixBlock …
-
I'm trying to use twig templates withing a module of yii, but I have problems with the base templates path. I can explain the error better with an example:
I have a module. Then I'm loading this mod…
-
Related to issue #9
Craft version: 3.1.6.1
When you have one or more modules defined in `config/app.php`, the `./craft` command throws an error:
```
Exception 'yii\base\InvalidArgumentExcep…
-
Hi I am pretty new to yii. Installed yii2-admin via docker, and applied the following 'as access' on web.php to force user login, but this doesn't seem to work, I can access all controller without bei…
-
### Description
Am running a dry-run of an update to a production site, locally. It is going from Craft 3.0.41.1 to Craft 3.3.15
Simple map is going from 3.3.5 to 3.7.2
Error:
```
Databas…
-
I can create a note. But I can't open it, it returns the following error:
yii\base\UnknownMethodException: Calling unknown method: humhub\modules\content\models\Content::canRead() in /var/www/humhu…
-
SQLSTATE[23000]: Integrity constraint violation: 1452 Cannot add or update a child row: a foreign key constraint fails (`eabase`.`rbac_auth_item`, CONSTRAINT `rbac_auth_item_ibfk_1` FOREIGN KEY (`rule…
-
Database Exception – yii\db\Exception
SQLSTATE[42S22]: Column not found: 1054 Unknown column 'recurrence_until' in 'where clause'
The SQL being executed was: SELECT `external_calendar_entry`.* FROM …
-
### Description
I want to add a category to a category field named "catsLinked". But when I use that field in my module logic before saving it, an error occurs.
When I just var_dump($catToUpdat…
-
Can you please tell me what versions of Bootstrap and jQuery you require? The Bootstrapplugin is not required in your composerand I don't know what version you used, I tried 4.x and 3.x and Bootstrap …