Closed (duplicate)
Project:
Advanced Forum
Version:
7.x-2.3
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Aug 2013 at 21:30 UTC
Updated:
29 Oct 2013 at 12:43 UTC
Hello,
after upgrading form version 7.x-2.1 to 7.x-2.2 or 7.x-2.3 I get this mesages:
Notice: Trying to get property of non-object in i18n_taxonomy_localize_terms() (Line 1035 in /.../sites/all/modules/i18n/i18n_taxonomy/i18n_taxonomy.module).
Warning: array_flip(): Can only flip STRING and INTEGER values! in DrupalDefaultEntityController->load() (Line 178 in /.../includes/entity.inc).
Warning: array_flip(): Can only flip STRING and INTEGER values! in DrupalDefaultEntityController->cacheGet() (Line 355 in /.../includes/entity.inc).Bevor upgrading everything works fine..
Thanks for any help!
Best regards
Frank
Comments
Comment #1
troky commentedit looks like Internationalization module bug, not AF.
Comment #2
fraweg commentedhmm.. and why does the 7.x-2.1 work? I have make no change in the Internationalization module! So something changes in AF what make this issue.
So I think this issue should be open until it is fixed. But I will post it on Internationalization module too...
Best regards
Frank
Comment #3
fraweg commentedComment #4
fraweg commentedThe thread in the internationalisation forum is here:
https://drupal.org/node/2060327
Best regards
Frank
Comment #5
troky commentedDuplicate of #1525176: Using array_diff_assoc() for multilevel arrays in DrupalDefaultEntityController->cacheGet()
Comment #6
HolodGLD commentedNot one of these patches does not solve the problem
Comment #7
fraweg commentedHello,
I have the same problem. Not one of these patches does not solve the problem!
@HolodGLD did you find a solution?
Best regards
Frank
Edit: for this issue "Warning: array_flip(): Can only flip STRING and INTEGER values!" this patch work:
https://drupal.org/node/1102570 #95
But this not a solution for this issue:
Notice: Trying to get property of non-object in i18n_taxonomy_localize_terms()