It is the traceback info:

Traceback (most recent call last):
  File "/Users/ra/Documents/Desarrollo/web2py/gluon/restricted.py",
line 181, in restricted
    exec ccode in environment
  File "/Users/ra/Documents/Desarrollo/wiki/applications/init/views/
plugin_wiki/page.html", line 111, in <module>
  File "/Users/ra/Documents/Desarrollo/web2py/gluon/dal.py", line
3457, in repr_ref
    def repr_ref(id, r=referenced, f=ff): return f(r, id)
  File "/Users/ra/Documents/Desarrollo/web2py/gluon/dal.py", line
3426, in ff
    row=r(id)
  File "/Users/ra/Documents/Desarrollo/web2py/gluon/dal.py", line
4387, in __call__
    record = self._db(self.id == key).select(limitby=(0,1)).first()
  File "/Users/ra/Documents/Desarrollo/web2py/gluon/dal.py", line
5164, in select
    return self.db._adapter.select(self.query,fields,attributes)
  File "/Users/ra/Documents/Desarrollo/web2py/gluon/dal.py", line
1077, in select
    rows = response(sql)
  File "/Users/ra/Documents/Desarrollo/web2py/gluon/dal.py", line
1067, in response
    self.execute(sql)
  File "/Users/ra/Documents/Desarrollo/web2py/gluon/dal.py", line
1152, in execute
    return self.log_execute(*a, **b)
  File "/Users/ra/Documents/Desarrollo/web2py/gluon/dal.py", line
1147, in log_execute
    ret = self.cursor.execute(*a,**b)
InternalError: current transaction is aborted, commands ignored until
end of transaction block




On 9 mayo, 11:44, Oscar <oscar.m...@gmail.com> wrote:
> Hi,
>
> I have an app at production environment wit migrate_enabled set to
> False, so I´m creating some new tables from meta-code page from the
> Wiki, it doesn't return any error when i save the code, so after add a
> create Widget for this new table I´m having errors.
>
> So, I having these errors because the migrate disabled?
>
> Regards,
>
> Oscar.

Reply via email to