not usable at all.
http://.../drupal6/en/admin/content/translation_overview

warning: array_fill() [function.array-fill]: Number of elements must be positive in /.../public_html/drupal6/includes/database.inc on line 235.
warning: implode() [function.implode]: Invalid arguments passed in /.../public_html/drupal6/includes/database.inc on line 235.
user warning: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') AND (n.nid = n.tnid OR n.tnid = 0) AND n.language != '' AND n.language IS NOT ' at line 1 query: SELECT COUNT(*) FROM node n WHERE n.type IN () AND (n.nid = n.tnid OR n.tnid = 0) AND n.language != '' AND n.language IS NOT NULL in /.../public_html/drupal6/sites/all/modules/translation_overview/translation_overview.module on line 111.
user warning: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') AND (n.nid = n.tnid OR n.tnid = 0) AND n.language != '' AND n.language IS NOT ' at line 2 query: SELECT n.nid, n.title, n.type, n.tnid, n.status, n.created, n.language, n.translate FROM node n WHERE n.type IN () AND (n.nid = n.tnid OR n.tnid = 0) AND n.language != '' AND n.language IS NOT NULL ORDER BY n.title ASC LIMIT 0, 30 in /.../public_html/drupal6/sites/all/modules/translation_overview/translation_overview.module on line 111

Comments

avi.wollman’s picture

Status: Active » Closed (works as designed)

go find where it's documented that you have to go to
http://.../drupal6/he/admin/content/node-type/story workflow settings\Multilingual support
before any of this stuff would work.

well after setting "Enabled, with translation" the error dissapeared.