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.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
<?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.
Ended up needing to change the url from armory.worldofwarcraft.com to wowarmory.com. This should definitely be fixed in the latest version.