[web2py] Re: Bootstrap tooltips require tether

2019-02-07 Thread Константин Комков
Its error coming only when I start ajax request and return also full page with web2py welcome. > jQuery.ajax({ > type: "POST", > url: "getRequest", > data: 'data='+JSON.stringify(data), > cache: false, > success: func

Re: [web2py] Re: problem with cpdb.py "EXCEPTION: could not set DAL"

2019-02-07 Thread Jon Subscripted
Hi everyone, Eventually I managed to move on, without cpdb.py. I had to do it as Massimo suggests in this thread "Best way to migrate from sqlite to postgresql (or other db)": https://groups.google.com/forum/#!topic/web2py/mQk2hoRf7gw Eventhough, auth tables game me a lot of issues and had to tw

Re: [web2py] Re: problem with cpdb.py "EXCEPTION: could not set DAL"

2019-02-07 Thread Jon Subscripted
Hi eveyone, Just one clarification. When I said "I do not really know why, but some of the tables did not make it into the new db." in my previous email, I meant that some table data (as a whole) did not make it into the new db. This meaning the table is there but none of the original data (not a

[web2py] Re: Bootstrap tooltips require tether

2019-02-07 Thread Константин Комков
Also I see in admin panel that controller default.py opens only index in my old applications, but now default.py opens getRequest, index. In old app default.py contained not only one function but opened only index. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - htt