In the last days i am facing a major issue with EntityMetadataWrapperException: Unknown data property for fields of contributed modules.

I have checked all my fields and nothing is missing.

I have recently found posts about entity info cache but no solution of how to clear this cache.

I think this exception has to do with clearing my entity info cache.

Any idea if there is a progress in this matter?

Thank you

Comments

wodenx’s picture

You can use "drush ev" or the devel module's execute php block to execute the following line of PHP

entity_info_cache_clear();
ygerasimov’s picture

Category: support » bug

I have same issue. Shall this cache be cleaned during standard clearing cache (via Performance page or "drush cc all")? Looks like bug to me.

fago’s picture