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. 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.
(I also posted a copy of this on the forum located here: http://drupal.org/node/446224)
Comments
Comment #1
dawehnerso
a few question:
do you have views module still there where it was? i think there is the problem.
do you have both modules (views, views_filterblock) updated to current version?
Comment #2
Passionate_Lass commentedBoth modules are in the sites/all/modules/ folders where they were originally.
Yes, I updated both to the updated views, and views_filterblock 5.x modules.
Comment #3
Passionate_Lass commentedHi.
I backed up the tables related to views.
Disabled, uninstalled the views modules. Reinstalled. Views admin is accessible. Ran the SQL from the backup. Views have been put back and are working. Now just need the tweak some things I think and it's back to how it was.
Comment #4
esmerel commentedGiven the age of this issue, I have to presume it's either figured out or no longer relevant.