When I install Views I get a red warning:
warning: Invalid argument supplied for foreach() in /var/www/html/modules/views/views.module on line 635.
and when I go to administer->views I get WSOD
When I install Views I get a red warning:
warning: Invalid argument supplied for foreach() in /var/www/html/modules/views/views.module on line 635.
and when I go to administer->views I get WSOD
Comments
Comment #1
merlinofchaos commentedHmm. This warning indicates that you have some invalid view that is somehow sneaking into the system.
At line 635, it might be helpful to add the following debug code:
That will tell you what view(s) are broken, and then we can try to figure out how to deal with them.
Comment #2
merlinofchaos commentedComment #3
greenskunkSame error message upon a fresh install and the system hasn't even used the module.
Comment #4
hrpo commentedI reinstalled it and works fine now.
Comment #5
merlinofchaos commentedThanks, hrpo.
Comment #6
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.