I get the following errors when I enable the module(s), using D6.10

warning: Invalid argument supplied for foreach() in /home/content/t/h/e/theblacke/html/sites/all/modules/views/includes/view.inc on line 1646. 
warning: Invalid argument supplied for foreach() in /home/content/t/h/e/theblacke/html/sites/all/modules/views/includes/view.inc on line 1646. 
warning: Invalid argument supplied for foreach() in /home/content/t/h/e/theblacke/html/sites/all/modules/views/includes/view.inc on line 1646. 
warning: Invalid argument supplied for foreach() in /home/content/t/h/e/theblacke/html/sites/all/modules/views/includes/view.inc on line 1646. 
warning: Invalid argument supplied for foreach() in /home/content/t/h/e/theblacke/html/sites/all/modules/views/includes/view.inc on line 1646. 
warning: Invalid argument supplied for foreach() in /home/content/t/h/e/theblacke/html/sites/all/modules/views/includes/view.inc on line 1646. 
warning: Invalid argument supplied for foreach() in /home/content/t/h/e/theblacke/html/sites/all/modules/views/includes/view.inc on line 1646. 
warning: Invalid argument supplied for foreach() in /home/content/t/h/e/theblacke/html/sites/all/modules/views/includes/view.inc on line 1646. 
warning: Invalid argument supplied for foreach() in /home/content/t/h/e/theblacke/html/sites/all/modules/views/includes/view.inc on line 1646. 
warning: Invalid argument supplied for foreach() in /home/content/t/h/e/theblacke/html/sites/all/modules/views/includes/view.inc on line 1646. 
warning: Invalid argument supplied for foreach() in /home/content/t/h/e/theblacke/html/sites/all/modules/views/includes/view.inc on line 1646. 
warning: Invalid argument supplied for foreach() in /home/content/t/h/e/theblacke/html/sites/all/modules/views/includes/view.inc on line 1646. 
warning: Invalid argument supplied for foreach() in /home/content/t/h/e/theblacke/html/sites/all/modules/views/includes/view.inc on line 1646. 
user warning: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') ORDER BY vid, position' at line 1 query: SELECT * FROM views_display WHERE vid IN () ORDER BY vid, position in /home/content/t/h/e/theblacke/html/sites/all/modules/views/includes/view.inc on line 1272. 
warning: Invalid argument supplied for foreach() in /home/content/t/h/e/theblacke/html/sites/all/modules/views/includes/view.inc on line 1646. 
warning: Invalid argument supplied for foreach() in /home/content/t/h/e/theblacke/html/sites/all/modules/views/includes/view.inc on line 1646. 
warning: Invalid argument supplied for foreach() in /home/content/t/h/e/theblacke/html/sites/all/modules/views/includes/view.inc on line 1646. 
warning: Invalid argument supplied for foreach() in /home/content/t/h/e/theblacke/html/sites/all/modules/views/includes/view.inc on line 1646. 
warning: Invalid argument supplied for foreach() in /home/content/t/h/e/theblacke/html/sites/all/modules/views/includes/view.inc on line 1646. 
warning: Invalid argument supplied for foreach() in /home/content/t/h/e/theblacke/html/sites/all/modules/views/includes/view.inc on line 1646. 
warning: Invalid argument supplied for foreach() in /home/content/t/h/e/theblacke/html/sites/all/modules/views/includes/view.inc on line 1646. 
warning: Invalid argument supplied for foreach() in /home/content/t/h/e/theblacke/html/sites/all/modules/views/includes/view.inc on line 1646. 
warning: Invalid argument supplied for foreach() in /home/content/t/h/e/theblacke/html/sites/all/modules/views/includes/view.inc on line 1646. 
warning: Invalid argument supplied for foreach() in /home/content/t/h/e/theblacke/html/sites/all/modules/views/includes/view.inc on line 1646. 
warning: Invalid argument supplied for foreach() in /home/content/t/h/e/theblacke/html/sites/all/modules/views/includes/view.inc on line 1646. 
warning: Invalid argument supplied for foreach() in /home/content/t/h/e/theblacke/html/sites/all/modules/views/includes/view.inc on line 1646. 
warning: Invalid argument supplied for foreach() in /home/content/t/h/e/theblacke/html/sites/all/modules/views/includes/view.inc on line 1646. 
user warning: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') ORDER BY vid, position' at line 1 query: SELECT * FROM views_display WHERE vid IN () ORDER BY vid, position in /home/content/t/h/e/theblacke/html/sites/all/modules/views/includes/view.inc on line 1272. 

Comments

sevi’s picture

I don't have any idea so far.
Which version of views do you use?

All that I can say to these error messages:
The empty brackets followed by IN of the sql query tell me that the $vid string at includes/views.inc:1268 is empty. Thus there's something wrong with the vid property at includes/views.inc:1260 (obviously the number of views loaded is >0). Maybe there went something wrong after an update?
Really don't know how draggableviews can cause this errors.

Try to disable some modules.
greetings sevi

sevi’s picture

Any news to this issue?

aniruddhay’s picture

I have encountered the same problem with draggable views. I am using Views version 6.x-2.5. Thanks in advance for any help!

:)

Aniruddha

mitchell’s picture

Status: Active » Postponed (maintainer needs more info)

@austintnacious, aniruddhay: quoting sevi..

Maybe there went something wrong after an update? Really don't know how draggableviews can cause this errors.

Try to disable some modules.

sevi’s picture

errors still present?

sevi’s picture

Version: 6.x-3.2-beta3 » 6.x-3.2-beta5
sevi’s picture

Version: 6.x-3.2-beta5 » 6.x-3.2-beta3

errors still present with the current version?

sevi’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

Please reopen if errors persist.