-
Hi,
so, i'm having an issue that i don't really know how to handle. I don't know if is my problem or is a yii2 framework bug.
I'm trying running this command:
$ ./yii migrate --migrationPath=@yii/…
-
Is there is a way to Synchronize model manually by calling method "actionSync" for example? And turn off automatic synchronization?
-
Есть проблемка с авторизацией, а точнее модулем rbac.
[error][yii\base\InvalidParamException] exception 'yii\base\InvalidParamException' with message 'Unknown authorization item '2'.' in C:\OpenServe…
ogheo updated
9 years ago
-
https://github.com/githubjeka/gui-rbac-yii2/issues/1#issuecomment-71309268
-
Hi! I have started learning yii2 a week ago and I saw your auth extension (very interesting, I think that I'll use it as default user management in my little projects while I learn this framework). Bu…
-
Посмотрел код в сценарии search
https://github.com/webadmin87/rzwebsys7/blob/master/common/db/ActiveRecord.php#L251
Можно ли добавить условие для авторов.
andWhere [ 'author_id', Yii::app()->user->id…
-
I followed the tutorial on: http://www.freetuts.org/tutorial/view?id=6
All works well.
Then I tried to install https://github.com/mdmsoft/yii2-admin exactly how I installed it before on the standard y…
-
After following the setup instructions I am trying to log into the backend using webmaster/webmaster, however I am receiving a 403 error.
Steps taken:
- ./init
- Edited DB conn in .env
- added URLs t…
-
I needed in my application to have some attributes defined as arrays, but I found that the framework is really against it.
My hacky solution:
``` php
public function behaviors()
{
return [
…
-
Backend login not working.. Its show wrong password.In your demo version and also in my installed localhost version.