schalipp
Forum Replies Created
-
Forum: Plugins
In reply to: [Translation with DeepL API] Translate button does not runSee my fix in this thread
Forum: Plugins
In reply to: [Translation with DeepL API] Translate button not doing anythingSolved. The plugin as it is, is not compatible with current wordpress versions. I have found the bug and corrected it. If anyone else needs this:
The error is in “/wp-content/plugins/wpdeepl/classes/deeplapi.php”.
The method “buildQuery” was not building the post request conforming to WordPress API standards. Here is the fix:protected function buildQuery( $mode = ‘POST’ )
{
…
if ( $mode == ‘POST’ ) {
/* POST body has to be an array and NOT a queryString */
//$args[‘body’] = http_build_query( $request );
$args[‘body’] = $request;
} else {
$args[‘query’] = http_build_query( $request );
}
…
}Forum: Plugins
In reply to: [Translation with DeepL API] Translate button not doing anythingHi, thanks for answering. I checked, but there is no accidentially copied space in front or at the back our API key, it has the correct format. But when we click on the translate button, the icon just keeps spinning. No error message, no translation, nothing.
Problem is still unresolved. Maybe the developer can help us? Is this plugin actively supported?
Dear Christina,
I have sent an E-Mail to “paypalplus[at]inpsyde.com” (assuming that the missing “l” in “paypalpus” of your mail was a typo). It contains the desired System report and log, plus details to a newly created admin account for the shop.
You and your colleagues are welcome to browse the shop backend for any details you need, or change settings for your testing purposes.
Thanks,
SebastianHi Andreas,
thanks for getting back to me so quickly.
Indeed your first guess was spot-on, when deactivating “Germanized Pro” the order gets properly redirected to PayPal. Great!
Is that a known compatibility issue? (And if so, who is responsible for fixing it: PPPLus plugin author or Germanized Pro author? I guess each will point at the other 😀 )
The problem now is, that we actually need “Germanized Pro” to create our PDF invoices, and to attach some more PDFs to our order mails, such as terms and conditions and privacy statements.
So do you think the issue can be solved in the near future by either Venidero or by you, or should we try to substitute Germanized Pro with other plugins for PDF invoice and attachments?
Thanks for your valuable feedback,
Sebastian