Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
1 Ответить
715 Представления

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

Аватар
Отменить
Лучший ответ

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

Аватар
Отменить