This should not be happening. You are one of the first web2py users. Is it possible you upgraded web2py but not the admin app? Try the following:
1) delete everything in yourapp/errors and admin/errors 2) run web2py with python web2py.py -upgrade=yes and than check the ticket again. If you get a ticket and then click on it an get another ticket, send me the new ticket files you find under yourapp/erros and admin/errors On Aug 27, 1:43 pm, klarson <[email protected]> wrote: > My import statements: > from gluon.html import * > from gluon.validators import * > > I haven't figured out why but I can't view the error tickets in web2py > (just started recently). If I click on the link, it redirects to a > new Internal Error with a new number (though no new error is logged). > Does anyone know another way to view the ticket so that it is legible > or what my problem is with admin? I've never touched any code except > for the app I'm developing. And sorry - off topic to my original > question :) > > On Aug 27, 12:43 pm, DenesL <[email protected]> wrote: > > > On Aug 27, 12:27 pm, klarson <[email protected]> wrote: > > > > Please ignore the parentheses as I cut/paste a segment of the code > > > from the entire form. It has several more TR elements but they all > > > work once I remove the INPUT element. The entire code works in the > > > controller so there shouldn't be a parentheses problem. > > > OK. > > How are you importing everything from gluon.html?. > > Can you post the error?. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py-users" 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 -~----------~----~----~----~------~----~------~--~---

