[horde] DB Schema update to Turba 3.0 fails
David Solbach
d at vidsolbach.de
Sat Apr 9 10:38:41 UTC 2011
Hi Michael,
Never mind my other mail with the "Time format (--) not recognized" error, I
fixed it myself with
UPDATE turba_objects
SET object_bday = NUlL
WHERE object_bday = "--"
Now turba works fine.
Cheers,
David
Am Freitag, 8. April 2011, 06:03:10 schrieb Michael Rubinsky:
> Quoting David Solbach <d at vidsolbach.de>:
> > Hi,
> >
> > the db schema update for turbo seems to fail. After I updated the DB
> > Schema in
> > the admin interface, I got the error:
> >
> > SQLSTATE[42S22]: Column not found: 1054 Unknown column
> > 'object_middlenames' in
> > 'field list
> >
> > After adding object_middlenames and object_namesuffix in the database I
> > could see the list of contacts, but when I tried to open the detail
> > view, the column
> > object_phototype was missing.
>
> It sounds to me like you using a database from the previous version of
> Turba that wasn't the "out of the box" schema of turba_objects, but
> you are now using the backends.php configuration as if you were. You
> either need to manually update your turba_objects table schema to
> match what you have in backends.php, or update backends.php to match
> what is in your table...
>
> > Is this a bug I should report?
>
> If the above doesn't help, then yes.
>
>
> Thanks for the report.
>
>
> mike
>
> The Horde Project (www.horde.org)
> mrubinsk at horde.org
More information about the horde
mailing list