Web Mobile Just Blank Page

Bug #926014 reported by Andre81
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Odoo Web (MOVED TO GITHUB)
Fix Released
Undecided
Unassigned

Bug Description

If I try to open mobile web version (http://localhost:8069/mobile), I retrieve only a blank page.

The package I've installed is openerp_6.1dev-20120202-020001-1_all.deb

the problem in openerp-server.log:

[2012-02-03 12:02:36,541][?] INFO:werkzeug:192.168.10.52 - - [03/Feb/2012 12:02:36] "GET /web/static/lib/jquery.ui/js/jquery-ui-1.8.9.custom.min.js HTTP/1.1" 404 -
[2012-02-03 12:02:36,994][?] INFO:werkzeug:192.168.10.52 - - [03/Feb/2012 12:02:36] "GET /web/static/lib/jquery.ui/js/jquery-ui-1.8.9.custom.min.js HTTP/1.1" 404 -
[2012-02-03 12:02:37,390][?] INFO:werkzeug:192.168.10.52 - - [03/Feb/2012 12:02:37] "GET /web_mobile/static/src/ HTTP/1.1" 404 -

workaround is create a symbolic link

root@debian:/usr/share# ln -s /usr/lib/pymodules/python2.6/openerp/addons/web/static/lib/jquery.ui/js/jquery-ui-1.8.17.custom.min.js /usr/lib/pymodules/python2.6/openerp/addons/web/static/lib/jquery.ui/js/jquery-ui-1.8.9.custom.min.js

and

root@debian:/usr/share# ln -s /usr/share/pyshared/openerp/addons/web/static/lib/jquery.ui/js/jquery-ui-1.8.17.custom.min.js /usr/share/pyshared/openerp/addons/web/static/lib/jquery.ui/js/jquery-ui-1.8.9.custom.min.js

ok, now the browser show correct page, but it's a workaround ;)

A.

Tags: blank mobile web

Related branches

Revision history for this message
Xavier (Open ERP) (xmo-deactivatedaccount) wrote :

Ah yes, the mobile client was forgotten when jquery-ui was updated in the desktop client library, the link is now fixed.

Changed in openerp-web:
status: New → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.