Closed (fixed)
Project:
Event
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Jan 2008 at 05:32 UTC
Updated:
9 Feb 2008 at 09:19 UTC
Warning: Invalid argument supplied for foreach() in /modules/system/system.admin.inc on line 578
(screen shot attached)
Drupal 6.0-rc1
Basic installation, with only the update module active (to run the manual update check)
server:
Apache/2.0.61 (Unix) PHP/4.4.7 mod_ssl/2.0.61 OpenSSL/0.9.7e mod_fastcgi/2.4.2 DAV/2 SVN/1.4.2
PHP 5.23
MySQL 5.0.24a
When reviewing installing modules, I get an error on the foreach() check when running its search for dependencies. Even with all core-optional modules not selected, I still get this warning.
Screen shot is attached.
| Comment | File | Size | Author |
|---|---|---|---|
| drupal_warning.png | 125.11 KB | cjeanson |
Comments
Comment #1
asimmonds commentedA module does not have to be selected or installed to generate this warning. In your list you have the Event module suite, the warning is coming from the dependencies incorrectly declared for event_all_day and event_views.
Just remove these directories from modules/event/contrib if you are not going to use them.
It doesn't look like event_all_day has been updated for 6.x yet, and there is no usable views module for 6.x at the moment, so event_views won't be very helpful.
Reassigning to the event queue.
Comment #2
thrasher-1 commentedI had the same error resulting from the Flash Video module. Once uninstalled and the flash_video folder deleted, the error no longer appeared. This bug is logged at the Flash Video module here: http://drupal.org/node/205656
Comment #3
rmiddle commentedI just got the same error Drupal 6 RC2 with latest 6 Events module. My site wont come up at all now I had to kill the DB and reload. This is ugle
Comment #4
killes@www.drop.org commentedI don't understand why this ought to be a event issue...
Comment #5
asimmonds commentedAt the time event_all_day and event_views were the cause of these warnings because they haven't been ported to 6.x, but these warnings are not generated for non-6.x compatible modules anymore.