Hard to say without seeing code. Obviously the mail_logger table is not defined in the context of the task being executed. Is it possible the db object is redefined somewhere in the code?
On Wednesday, August 22, 2018 at 6:15:47 AM UTC-4, Yebach wrote: > > Hello > > I have a scheduler running some emailing tasks. After email is sent it > should write into table mail_logger. When insert should happen I get an > error DAL object has no attribute mail_logger. > > On my test environment everything is working fine. > > any suggestions? > > Thank you > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

