Hello,
I'm getting an Uncaught PDO Exception when trying to call the Armory->getGuild() method.
This is the code I'm using is
require_once('wowarmoryapi/BattlenetArmory.class.php'); $Armory = new BattlenetArmory('EU', 'Silvermoon'); $Wicked = $Armory->getGuild('Wicked_Brotherhood');
And it generates this error:
Uncaught exception 'PDOException' with message 'could not find driver'
The error can be seen here: http://dev.richardaugspurger.nl/tests/armory/index.php
I do not quite understand what's going on. If anyone could help, that would be awesome.
Log in to post a comment.
Hello,
I'm getting an Uncaught PDO Exception when trying to call the Armory->getGuild() method.
This is the code I'm using is
And it generates this error:
The error can be seen here:
http://dev.richardaugspurger.nl/tests/armory/index.php
I do not quite understand what's going on.
If anyone could help, that would be awesome.