[web2py] Debug error

2019-03-06 Thread Maurice Waka
I got this error when trying to debug: Traceback 1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. 12. 13. 14. Traceback (most recent call last): File "/home/mauricewaka/web2py/gluon/main.py", line 444, in wsgibase serve_controller(request, response, session) File

Re: [web2py] Re: Web2py Debug Error

2014-12-17 Thread Shaun Smith
Hi Mariano I've made your suggested changes and the debug seems to work perfectly. Many Thanks! Shaun On Monday, December 15, 2014 8:50:00 PM UTC+2, Mariano Reingart wrote: Hi Shaun: There seems to be an issue with the latest changes in DAL (__all__ was removed from gluon.dal). To fix

Re: [web2py] Re: Web2py Debug Error

2014-12-15 Thread Mariano Reingart
Hi Shaun: There seems to be an issue with the latest changes in DAL (__all__ was removed from gluon.dal). To fix it, in /web2py/applications/admin/controllers/debug.py you should remove the last condition from line 75/76: and \ name not in gluon.dal.__dict__: Anyway,

[web2py] Re: Web2py Debug Error

2014-12-14 Thread Shaun Smith
Hi I had the following html comment block in my 'index.html' view. When I deleted the block the app ran again. !-- h2 New Blog Post /h2 {{=form}} h2 Previous Posts /h2 {{=rows}} -- Kind Regards Shaun On Friday, December 12, 2014 11:06:04 AM UTC+2, Shaun Smith wrote: Hi I am a new