Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
1 ตอบกลับ
822 มุมมอง

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

อวตาร
ละทิ้ง