Closed (fixed)
Project:
Services
Version:
7.x-3.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Oct 2011 at 13:54 UTC
Updated:
29 Nov 2011 at 20:20 UTC
Jump to comment: Most recent file
Comments
Comment #1
marcingy commentedThis is not critical
Comment #2
marcingy commentedComment #3
hernangomez commentedIn a new installation of Drupal 6.22 with PostgreSQL 8.3 as database and the next modules :
Administration menu (6.x-1.6)
Chaos tools (6.x-1.8)
Devel generate (6.x-1.23)
Autoload (6.x-2.1)
Input stream helper (6.x-1.0)
REST Server (6.x-2.0-beta3)
XMLRPC Server (6.x-3.0)
Chaos tools (6.x-1.8)
Services (6.x-3.0)
I have a similar problem :
warning: pg_query() [function.pg-query]: Query failed: ERROR: null value for column «server_settings» restriction violate not null in /var/www/Drupal6/includes/database.pgsql.inc on line 138.
user warning: query: INSERT INTO services_endpoint (name, server, path, authentication, resources, debug) VALUES ('xmlrpc_cp_sa', 'xmlrpc_server', 'api/XMLRPC', 'a:1:{s:8:"services";s:8:"services";}', 'a:0:{}', 0) in /var/www/Drupal6/includes/common.inc on line 3538.
¿ Can i help you with any test ?
Comment #4
marcingy commentedBump back up to major we should fix this before 3.1 comes out.
Comment #5
marcingy commentedThe issue is that we don't declare an explicit default and mysql just works - this will be straight forward to fix.
Comment #6
marcingy commentedSet defaults for endpoint fields that are text/blob.
Comment #7
marcingy commentedComment #8
kylebrowning commented