I am trying to use the plugin_checkout from the Appliances list, and recieve
the following error. Everything looks fine to me, and my other apps work,
any ideas?


Traceback (most recent call last):
  File "/home/thadeusb/Applications/web2py/gluon/restricted.py", line
184, in restricted

    exec ccode in environment
  File 
"/home/thadeusb/Applications/web2py/applications/Google_Checkout/models/db.py"
<http://127.0.0.1:8000/admin/default/edit/Google_Checkout/models/db.py>,
line 5, in <module>

    Field('status', length=64),

  File "/home/thadeusb/Applications/web2py/gluon/sql.py", line 1222,
in define_table

    query = t._create(migrate=migrate, fake_migrate=fake_migrate)

  File "/home/thadeusb/Applications/web2py/gluon/sql.py", line 1637, in _create

    self._db._execute(query)

  File "/home/thadeusb/Applications/web2py/gluon/sql.py", line 863, in <lambda>

    self._execute = lambda *a, **b: self._cursor.execute(*a, **b)
OperationalError: near "order": syntax error



-Thadeus

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to web2py@googlegroups.com
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to