[horde] Horde Layout not displaying
Matthew Moore
m.moore at jpci.net
Fri Jul 15 11:42:18 PDT 2005
Jan,
I grabbed the mysql_create script from Horde 2.1 and this is what I
found -
CREATE TABLE horde_prefs (
pref_uid char(255) not null,
pref_scope char(16) not null default '',
pref_name char(32) not null,
pref_value text null,
primary key (pref_uid, pref_scope, pref_name)
);
So the pref_value isn't set as longtext.
Cheers
Matt
-----Original Message-----
From: horde-bounces at lists.horde.org
[mailto:horde-bounces at lists.horde.org] On Behalf Of Jan Schneider
Sent: 12 July 2005 15:46
To: horde at lists.horde.org
Subject: Re: [horde] Horde Layout not displaying
Zitat von Matthew Moore <m.moore at jpci.net>:
> Ok ive fixed this now. It would seem that the mysql upgrade script in
> horde scripts doesn't alter the pref_value field from text to longtext
> in horde_prefs.
Because it was already longtext in Horde 2.
> However its not overwriting the old last_login unix style date/time to
> the new format that horde 3 uses for imp :(
Because noone thought of that. Added to CVS.
Jan.
--
Do you need professional PHP or Horde consulting?
http://horde.org/consulting/
--
Horde mailing list - Join the hunt: http://horde.org/bounties/#horde
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: horde-unsubscribe at lists.horde.org
More information about the horde
mailing list