Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
1 Răspunde
7542 Vizualizări

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?

Imagine profil
Abandonează

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.

Cel mai bun răspuns

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).

Imagine profil
Abandonează
Autor

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 Răspunsuri Vizualizări Activitate
0
iul. 25
1565
2
nov. 24
6683
2
oct. 24
3591
2
aug. 24
2057
3
iul. 24
8446