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.ww.wp.xz.cn/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.
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.
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.ww.wp.xz.cn/WP_DEBUG
EWD_OTP_db_version in /home/…/public_html/wp-content/plugins/order-tracking/Main.php
when will this be fixed.,
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.