Can you let me know what version of PHP you are running? The __DIR__ constant is only available as of PHP 5.3.
If you are stuck on a pre 5.3 version of PHP, for now you can replace all instances of __DIR__ with dirname(__FILE__) in the plugin files until I submit a patch.