I don't know if your problem is the same as mine. When I upgraded to Ubuntu 10.04, Postgresql seems to have switched the port it listens to from 5432 to 5433. OpenERP works off port 5432 by default. If you look for the openerp-server.conf (in /etc/openerp-server.conf on my machine), edit it and change the db_port from 5432 to 5433, close and restart openerp-server (as superuser if you are running from the command line, making sure you include a reference to the .conf file, eg. sudo python openerp-server.py -c /etc/openerp-server.conf).
That change seems to have sorted out the problem. (The error messages were of almost no help in tracking down the problem). Good luck, Nigel -------------------- m2f -------------------- -- http://www.openobject.com/forum/viewtopic.php?p=57095#57095 -------------------- m2f -------------------- _______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman2/listinfo/tinyerp-users
