Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
800 Widoki

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 ??????

Awatar
Odrzuć
Najlepsza odpowiedź

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

Awatar
Odrzuć