تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
7497 أدوات العرض

I am facing the following error in my development environment when attempting to create a new database:

Client Traceback (most recent call last): File "/usr/lib/pymodules/python2.7/openerp/addons/web/http.py", line 204, in dispatch response["result"] = method(self, *self.params) File "/usr/lib/pymodules/python2.7/openerp/addons/auth_signup/controllers/main.py", line 39, in get_config 'signup': icp.get_param(cr, openerp.SUPERUSER_ID, 'auth_signup.allow_uninvited') == 'True', File "/usr/lib/pymodules/python2.7/openerp/addons/base/ir/ir_config_parameter.py", line 74, in get_param ids = self.search(cr, uid, [('key','=',key)], context=context) File "/usr/lib/pymodules/python2.7/openerp/osv/orm.py", line 2367, in search return self._search(cr, user, args, offset=offset, limit=limit, order=order, context=context, count=count) File "/usr/lib/pymodules/python2.7/openerp/osv/orm.py", line 4939, in _search cr.execute('SELECT "%s".id FROM ' % self._table + from_clause + where_str + order_by + limit_str + offset_str, where_clause_params) File "/usr/lib/pymodules/python2.7/openerp/sql_db.py", line 161, in wrapper return f(self, *args, *kwargs) File "/usr/lib/pymodules/python2.7/openerp/sql_db.py", line 226, in execute res = self._obj.execute(query, params) ProgrammingError: relation "ir_config_parameter" does not exist LINE 1: SELECT "ir_config_parameter".id FROM "ir_config_parameter" W... ^

The database is created but cannot login. What could be the problem here?

الصورة الرمزية
إهمال

In another question, this error indicated that custom modules were the problem. Have you removed any custom modules? http://help.openerp.com/question/43082/programmingerror-relation-ir_config_parameter-does-not-exist/

remove the new modules you added to the addons folder , Then restart the openerp-server.

المنشورات ذات الصلة الردود أدوات العرض النشاط
0
يونيو 23
5751
4
نوفمبر 20
4705
1
أغسطس 16
4763
5
يناير 25
4042
1
يونيو 24
1070