• Resolved Shivani-Rana

    (@shivani-rana)


    Fatal error: Call to undefined method WooCommerce::logger() in /home1/priority/public_html/wp-content/plugins/woocommerce-gateway-paypal-pro/classes/class-wc-gateway-paypal-pro.php on line 107

    Why my page show this error

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Shivani-Rana

    (@shivani-rana)

    Hi,

    ihave found solution
    repalce this line “if ($this->debug) $this->log = $woocommerce->logger();”

    to

    “if ($this->debug) $this->log = new WC_Logger();”

    Thread Starter Shivani-Rana

    (@shivani-rana)

    repalce this line “if ($this->debug) $this->log = $woocommerce->logger();”

    to

    “if ($this->debug) $this->log = new WC_Logger();”

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Fatal error: Call to undefined method WooCommerce::logger() in /home1/priority/p’ is closed to new replies.