[web2py] Re: Get User [auth_user] Janrain

2010-12-09 Thread RyaneD
You need to add your domain to the token_url whitelist which you can find on janrain.com under deployment domains and settings. If you are working locally try adding 'localhost' if you are working from a webdomain that is already hosted try adding that domain's name. On the offchance that you

[web2py] Janrain Database Errors

2010-12-09 Thread RyaneD
Hey everyone, Thanks for the help on my earlier problems. I am happy to say I am up and hosted. I am currently attempting to run my login through janrain. I uncommented the scaffolding section and I am pleased to announce that apparently Janrain is working. The login button shows a page with the

[web2py] Re: Janrain Database Errors

2010-12-09 Thread RyaneD
Found the solution. Apparently it is extremely important for the default auth() login page that the redirect go to said app/default/login page. I had sent it somewhere else and this seems to be the problem. On Dec 10, 12:23 am, RyaneD scadzomb...@gmail.com wrote: Hey everyone, Thanks

[web2py] Re: Deploying a site powered by web2py.

2010-12-05 Thread RyaneD
I really don't mean to be a bother by double posting or seeming needy but I really just need some help with this. I'm completely unable to figure out what is wrong. On Dec 5, 2:08 am, RyaneD scadzomb...@gmail.com wrote: Thanks. These are the only error logs I have. Last 300 Error Log messages

[web2py] Deploying a site powered by web2py.

2010-12-04 Thread RyaneD
Now I do understand that I am probably asking a very rudimentary question but in the end I need a rudimentary answer that I am just not finding. Or if I am finding I don't know what i am looking at. A little background: I have experience in Python and in Web Design, not much in the incorporation

[web2py] Re: Deploying a site powered by web2py.

2010-12-04 Thread RyaneD
of and combine with what's in chapter 11 of the web2py book. ~Brian On Dec 3, 11:21 pm, RyaneD scadzomb...@gmail.com wrote: Now I do understand that I am probably asking a very rudimentary question but in the end I need a rudimentary answer that I am just not finding. Or if I am

[web2py] Re: Deploying a site powered by web2py.

2010-12-04 Thread RyaneD
I followed the instructions on http://web2pyslices.com/main/slices/take_slice/68, which were starting to make sense but I am confounded with this error when i visit http://www.scadzombies.com/web2py : -- Internal Server Error The

[web2py] Re: Deploying a site powered by web2py.

2010-12-04 Thread RyaneD
:23 pm, RyaneD scadzomb...@gmail.com wrote: I followed the instructions onhttp://web2pyslices.com/main/slices/take_slice/68, which were starting to make sense but I am confounded with this error when i visithttp://www.scadzombies.com/web2py

[web2py] Re: Deploying a site powered by web2py.

2010-12-04 Thread RyaneD
## or # application=gluon.main.wsgibase_with_logging WSGIServer(application).run() On Dec 5, 12:52 am, Branko Vukelic bg.bra...@gmail.com wrote: Check the server logs. That usually means there's a bug in your scripts. On Sun, Dec 5, 2010 at 3:40 AM, RyaneD scadzomb