I have a clean installation of Drupal 5.0. The only modules I had installed at this point were Views, OG, and OG Galleries. I had decided to stick with the default view until I got all the modules I needed installed. When I went to the settings page during the installation of OG Galleries I got a fatal error. It was undefined function call _views_get_default_views(); in views.module.

I was able to avoid this error by opening the default view for OG Galleries and saving it as a custom view.

Comments

karens’s picture

Status: Active » Fixed

Found the problem. I needed to be sure that views_cache.inc was included in that function.

Anonymous’s picture

Status: Fixed » Closed (fixed)