← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 861559] Re: [TRUNK] AttributeError: 'OpenERPSession' object has no attribute 'config'

 

Hello,

I have checked completely your bug report 
I think you might have mistake at your end 
please run the openerp server properly 

./openerp-server --addons=../openobject-addons/

then connect with webclient.

The problem occurs due to your end problem so this is not a bug and I am
closing this issue.

If you still face a same problem then you can reopen this issue.

Thanks.


** Changed in: openerp-web
       Status: Incomplete => Invalid

-- 
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to OpenERP Project Group.
https://bugs.launchpad.net/bugs/861559

Title:
  [TRUNK] AttributeError: 'OpenERPSession' object has no attribute
  'config'

Status in OpenERP Web:
  Invalid

Bug description:
  Using trunk branches, when I arrive on the login page I get:

  [2011-09-28 16:27:32,936][?] ERROR:web.common.dispatch.JSONRequest.dispatch:An error occured while handling a json request
  Traceback (most recent call last):
    File "/home/max/openerp/web/trunk/addons/web/common/dispatch.py", line 161, in dispatch
      response["result"] = method(controller, self, **self.params)
    File "/home/max/openerp/web/trunk/addons/web/controllers/main.py", line 575, in load
      return {'data': self.do_load(req)}
    File "/home/max/openerp/web/trunk/addons/web/controllers/main.py", line 585, in do_load
      Menus = req.session.model('ir.ui.menu')
    File "/home/max/openerp/web/trunk/addons/web/common/session.py", line 93, in model
      return self.build_connection().get_model(model)
    File "/home/max/openerp/web/trunk/addons/web/common/session.py", line 44, in build_connection
      if self.config.backend == 'local':
  AttributeError: 'OpenERPSession' object has no attribute 'config'

To manage notifications about this bug go to:
https://bugs.launchpad.net/openerp-web/+bug/861559/+subscriptions


References