Closed (fixed)
Project:
XML sitemap
Version:
6.x-2.0-unstable1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Aug 2009 at 14:01 UTC
Updated:
3 Sep 2009 at 14:50 UTC
warning: Division by zero in ../sites/all/modules/xmlsitemap/xmlsitemap.admin.inc on line 217
When chunk_size is set to automatic it's value is zero while executing that line in xmlsitemap.admin.inc so there is a division by zero.
Comments
Comment #1
manfer commentedI forgot to metion when it is triggered. Any time you submit the xmlsitemap configuration form with that advance option, Number of links in each sitemap page, set to automatic.
Comment #2
dave reidBleh, I could duplicate this and it was just a silly logic error that should have been an AND instead of an OR. Fixed in CVS. Thanks manfer!
http://drupal.org/cvs?commit=253842