Re: [web2py] Re: py4web posting to db

2020-03-04 Thread Lovedie JC
I just found out that the error was because I was having a null variable instead of an image in one of the lines. I still can't figure out how I can't have the Field(author, reference auth_user work. On Wed, Mar 4, 2020, 13:30 Maurice Waka wrote: > I've done some look up into the code, did some

Re: [web2py] Re: py4web posting to db

2020-03-04 Thread Maurice Waka
I've done some look up into the code, did some changes and checked how it behaves. I noted, that using the same codesomething is not right with the author field. See the screen shot, the author is not posting but the rest of info is posting. I used the sqlite browser to check the messages.

[web2py] Re: py4web posting to db

2020-03-03 Thread Dave S
On Tuesday, March 3, 2020 at 2:08:27 AM UTC-8, Maurice Waka wrote: > > Any help on this please ? > > On Friday, February 28, 2020 at 9:29:01 PM UTC+3, Maurice Waka wrote: >> >> I'm still learning a lot from py4web.especially not being a >> programmer myself, and I appreciate a lot from the

[web2py] Re: py4web posting to db

2020-03-03 Thread Maurice Waka
Any help on this please ? On Friday, February 28, 2020 at 9:29:01 PM UTC+3, Maurice Waka wrote: > > I'm still learning a lot from py4web.especially not being a programmer > myself, and I appreciate a lot from the help I get from you ALL. > > Anyway, I managed o create the tables and