This question has been flagged
2 Replies
3735 Views

Yesterday I restarded my odoo server (server odoo restart) because one of my pdf report was not showing correctly.

After restart, the web page shows correcty, I am even able to login with my credentials. But when i go to my private interface, i see only the top menu and nothing else. The page is totaly blank. The same thing from different account.

I have checked in odoo log but no errors, I have tried to replace the web folder in the addons with a fresh one from nightly built but still the same thing. I cant drop my database because my backup is one day old and I have a lot of datas for the day.

When I try to view the web page source, I can see that the left menu code is in but it is not getting rendered.

Any idea of what to do?

Avatar
Discard
Author Best Answer

Small mistake big problem. Found out the problem: i made a mistake in the thousand separator in the translation. Instead of [3,0] i wrote [,3] . SOLVED


I found errors under CSS. seems css is not loading :

Unknown property '-moz-osx-font-smoothing'. Declaration dropped. 5daf44b:3

Expected 'none', URL, or filter function but found 'progid'. Error in parsing value for 'filter'. Declaration dropped. 5daf44b:3

Expected identifier for class selector but found ' '. Ruleset ignored due to bad selector. 5daf44b:3

Error in parsing value for 'background-image'. Declaration dropped. a995206:24

Unknown property '-moz-box-shadow'. Declaration dropped. a995206:24

Unknown property 'backgroundColor'. Declaration dropped. a995206:24

Unknown property '-moz-border-radius'. Declaration dropped. a995206:24

Expected 'none', URL, or filter function but found 'alpha('. Error in parsing value for 'filter'. Declaration dropped. a995206:24

Error in parsing value for 'background'. Declaration dropped. a995206:24

Expected 'none', URL, or filter function but found 'progid'. Error in parsing value for 'filter'. Declaration dropped. a995206:24

Expected media feature name but found '-ms-high-contrast'. a995206:24

Expected end of value but found ':'. Error in parsing value for 'width'. Declaration dropped. a995206:36

Unknown property 'user-select'. Declaration dropped. a995206:45

Unknown property '-moz-border-radius'. Declaration dropped. a995206:54

Unknown property '-moz-box-shadow'. Declaration dropped. a995206:54

Error in parsing value for 'font-style'. Declaration dropped. a995206:57

Error in parsing value for 'margin'. Declaration dropped. a995206:57

Error in parsing value for 'margin'. Declaration dropped. a995206:66

Unknown property '-moz-border-radius'. Declaration dropped. a995206:69

Unknown property '-moz-box-shadow'. Declaration dropped. a995206:69

Error in parsing value for 'position'. Declaration dropped. a995206:75

Unknown property '-moz-border-radius'. Declaration dropped. a995206:81

Unknown property '-moz-box-shadow'. Declaration dropped. a995206:81

Error in parsing value for 'background'. Declaration dropped. a995206:81

Expected end of value but found '9'. Error in parsing value for 'width'. Declaration dropped. a995206:81

Error in parsing value for 'background'. Declaration dropped. a995206:84

Expected color but found 'border-color'. Expected end of value but found 'border-color'. Error in parsing value for 'border-bottom'. Declaration dropped. a995206:84

Unknown property '-moz-border-radius'. Declaration dropped. a995206:84

Unknown property '-moz-box-shadow'. Declaration dropped. a995206:84

Unknown property 'user-select'. Declaration dropped. a995206:90

Error in parsing value for 'font-style'. Declaration dropped. a995206:90

Unknown property '-moz-border-radius'. Declaration dropped. a995206:90

Error in parsing value for 'background'. Declaration dropped. a995206:90

Error in parsing value for 'background-image'. Declaration dropped. a995206:90

Unknown property '-moz-border-radius'. Declaration dropped. a995206:93

Unknown property '-moz-box-shadow'. Declaration dropped. a995206:93

Error in parsing value for 'background-image'. Declaration dropped. a995206:93

Error in parsing value for 'background-image'. Declaration dropped. a995206:108

Unknown property '-moz-box-shadow'. Declaration dropped. a995206:108

Error in parsing value for 'background-image'. Declaration dropped. a995206:111

Error in parsing value for 'padding'. Declaration dropped. a995206:111

Unknown property '-moz-border-radius'. Declaration dropped. a995206:117

Unknown property '-moz-box-shadow'. Declaration dropped. a995206:117

Unknown property '-moz-border-radius'. Declaration dropped. a995206:120

Unknown property '-moz-box-shadow'. Declaration dropped. a995206:120

Unknown property '-moz-border-radius'. Declaration dropped. a995206:126

Unknown property '-moz-box-shadow'. Declaration dropped. a995206:126

Unknown property 'zoom'. Declaration dropped. a995206:132

Expected 'none', URL, or filter function but found 'alpha('. Error in parsing value for 'filter'. Declaration dropped. a995206:132

Expected declaration but found '*'. Skipped to next declaration. a995206:132

Error in parsing value for 'background-image'. Declaration dropped. a995206:132

Error in parsing value for 'display'. Declaration dropped. a995206:132

Unknown property 'user-select'. Declaration dropped. a995206:135

Unknown property 'font-color'. Declaration dropped. a995206:144

Unknown property '-moz-border-radius'. Declaration dropped. a995206:144

Unknown property '-moz-box-shadow'. Declaration dropped. a995206:147

Unknown property '-moz-border-radius'. Declaration dropped. a995206:147

Unknown property 'user-select'. Declaration dropped. a995206:147

Unknown property 'zfill'. Declaration dropped. a995206:147

Unknown property '-moz-box-shadow'. Declaration dropped. a995206:150

Unknown property 'writing-mode'. Declaration dropped. a995206:150

Unknown property '-moz-border-radius'. Declaration dropped. a995206:150

Error in parsing value for 'position'. Declaration dropped. a995206:150

Error in parsing value for 'background-image'. Declaration dropped. a995206:150

mutating the [[Prototype]] of an object will cause your code to run very slowly; instead create the object with the correct initial [[Prototype]] value using Object.create a995206:6864

Error in parsing value for 'background'. Declaration dropped. web:1

Expected 'none', URL, or filter function but found 'progid'. Error in parsing value for 'filter'. Declaration dropped. web:1

Use of getPreventDefault() is deprecated. Use defaultPrevented instead. 5daf44b:384

Error: , undefined as prefix

Avatar
Discard
Best Answer

Open your web console (usually Ctrl+Shift+J) should open it, and check if any error messages are getting displayed there.

If there are some messages , paste them here and we'll have a look.


Avatar
Discard