I'm setting up a drupal site using postgresql and I'm getting error messages when I try to post a blog note using MarsEdit (Mac weblog editor). The error message is
warning: pg_query(): Query failed: ERROR: invalid input syntax for integer: "" in /xxx/yyy/drupal/includes/database.pgsql.inc on line 45.
user error:
query: INSERT INTO node (type, uid, promote, comment, moderate, format, status, title, body, teaser, created, changed, nid) VALUES('blog', '1', '1', '2', '', '0', '', 'Testing', 'opps', 'opps', '1136590102', '1136590102', '5') in /xxx/yyy/drupal/includes/database.pgsql.inc on line 62.
warning: Cannot modify header information - headers already sent by (output started at /xxx/yyy/drupal/includes/common.inc:384) in /xxx/yyy/drupal/includes/xmlrpcs.inc on line 93.
warning: Cannot modify header information - headers already sent by (output started at /xxx/yyy/drupal/includes/common.inc:384) in /xxx/yyy/drupal/includes/xmlrpcs.inc on line 94.
warning: Cannot modify header information - headers already sent by (output started at /xxx/yyy/drupal/includes/common.inc:384) in /xxx/yyy/drupal/includes/xmlrpcs.inc on line 95.
warning: Cannot modify header information - headers already sent by (output started at /xxx/yyy/drupal/includes/common.inc:384) in /xxx/yyy/drupal/includes/xmlrpcs.inc on line 96.
I found some entries about similar problems at http://drupal.org/node/27870 but it seems that this occured for all entries but for me everything works fine as long I enter stuff using the web site.