downloaded and install the mod from
http://www.vbteam.info/vb-3-7-x-add...s/13293-vb-linkchecker-bot-version-1-1-a.html
installed everything correctly (im assuming anyways
) tried to set up a cron within vb. i clicked run now and i get this error
http://www.vbteam.info/vb-3-7-x-add...s/13293-vb-linkchecker-bot-version-1-1-a.html
installed everything correctly (im assuming anyways

Code:
Fatal error: Call to a member function query_first_slave() on a non-object in /home/*/domains/*.com/public_html/global.php on line 247
code from line 247:
$style = $db->query_first_slave("
SELECT *
FROM " . TABLE_PREFIX . "style
WHERE (styleid = $styleid" . iif(!($vbulletin->userinfo['permissions']['adminpermissions'] & $vbulletin->bf_ugp_adminpermissions['cancontrolpanel']) AND !$userselect, ' AND userselect = 1') . ")
OR styleid = " . $vbulletin->options['styleid'] . "
ORDER BY styleid " . iif($styleid > $vbulletin->options['styleid'], 'DESC', 'ASC') . "
LIMIT 1
");
}
define('STYLEID', $style['styleid']);