I originally was having the same issue on this thread:

https://www.drupal.org/node/2293995

In brief, certain views were not showing up due to the enabling of OG access control module, which I need to have private groups. It is not technically fixed as the suggested patch from comment #195 on this thread https://www.drupal.org/node/1349080 fixes the stated problem but creates another problem, which is the breaking of Search queries.

Basically with that patch the Search for any non-admin user doesn’t work and always says ‘Your search yielded no results’. I know it works with OG_access disabled and I am absolutely sure that have my search permissions are set correctly. Search also works without the node patch mentioned.

So I’ve updated core to 7.33 which removes the patch effectiveness and brings back the Search display but sadly am back to the original problem.

I have re-applied by hand elements of the above patch to the new node.module and node.test files but it still breaks search queries for non-admin.

So I’m officially opening up a new thread on the original problem that OG_access disables the viewing of certain views.

Now the only way to get this view to show is to 'disable SQL rewriting' in the query options of the View, and I don't know if that's the best route.

Any help or feedback would be greatly appreciated.