Hi there,

I am a vet, not a computed expert and therefore have to be treated as a 10 year old with these issues. I am running a 7.0 site and was prompted for security updates. I accepted and updates only to find the following error message on every page after updating "views":

Fatal error: require_once() [function.require]: Failed opening required '/homepages/30/d355119622/htdocs//includes/admin.inc' (include_path='.:/usr/lib/php5') in /homepages/30/d355119622/htdocs/sites/all/modules/views/views_ui.module on line 175

This is the first issue I have had with my Drupal site and the really first thing I would love to know so that I can sleep tonight is: will this be fixable? If so, any suggestions?

Thanks

Comments

pixelsweatshop’s picture

did you run update.php after you updated to the new versions?

syngamus81@hotmail.com’s picture

I did not - now I can not access the control (admin) panel - I can access nodes, not the homepage nor control panel - can I run that now without being able to access the panel?

Thanks

syngamus81@hotmail.com’s picture

I have run reptiland.es/update.php and I get a few things that look good and others that look bad!:

Warning: require_once(/homepages/30/d355119622/htdocs//includes/admin.inc) [function.require-once]: failed to open stream: No such file or directory in views_ui_theme() (line 175 of /homepages/30/d355119622/htdocs/sites/all/modules/views/views_ui.module).
Warning: require_once(/homepages/30/d355119622/htdocs//includes/admin.inc) [function.require-once]: failed to open stream: No such file or directory in views_ui_theme() (line 175 of /homepages/30/d355119622/htdocs/sites/all/modules/views/views_ui.module).

AND

Unresolved dependency views (Missing)
Views jQfx requires this module.
Error
Unresolved dependency views (Missing)
Views jQFX Cloud Carousel requires this module.
Error
Unresolved dependency views (Missing)
Views jQFX: Cycle requires this module.
Error
Unresolved dependency views (Missing)
Views jQfx: Galleria requires this module.
Error
Unresolved dependency views (Missing)
Views jQFX: Imageflow requires this module.
Error
Unresolved dependency views (Missing)
Views jQFX: Nivo Slider requires this module.
Error
Unresolved dependency views (Missing)
Views Slideshow requires this module.
Error
Unresolved dependency views (Missing)
Views Slideshow: Cycle requires this module.

pixelsweatshop’s picture

Manually delete the views module (the entire folder if it is actually there) and replace it with a fresh one you have downloaded. Run update.php again and flush your site cache.

ryank76’s picture

Thank you!