Thanks for the helpful information, Massimo. That doesn't sound very hard.
--Jonathan On Nov 20, 4:58 pm, mdipierro <[EMAIL PROTECTED]> wrote: > You only need to edit the gluon/restricted.py > > and replace this line in log(...): > > cPickle.dump(d,open(os.path.join > (request.folder,'errors',f),'wb')) > > check if you are on gae by trying to import google (as done in other > places). If so define a table for the tickets and insert "d" in that > table. > > Then you need to change admin to retrieve the tickets: > - change administrator authentication using google API to check if > user is owner of site > - try read tickets from the table above before reading from filesystem > > right now admin is not deplyed on GAE at all. > > Massimo --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

