[web2py] Re: Routing problem

2012-08-08 Thread Paulo Junqueira da Costa
Hi Jonathan, It is working now as I restarted apache. Many thank´s for your response. On Wednesday, August 8, 2012 6:13:08 PM UTC-3, Paulo Junqueira da Costa wrote: > > I just uploaded my first app do production under apache and following the > manual, I wrote a routes.py a

[web2py] Routing problem

2012-08-08 Thread Paulo Junqueira da Costa
I just uploaded my first app do production under apache and following the manual, I wrote a routes.py as follows: routers = dict( BASE = dict( default_application = 'vendasexpress', default_controller = 'default', default_function = 'index', domains = { 'venda

[web2py] Re: new demo appliance for gmap and fullcalendar

2012-05-28 Thread Paulo Junqueira da Costa
Maximo, Thanks for the example, but could you please post an example of how to get json from web2py to be used with fullcalendar? I´ve tried a lot, but still getting an error from fullcalendar. Tried even returning a string like: {{id: 2, start: "2012-05-28 10:24:17", end: "2012-05-31 10:24:00"

[web2py] Re: 404 access denied problem with janrain on cube2py

2012-05-12 Thread Paulo Junqueira da Costa
Hi, I´m having the same problem. My domain is condomniovip, and the whole auth process is going fine, except plugin-wiki. from gluon.contrib.login_methods.rpx_account import RPXAccount auth.settings.actions_disabled=['register','change_password','request_reset_password'] auth.settings.login_form

[web2py] Re: 404 access denied problem with janrain on cube2py

2012-05-12 Thread Paulo Junqueira da Costa
Hi, I´m having the same problem. The whilw atuh is working fine, except for plugin_wiki. from gluon.contrib.login_methods.rpx_account import RPXAccount auth.settings.actions_disabled=['register','change_password','request_reset_password'] auth.settings.login_form = RPXAccount(request, api_ke