Michael Henke
Forum Replies Created
-
Forum: Plugins
In reply to: [Flattr] Flattr – Start Wizard checking failedIf you run your page on localhost you obviously don’t run it in your hosting providers servers. Sorry, I can not provide technical assistance…
Forum: Plugins
In reply to: [Flattr] Flattr – Start Wizard checking failedthis means your server has trouble communicating with the flattr api endpoint. The plugin will basically work for you but the feature auf autosubmitting your posts to the flattr catalog will not work.
The only way to fix this is to contact your hosting provider and let them check it. Maybe a firewall issue?
Also, maybe your hosting providers PHP implementation is missing an (Open-)SSL module which is necessary for HTTPS communication.
Forum: Plugins
In reply to: [Flattr] [Plugin: Flattr] Individual user profiles not workingI tested it with 2 users and the posts where submitted to different flattr accounts from the same blog.
Forum: Plugins
In reply to: [Flattr] [Plugin: Flattr] Individual user profiles not workingI’ll investigate,
currently the option will have the value it has before the upgrade to 0.99 or above.
Forum: Plugins
In reply to: [Flattr] [Plugin: Flattr] Capabilities check freezes upThanks
Forum: Plugins
In reply to: [Flattr] [Plugin: Flattr] Capabilities check freezes upthis one is allready known and will be fixed in the next update
Forum: Plugins
In reply to: [Flattr] [Plugin: Flattr] Feature request: add a ShareDaddy button insteadYou can always deactivate the automatic insertion and do you own thing. If it is sharedaddy that you want to use, fine with me but I’m not pulling more external dependencies to the code than absolutely necessary.
Forum: Plugins
In reply to: [Flattr] [Plugin: Flattr] Capabilities check freezes upIt only works on NEW posts.
Forum: Plugins
In reply to: [Flattr] [Plugin: Flattr] Capabilities check freezes upCould you test if post submission works nevertheless?
Forum: Plugins
In reply to: [Flattr] [Plugin: Flattr] Capabilities check freezes updid you start over? If not, please try.
Forum: Plugins
In reply to: [Flattr] [Plugin: Flattr] Capabilities check freezes upTry changing
static::parseResponse
to
self::parseResponse
in wp-content/plugins/flattr/lib/oauth2client.php on line 142
yes, a fix is on it’s way, I want more feedback before i push it live
Forum: Plugins
In reply to: [Flattr] [Plugin: Flattr] Capabilities check freezes upPlease replace __DIR__ with
dirname(__FILE__)
in flattr_client.php
the function will be included in the next update. To help you out, you can include the following function at the end of flattr.php
function the_flattr_permalink() { $flattr = new Flattr(); echo($flattr->getButton()); }
Well, the complete error message would be helpful