Status
Not open for further replies.
What browser you viewing with? I had this problem also and under fire fox nothing showed but under IE all was well. Try a different browser see if it helps.
 
Since you haven't described your vBO settings setup, it's kind of difficult for me to analyse whether you've set it up correctly or not.

Have you gone through the settings and selected Yes for the various "Cache <thing>?" options?
Have you enabled the resource statistics?
Have you ensured that the "online / offline" setting is set to Yes?
 
I had this problem, i was missing a table vboptimise inside the database

I created it manually using the details in the xml, and it worked fine.

Code:
CREATE TABLE IF NOT EXISTS `vboptimise` (
  `statid` bigint(20) unsigned NOT NULL auto_increment,
  `queries` int(11) NOT NULL,
  `dateline` varchar(30) NOT NULL,
  PRIMARY KEY  (`statid`)
) ENGINE=MyISAM  ;
 
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