Quote:
Originally Posted by Boofo
Any luck on the explain query yet?
|
The *only* way to get the explain query to work right is to set debug mode in your config.php file. This is because vBulletin either loads the regular database class or the "explain" database class based on your config.php file settings, and this of course happens before you have access to the database to call a plugin to set debug mode. For reference this happens at about line 100 of includes/init.php