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
Comment #1
Clemens commentedThis 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....
Comment #2
dawehnerBut that's by intention.
It was a boost issue multiple times.
Comment #3
bgm commentedPlease check #914904: Boost not compatible with Views 3.x. Seems to be fixed in the 6.x-1.x dev version.