Status
Not open for further replies.

Mokonzi

Former Developer
I noticed when running the upgrade from Lite to Pro, that it fails to install the vboptimise table in the database that holds the amount of queries saved.

Looking through the XML, it is there (the code to install) but isn't running (or didn't for me).

I installed the tables manually.

The code in question is:

PHP:
$db->query("CREATE TABLE IF NOT EXISTS `" . TABLE_PREFIX . "vboptimise` (
  `statid` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `queries` int(11) NOT NULL DEFAULT '0',
  `dateline` varchar(30) DEFAULT NULL,
  PRIMARY KEY (`statid`),
  UNIQUE KEY `dateline` (`dateline`)
) ENGINE=MyISAM");
$db->query("insert into " . TABLE_PREFIX . "vboptimise (`dateline`) values ('Installation')");

I ran it twice in case I'd done something wrong, but even after the second time it didn't install.

I can't see the issue of the install process...
 
From the readme.txt file:
Note: If you are upgrading from Lite, you should uninstall the Lite product first from your vB Admin CP (you can leave the files in place).

:)
 
Status
Not open for further replies.

Similar threads

Legacy vB Optimise

vBulletin 3.8.x vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
1,980
Customer rating
0.00 star(s) 0 ratings
Back
Top