Today one of my members lets me know that when he tried to upload his bank it would not let him. Upon further investigation under the normal GuildBank it now says that
bank name has not uploaded an inventory yet
for all our guild banks. So i poked around further and noticed that MadeBy no longer is showing up any of our crafting recipes either. I turned on Debugging and got these errors:
Upon clicking on GuildBank:
Roster DB Layer
Invalid query result passed
Backtrace (most recent call last):
* File: /home/wow/public_html/phproster/lib/commonfunctions.lib.php
o line 248
o function called: backtrace
* File: /home/wow/public_html/phproster/lib/wowdb.php
o line 154
o function called: die_quietly
o args: Invalid query result passed, Roster DB Layer
* File: /home/wow/public_html/phproster/guildbank2.php
o line 133
o function called: fetch_array
o args:
Upon Clicking on MadeBy then the Cooking Profession:
Invalid query result passed
Backtrace (most recent call last):
* File: /home/wow/public_html/phproster/lib/commonfunctions.lib.php
o line 248
o function called: backtrace
* File: /home/wow/public_html/phproster/lib/wowdb.php
o line 133
o function called: die_quietly
o args: Invalid query result passed, Roster DB Layer
* File: /home/wow/public_html/phproster/addons/madeby/lib/recipe.lib.php
o line 174
o function called: fetch_assoc
o args:
* File: /home/wow/public_html/phproster/addons/madeby/RecipeList.php
o line 95
o function called: recipe_get_all
o args: Cooking, , level
* File: /home/wow/public_html/phproster/addons/madeby/index.php
o line 79
o function called: require_once
o args: /home/wow/public_html/phproster/addons/madeby/RecipeList.php
* File: /home/wow/public_html/phproster/addon.php
o line 77
o function called: include_once
o args: /home/wow/public_html/phproster/addons/madeby/index.php
I have tired uploading the newest Image pack that i downloaded from here and i also added in one someone else had suggested that is quoted below and both did not help to solve my problem
Something is going wrong when creating the tradeskill icons. The resulting database error is not being caught properly. Try inserting this code in memberslist.php on line 628:
Code::
- Code: Select all
if( !$sql_prof )
{
return 'Error while fetching professions for '.$row['name'].'. MySQL said: '.$wowdb->error();
}
My Roster website is www.wow.thelegions.com/phproster if you want to take a look for yourself. Any help or suggestions would be greatly appreciated.
Thanks,
Phyreizes