Immediatly from installation of the module, I get these warnings: (******* => domain replaced)
* warning: array_fill() [function.array-fill]: Number of elements must be positive in /home/vhosts/******.nl/subdomains/drupal/httpdocs/includes/database.inc on line 240.
* warning: implode() [function.implode]: Bad arguments. in /home/vhosts/*******.nl/subdomains/drupal/httpdocs/includes/database.inc on line 240.
* 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 query: SELECT COUNT(*) FROM drupal_node n LEFT JOIN drupal_node nt ON n.nid = nt.tnid AND nt.language = 'nl' WHERE n.type IN () AND ((n.nid = n.tnid OR n.tnid = 0) AND n.language <> '' AND n.language IS NOT NULL) in /home/vhosts/*******.nl/subdomains/drupal/httpdocs/modules/translation_overview/translation_overview.module on line 166.
* 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 query: SELECT DISTINCT(n.nid), n.title, n.type, n.language, n.status, n.created, n.tnid, nt.nid AS t_nid, CASE WHEN n.language = 'nl' THEN '4 LOCAL' WHEN nt.translate = 0 THEN '3 DONE' WHEN nt.tnid IS NULL THEN '2 MISS' WHEN n.nid = n.tnid THEN '1 OLD' ELSE 'unknown' END AS translation_status, 0 AS i18n FROM drupal_node n LEFT JOIN drupal_node nt ON n.nid = nt.tnid AND nt.language = 'nl' WHERE n.type IN () AND ((n.nid = n.tnid OR n.tnid = 0) AND n.language <> '' AND n.language IS NOT NULL) ORDER BY translation_status ASC LIMIT 0, 30 in /home/vhosts/*******.nl/subdomains/drupal/httpdocs/modules/translation_overview/translation_overview.module on line 166.
What could this be?
Comments
Comment #1
ctrnz commentedDo You have any of content types enabled for translations?
Check these settings in your setup:
At least two languages enabled
Under Content type workflow - Multilanguage support "Enabled, with translation" checked.
Comment #2
TwanVeugelers commentedthanx, it was the last one....
grtz,
Twan
Comment #3
Freso commented#280060: Warnings
Comment #4
vkha commentedthe same here. However I can't find this magic "Under Content type workflow - Multilanguage support ..." place :)
UPD: OK, I see. In "Administer" -> "Content management" all content types like forum, blog, etc should be visited, "Workflow settings" should be opened and there things should be ticked.