Thank you for your suggestion, Massimo.
I deleted the logic. The only thing under def user() is now:
return dict(form=auth())
I also modified the logic in user.html by ''' '''.
<div id="user_filter">
{{
'''
if request.args(0)=='profile':
=H2('Your Filters:')
=XML('<p>Note: Filters are logically OR-gates (except for gender AND-gate).
You will get an email when ANY of the "price", "ratings", or "percentage
savings" criteria is matched. If you only want to use ratings filter, y
ou can set sale price to "Nope."</p>')
=formFil
pass
'''
}}
Still get the same error.
Here is the sqlite argument list in the ticket, if it helps:
Function argument list
(self=<pydal.adapters.sqlite.SQLiteAdapter object>,
table=<Table auth_event
(id,time_stamp,client_ip,user_id,origin,description)>,
fields=[(<pydal.objects.Field object>, 'auth'),
(<pydal.objects.Field object>, datetime.datetime(2016, 1, 25, 9,
16, 33, 848792)), (<pydal.objects.Field object>, '164.67.9.184'),
(<pydal.objects.Field object>, 207L), (<pydal.objects.Field
object>, 'User 207 Profile updated')])
Thanks again.
On Monday, January 25, 2016 at 8:59:17 AM UTC-8, Massimo Di Pierro wrote:
>
> Do you still get the ticket if you remove the logic for the additional
> form on the profile page?
>
>
--
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.