The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
DB Slave Search Server
I am attempting to use a MySQL slave server for search only. I have followed the advice in other threads in the forums and have modified my config.php as:
$config['Database']['dbtype'] = 'mysql_slave'; if (THIS_SCRIPT == search) { $config['SlaveServer']['servername'] = '192.168.0.4'; $config['SlaveServer']['port'] = 3306; $config['SlaveServer']['username'] = '****'; $config['SlaveServer']['password'] = '*****'; $config['SlaveServer']['usepconnect'] = 0; } With these changes Vbulletin returns a blank white page. I modified the php.ini to turn all error logging on, however, I continue to receive no errors on screen nor in apache's error.log. Any advice would be appreciated! |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|