When I run the scheduled task with the blogs option activated I got an error:
Fatal error: Call to undefined function vbseo_any_url() in (forum home dir)/vbseo_sitemap/vbseo_sitemap_functions.php on line 424
That line is:
vbseo_add_url(vbseo_any_url($vbseo_vars['bburl'].'/blog.php'), 1.0);
The function vbseo_any_url doesn't seem to be used anywhere else in the mod (I did a cat * |grep any_url), and I tried just removing it, and the mod worked just fine (the blog urls are included).
Maybe that function is defined in vbSEO as proposed before in this thread, but this line is executed even if you set "vbSEO installed?" to No. There are plenty of functions with similar names defined, like vbseo_url_thread, so maybe they forgot to implement that one? Or to remove it from that line if it's deprecated?
Well, at least in my case, the mod works just fine with blogs and without vbSEO installed just removing the reference to that function.
|