Hello,
When pointing my browser to sitemap.php I get the following error:
Fatal error: Call to undefined function startsitemapcache() in /home/testbed/public_html/sitemap.php on line 11
Here's debug info:
What could be wrong?
All right, I was able to reproduce that... Sorry, I don't know why but somehow the call to the plugin functions itself got lost... For a quick workaround add this in line 5 of the root sitemap.php file (right before the if):
require_once(ZENFOLDER . "/zp-extensions/sitemap-extended.php");