Status
Not open for further replies.
In the back end resource statistics have stopped showing. Is this an indication that the software has stopped working? System tests still function. The server load average does seem a bit high...
 
Could you describe it in more detail; does the Flash "loading" overlay not appear, or does it load but the page is white, etc?
 
Here is a screen shot screen-shot.webp

We around 60,000 to 70,000 page views a day so usually this graph is very active. I haven't looked at it in nearly a month, so I'm not sure how long it has been like that. I am running the latest version of VBSEO, are there any known issues there? I dont actually care about the graph, but my server load has jumped and I wan't to make sure VBOptimize is still functioning. Is there any way to test that is is engaging. System test just tests the system, but it doesn't test to see if VB is actually benefiting from the optimization.
 
Last edited:
Is the vB Optimise: Resource Saving Statistics setting enabled, and is the directory in question CHMOD'ed?

Maybe someone changed one of those factors without your knowledge, that's the only thing I can think of, sans the statistics that exist in the footer of each page.
 
The settings are on, and filecache is 777. There are no files in filecache though. I will work on debugging this further, it is possible that another mod is interfering with the operations.
 
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  ;
 
Last edited by a moderator:
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