On Dec 9, 5:27 pm, mdipierro <[EMAIL PROTECTED]> wrote: > Your first problem. I am going to need your help in debugging this. > Lines 134-135 are > if request.vars.query: > match=regex.match(request.vars.query) > I do not see how you can get the error below unless you have > request.vars.query=something in you model.
The only uncommented 'request' is in the std T2...at the top of my model not the bottom, since I use the t2_person tables myself. > In the second case. appadmin extends 'layout.html'. That is probably > making the difference. Well, this is why I set it to extend a copy of the default layout.html, renamed as 'layout_default.html' I still think that appadmin.py/.html shouldn't be included within the app but rather as part of the core. This way upgrades are easier & there's no worry about custom designs messing with it. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/web2py?hl=en -~----------~----~----~----~------~----~------~--~---

