Hi,
I don't know if this problem arises i18n or core module, but I try to ask you some hints.
My test site has two languages: italian (default) and english. I have defined one custom content type ('test') with translations available.
If I create a new 'test' node, everything works well (I can chose italian, english or neutral). If later I try to add a translation for this node (example: the first node is 'italian' and I try to add 'english' translation), the node is created but it doesn't "linked" correctly as translations of the previous node.
I have investigated a bit on the database and the problem is that the tnid of the first node (source) remains 0 also after the translation creation. If I change manually the tnid field of the source node (equally to the nid field of the same node), everything works well (for this node).
Someone knows a possible cause of this "problem"? At the moment I can edit the value in db, but obviously it isn't a feasible on a working/live site!
Thanks in advance,
Saxx

Comments

nedjo’s picture

This would be a core Drupal issue.

Please search the drupal core issue queue for a similar issue (use the advanced search screen and filter for component = 'translation.module') and update it, or open a new issue if you don't find one.

jose reyero’s picture

Project: Internationalization » Drupal core
Version: 6.x-1.0-beta6 » 6.x-dev
Component: Miscellaneous » language system
Category: bug » support

Moving to Drupal core queue

ainigma32’s picture

Status: Active » Postponed (maintainer needs more info)

@Saxx: Are you using any contributed modules? And - if you do - have you tried disabling them?

- Arie

jose reyero’s picture

Status: Postponed (maintainer needs more info) » Closed (duplicate)
suffering drupal’s picture

Hello, I have the same problem.
Why not a direct link to where the issue has been move to?
Thanks.