View Full Version : Installation Counts
sabret00the
06-23-2005, 10:45 AM
they never came over from vBT
We are aware, not sure if they will ever make it over at this point.
sabret00the
06-23-2005, 11:20 AM
couldn't you do it with a while and bring the server to it's needs temporarily?
while ($vborg = $DB_site->fetch_array($getvborg)
{
if (strtolower($vborg[threadtitle]) == strtolower($oldvbt[threadtitle])
{
$DB_site->query_first("
REPLACE INTO vborg." . TABLE_PREFIX . "thread(installations)
VALUES (installations + $oldvbt[installations])
");
}
}
never mind was just thinking out loud.
Tony G
06-23-2005, 11:50 AM
A small loss I think, I know the importers were trying to sort this out..
Snake
06-23-2005, 12:38 PM
It doesn't matter after all.
A small loss I think, I know the importers were trying to sort this out..
Isn't there a way to rebuild those counts? Or where they not stored with the posts?
Tony G
06-24-2005, 02:00 AM
I don't think there is, it was an aspect not brought over from the vBT database. Although, I know very little about the import software used. ;) But don't get your hopes up. I know it was causing troubles with the import, delayed it too.
Erwin
06-24-2005, 09:54 AM
We decided that it was not worth waiting longer for - we had already waited so long to work out a lot of other details - this and a few other minor issues I think we can live with. :)
vBulletin® v3.8.12 by vBS, Copyright ©2000-2024, vBulletin Solutions Inc.