yii2-translate-manager icon indicating copy to clipboard operation
yii2-translate-manager copied to clipboard

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

Open tobing opened this issue 7 years ago • 5 comments

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

tobing avatar Jul 06 '17 04:07 tobing

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

moltam avatar Jul 07 '17 08:07 moltam

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

Thanks

tobing avatar Jul 07 '17 08:07 tobing

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.

exept avatar Jul 07 '17 08:07 exept

@except. Are you got same issue like me ?

tobing avatar Jul 07 '17 09:07 tobing

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

ehasoo avatar Apr 03 '18 16:04 ehasoo