-
У меня роль super_admin не могу получить к админу почему ?
use modules\rbac\models\Role;
if (Yii::$app->can(Role::ROLE_ADMIN)) {
}
получаю если явно задать
use modules\rbac\models\Role;
i…
-
Hello,
it was working some versions ago, now updating and it fails to show a public entry in the widget, only the user who created it can view it.
Also getting a 500 on trying to activate it as …
-
Issue with the latest **Calendar Module v0.6.18** and **HH v1.3.1** or **HH v1.3.2dev**:
When clicking on a calendar view, then on the `options` of this calendar an at least on `other calendars` I …
-
Hi there,
I have one problem with the calendar-module - it didn't work with humhum 1.2.3 and now I have version 1.2.5 and it also does not work.
The error path:
- opening the calendar module
-…
-
#### What are you trying to achieve?
Create a simple test where a user logs in before the test and checks if there is a update button on the page.
#### What do you get instead?
The test runs fine…
-
I'm installed with 2.1 yii2-elasticsearch version because es i'm trying to work with is 6.2. And it is not allowing me to connect with AWS elasticsearch service. Where as my custom elasticsearch insta…
-
### Description
If you have a very large database, e.g. hundreds of pages and translations, the `migrate/all` command times out when running the upgrade command.
```
➜ php craft update all
Fetch…
-
hi, im using yii2-yii-bridge and setup it. but when run site , This message is displayed:
yii\base\InvalidConfigException
Unknown component ID: i18n
-
I think this is because the chosen image in the cms is deleted in the Imageshop control panel.
Then the Craft Plugin can't find the image.
`yii\base\ErrorException: Trying to get property of non-o…
ghost updated
4 years ago
-
I'm trying to follow along this official [guide](https://www.yiiframework.com/doc/guide/2.0/en/rest-quick-start)
I have `User` and `UserController`. Please, take a look on my code:
```