pabval2
Forum Replies Created
-
Great! This fixed my issues.
Ok, then I know. Thank you for all your support.
Thank you for quick answer.
Yes it′s coming from Woopayments only. It shows many warnings that are equal. All plugins and themes are updated (checked already to fix the first error with php above).
Ok, now I managed to run the conflict test and found that there was an own developed plugin that was the reason for conflict. It is now fixed and the dashboard page seems to work again.
I′m though getting a lot of warnings on debug.log from WooPayments as follows:
[xx-Sep-2024 xx:xx:xx YYY] PHP Deprecated: woocommerce_rest_api_option_permissions is deprecated since version 6.3.0 with no alternative available.?in …/wp-includes/functions.php on line 6085
Anything to worry about?
Ok I will run a conflict test as soon as I′m done with another task that needs to be done in advance. I will keep you posted as soon as I get some results.
I re-installed the plugin and same error again.
Here is an image of the error:https://snipboard.io/pKQv7w.jpg
And this one from the complete error log: https://snipboard.io/Ri0Bjh.jpg
In addition, I am getting another php error (does not appear whithout woopayments) on a child-theme development as follows: [03-Sep-2024 09:55:39 UTC] PHP Fatal error: Uncaught Error: Call to a member function get_cart() on null in /xxx/httpd.www/wp-content/themes/child-theme/modules/order_delivery_date.php:97. The code there is just:
foreach ( $cart->get_cart() as $cart_item_key => $cart_item )
Thank you.