Andreas
07 May 2011, 10:12
If you are running vBulletin 4.1.3+ and you do not have set a Server SQL Mode (http://dev.mysql.com/doc/refman/5.1/en/server-sql-mode.html) you can get rid of one query on ervery page by adding
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
to your config.php
To verify that no mode is set run
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
If both queries give empty results no mode is set and you can safely add the configuration setting.
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
to your config.php
To verify that no mode is set run
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
If both queries give empty results no mode is set and you can safely add the configuration setting.