Hello,
U just installed the module and it is throwing at me a nice
Warning: Illegal string offset 'translatable' in field_is_translatable() (line 176 of C:\webserver\www\modules\field\field.multilingual.inc).
As you can see, I'm on an local sandbox running Drupal 7.14 and considering the file to which the warning is referring, I should point out that, I have the french language installed. However making EN the default language or completely disabling FR, didn't solve anything.
Comments
Comment #1
ParisLiakos commentedCan you check if you have this field available?:
field_newsletter_list
Comment #2
Tunox commentedIf you meant searching for its availability in the database, yes it is there field_data_field_newsletter_list
However I proceeded with an install of the module on a live server, and no errors there. The only difference between the two environments, that I see linked to this, is that in the live server I updated the .po file for the second language. I'll do the same on local and see if the issue goes away.
Comment #3
Tunox commentedyup as I suspected, error was related to an incomplete locale .po file. I installed Localization update module, run an update with it, and error gone away.
As far as I'm concerned this is fixed for me :)
Comment #4
ParisLiakos commentedgreat:)
thanks for reporting back!