Skip to Content
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odgovori
717 Prikazi

hello,

I create custom addons that make some update in website template based on some databased field,

the update is throw Xpath , and it work correctly locally even if uninstall this module the updates removed correctly,

but in the server : when i uninstall this module I get error in view ...... the because it's not found the data base field

why when i delete the module the template update still exist ??????

Avatar
Opusti
Best Answer

Hi,

You can make sure that you are having same db and same source code in the local and server to have the same issue in both place. If you are not getting the same error in local, you may have a different db(ie not a copy of db in server) or different source code in local.


Regarding the error, it could have been better if you have shared the written code and error message in the question. Also you can ensure any other custom codes are not causing any issues in this case.

Thanks

Avatar
Opusti