Caught Exception:

Buffed_Db_Exception
MDB2 Error: no such field | _doQuery: [Error message: Could not execute statement]
[Last executed query: SELECT Spell.ID as Spell_ID
							  FROM SkillLine,SkillLineAbility,Spell
						  	LEFT OUTER JOIN SpellIcon ON SpellIcon.ID=Spell.SpellBookIcon
						  	LEFT OUTER JOIN blasc.wowdb_mv_spell_levels sl ON sl.SpellID=Spell.ID
						 	WHERE Spell.ID=SkillLineAbility.Spell
						   		AND SkillLine.ID=SkillLineAbility.SkillLine
						   		AND SkillLine = 185
						   		AND Spell.RequiredReagent1 > 0
						   		AND Spell.ID NOT IN (2538,2539,2540,2541,2542,2543,2544,2545,2546,2547,2548,2549,2795,3370,3371,3372,3373,3376,3377,3397,3398,3400,4094,6413,6414,6415,6416,6418,6499,6500,7213,7751,7752,7753,7755,7827,7828,8238,8604,8607,15855,15856,15861,15863,15906,15910,15915,15933,15935,18238,18239,18240,18241,18242,18243,18244,18245,18246,18247,20626,20916,21143,21144,21175,22480,22761,24801,25704,25954,28267,33276,33278,33279,33284,33285,33286,33287,33288,33289,33290,33291,33293,33294,33295,33296,36210,37836,38867,38868,42296,42302,42305,43707,43758,43765,43772,45022,45549,45550,45551,45552,45553,45554,45555,45556,45557,45558,45559,45560,45561,45562,45563,45564,45565,45566,45567,45568,45569,45570,45571,45695,46684,46688,53056,57421,57423,57433,57434,57435,57436,57437,57438,57439,57440,57441,57442,57443,58065,58512,58521,58523,58525,58527,58528,62350,64358)
						 	ORDER BY LevelSpell DESC]
[Native code: 1054]
[Native message: Unknown column 'Spell.RequiredReagent1' in 'where clause']


in /var/www/murloc/library/Buffed/Db.php(46)

_doQuery: [Error message: Could not execute statement]
[Last executed query: SELECT Spell.ID as Spell_ID
							  FROM SkillLine,SkillLineAbility,Spell
						  	LEFT OUTER JOIN SpellIcon ON SpellIcon.ID=Spell.SpellBookIcon
						  	LEFT OUTER JOIN blasc.wowdb_mv_spell_levels sl ON sl.SpellID=Spell.ID
						 	WHERE Spell.ID=SkillLineAbility.Spell
						   		AND SkillLine.ID=SkillLineAbility.SkillLine
						   		AND SkillLine = 185
						   		AND Spell.RequiredReagent1 > 0
						   		AND Spell.ID NOT IN (2538,2539,2540,2541,2542,2543,2544,2545,2546,2547,2548,2549,2795,3370,3371,3372,3373,3376,3377,3397,3398,3400,4094,6413,6414,6415,6416,6418,6499,6500,7213,7751,7752,7753,7755,7827,7828,8238,8604,8607,15855,15856,15861,15863,15906,15910,15915,15933,15935,18238,18239,18240,18241,18242,18243,18244,18245,18246,18247,20626,20916,21143,21144,21175,22480,22761,24801,25704,25954,28267,33276,33278,33279,33284,33285,33286,33287,33288,33289,33290,33291,33293,33294,33295,33296,36210,37836,38867,38868,42296,42302,42305,43707,43758,43765,43772,45022,45549,45550,45551,45552,45553,45554,45555,45556,45557,45558,45559,45560,45561,45562,45563,45564,45565,45566,45567,45568,45569,45570,45571,45695,46684,46688,53056,57421,57423,57433,57434,57435,57436,57437,57438,57439,57440,57441,57442,57443,58065,58512,58521,58523,58525,58527,58528,62350,64358)
						 	ORDER BY LevelSpell DESC]
[Native code: 1054]
[Native message: Unknown column 'Spell.RequiredReagent1' in 'where clause']

Backtrace:
15: (0)                       Buffed_Db::ErrorHandler(MDB2_Error)
14: PEAR.php(912)             call_user_func(array, MDB2_Error)
13: MDB2.php(973)             PEAR_Error->PEAR_Error("MDB2 Error", -19, 16, array, "_doQuery: ")
12: PEAR.php(574)             MDB2_Error->MDB2_Error(-19, 16, array, "_doQuery: ")
11: MDB2.php(1442)            PEAR->raiseError(NULL, -19, NULL, NULL, "_doQuery: ", "MDB2_Error", TRUE)
10: mysql.php(607)            MDB2_Driver_Common->raiseError(NULL, NULL, NULL, "Could not ", "_doQuery")
 9: MDB2.php(2514)            MDB2_Driver_mysql->_doQuery("SELECT Spe", FALSE, resource, "wow_beta")
 8: MDB2.php(3266)            MDB2_Driver_Common->query("SELECT Spe", NULL)
 7: Char.php(520)             MDB2_Driver_Common->queryCol("SELECT Spe")
 6: CharController.php(392)   Buffed_WOWDB_Char->loadMissingRecipes("10283", "185")
 5: Action.php(512)           Wowdb_CharController->recipesAction()
 4: Standard.php(288)         Zend_Controller_Action->dispatch("recipesAct")
 3: Front.php(936)            Zend_Controller_Dispatcher_Standard->dispatch(Zend_Controller_Request_Http, Zend_Controller_Response_Http)
 2: bootstrap.php(100)        Zend_Controller_Front->dispatch()
 1: index.php(8)              require_once("/var/www/m")