Menu

Empty result from guildFetch()

Help
2007-10-22
2013-04-22
  • djmccormick

    djmccormick - 2007-10-22

    <?php

            require_once('phpArmory.class.php');
            $phpArmory = new phpArmory();

            $guild = $phpArmory->guildFetch('Lotus', 'Korialstrasz');
            print_r($guild);

    ?>

    gives me Array(). I did an echo on $url from line 157 of phpArmory and the url comes out correct for my guild. No other changes were made to phpArmory, and it is on a US realm.

     
    • djmccormick

      djmccormick - 2007-10-22

      Ended up needing to change the url from armory.worldofwarcraft.com to wowarmory.com. This should definitely be fixed in the latest version.

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.