lajax / yii2-translate-manager

Translation Manager
MIT License
227 stars 90 forks source link

Not saving translations nor language statuses #9

Closed alspereira closed 9 years ago

alspereira commented 9 years ago

Hi,

I've managed to install and access the administration interface of the module (http://localhost/weep/frontend/web/index.php?r=translatemanager/language), but I am not able to save any translation because the request that is done after pressing the save button is the following: Request URL:http://localhost/weep/frontend/web/save, which obviously doesn't exist! Btw, this action works, http://localhost/weep/frontend/web/index.php?r=translatemanager/language/save, which I believe should be attached to the save button.

The same thing happens with the language status dropdown.

I am very new to Yii, so I apologise in advance if this is only the result of any miss configuration...