I noticed that after adding my first multilingual block, which worked perfectly, I could not add any other multilingual block. Drupal complained that the sequence i18n_blocks_delta_seq could not be found. Upon adding this sequence to the database via phppgadmin, everything works fine.
I'm using Drupal 5.3 and Postgres 8.1.9 on a Debian Etch box.

Comments

jose reyero’s picture

Version: 5.x-2.2 » 5.x-2.x-dev
Status: Active » Fixed

I'm not using pgsql, so I just added it to the install file, but cant test it. It should be fixed now, please confirm

Manual update

CREATE SEQUENCE {i18n_blocks}_delta_seq INCREMENT 1 START 1
Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.