-
Этот код я бы переписал так
https://github.com/phpnt/yii2-cms/blob/master/backend/modules/geo/controllers/CityController.php#L68
Во первых, использовать query классы
```php
Тогда
$manyG…
-
#### What are you trying to achieve?
Get code coverage from acceptance and unit tests both in one suite.
I have suites where i store acceptance and unit tests in same directory.
Actually all t…
-
start a new project? any suggestions?
### What steps will reproduce the problem?
### What is the expected result?
### What do you get instead?
### Additional info
| Q |…
-
### What steps will reproduce the problem?
- 'enableTwoFactorAuthentication' => true | in config
- go into account settings and try to activate 2fa
### What is the expected result?
- activated…
-
The Audit 1.1.2 module layout uses:
```
use yii\widgets\Breadcrumbs;
```
When bootstrap 4 is in use, the (compatible) breadcrumbs widget should come from:
```
use yii\bootstrap4\Breadcrumbs;
``…
-
Ever since updating to v2.1.7, I have been getting the following error in my Humhub instance and its actually been making my cron jobs file.
```
PHP Warning 'yii\base\ErrorException' with message…
-
### What steps will reproduce the problem?
When following the [guide for creating a user](https://yii2-usuario.readthedocs.io/en/latest/guides/first-steps/#creating-your-first-user) on a fresh instal…
-
Hello, I have fresh yii instalation and empty pg db. when I'm rinning migration command: ./yii migrate --migrationPath=vendor/webvimark/module-user-management/migrations/, i receive an error Exception…
-
```
"require": {
"php": ">=5.5.0",
"nullref/yii2-blog": "*",
"nullref/yii2-category": "*",
"nullref/yii2-cms": "*",
"nullref/yii2-core": "*",
"nu…
-
Hello, I have set up the custom panel as in the example in the documentation (ViewsPanel), but I'm not seeing it in the UI. I see the data in the audit_data table, that works perfect.
This is my con…