I just had the same problem. I couldn't retrieve the data. You might still need an entry in the config.php :
PHP Code:
// ****** SPECIALTEMPLATES *****
// Add any specialtemplates here for any products or mods that use the datastore, to save
// from re-doing file edits on an upgrade or re-install of vBulletin (until they give us a better
// way to do it, anyway). Thanks to KirbyDE for the how-to on doing this.
global $specialtemplates;
$specialtemplates = array_merge(
$specialtemplates, array(
'ministats',
));