On Jan 17, 2011, at 9:38 AM, Martín Mulone wrote: > return LOAD('plugin_comments','comments.load',args=[tablename, record_id, > page],ajax=True) > File > "/home/martin/Repositorios/google_appengine/web2py/gluon/compileapp.py", line > 145, in __call__ > extension=extension) > File "/home/martin/Repositorios/google_appengine/web2py/gluon/html.py", > line 262, in URL > acf = rewrite.map_url_out(application, controller, function, args, r or > _request) > File "/home/martin/Repositorios/google_appengine/web2py/gluon/rewrite.py", > line 867, in map_url_out > map = MapUrlOut(application, controller, function, args, request) > File "/home/martin/Repositorios/google_appengine/web2py/gluon/rewrite.py", > line 722, in __init__ > self.domain_application = self.request.env.domain_application > AttributeError: 'NoneType' object has no attribute 'env' > > I start to test, but I have this error In GAE >
Hopefully this is now fixed in the trunk. I wasn't able to test it, but at the very least it should do no harm, and it should fix this particular problem.