Hello.
The site I am working with is a live site. I was doing some routine theme modification and adding a video archive when things went… weird.
I took it upon myself to provide the client with an update so I updated the modules he had that were out of date. I completed the work and everything seemed fine.
Next day, there’s a problem with the theme modification I provided and it took restoring the old modules and modifications to the css theme file to fix the problem.
Now, I cannot access admin/build/views or any of the views the site uses.
When I view the home page this error is created in the log. Homepage does not use any views.
include_once() [function.include]: Failed opening ‘/views_cache.inc’ for inclusion (include_path=’.:/usr/local/php5.2.6/lib/php’) in /usr/home/cust25/www/htdocs/sites/all/modules/views_filterblock/views_filterblock.module on line 9.
include_once(/views_cache.inc) [function.include-once]: failed to open stream: No such file or directory in /usr/home/cust25/www/htdocs/sites/all/modules/views_filterblock/views_filterblock.module on line 9.
When I view the video archive I created which is a view, it comes up as page not found.
I do not understand what is going on and I need to fix this by tonight.
Feel free to ask me any questions needed to resolve the problem.
Commenting on this Drupal Question is closed.
- Question type: Module