[WP - FIX] Sitemap Generator not working on PHP 5.3x
Well my sitemap was giving some errors today so I checked the debug option and found out that sitemap-core.php was giving a split() error...

Basically split() is not longer supported on PHP 5.3x
So just change split() to explode()


That should fix your problems
xfernanx Reviewed by xfernanx on . [WP - FIX] Sitemap Generator not working on PHP 5.3x Sitemap Generator not working on PHP 5.3x Well my sitemap was giving some errors today so I checked the debug option and found out that sitemap-core.php was giving a split() error... Basically split() is not longer supported on PHP 5.3x So just change split() to explode() http://screensnapr.com/u/0b3603.png That should fix your problems ;) Rating: 5