Closed (fixed)
Project:
Internationalization
Version:
7.x-1.0-rc1
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
12 Jul 2011 at 21:19 UTC
Updated:
28 Jul 2011 at 15:01 UTC
What, if any, is the correct protocol for rolling this module backwards? Were changes made to the database? Can I just turn the module off and upload the older version and turn it back on?
Since i have updated from beta6, all my nodes with references are unable to find nodes in a 2nd language, which is seriously screwing up my site. I have that part of it posted in the References issue queue, but so far there has been no response. I don't really know if the problem is on their side or with i18n. something apparently changed with i18n and References (which was relying on an uncommitted patch to get this working in the first place) didn't like it.
Comments
Comment #1
jose reyero commentedWe may try to fix it, but investing any time on 'how to downgrade' is not an option. So if you want to reword this as a bug report...
Comment #2
cpelham commentedThanks, Jose.
I think the new title covers it. but to expand, If I edit a node that has a node reference field, and I want to reference a node in the primary language (in my case English), then the field form will find either the node title or nid and the node can be correctly saved and displayed.
However, if I try to reference a node (via title or nid) that is not in English, then I will get an error message saying that node cannot be found.
This worked under i18n beta6 (but only with the help of a patch that is in the References module issue queue but is not yet committed), but stopped working under beta7. So, this may be a problem with References. Maybe something in i18n changed and the patch to References needs to changea with it, but I am not sure.
Comment #3
jose reyero commentedThis may be 'content selection'. Try disabling 'Multilingual select' module or disabling it for node edit paths.
node/add
node/*/edit
Comment #4
cpelham commentedDisabling for those node edit paths solved the problem. You are a rock star, Jose!!
Can this be added into the install text file instructions? Or can it be disabled for those paths by default?
Comment #5
jose reyero commentedhttp://drupal.org/node/1218844
Feel free to improve that instructions.