Re: [web2py] Re: How to solve '\x00' error

2019-01-31 Thread Jon Subscripted
Thanks! On Tue, Jan 15, 2019 at 12:36 PM Leonel Câmara wrote: > Jonsubs yes it could if for some reason web2py wasn't graciously stopped > which can happen depending on the OS and if web2py is taking too long to > shutdown. Again don't leave migrations enabled otherwise the pickle files > will

[web2py] Re: How to solve '\x00' error

2019-01-15 Thread Leonel Câmara
Jonsubs yes it could if for some reason web2py wasn't graciously stopped which can happen depending on the OS and if web2py is taking too long to shutdown. Again don't leave migrations enabled otherwise the pickle files will be being written which if stopped halfway can lead to corrupted pickle

Re: [web2py] Re: How to solve '\x00' error

2019-01-08 Thread Jon Subscripted
Hi Leonel, Could a PC reboot lead to the same problem Mostwanted reported? Regards, Jon. Libre de virus. www.avast.com

[web2py] Re: How to solve '\x00' error

2018-12-09 Thread mostwanted
Can you please explain further Leonel? On Wednesday, December 5, 2018 at 1:02:22 AM UTC+2, Leonel Câmara wrote: > > The application should be running with migration disabled in production in > which case this won't happen. > -- Resources: - http://web2py.com - http://web2py.com/book

[web2py] Re: How to solve '\x00' error

2018-12-04 Thread Leonel Câmara
The application should be running with migration disabled in production in which case this won't happen. -- 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) ---

[web2py] Re: How to solve '\x00' error

2018-12-03 Thread mostwanted
What concerns me is that I developed a standalone application with web2py & every-time there is a sudden power cut which is an issue in my area, when switching on a computer to continue using the application we find that the application has crushed! Isn't there a away to avoid the application

[web2py] Re: How to solve '\x00' error

2018-12-03 Thread Leonel Câmara
You can probably fix this simply by doing a fake migration to rebuild the .table files. Run your app with migrate=True and fake_migrate=True in your DAL. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) -

[web2py] Re: How to solve '\x00' error

2018-12-01 Thread mostwanted
Thanks for that reference Val K, i'm going through it trying to figure out my problem, every problem that is stated in the book that could cause broken migrations involves bad programming habits, thats by understanding anyway, like defining a field as one type and redefining it into another

[web2py] Re: How to solve '\x00' error

2018-12-01 Thread Val K
Chapter 6Fixing broken migrations -- 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

[web2py] Re: How to solve '\x00' error

2018-12-01 Thread mostwanted
Please refer me, what page, I will be lying if i said i looked it up! On Saturday, December 1, 2018 at 11:09:02 AM UTC+2, Val K wrote: > > It seems that dal-metafiles are broken. Did you try to fix it as the book > suggests? -- Resources: - http://web2py.com - http://web2py.com/book