[Tickets #8435] lots of "DB Error: unknown error: INSERT INTO" when Horde_Cache is enabled
bugs at horde.org
bugs at horde.org
Wed Jul 15 15:56:46 UTC 2009
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/8435
------------------------------------------------------------------------------
Ticket | 8435
Created By | tek at dgap.mipt.ru
Summary | lots of "DB Error: unknown error: INSERT INTO" when
| Horde_Cache is enabled
Queue | Horde Base
Version | 3.2.2
Type | Bug
State | Unconfirmed
Priority | 1. Low
Milestone |
Patch |
Owners |
------------------------------------------------------------------------------
tek at dgap.mipt.ru (2009-07-15 11:56) wrote:
I have just upgraded to Horde 3.2.2 and IMP 4.1.6 and get them working
with PostgreSQL backend. Everything seems to be working just fine, but
in logs, i got a lot of error messages on horde_cache tables:
[horde] DB Error: unknown error: INSERT INTO horde_cache (cache_id,
cache_timestamp, cache_expiration, cache_data) VALUES
('6ce9d5bdf7e6e1eee4e790cbd156b7af', 1247666680, 1247753080, FALSE)
[nativecode=ERROR: column "cache_data" is of type text but expression
is of type boolean HINT: You will need to rewrite or cast the
expression.] [pid 32594 on line 226 of
"/var/www/localhost/htdocs/horde/lib/Horde/Cache/sql.php"]
...
[imp] DB Error: unknown error: INSERT INTO horde_cache (cache_id,
cache_timestamp, cache_expiration, cache_data) VALUES
('e629f174ffe682593097290b886eaae2', 1247672866, 1247759266, FALSE)
[nativecode=ERROR: column "cache_data" is of type text but expression
is of type boolean HINT: You will need to rewrite or cast the
expression.] [pid 3025 on line 226 of
"/var/www/localhost/htdocs/horde/lib/Horde/Cache/sql.php"]
What other info is needed to fix this problem?
More information about the bugs
mailing list