Closed (duplicate)
Project:
Internationalization
Version:
6.x-1.0-beta3
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Sep 2008 at 14:22 UTC
Updated:
22 Sep 2008 at 17:50 UTC
The i18nstrings component uses "oid" as a field name in the schema. The name "oid" is reserved in Postgresql, so errors occur when attempting to enable the i18nstrings module.
The problem is easily resolved. The attached patch renames the field to o_id instead; I'm not sure of your naming convention, but it should be simple to search and replace o_id with another name if you prefer.
| Comment | File | Size | Author |
|---|---|---|---|
| i18nstrings.oid_.patch | 8.32 KB | elyobo |
Comments
Comment #1
elyobo commentedUpdating status.
Comment #2
jose reyero commentedhttp://drupal.org/node/266575
(And same comments apply for the patch)