콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
1 회신
812 화면

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

아바타
취소