lajax / yii2-translate-manager

Translation Manager
MIT License
227 stars 89 forks source link

All menu didn't work, clicked always go to default action "list" #107

Open tobing opened 7 years ago

tobing commented 7 years ago

Hello, I want to know if anyone have same problem like me. Any menus clicked didn't go to related menu, just stay at default action "list". Example "Scan" menu clicked, just loaded "list" not "scan" (no other progress except "list" even on background call scan pjax no result at all or create/update/translate menu clicked still showing "list").

If anyone got solution for this problem, please help me

Thanks

moltam commented 7 years ago

Hello, I don't have any problem with menus. Maybe on of your packages causing the problem.

tobing commented 7 years ago

Ok, thanks for your respond..I will try to reinstalling the packages again

Thanks

exept commented 7 years ago

Hi, who can help me to install this script? I have been trying for several hours and now I'm getting tired of this.

Please help me.

tobing commented 7 years ago

@except. Are you got same issue like me ?

ehasoo commented 6 years ago

i had same issue, for me it was urlmanager rule issue in web config. added '<module>/<controller>/<action>' => '<module>/<controller>/<action>', under 'urlManager' => ['rules' => []];