Closed (duplicate)
Project:
XML sitemap
Version:
7.x-2.x-dev
Component:
xmlsitemap
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Jan 2008 at 21:47 UTC
Updated:
23 Jan 2008 at 14:55 UTC
XML Sitemap creates the following error, 4 times:
warning: Invalid argument supplied for foreach() in /home/content/e/r/r/errorad/html/drupal6rc2/modules/system/system.admin.inc on line 580.
This looks like it corresponds to the 4 sub-components of XML Sitemap: Engines, Nodes, Terms, and Users.
Type php
Date Friday, January 11, 2008 - 16:40
User Shadyman
Location http://erroraccessdenied.com/drupal6rc2/admin/build/modules
Referrer http://erroraccessdenied.com/drupal6rc2/?q=admin
Message Invalid argument supplied for foreach() in /home/content/e/r/r/errorad/html/drupal6rc2/modules/system/system.admin.inc on line 580.
Severity error
Comments
Comment #1
DutchR_PW commentedThis is caused by a missing [] in the *.info files:
dependencies = xmlsitemap
should be
dependencies[] = xmlsitemap
Comment #2
darren ohThe Drupal 6 version has not been released. This is a duplicate of issue 157533.