PDA

View Full Version : Views Module hangs and error


StuartDH
01-24-2008, 01:33 PM
When I try to run update.php, the progress bar hangs whenever the views module is enabled, I'd read that this was a known issue in vbdrupal so I didn't think much of it, but I've also just discovered that cron.php results in:

Fatal error: require_once() [function.require]: Failed opening required './modules/views/views_cache.inc' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/wildabou/public_html/modules/views/views.module on line 509

when using views 5.x.1.5 and a similar message ending in "line 622" using 5.x.1.6

I'm running PHP 5.2.5, with vbdrupal 5.5

Any ideas what's going wrong?

Stuart

sifuhall
01-24-2008, 01:56 PM
Is this similar to the problem reported here:

http://drupal.org/node/184652 ?

StuartDH
01-25-2008, 08:03 AM
Excellent. I made the changes last night and it seems to have fixed the problems with update.php and cron.php

Cheers

Stuart