On Friday, April 1, 2016 at 12:13:30 PM UTC-7, Mohan Paliwal wrote: > > Can any one please help me in updating the web2py version from: 2.4.5 to > new: 2.13.4 (latest available at web2py site), or which support google > OAuth 2 login. > > Issue I am facing is application not loading the data, just getting stuck > at 'loading... ' screen after successful updates login and custom reports > are working and fetching the data from db. >
The "loading..." message has to do with using AJAX (probably through the LOAD() helper). That may help focus your attention on the right area. <URL:http://web2py.com/books/default/chapter/29/12/components-and-plugins#LOAD> You may be missing another javascript file update. I didn't start using LOAD until at least 2.10.1, so I'm not sure which one to point you at. Sidenote: this may be something useful for the fabfile scripts ... updating the js files after an upgrade. I do it more visually by using BeyondCompare.. /dps -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

