I've upgraded the Views module from 6.x-2.12 to 6.x-2.13, now all my custom views won't display on the site. I've cleared both the Views Cache and Drupal Cache too. Below is the method used to upgrade the module.

1. Set the site to maintenance mode.
2. Disable the Views 6.x-2.12 module.
3. Delete the Views 6.x-2.12 directory and untar the Views 6.x-2.13 in it's place.
4. Run update.php
5. Enable the Views 6.x-2.13 module.

No errors present in the log. The custom views do not display on the site. Any ideas why?

Comments

vm’s picture

do the custom views appear in the views ui?
if so, edit one, check for any errors, resave the view and test.

SarangPSL’s picture

Tytest,

I faced similar issue recently and restarting the webserver did the trick for me.

Sarang