[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Error on creating new customer



After filling the 'Add customer' form and pressing button Save I have
this message:

======= quote ========
DBD::Pg::db do failed: ERROR: attribute 9 has wrong type
DETAIL: Table has type character varying, but query expects character varying.
Error!

INSERT INTO customer (name)
VALUES ('Fri Feb 9 01:46:00 20073589')
ERROR: attribute 9 has wrong type
DETAIL: Table has type character varying, but query expects character varying.

======= unquote ========
version 1.1.8
postgre encoding UTF8

The error occures irrespective of the values entered in specific
fields. Any ideas please?