blank
Ok so what iv done now is copy all the files back to the original wowarmory folder and kept my test.php now i have new errors [25-Apr-2020 08:49:16 Europe/London] PHP Notice: Undefined variable: armory in /home/tnosguil/public_html/wowarmoryapi/test.php on line 11 [25-Apr-2020 08:49:16 Europe/London] PHP Fatal error: Uncaught Error: Call to a member function setLocale() on null in /home/tnosguil/public_html/wowarmoryapi/test.php:11 Stack trace: {main} thrown in /home/tnosguil/public_html/wowarmoryapi/test.php...
Ok so what iv done now is copy all the files back to the original wowarmory folder and kept my test.php now i have new errors [25-Apr-2020 08:49:16 Europe/London] PHP Notice: Undefined variable: armory in /home/tnosguil/public_html/wowarmoryapi/test.php on line 11 [25-Apr-2020 08:49:16 Europe/London] PHP Fatal error: Uncaught Error: Call to a member function setLocale() on null in /home/tnosguil/public_html/wowarmoryapi/test.php:11 Stack trace: {main} thrown in /home/tnosguil/public_html/wowarmoryapi/test.php...
Ok so what iv done now is copy all the files back to the original wowarmory folder and kept my test.php now i have new errors [25-Apr-2020 08:49:16 Europe/London] PHP Notice: Undefined variable: armory in /home/tnosguil/public_html/wowarmoryapi/test.php on line 11 [25-Apr-2020 08:49:16 Europe/London] PHP Fatal error: Uncaught Error: Call to a member function setLocale() on null in /home/tnosguil/public_html/wowarmoryapi/test.php:11 Stack trace: 0 thrown in /home/tnosguil/public_html/wowarmoryapi/test.php...
Now i get [25-Apr-2020 08:41:09 Europe/London] PHP Parse error: syntax error, unexpected '$armory' (T_VARIABLE) in /home/tnosguil/public_html/wowarmoryapi/CacheControl.class.php on line 9 Grrr
Now i just get a blank page with no error log... so progress in some sort lol
Is there any chance this could happen.. As am new to php & Chan(WoW) Sites. I bought my own Domain using PHPBB3 woth phpbbWow so no codeing Am going through all the help topics... But all i get "NULL" Here is my Error.log [23-Apr-2020 19:30:00 Europe/London] PHP Notice: Undefined index: global in /home/tnosguil/public_html/wowarmoryapi/jsonConnect.class.php on line 167 [23-Apr-2020 19:31:01 Europe/London] PHP Warning: count(): Parameter must be an array or an object that implements Countable in /home/tnosguil/public_html/wowarmoryapi/Guild.class.php...
Right now, as far as I know, the best way to get raid information from a character...
I found the error. In Character.class.php you have to replace: return $this->characterData['pvp']['totalHonorableKills'];...
Hi there, getHonorKills doesn't seem to retrieve anything anymore. Is this related...
Ok, after testing the Bnet-API links manually, i've found the error. In the Server-Settings...
Hello Thomas, is this project still alive and working ? I've tried several "solutions"...
Hi Mate Love this project, it is amazing! i see in your documentation that you have...
I resolved this problem, the TTL values that needed to be changed were in BattlenetArmory.class.php,...
I have a roster page on my guild's website. It's working fine, but it loads very...
How would I go about getting both the averageItemLevelEquipped and averageItemLevel...
Some changes to the API from bliz regarding item contexts, http://us.battle.net/en/forum/topic/14927203367...
Some changes to the API from bliz regarding item contexts, http://us.battle.net/en/forum/topic/14927203367...
Hello there! I've got some kind of problem with understanding how cache works with...
Undefined Index: global
Undefined Index: global
Nee
Undefined Index: global
Okay, this could be. Our Realm has been connected with other Realms, maybe this causes...
Ahh.. try https://dev.battle.net/io-docs With the guild and realm you write it says:...
Key should work. Character also works $armory = new BattlenetArmory('EU','Gorgonnash');...
Have you set this variable yet? $GLOBALS['wowarmory']['keys']['api'] It's mandatory...
Hi, I updated the Version of Battle.net Armory Update and now my Application didn't...
Added: Realms->isOnline
Minor changes
Extended debug information and changed armory->...
Added debug class
Added guild->getNews and guild->getChallenge
Added more debug information when retreiving da...
Hi James, Thanks for reporting it. I agree that it seems like it's armory failing....
Guild object returns Private info... no Member data.
UPDATED TO CLOSED. saw this on the bnet dev site... other people are complaining...
Guild object returns Private info... no Member data.
Changelog
Home
Added: character->getCombatPets()
Added: character->getGuild()
Added: character->getPetSlots()
Added: character->getAudit()
Added: character->getFeed()
New version out. Fixed that :)
Make sure that there are no trailing whitespaces in the php file. That will break...
New version 4.0.1. I removed some of the debug messages. For got those in 4.0
Removed another debug printing
Removed another debug printing
Added check for mandatory api key check
Removed a print from CacheControl
Nice thank you! Everything works fine as before, except for the emblem, it is created...
Nice thank you! Everything works fine as before, except for the emblem, it is created...
Nice thank you! Everything works fine as before, except for the emblem, it is created...
Done. Check version 4.0
Home
Changelog
Changed variable names for api keys and shared ...
Changed variable names for api keys and shared ...
Changed variable names for api keys and shared ...
Guild and races cache working
Character cache now works
Development! Not working
Nice to read that :D
Hi. I just noticed the same. I'll look into modifying to new API instead. Alot more...
Aha.. came here to ask the same :D
Hey, are there any plans to update to the new battle.net API? See https://dev.battle.net/...
Hello guys I've just downloaded this api, and been playing around with it. I've put...
$character->characterData['items']['averageItemLevelEquipped'] example: http://8...
$character->characterData['items']['averageItemLevelEquipped']
I think your looking for something like this: $realms = new Realms($this->region);...
I think your looking for something like this: $realms = new Realms($this->region);...
Can someone please post an example how to achieve this? I would like to know how...