Project:Table Wizard
Version:6.x-1.x-dev
Component:Code
Category:bug report
Priority:minor
Assigned:Unassigned
Status:active

Issue Summary

I'm trying to get a views 3 patch so merlinofchaos can finish the external database patch. I have latest dev of tw loaded and dev of views 3.

I got this error: require_once() [function.require]: Failed opening required '.[omitted]/modules/views/includes/query.inc' (include_path='.:/usr/share/php:/usr/share/pear') in /[omitted]/modules/views/views.module on line 523

Probably because query.inc doesn't exist anymore in views 3 :P . Just something to keep track of.

Comments

#1

I think this issue can be closed: http://drupal.org/node/576694#comment-2523946

There you moved the views_clean_alias to the view.inc, and because of this you don't need to include query.inc anymore and so no fail for views3.

nobody click here