MySQL Error bei Item / Questabfrage

Milzer

NPC
Mitglied seit
26.07.2006
Beiträge
7
Reaktionspunkte
0
Kommentare
16
Bekomme seit einiger Zeit bei Abfragen folgenden Fehler:

MDB2 Error: connect failed

User Info
connect: [Error message: unable to establish a connection]
[Native code: 0]


Backtrace:
18: (0) Buffed_Db::ErrorHandler(MDB2_Error)
17: PEAR.php(901) call_user_func(array, MDB2_Error)
16: MDB2.php(973) PEAR_Error->PEAR_Error("MDB2 Error", -24, 16, array, "connect: [")
15: PEAR.php(563) MDB2_Error->MDB2_Error(-24, 16, array, "connect: [")
14: MDB2.php(1442) PEAR->raiseError(NULL, -24, NULL, NULL, "connect: [", "MDB2_Error", TRUE)
13: mysql.php(442) MDB2_Driver_Common->raiseError(-24, NULL, NULL, "unable to ", "connect")
12: MDB2.php(1735) MDB2_Driver_mysql->connect()
11: MDB2.php(2472) MDB2_Driver_Common->getConnection()
10: Db.php(89) MDB2_Driver_Common->exec("SET NAMES ")
9: WOWDB.php(43) Buffed_Db::getConnection("MDBwowdb")
8: WOWDB.php(78) Buffed_WOWDB::getMDB()
7: Quest.php(14) Buffed_WOWDB->__construct()
6: QuestController.php(12) Buffed_WOWDB_Quest->__construct(11658)
5: Action.php(502) Wowdb_QuestController->indexAction()
4: Standard.php(293) Zend_Controller_Action->dispatch("indexActio")
3: Front.php(914) Zend_Controller_Dispatcher_Standard->dispatch(Zend_Controller_Request_Http, Zend_Controller_Response_Http)
2: bootstrap.php(183) Zend_Controller_Front->dispatch()
1: index.php(51) require_once("/var/www/m")

Weiss jemand woran das liegt? Hat sonst noch jemande den Fehle?
 
Weiss jemand woran das liegt? Hat sonst noch jemande den Fehle?

Mhm hab die Probleme auch seit Anfang des AddOns, woran das liegt weiß ich leider ned =( Vielleicht kommt ja gleich ein netter Buffed-Mitarbeiter und erklärt uns was da im moment schief läuft
smile.gif

Lg Floppy
 
Ich schätz mal die Sql-Datenbank die hinter der ganzen Item-Datenbank steckt ist überlastet
wink.gif
 
ich habe auch andauernd das problem von 10quests die ich nachschauen möchte habe ich bestimmt 8mal den fehler und suche dann halt woanders
 
bei mir kommt der fehler sogar wenn ich auf meine seite will
sad.gif
(

MDB2 Error: connect failed

User Info
connect: [Error message: unable to establish a connection]
[Native code: 0]


Backtrace:
18: (0) Buffed_Db::ErrorHandler(MDB2_Error)
17: PEAR.php(901) call_user_func(array, MDB2_Error)
16: MDB2.php(973) PEAR_Error->PEAR_Error("MDB2 Error", -24, 16, array, "connect: [")
15: PEAR.php(563) MDB2_Error->MDB2_Error(-24, 16, array, "connect: [")
14: MDB2.php(1442) PEAR->raiseError(NULL, -24, NULL, NULL, "connect: [", "MDB2_Error", TRUE)
13: mysql.php(442) MDB2_Driver_Common->raiseError(-24, NULL, NULL, "unable to ", "connect")
12: MDB2.php(1735) MDB2_Driver_mysql->connect()
11: MDB2.php(2472) MDB2_Driver_Common->getConnection()
10: Db.php(89) MDB2_Driver_Common->exec("SET NAMES ")
9: WOWDB.php(43) Buffed_Db::getConnection("MDBwowdb")
8: WoW.php(215) Buffed_WOWDB::getMDB()
7: Mybuffed.php(1438) Buffed_CharDB_WoW->getCharInfo(array)
6: Mybuffed.php(437) Buffed_Controller_Action_Mybuffed->getCharacters("'130502'")
5: Mybuffed.php(265) Buffed_Controller_Action_Mybuffed->getRightContent()
4: Standard.php(269) Buffed_Controller_Action_Mybuffed->__construct(Zend_Controller_Request_Http, Zend_Controller_Response_Http, array)
3: Front.php(914) Zend_Controller_Dispatcher_Standard->dispatch(Zend_Controller_Request_Http, Zend_Controller_Response_Http)
2: bootstrap.php(183) Zend_Controller_Front->dispatch()
1: index.php(51) require_once("/var/www/m")
 
ich denke es reicht nun mit den geposteten Fehlermedlungen
wink.gif

Das it ganz offensichtlich ein serverseitiges Problem.


die Optionen:
a) entweder arbeitet gerade jemand an der Produktivumgebung und hat einen Fehler gemacht
b) es gab einen Fehler bei einem Update von der Entwicklungsumgebung zu der Produktivumgebung
c) der SQL-Server ist überlastet oder wurde falsch reconfiguriert


in jedem Fall wird der Fehler sicher bald weg sein ...
 
Zuletzt bearbeitet von einem Moderator:
Zurück