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

I am restoring a database in openerp, i have done it from both openerp and from the database postgree itself but I am having the following error

"Uncaught TypeError: Cannot read property 'prototype' of null"

and when i enter into any module it gives a list of errors call lists etc etc

how to resolve this issue?

 

Thanks & Regards

อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

Try to dump the database into another format and use pg_restore to restore it, could be one solution. Also check if the postgres versions of the source and destination match. 

อวตาร
ละทิ้ง