Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
1 Ответить
7525 Представления

I want to set up a new database with odoo-8 by using the "manage database" function in the webbrowser. I get this "internal Server Error":

   "The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application."

actually it looks like the database has been created to some extent because when I go to "drop database" I can see it is listed and I can drop it (using my master password). Also I can duplicate my existing test db and log in to it without any problem. Therefore I would rule out the server bein overloadad

any idea how to fix this?

Аватар
Отменить

I think the reason the server will give an error, because you created an extra database. Now the server doesn't know which one it should use for the web part, and throws an error. I think you would be able to set the database in the configuration file of the server, but I haven't tried for myself yet.

Лучший ответ

I think you should post more error log to broaden the context. If the log contains something like "no module auth_crypt" because fail to load passlib, then you should install passlib module. To install this module via pip you can run the following command.

> pip install passlib

Edit: to mentions that by default odoo 8 use auth_crypt, finally odoo respect more security (including privacy).

Аватар
Отменить
Автор

great, that was it! The error actually is: "Couldn't load module auth_crypt". After your recommended "pip install passlib" I can create a new database. Thanks

Related Posts Ответы Просмотры Активность
0
июл. 25
1563
2
нояб. 24
6663
2
окт. 24
3569
2
авг. 24
2053
3
июл. 24
8442