Closed (fixed)
Project:
Internationalization
Version:
6.x-1.0-beta3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Aug 2008 at 21:54 UTC
Updated:
6 Oct 2008 at 19:36 UTC
Jump to comment: Most recent file
Comments
Comment #1
kmetz commentedsame here, same versions. happened after upgrading Multilanguage to 6.x-1.0-beta3 (from beta2)
Comment #2
tcconway commentedSame issue. Some further info:
Running d6.4, i18n v 1.0-b3 on a fresh install/fresh db.
I notice this when editing some of the content types though. There is no difference between my content types, yet the error shows up for "page", but not for "press_releases".
Comment #3
Alan Oliveira commentedadd this line on line 74
Comment #4
jotein commentedThanks, it worked for me.
Comment #5
defconjuan commentedawesome, works for me too
Comment #6
tcconway commentedBrilliant! Thanks too.
Comment #7
mvcThanks, alan.oliveira. I made a small improvement and created a simple patch file. If this works for you, please respond and flag this patch as having been reviewed and tested by the community.
Comment #8
Alan Oliveira commentedwell... how do I use this patch anyway?
juts copy and paste on line 74 ?
Comment #9
mvcthe handbook has information on how to apply a patch: http://drupal.org/node/60108
or you could do it by hand as you suggested. the lines which start with a + symbol are to be added between the existing lines (if there were any starting with a - symbol they would have to be removed). just find the corresponding section of the function i18nsync_form_alter() and add the three lines i wrote. but as the handbook says be sure to back up your files and your database first just in case!
once you've tried that, please come back and report your experiences. if there's a problem, i'll try to fix it. if everything works great, leave a positive review to help the module maintainers know that this patch should be considered for the next version.
Comment #10
gtakacs commentedCode snippet tested, it took care of the warning on the poll module.
Comment #11
skesslerWill this be included in the next version of the module or will we need edit this file each time? I have not needed to patch a module before.
Thanks,
Steve
Comment #12
mvc@denverdataman: the maintainer(s) of this module will mark the status of this issue as "fixed" when this issue has been resolved, by including this patch, or by some other means. until then you'll need to apply this small patch. as always with drupal, if you want to help the maintainers evaluate whether this patch actually solves this problem, you could test it and leave a brief review here. the more people who test a patch, the sooner it's likely to be included in the next version.
Comment #13
jose reyero commentedThanks
Comment #14
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.