I get these three errors when I try to set up individual profiles on my site, which consists of many different authors:
"Warning: include_once(__DIR__/../flattr_client.php) [function.include-once]: failed to open stream: No such file or directory in [.....]/wp-content/plugins/flattr/settings-templates/user.php on line 56
Warning: include_once() [function.include]: Failed opening '__DIR__/../flattr_client.php' for inclusion (include_path='.:/usr/share/pear') in [.....]/wp-content/plugins/flattr/settings-templates/user.php on line 56
Fatal error: Class 'OAuth2Client' not found in [.....]/wp-content/plugins/flattr/settings-templates/user.php on line 58"
[.....] is my specific site.
Does anybody have any idea how to fix this?