-
### What steps will reproduce the problem?
I can't change id of user becouse FK is no action for ON UPDATE
What a reason for this behavior?
for `profile`, `social_account`, `token`
### What …
-
How I can translate a module name into breadcrumbs string?
### What steps will reproduce the problem?
I have a translated Home
https://github.com/yiisoft/yii2/blob/771a9faed2d200543051ac03e411222…
-
### What steps will reproduce the problem?
Update `yii2-twig` to v2.5.0 (support for twig 3.9 -> see https://github.com/yiisoft/yii2-twig/pull/154 )
### What's expected?
Forms are rendered co…
-
How is security preparation for both of maintainers and Oatpp users ?
Here are something I hope in oatpp's roadmap : **some security advice with oatpp specific code** in the documentation , **default…
-
Required query
```
SELECT "documents".*,"dup".*
FROM "documents"
LEFT JOIN "documents" "dup"
ON ("documents"."filehash" = "dup"."filehash"
AND "documents"."company_…
-
Problem is here https://github.com/yiisoft/yii2/blob/2.1/framework/db/ActiveQuery.php#L202
Why do this?
This is a detailed description my problem
http://stackoverflow.com/questions/30349913/yii2-onco…
-
How is security preparation for both of maintainers and restinio users ?
I hope some **security advice with restinio specific code** in your documentation.
I found this link : https://cheatsheetseri…
-
See https://github.com/yiisoft/yii2/blob/76d6345e85c05fa874f1cefdeac94a40d9dcaa39/framework/di/Container.php#L589.
`__construct()` value might be an `yii\di\Instance` instance and it should be reso…
-
I'm getting this strange behaviour from Psalm when trying to silence *InvalidReturnType* via stub file overrides.
The method is Yii2's `Widget::run()`, and this is how its signature looks like:
…
-
Hi,
I am trying to install linet3 on ubuntu 16.04
The composer failed due to lack of memory (I have 8G RAM and 16G swap. when memory limit is not given to php - it uses all machine memory and cause …