w/ blogapi enabled, updatting 5.9 to 5.10 on a postgres based server gave error...
Drupal database update
warning: pg_query() [function.pg-query]: Query failed: ERROR: column "uid" does not exist in /export/home/drupal/html/includes/database.pgsql.inc on line 125.
user warning: query: CREATE INDEX blogapi_files_uid_idx ON blogapi_files (uid) in /export/home/drupal/html/includes/database.pgsql.inc on line 144.
Updates were attempted. If you see no failures below, you may proceed happily to the administration pages. Otherwise, you may need to update your database manually. All errors have been logged.
Main page
Administration pages
The following queries were executed
blogapi module
Update #5000
CREATE TABLE {blogapi_files} ( fid serial, filename varchar(255) NOT NULL default '', filepath varchar(255) NOT NULL default '', filesize int_unsigned NOT NULL default 0, PRIMARY KEY (fid) )
Failed: CREATE INDEX {blogapi_files}_uid_idx ON {blogapi_files} (uid)
Comments
Comment #1
pierce commentedthis error was in blogapi, which I don't use anyways, so I disabled and uninstalled it, and no more problems.
Comment #2
dpearcefl commentedConsidering the time elapsed between now and the last comment plus the fact that D5 is no longer supported, I am closing this ticket.