koningsvh
Forum Replies Created
-
Forum: Plugins
In reply to: [PayPal Zettle POS for WooCommerce] Disable Zettle stock syncThanks for the efforts to discuss my request and getting back to me!
I understand that not every request can be realized, so we will look for a different solution for now.
Kind regards,
Stan
Forum: Plugins
In reply to: [PayPal Zettle POS for WooCommerce] Disable Zettle stock syncHi Joost,
Thanks for getting back to me!
Unfortunately we must use the WMS as we sell on different marketplaces/channels.
Is there any possibility that the option to disable this sync is added on a wish list/roadmap? For us it would be perfect if we can turn it off using a bit of code or environment variable etc.
Thanks!
Forum: Plugins
In reply to: [Google for WooCommerce] Many errors in the log file@vorticy, the root problem is with the vendor package they use written by Google. The function that is called to get the account statusses claims it will return an array, but if there aren’t any account issues, it returns null.
Nevertheless I totally agree that they could very simply include a null check in the plugin, and they should do so.
Forum: Plugins
In reply to: [Google for WooCommerce] Product Issues don’t get clearedHey!
Thanks for the quick response.
Here you can find the system report: https://gist.github.com/StanvanHoorn/355fc951a4b03c40d9496b913035739b
There are a couple of occurrences of the same fatal error related to GLA (not more than one a day): https://gist.github.com/StanvanHoorn/6cbaaa0324fae9c16e8df8e0760c1831
The list of problems look like this, however all those problems (The
-
in the image name) have already been solved: https://ibb.co/gMzRXFFBefore I uploaded the product images the product page also showed an error like the one below, but that one disappeared after uploading the new images: https://ibb.co/YbLSY5L
- This reply was modified 9 months, 2 weeks ago by koningsvh.
Hi @wpo365 ,
Thanks for the quick response and actions! The newest version seems to have solved the issue.
I solved the problem initially by moving
wp-content/plugins/wpo365-login
towp-content/plugins/wpo365-login.bak
and than installing version V22.1?viawp plugin install wpo365-login --version=22.1
. Bacause version v23.1 fixes the issue, installing version 23.1 would also work now. This will require access to the filesystem of the hosting platform.Thanks again for the quick update and the fix!
Forum: Plugins
In reply to: [Mollie Payments for WooCommerce] Geen API-sleutel verschaftHi,
We also encountered this error since upgrading to 7.0.1.
In addition the logs contain errors like:
2022/02/15 22:08:15 [error] 885546#885546: *623867 FastCGI sent in stderr: "PHP message: PHP Fatal error: Uncaught TypeError: Argument 2 passed to Mollie\WooCommerce\Gateway\MolliePaymentGateway::onOrderReceivedText() must be an instance of WC_Order, null given, called in /var/www/html/REDACTED/wp-includes/class-wp-hook.php on line 307 and defined in /var/www/html/REDACTED/wp-content/plugins/mollie-payments-for-woocommerce/src/Gateway/MolliePaymentGateway.php:1099 Stack trace: #0 /var/www/html/REDACTED/wp-includes/class-wp-hook.php(307): Mollie\WooCommerce\Gateway\MolliePaymentGateway->onOrderReceivedText() #1 /var/www/html/REDACTED/wp-includes/plugin.php(189): WP_Hook->apply_filters() #2 /var/www/html/REDACTED/wp-content/plugins/woocommerce/templates/checkout/thankyou.php(84): apply_filters() #3 /var/www/html/REDACTED/wp-content/plugins/woocommerce/includes/wc-core-functions.php(345): include('/var/www/html/k...') #4 /var/www/html/REDACTED/wp-content/plugins/woocommerce/includes/shortcodes/class-wc-shortcode-checko" while reading response header from upstream, client: REDACTED, server: REDACTED, request: "GET /afrekenen/order-received/REDACTED/ HTTP/2.0", upstream: "fastcgi://unix:/var/run/php/7.4-fpm.sock:", host: "REDACTED"
Also order statuses are not updated after marking them complete because the API key would be missing.
Fout tijdens statuswijziging. [2022-02-15T15:33:04+0000] Geen API-sleutel geleverd. Plaats je Mollie API-sleutels hieronder.
Something seems to be very broken in this update.