sovok
Forum Replies Created
-
Forum: Plugins
In reply to: [PayPal Plus for WooCommerce] PHP 7.2 ready?Ahoi,
eventuell ein Problem bzgl. PHP 7.2: Bei manchen Produkten leitete der Checkout nicht zu Paypal weiter, sondern warf nur den “Fehler im Bestellvorgang. Versuche es bitte erneut”. Davor kurz PHP-Warning “sizeof(): Parameter must be an array or an object that implements Countable in …/wp-content/plugins/woo-paypalplus/lib/PayPal/Common/PayPalModel.php on line 179”
Hab es nun nicht mit PHP 7.1 probiert, aber L?sung:
/wp-content/plugins/woo-paypalplus/lib/PayPal/Common/PayPalModel.php Zeile 179
von
} elseif (sizeof($v) <= 0 && is_array($v)) {
zu
} elseif (is_array($v) && sizeof($v) <= 0) {
?ndern.-rob
Hi,
thanks for your reply. Sadly version 1.7.8 doesn’t fix the problem in slider-by-subsystic/src/SupsysticSlider/Slider/assets/js/sorting.js
But after applying the patch from above, it works again and saves the correct order for >10 items in a slide. Please incorporate the patch into your code, so the fix doesn’t get overwritten again after an update.
Cheers
RobertForum: Plugins
In reply to: [PAYMILL for WordPress] WooCommerce Germanized Multi Step CheckoutHi Matthias,
thanks for the reply. We went with a single-step-checkout now, but I’ll check v1.10.9 out when it arrives.
Cheers
RobertForum: Plugins
In reply to: [Polylang] Wrong url rewrite -> 404 pageHa, it works with 1.6.0.4 (after I re-saved the permalinks again). Everything else also looks good. Thanks very much for the quick support ??
Would you recommend using this in production or should I wait for the official update?
Forum: Plugins
In reply to: [Polylang] Wrong url rewrite -> 404 pageI have the same problem after updating to from 1.5.6 to 1.6. It worked after the update until I re-saved the permalinks. Permalink structure is /news/%postname%, so a blog article is /en/news/title for example. But it just goes to the 404 page :/