ok, next step. Are you on windows ? what driver have you available for
mssql ? (you can see as soon as you start web2py.py in the console)
next step: open a shell (web2py.py -M -S theappname)
and do (or try to do)
auth.log_event('something')
db.commit()
db.auth_event.insert(client_ip='bogus', user_id=1, origin='tests',description
='trial1')
db.commit()
request.now
db.auth_event.insert(client_ip='bogus', time_stamp=request.now)
and post the results
On Wednesday, March 13, 2013 2:41:26 PM UTC+1, Marian wrote:
>
> Ah ok sorry. The structure is like this:
> id (PS, int, NOT NULL)
> time_stamp (datetime, NULL)
> client_ip (varchar(512), NULL)
> user_id (FS, int, NULL)
> origin (varchar(512), NULL)
> description (text, NULL)
>
--
---
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/groups/opt_out.