I am working on a site for a client using Generatpress Pro and Elementor. After updating plugins, I have the following warning messages showing in the footer:
Warning: Missing argument 2 for WC_Gateway_PPEC_Cart_Handler::maybe_enqueue_checkout_js(), called in /app/public/wp-includes/class-wp-hook.php on line 286 and defined in /app/public/wp-content/plugins/woocommerce-gateway-paypal-express-checkout/includes/class-wc-gateway-ppec-cart-handler.php on line 367
Warning: Missing argument 3 for WC_Gateway_PPEC_Cart_Handler::maybe_enqueue_checkout_js(), called in /app/public/wp-includes/class-wp-hook.php on line 286 and defined in /app/public/wp-content/plugins/woocommerce-gateway-paypal-express-checkout/includes/class-wc-gateway-ppec-cart-handler.php on line 367
The following is highlighted below each warning message:
require( ‘/app/public/wp-blog-header.php’ )
require_once( ‘/app/public/wp-includes/template-loader.php’
include( ‘/app/public/wp-content/themes/generatepress/page.php’ )
require_once( ‘/app/public/wp-content/themes/generatepress/footer.php’ )
Any assistance would be very much appreciated because I have no idea what to do other than re-do the entire site!
The site is is currently being built on my local server.
Thank you.