Member
Member
makar   12-08-2010, 08:42
#1

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:

http://pastebin.com/aVTRk31U

What could be wrong?

Administrator
Administrator
acrylian   12-08-2010, 09:51
#2

The only I could think of is that the plugin is not enabled. But actually then you should not get that far then and get a "page not found".

Member
Member
makar   12-08-2010, 14:08
#3

Hmm, I tried disabling it and then enabling it again but still get the same error.

When plugin is disabled and when executing sitemap.php, I get different error:

Zenphoto Error: the requested object was not found.

Administrator
Administrator
acrylian   12-08-2010, 14:38
#4

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");

Member
Member
makar   12-08-2010, 14:57
#5

Works fine now. Thanks!

  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.