Advertisement
Guest User

Untitled

a guest
Oct 16th, 2013
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. open-ils.cstore 2013-10-16 12:18:02 [INFO:19330:osrf_application.c:1040:1381951075193650] CALL: open-ils.cstore open-ils.cstore.direct.config.i18n_locale.search.atomic {"code":{"!=":null}},{"order_by":{"i18n_l":"name"}}
  2. open-ils.cstore 2013-10-16 12:18:02 [ERR :19330:oils_sql.c:5605:1381951075193650] open-ils.cstore: Error retrieving config::i18n_locale with query [SELECT "i18n_l".code, "i18n_l".marc_code, oils_i18n_xlate('config.i18n_locale', 'i18n_l', 'name', 'code', "i18n_l".code::TEXT, 'en-US') AS "name", oils_i18n_xlate('config.i18n_locale', 'i18n_l', 'description', 'code', "i18n_l".code::TEXT, 'en-US') AS "description" FROM config.i18n_locale AS "i18n_l" WHERE "i18n_l".code IS NOT NULL ORDER BY name;]: 0 ERROR: function oils_i18n_xlate(unknown, unknown, unknown, unknown, text, unknown) does not exist
  3. LINE 1: SELECT "i18n_l".code, "i18n_l".marc_code, oils_i18n_xlate('...
  4. ^
  5. HINT: No function matches the given name and argument types. You might need to add explicit type casts.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement