• Resolved manigopal

    (@manigopal)


    EWD_OTP_db_version in /home/…/public_html/wp-content/plugins/order-tracking/Main.php

    getting this issue.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Contributor etoilewebdesign

    (@etoilewebdesign)

    Hi manigopal,

    Do you have debug mode enabled? Could you try setting the debug mode to false and see if it makes a difference? You could find the WordPress Codex article on “WP_DEBUG” here https://codex.www.ads-software.com/WP_DEBUG for more information.

    If that doesn’t solve the issue, could you please explain a bit more about the error? Do you see the error on the front-end or does it show only in the admin panel? Also, do you see the error if you do something specific? This would help us replicate the issue on our test servers to see what might be wrong so that we could suggest you accordingly.

    Thread Starter manigopal

    (@manigopal)

    no at frontend its not showing any error but at adminpanel it does,

    EWD_OTP_db_version in /home/…/wp-content/plugins/order-tracking/Main.php on line 175

    Notice: Undefined variable: EWD_OTP_db_version in /home/…/wp-content/plugins/order-tracking/Main.php on line 176

    using the recent version of the plugin.

    Plugin Contributor etoilewebdesign

    (@etoilewebdesign)

    Hi manigopal,

    Could you please disable debug mode and see if that fixes the issue? These notices are shown for developers to know that there could be possible issues in future, but can be safely ignored and hidden by disabling debug mode.
    To disable the debug mode, you need to set “WP_DEBUG” to “false” by navigating to the wp-config.php file:

    
    define( 'WP_DEBUG', false );
    

    You could find more information on WordPress debug mode by visiting this WordPress Codex page:
    https://codex.www.ads-software.com/WP_DEBUG

    Thread Starter manigopal

    (@manigopal)

    EWD_OTP_db_version in /home/…/public_html/wp-content/plugins/order-tracking/Main.php

    when will this be fixed.,

    Plugin Contributor etoilewebdesign

    (@etoilewebdesign)

    Hi @manigopal,

    This is just a notice. It does not hinder the plugin’s functionality. There has been no date set to release a for patch this. In the mean time, disable debug mode as mentioned before. We will let you know once this patch is released. Thank you for your understanding.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘EWD_OTP_db_version in order-tracking/Main.php’ is closed to new replies.