gewünscht
mfg
This is a discussion on vbSEO nicht Master/Slave-sicher? within the Deutsch forums, part of the General Discussion category; gewünscht mfg...
gewünscht
mfg
Hey,
bitte öffne die Datei functions_vbseo_db.php:
Finde:
Ersetze es mit:PHP Code:((isset($vbulletin->db->connection_slave) && ($dlnk = $vbulletin->db->connection_slave)) ||
(isset($vbulletin->db->connection_master) && ($dlnk = $vbulletin->db->connection_master))
PHP Code:((isset($vbulletin->db->connection_master) && ($dlnk = $vbulletin->db->connection_master)) ||
(isset($vbulletin->db->connection_slave) && ($dlnk = $vbulletin->db->connection_slave))