Blank screen/JS error on new odoo installation after creating database -


i've installed odoo (version 8.0) on ubuntu 14.04 server. pretty out of box (i set admin password), can create databases, when try else, mostly-blank screen , javascript error (openerp.init not constructor in firefox, undefined not function in chrome/safari). "settings" menu option show up, not (obviously, given fact javascript doesn't work).

the database does created (i can see in postgres database). login screen shows (but logging in gives me same error again), , 'manage databases' link on still work. can create additional databases, drop them, of works. can't do databases.

i've looked around in odoo documentation, can't find anything. looking online error itself, people who've caused installing add-ons (i didn't), or can fix dropping databases (it doesn't work), or using different browser (none of safari, firefox, , chrome work).

it hangs trying load 1 of javascript files (with names web/js/web.assets_backend/fa4f621).

information:

i had same problem time ago , had solved way:

check you're executing odoo service using file odoo.py (do not execute openerp-gevent neither openerp-server). in browser, remove cookies stored @ url you're using odoo, , then, restart service:

sudo fuser -k your_port/tcp python your_odoo_path/odoo.py -c your_config_file_path --update=all -d your_database_name 

Comments

Popular posts from this blog

yii2 - Yii 2 Running a Cron in the basic template -

asp.net - 'System.Web.HttpContext' does not contain a definition for 'GetOwinContext' Mystery -

mercurial graft feature, can it copy? -