Sitemap has been working well for me for quite a while, but one feature that has never worked is the complete rebuild. The sitemap.xml gets built with each cron, but the standard drupal 7 error reports page requests that I do a complete rebuild. Each time I request a rebuild I get the progress bar, then within a second or two the following error...
An AJAX HTTP error occurred. HTTP Result Code: 500 Debugging information follows. Path: /batch?render=overlay&id=165&op=do StatusText: Service unavailable (with message) ResponseText: PDOException: SQLSTATE[22003]: Numeric value out of range: 1264 Out of range value for column 'lastmod' at row 1: INSERT INTO {xmlsitemap} (id, type, subtype, loc, language, access, status, status_override, lastmod, priority, priority_override, changefreq, changecount) VALUES (:db_insert_placeholder_0, :db_insert_placeholder_1, :db_insert_placeholder_2, :db_insert_placeholder_3, :db_insert_placeholder_4, :db_insert_placeholder_5, :db_insert_placeholder_6, :db_insert_placeholder_7, :db_insert_placeholder_8, :db_insert_placeholder_9, :db_insert_placeholder_10, :db_insert_placeholder_11, :db_insert_placeholder_12); Array ( [:db_insert_placeholder_0] => 182 [:db_insert_placeholder_1] => node [:db_insert_placeholder_2] => article [:db_insert_placeholder_3] => node/182 [:db_insert_placeholder_4] => und [:db_insert_placeholder_5] => 1 [:db_insert_placeholder_6] => 0 [:db_insert_placeholder_7] => 0 [:db_insert_placeholder_8] => -3600 [:db_insert_placeholder_9] => 0.5 [:db_insert_placeholder_10] => 0 [:db_insert_placeholder_11]
Anyone else experiencing the same problem?