[dev] Ulaform release and future

Vilius Šumskas vilius at lnk.lt
Fri Jul 15 13:03:09 UTC 2011


> On 07/15/2011 02:31 PM, Vilius Šumskas wrote:
> >> On 07/15/2011 01:59 PM, Vilius Šumskas wrote:
> >>> verything works and at the current state I think Ulaform can be released
> as
> >> beta.
> >> FehlerSQLSTATE[42S01]: Base table or view already exists: 1050 Table
> >> 'turba_objects' already exists
> >>
> >> I can not update mysql tables through the admin interface.
> >>
> >> after git pull.
> >>
> >> and framework/bin php install_dev
> >>
> >> regards
> >>
> >> roman
> > Sorry about that. Try this patch http://bugs.horde.org/ticket/10345
> >
> thank's for the quick fix.
> 
> One step closer:
> 
> Migrating to UlaformUpgradeAutoIncrement (2)
> == 2 UlaformUpgradeAutoIncrement: migrating
> ===================================
> -- changeColumn(ulaform_fields, field_id, autoincrementKey)
>     -> 0.0425s
> -- dropTable(ulaform_fields_seq)
> -- changeColumn(ulaform_forms, form_id, autoincrementKey)
> SQLSTATE[42S02]: Base table or view not found: 1146 Table
> 'horde_4.ulaform_forms' doesn't exist

This means that ulaform_forms table was not created during first migration step. Re-run it. Something like:

horde-db-migrate ulaform 1

-- 
  Vilius



More information about the dev mailing list