I recieve this error when trying to update my site bc. It makes a big headache. any ideas? Im sorry I dont know wha tinfo to give... using nginx / aegir//

Comments

cgmonroe’s picture

Category: bug » support
Priority: Critical » Normal

I can't duplicate this on in my sandbox site... changing it to a support request since its probably related to your configuration.

That said, the error seems to indicate that something is wrong with your Views module installation. The "views_include()" function is part of that.

The obvious question is: Is the main views module installed, enabled, and working correctly?

What version of views are you using? As far as I can tell, this function is in all the views.module file including the current 3.0 alpha. This means that it should be available to any "sub modules" like views_attach.

Do your PhP error logs show any other errors like "can't find file.." messages?

That's all I can think of without more information.

Crell’s picture

This has come up before. I am pretty sure it's a bug in Views somewhere, because it only started happening after a given Views update a while back. I haven't been able to replicate it. I suspect it has to do with code inclusion bugs somewhere.

Beyond that, I have no idea what to even do here.

Crell’s picture