This question has been flagged
4 Replies
2946 Views

Hello, I installed the server 9, and when I access through localhost: 8069, I see everything messed up as if I had not configured the CSS.

Thank you.

Javierl


Avatar
Discard

Sorry.

Keep studying the problem and get to this message, which indicates that you are not loading several sheets of styles, did someone happen to you?
The http://localhost:8069/web/static/src/css/full.css style sheet was not loaded because its MIME type, "application / x-css", is not "text / css".

Thank you, Javier.

Author

Thank you for your help, but I don't fix this error. I uninstalled the app and install newly but I continue see the same way.

Author

Dear, I can fix the problem. I tell you how.

In python, in the file __init__.py, in my case in the folder C:\Python27\Tools\pynche, I added the follow lines:

import mimetypes

mimetypes.add_type("text/css", ".css", True)

Restart the PC, and the site worked OK.

Thank you for your help.

Javier.

Best Answer

Please try in a private window or after clearing the cache . Another option is try to change you domain name localhost with your IP, Hope that works . If still the css error exists then you may deleted any addon which have the following files 

Avatar
Discard
Author Best Answer

Thank you Ermin. I will see it that you has explain. In other hand, when I try enter to the localhost:8069, I receive a message inform me that don't show because the page isn't sure or it haven't got permissions.

Regards.

Javier.

Part of log file.

2016-11-18 13:18:23,528 19808 INFO None werkzeug: 127.0.0.1 - - [18/Nov/2016 13:18:23] "POST /web/database/drop HTTP/1.1" 303 -2016-11-18 13:18:23,828 19808 INFO openerpdemo werkzeug: 127.0.0.1 - - [18/Nov/2016 13:18:23] "GET /web/database/manager HTTP/1.1" 200 -2016-11-18 13:19:06,760 19808 INFO openerpdemo werkzeug: 127.0.0.1 - - [18/Nov/2016 13:19:06] "POST /longpolling/poll HTTP/1.1" 200 -2016-11-18 13:19:06,760 19808 ERROR openerpdemo openerp.service.server: Exception happened during processing of request from ('127.0.0.1', 24044)Traceback (most recent call last):
  File "SocketServer.pyc", line 599, in process_request_thread  File "SocketServer.pyc", line 334, in finish_request  File "SocketServer.pyc", line 657, in __init__  File "SocketServer.pyc", line 716, in finish  File "socket.pyc", line 283, in close  File "socket.pyc", line 307, in flusherror: [Errno 10053] Se ha anulado una conexión establecida por el software en su equipo host

Avatar
Discard
Best Answer

There are mainly 2 possible reasons:

- you did not install nodejs properly

- you did install a module which is broken or does not work properly

Please check your log entries and the installation documentation for further information.

Avatar
Discard