Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author syednazrulhassan

    (@nazrulhassanmca)

    Hello John

    Are you using the latest Plugin ?

    let me know woocommerce & wp versions please

    Thread Starter jchaps21

    (@jchaps21)

    Thanks for your quick response.

    Plugin v1.0.1
    WooCommerce v2.3.9
    WP v4.2.2

    Plugin Author syednazrulhassan

    (@nazrulhassanmca)

    can u use this in wp-config.php

    define(‘WP_DEBUG’, false);

    it should be already there just ensure its false

    and

    change line no 53 & 54 to following

    if (!defined(“STRIPE_SANDBOX” ))
    {define(“STRIPE_SANDBOX” , ($this->stripe_sandbox ==’yes’? true : false));}
    if (!defined(“STRIPE_TRANSACTION_MODE”))
    {define(“STRIPE_TRANSACTION_MODE” , ($this->stripe_authorize_only ==’yes’? false : true));}

    Plugin Author syednazrulhassan

    (@nazrulhassanmca)

    Please let me know if that fixes your issue also let me know php version you are on as this thread will help other users also

    Thanks
    Nazrul

    Plugin Author syednazrulhassan

    (@nazrulhassanmca)

    I am considering this as Resolved please let me if you still face issues i will change the status immediately

    Thanks for bringing this to me i will check the plugin in debug mode of wordpress and resolve other warnings

    Thank you

    Plugin Author syednazrulhassan

    (@nazrulhassanmca)

    I updated the patch for the errors you got please download 1.0.2

    thanks

    Thread Starter jchaps21

    (@jchaps21)

    Thanks so much — problem solved!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Error messages on settings’ is closed to new replies.