XML Sitemap components cause PHP errors in Modules page

shadyman@errora... - January 11, 2008 - 21:47
Project:XML Sitemap
Version:6.x-0.x-dev
Component:xmlsitemap
Category:bug report
Priority:normal
Assigned:Unassigned
Status:duplicate
Description

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

#1

DutchR_PW - January 23, 2008 - 14:22

This is caused by a missing [] in the *.info files:

dependencies = xmlsitemap

should be

dependencies[] = xmlsitemap

#2

Darren Oh - January 23, 2008 - 14:55
Status:active» duplicate

The Drupal 6 version has not been released. This is a duplicate of issue 157533.

 
 

Drupal is a registered trademark of Dries Buytaert.