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,`Spell`.`Name_enGB` AS `Spell_Name`,`SkillLine`.`Name_enGB` AS `SkillLine_Name`, `Spell`.`Rank_enGB` AS `Spell_Rank`, SpellIcon.Path as Icon, SkillLine.ID as SkillLine_ID, sl.Level as level, Spell.*
FROM Spell
LEFT OUTER JOIN SkillLineAbility ON Spell.ID=SkillLineAbility.Spell
LEFT OUTER JOIN SkillLine ON SkillLine.ID=SkillLineAbility.SkillLine
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 IN(3918,3919,3920,3922,3923,3924,3925,3926,3928,3929,3930,3931,3932,3933,3934,3936,3937,3938,3939,3940,3941,3942,3945,3946,3947,3949,3950,3952,3953,3954,3955,3956,3957,3958,3960,3961,3962,3963,3965,3967,3968,3972,3973,3977,3978,3979,4073,6458,7430,8334,8339,9269,9271,12584,12585,12586,12587,12589,12590,12591,12594,12595,12596,12597,12599,12603,12607,12614,12615,12616,12618,12619,12621,12622,12759,12895,12897,12899,12902,12903,12905,12906,12907,15255,19567,19788,19790,19791,19792,19794,19795,19796,19799,19800,19814,19815,19825,19831,21940,23067,23068,23069,23070,23071,23077,23080,23096,23129,23489,30303,30304,30305,30306,30307,30308,30309,30310,30311,30312,30313,30315,30316,30317,30318,30329,30341,30346,30347,30348,30349,30568,30569,30570,30574,30575,32814,39895,39971,39973,40274,41307,41312,44155,44157,44391,53281,54353,54736,54793,54998,54999,55002,55016,56349,56459,56460,56461,56462,56463,56464,56466,56467,56468,56469,56470,56471,56472,56473,56474,56475,56476,56477,56478,56479,56480,56483,60874,61471,61483)
ORDER BY LevelSpell DESC]
[Native code: 1054]
[Native message: Unknown column 'LevelSpell' in 'order 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,`Spell`.`Name_enGB` AS `Spell_Name`,`SkillLine`.`Name_enGB` AS `SkillLine_Name`, `Spell`.`Rank_enGB` AS `Spell_Rank`, SpellIcon.Path as Icon, SkillLine.ID as SkillLine_ID, sl.Level as level, Spell.*
FROM Spell
LEFT OUTER JOIN SkillLineAbility ON Spell.ID=SkillLineAbility.Spell
LEFT OUTER JOIN SkillLine ON SkillLine.ID=SkillLineAbility.SkillLine
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 IN(3918,3919,3920,3922,3923,3924,3925,3926,3928,3929,3930,3931,3932,3933,3934,3936,3937,3938,3939,3940,3941,3942,3945,3946,3947,3949,3950,3952,3953,3954,3955,3956,3957,3958,3960,3961,3962,3963,3965,3967,3968,3972,3973,3977,3978,3979,4073,6458,7430,8334,8339,9269,9271,12584,12585,12586,12587,12589,12590,12591,12594,12595,12596,12597,12599,12603,12607,12614,12615,12616,12618,12619,12621,12622,12759,12895,12897,12899,12902,12903,12905,12906,12907,15255,19567,19788,19790,19791,19792,19794,19795,19796,19799,19800,19814,19815,19825,19831,21940,23067,23068,23069,23070,23071,23077,23080,23096,23129,23489,30303,30304,30305,30306,30307,30308,30309,30310,30311,30312,30313,30315,30316,30317,30318,30329,30341,30346,30347,30348,30349,30568,30569,30570,30574,30575,32814,39895,39971,39973,40274,41307,41312,44155,44157,44391,53281,54353,54736,54793,54998,54999,55002,55016,56349,56459,56460,56461,56462,56463,56464,56466,56467,56468,56469,56470,56471,56472,56473,56474,56475,56476,56477,56478,56479,56480,56483,60874,61471,61483)
ORDER BY LevelSpell DESC]
[Native code: 1054]
[Native message: Unknown column 'LevelSpell' in 'order 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: Spell.php(931) MDB2_Driver_Common->query("SELECT Spe")
7: Char.php(547) Buffed_WOWDB_Spell::getRecipeSpells(array)
6: CharController.php(421) Buffed_WOWDB_Char->loadRecipes("4135295", "202")
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")