Thanks for the reply. I did what you suggested but I get an error: list index out of rangeThe def user(): function is there in the default controller. If I manually change the URL to: http://127.0.0.1:8000/tukker/default/user/login. I get the right page.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Sundar Ramanujam Nadimpalli On Wed, Jun 12, 2013 at 2:45 PM, Johann Spies <johann.sp...@gmail.com>wrote: > Try changing the third line in to > > (T('Login'), False, URL('default', 'user'), []), > > and see whether it makes a difference. > > Do you still have a 'def user():' function in your default controller? > > Regards > Johann > > Do > > > On 12 June 2013 09:28, Sundar Nadimpalli <sun...@signumsol.com> wrote: > >> Hi Folks, >> >> I am going through this excellent tutorial. >> >> I am stuck at this section: http://killer-web-development.com/section/5/4. >> >> >> The section tells me the create a menu. Which I did. In the menu all the >> links work fine. Ex. the help menu goes to: >> http://127.0.0.1:8000/tukker/default/help. As expected. >> >> But the login menu goes to: http://127.0.0.1:8000/default/user/login and >> this throws up a invalid request. My menu.py looks like this: >> response.menu = [ >> (T('Home'), False, URL('default', 'index'), []), >> (T('Help'), False, URL('default', 'help'), []), >> (T('Login'), False, URL('default', 'user', 'login'), []), >> (T('Privacy'), False, URL('default', 'privacy'), []), >> ] >> >> Am I doing something wrong? Please advice. >> >> Regards, >> Sundar >> >> >> On Thursday, June 6, 2013 11:37:31 PM UTC+5:30, Sundar Nadimpalli wrote: >> >>> Wow. Very happy to note that. >>> >>> >>> >>> >>> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~**~~~~ >>> >>> >>> > Hi Marco, >>>> > I have a heard lot of praise for your tutorial and can't wait to get >>>> > started. But your site is down and returns a 502. I know that you may >>>> be >>>> > busy with other things, but still I would like to request you to >>>> consider >>>> > bringing the site back up. >>>> > >>>> > Thanks, >>>> > Sundar >>>> > >>>> > On Wednesday, December 21, 2011 12:03:21 AM UTC+5:30, >>>> ma...@rockiger.com >>>> > wrote: >>>> >> >>>> >> I published the first 3 chapters of my web development tutorial at >>>> >> http://killer-web-development.**com<http://killer-web-development.com> >>>> >> >>>> >> It's aimed at total web development beginners and uses web2py as >>>> >> framework. >>>> >> >>>> >> The idea was to write a web development tutorial based on web2py, >>>> because >>>> >> web2py is the easiest >>>> >> to use web development solution - maybe I can rescue a few people >>>> from >>>> >> starting with PHP. >>>> >> >>>> >> The book aims to be an mixture of railstutorial.org and the Head >>>> First >>>> >> series. Lots of images and >>>> >> very low level subject matter. A the end readers will develop a full >>>> >> microblogging service. >>>> >> >>>> >> I would appreciate any feedback. >>>> >> >>>> >> Best >>>> >> marco >>>> > >>>> > -- >>>> > >>>> > --- >>>> > 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 >>>> > web2py+unsubscribe@**googlegroups.com<web2py%2bunsubscr...@googlegroups.com> >>>> . >>>> > For more options, visit >>>> > https://groups.google.com/**groups/opt_out<https://groups.google.com/groups/opt_out> >>>> . >>>> > >>>> > >>>> >>>> -- >>>> >>>> --- >>>> You received this message because you are subscribed to a topic in the >>>> Google Groups "web2py-users" group. >>>> To unsubscribe from this topic, visit https://groups.google.com/d/** >>>> topic/web2py/pL9L2kgdGxA/**unsubscribe?hl=en<https://groups.google.com/d/topic/web2py/pL9L2kgdGxA/unsubscribe?hl=en> >>>> . >>>> To unsubscribe from this group and all its topics, send an email to >>>> web2py+unsubscribe@**googlegroups.com<web2py%2bunsubscr...@googlegroups.com> >>>> . >>>> For more options, visit >>>> https://groups.google.com/**groups/opt_out<https://groups.google.com/groups/opt_out> >>>> . >>>> >>>> >>>> >>> -- >> >> --- >> 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 web2py+unsubscr...@googlegroups.com. >> For more options, visit https://groups.google.com/groups/opt_out. >> >> >> > > > > -- > Because experiencing your loyal love is better than life itself, > my lips will praise you. (Psalm 63:3) > > -- > > --- > You received this message because you are subscribed to a topic in the > Google Groups "web2py-users" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/web2py/pL9L2kgdGxA/unsubscribe?hl=en. > To unsubscribe from this group and all its topics, send an email to > web2py+unsubscr...@googlegroups.com. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- --- 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 web2py+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.