• Resolved dagmaradrewniak

    (@dagmaradrewniak)


    hello i have very important issue with one of your plugin – woo price calculator – this isnt working anymore – just look: https://healthychoice.pl/koszyk/

    my shop was working fine, but when i upgrade my theme something broke with plugin, i delete and activate your plugin once more but this not help,
    i really need help with this

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Altos

    (@sefin)

    Hello Dagmara,

    Can i have access to a test web site of https://healthychoice.pl/?

    In particular i need:

    – ftp access
    – backend access
    – url of test website

    You can write me here ([email protected])

    Kind Regards,
    Paul Murillo

    Plugin Author Altos

    (@sefin)

    Hello Dagmara,

    I don’t know how is configurated your file wp-config.php but I think you can resolve the problem if you hide the PHP Warnings.

    So you can do this in your file wp-config.php:
    – define(‘WP_DEBUG’, false);
    or
    – you can replace that line with:
    ini_set(‘log_errors’,’On’);
    ini_set(‘display_errors’,’Off’);
    ini_set(‘error_reporting’, E_ALL );
    define(‘WP_DEBUG’, false);
    define(‘WP_DEBUG_LOG’, true);
    define(‘WP_DEBUG_DISPLAY’, false);

    I can’t test it because i have no access to home.pl.

    Tell me if you still have problems after that.

    Kind Regards,
    Paul Murillo

    Plugin Author Altos

    (@sefin)

    Dear Dagmara,, if we managed to resolve your issue, please close this topic.

    Thanks,
    Simone

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘plugin is not working’ is closed to new replies.