When the option "Clear all cached views pages associated with a node on insert" is selected in boost settings page, If I add any new content (post content) I get this error:

Fatal error: require_once() [function.require]: Failed opening required './sites/all/modules/views/includes/query.inc' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/.../public_html/sites/all/modules/views/views.module on line 545

But the post is actually created and when I edit, I see that cck fields and automatic url are not saved (only title and body of new content is saved). So I can add these fields and save again, this time it is saved completely.

Once I disable this option is boost settings page and save, there is not such an error.

Please check the issue.

Comments

Clemens’s picture

Project: Boost » Views (for Drupal 7)
Version: 6.x-1.18 » 6.x-3.0-alpha4
Component: Views » files/upload data

This appears to be an issue with the Views module specifically version 3.x alpha4 and the current .dev which is shipped WITHOUT the file query.inc

The issue appears to be fixed on one of my sites by dropping query.inc from views version 2.12 in the includes directory.

Now better check the views issue queue....

dawehner’s picture

Project: Views (for Drupal 7) » Boost
Version: 6.x-3.0-alpha4 » 6.x-1.x-dev
Component: files/upload data » Views

But that's by intention.

It was a boost issue multiple times.

bgm’s picture

Title: Fetal error on post new content » Fetal error on post new content with Views 6.x-3.x
Status: Active » Closed (duplicate)

Please check #914904: Boost not compatible with Views 3.x. Seems to be fixed in the 6.x-1.x dev version.