openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #01715
[Bug 705859] Re: [V6.0.1] Problem run client-web after insatll
This bug seems to exist for all packages that offer web-client specific
stuff (i.e. have a 'web' directory). This cmd-line fixes them all
(assuming that this is the dir where openerp-server addons reside).
find /usr/share/pyshared/openerp-server/addons -type d -name 'web' |
xargs -I{} sh -c 'sudo chmod 777 {} && sudo touch {}/__init__.pyc &&
sudo chmod 666 {}/__init__.pyc'
--
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Server.
https://bugs.launchpad.net/bugs/705859
Title:
[V6.0.1] Problem run client-web after insatll
Status in OpenERP Server:
Won't Fix
Bug description:
Install on ubuntu 10.10
message on connect to database
Unrecoverable error in the server.
Traceback (most recent call last):
File "/usr/local/lib/python2.6/dist-packages/CherryPy-3.1.2-py2.6.egg/cherrypy/_cprequest.py", line 541, in run
self.respond(pi)
File "/usr/local/lib/python2.6/dist-packages/CherryPy-3.1.2-py2.6.egg/cherrypy/_cprequest.py", line 624, in respond
self.handle_error()
File "/usr/local/lib/python2.6/dist-packages/CherryPy-3.1.2-py2.6.egg/cherrypy/_cprequest.py", line 746, in handle_error
self.error_response()
File "/usr/local/lib/python2.6/dist-packages/openerp_web-6.0.1-py2.6.egg/addons/openerp/controllers/root.py", line 35, in _cp_on_error
message = errorpage.render()
AttributeError: 'NoneType' object has no attribute 'render'
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-server/+bug/705859/+subscriptions