[solved] Address Field India Support
KerrySanto - February 23, 2008 - 15:51
| Project: | CCK Address Extensions |
| Version: | 5.x-1.6 |
| Component: | India-Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | reviewed & tested by the community |
Jump to:
Description
Hi there, when I went to enable the Address Field for India Support this came back
Parse error: syntax error, unexpected T_STRING, expecting ')' in /home/scaryme/public_html/testsite/drupal/modules/cck_address_extensions/india/cck_address_india.module on line 144
Can you let me know how to fix this or if there is something I should have done or uploaded that I may have missed? New to drupal, so its on a testsite I been putting together and breaking things, not a coder but would welcome the advice on how to put this right

#1
#2
See this: http://drupal.org/node/197969
I'll leave this issue open this time until the repository gets fixed and I can make another release which includes the fix.
#3
thank you
#4
This error is caused by a typo in the line 144 of cck_address_india.module
'en_IN' => 'en_IN,array, namely - right apostrophe is missing. So, after fix the code will look like this:
'en_IN' => 'en_IN',Please update the module with this fix as it is silly to keep it buggy.
#5
#6
When I try to enable this module in Drupal 6, I get the following error: "This version is incompatible with the 6.10 version of Drupal core."
Kindly help me out with this.
#7
Don't hijack the title!
There is no Drupal 6 version of this module. Clearly.