On 8/21/07, Liz Young <..hidden..> wrote:
DBD::Pg::st execute failed: ERROR: date/time field value out of range: "0"
HINT: Perhaps you need a different "datestyle" setting.
Error!
This is a known issue for some versions. To correct, log into the db with PgAdmin, psql, or the like and run the following query:
UPDATE defaults SET value = NULL WHERE setting_key = 'closedto';
To prevent this from happening again, please upgrade to 1.2.7.
Best Wishes,
Chris Travers