I'm a newbie.
I downloaded and installed "i18n-5.x-2.1.tar.gz" it on my drupal 5.2.
I use Postgresql 8.1.
I have followed all instructions contained in INSTALL.TXT file and I read the Internazionalization handbook, but..
When I enable the Translation Block, and I use it on my web site, I get back an error! A Postgresql error and I do not know how to correct it!
It seems that a fild in a table is an integer insted of a boolean..
Can someone help me to correct this problem, please?
Thanks and regard
Lorenzo
-----------------------------
* warning: pg_query() [function.pg-query]: Query failed: ERROR: argument of AND must be type boolean, not type integer in /usr/share/drupal5/includes/database.pgsql.inc on line 125.
* user warning: query: SELECT n.nid FROM i18n_node n INNER JOIN i18n_node a ON n.trid = a.trid AND n.nid != a.nid WHERE a.nid = 3 AND n.language = 'en' AND n.trid in /usr/share/drupal5/includes/database.pgsql.inc on line 144.
* warning: pg_query() [function.pg-query]: Query failed: ERROR: argument of AND must be type boolean, not type integer in /usr/share/drupal5/includes/database.pgsql.inc on line 125.
* user warning: query: SELECT n.nid FROM i18n_node n INNER JOIN i18n_node a ON n.trid = a.trid AND n.nid != a.nid WHERE a.nid = 3 AND n.language = 'it' AND n.trid in /usr/share/drupal5/includes/database.pgsql.inc on line 144.
---------------------------
Comments
Comment #1
jose reyero commentedCleaning issue queue for old versions. If you want to get any support consider using the forum or updating to 6.x.
See #626858: Internationalization 5.x Maintenance Policy. Approaching end of support.