With the install of
vBSEO 3.2.0, the "linkback" table within the database has been renamed to "vbseo_linkback" for consistency.
Until the new Sitemap Generator is released, you need to make the following change to one file in your /vbseo_sitemap/ directory:
In vbseo_sitemap_functions.php file:
FIND:
PHP Code:
FROM " . TABLE_PREFIX . "linkback
REPLACE WITH:
PHP Code:
FROM " . TABLE_PREFIX . "vbseo_linkback
Find out more at the VBSEO website