콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
1 회신
7527 화면

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

관련 게시물 답글 화면 활동
0
7월 25
1564
2
11월 24
6668
2
10월 24
3571
2
8월 24
2053
3
7월 24
8444