Cap'n,
For some reason, I'm getting a weird error displayed in the ACP when I change options. But, the changes seem to work okay... so I don't know what to think of it.
Fatal error: Call to a member function on a non-object in /{deleted path}/forum/includes/functions_quoteit.php on line 1678
I checked that php script and this is what appears on lines 1678-1681:
Code:
$cronexists = $db->query_first('
SELECT * FROM ' . TABLE_PREFIX . 'cron
WHERE filename = "./includes/cron/guestquotes.php"
');