Hi, In all my webapps I'm working with SQLFORM.grid, and testing with the
new versions I got this error:
<type 'exceptions.TypeError'> must be string, not listVERSIÓNweb2py™(2, 3,
2, datetime.datetime(2012, 12, 17, 15, 3, 30), 'stable')PythonPython 2.7.3:
C:\Python27\python.exeTRACEBACK
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
Traceback (most recent call last):
File "C:\Users\cespinoza\web2py-2.3.2\gluon\restricted.py", line 212, in
restricted
exec ccode in environment
File
"C:/Users/cespinoza/web2py-2.3.2/applications/avl/controllers/reports.py"
<http://127.0.0.1/admin/default/edit/avl/controllers/reports.py>, line 359, in
<module>
File "C:\Users\cespinoza\web2py-2.3.2\gluon\globals.py", line 193, in <lambda>
self._caller = lambda f: f()
File
"C:/Users/cespinoza/web2py-2.3.2/applications/avl/controllers/reports.py"
<http://127.0.0.1/admin/default/edit/avl/controllers/reports.py>, line 214, in
events
fecha_inicio = datetime.datetime.strptime(session.fecha_inicio,"%d-%m-%Y")
TypeError: must be string, not list
I Noticed that the pagination links now have added some get vars, maybe
are colliding with my vars, I'm using session vars
in order to get a right behavior with it, but with the new versions it
doesn't work...
Thanks
Christian.
--