Matteo Posted January 13 Share Posted January 13 Hi to all, i've migrated a ps 1769 to a new 17810 store, long story short i've done a lot of mysql work to import config and module. Now all work great, except the module translate function in backoffice. When i go to select a module and a language to translate i get "this module not exist id: XX". These id is the OLD store module id, where in the new one was changed after reinstalling some module. My question is WHERE prestashop associate translation module list with module id? They are not fetched from ps_modules because module id are right here (or they will not work). There is no other database entry for module name associated with any of these error id ... Any help appreciate. Link to comment Share on other sites More sharing options...
Ewonta Posted January 13 Share Posted January 13 Hello, try to specify the module's method for using the new translation system in the module's main class. public function isUsingNewTranslationSystem() { return true; } Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now