Hi,
I have installed the google image sitemap. In admin when I add the google site map and selected the category, when I provide the start and end range it always gives me error. If I add 1 as start and end range it accepts but then it shows me error when I try to open the sitemap. I tried give 100 as start range and 200 as end range. For end range it says end range should be greater than 9.
Could you please help me in solving this problem.
Thank you,
Regards,
Harpreet
Comments
Comment #1
anilbhatt commented@Harpreet,
Start range is node id of that particular content type which you have selected, and the range cannot go beyond of the max nid in your database. In your above case 9 is the max nid in your database table so you cannot processed more than 9.
Comment #2
amitgoyal commentedWe have modified the validation messages, Harpreet.
Just to clarify, "Select Content Type" dropdow field shows various content types in the system and also the highest Node ID in those content types. So make sure to provide the Node ID start/end range accordingly.
You can download the latest release 7.x-1.1 for these bug fixes.
Comment #3
AlexanderPop commentedafter patch all works well
https://drupal.org/node/1844074