I have just installed openerp 6.0.3 on Unbuntu 10.10 and had an identical problem.
I installed openerp-server from the deb packages available for download from the openerp web site. The fix that worked for me, as described above in #11, was: root@ndc-Inspiron-N4110:/usr/share/pyshared/openerp-server/addons/web_livechat# ls -ld web drwxr-xr-x 3 root root 4096 2011-11-19 21:28 web root@ndc-Inspiron-N4110:/usr/share/pyshared/openerp-server/addons/web_livechat# chmod 777 web root@ndc-Inspiron-N4110:/usr/share/pyshared/openerp-server/addons/web_livechat# ls -ld web drwxrwxrwx 3 root root 4096 2011-11-19 21:28 web root@ndc-Inspiron-N4110:/usr/share/pyshared/openerp-server/addons/web_livechat# cd web root@ndc-Inspiron-N4110:/usr/share/pyshared/openerp-server/addons/web_livechat/web# ls editors.py __init__.py static root@ndc-Inspiron-N4110:/usr/share/pyshared/openerp-server/addons/web_livechat/web# ls -l __init__.py -rw-r--r-- 1 root root 292 2011-03-24 18:50 __init__.py root@ndc-Inspiron-N4110:/usr/share/pyshared/openerp-server/addons/web_livechat/web# chmod 755 __init__.py root@ndc-Inspiron-N4110:/usr/share/pyshared/openerp-server/addons/web_livechat/web# ls -l __init__.py -rwxr-xr-x 1 root root 292 2011-03-24 18:50 __init__.py I don't understand the specifics of why this fix works but, given that the files whose permissions need to be changed are created during the installation of the openerp-server deb package, it would seem there is a problem with that package. -- 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/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 _______________________________________________ Mailing list: https://launchpad.net/~c2c-oerpscenario Post to : [email protected] Unsubscribe : https://launchpad.net/~c2c-oerpscenario More help : https://help.launchpad.net/ListHelp

