The scenario as following;
I have content type, only registered users can see this content type.

I created a view and disable SQL Rewriting because unregistered users have to see some of fields. everything is fine for now, but when I show field which is field collection the view shows error when unregistered users use that view;

Notice: field_view_mode_settings() .... /modules/field/field.module line#627
Warning: field_view_mode_settings() /modules/field/field.module line#627

I think this issue related to Entity API, it may related with Field Collection field.. Do you have any advice about solution?
thank you.