i'm always getting this error when browsing
www.mydomain.com/vbseo_sitemap:
Quote:
Fatal error: Call to undefined function vbseo_startup() in /home/user/public_html/vbseo_sitemap/vbseo_sitemap_functions.php on line 56
|
Tried to disable vbseo but problem persist. Tried to change the previous suggestion of blog.php, but nothing:
Find:
Quote:
vbseo_add_url(vbseo_any_url($vbseo_vars['bburl'].'/blog.php') , 1.0);
|
Replace with:
Quote:
vbseo_add_url(VBSEO_ON ? vbseo_any_url($vbseo_vars['bburl'].'/blog.php') : $vbseo_vars['bburl'].'/blog.php', 1.0);
|
Any hint?