-
Notifications
You must be signed in to change notification settings - Fork 577
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Navigation and create not working #419
Comments
I just installed fresh on a fresh server with php7.0, composer install as instructions as I always do with new applications but this time it has installed this new version of yii2-admin and the navigation seems broken. None of the tabs load into the "home" of the module. The javascript console says:
this is after 2 angular Pagination warnings the GET request returns a 404 seems like angular may be causing some troubles with some later yii versions maybe? how can we solve this? this module is awesome and I don't want to change! |
any progress? |
I try to answer |
Hi everyone, I'm sorry I can't be more helpful at this time. |
I am trying to add the extension to my working application. I have already added some roles and assignments using migration. After adding the extension with composer and editting my config I ran into a few things:
first of all I cannot see the already existing roles and assignments from my database
When I try to navigate using the menu it seems to create the wrong URL, because the content inside the tab doesn't change. For example: when i click on the 'role' tab the URL changes to:
my/application/web/admin/default/index#!/assignment#%2Frole...
Why does this happen?
If i manually change the URL: to my/application/web/admin/default/index#!/role
the role page does load correctly.
Lastly I am not able to create anything (role, rule, permission etc). When I enter the fields and click save I just get 'Not found' error.
I am using: basic Yii template, PHP 7.3.3, XAMPP
The text was updated successfully, but these errors were encountered: