Undefined Index in debug.log
-
Hello, I am using this plugin on a WooCommerce site with the Bookings extension, and noticed a bit of a bug on the site when I tried to process a refund (Infinite loop of “notes” being added to an order). Initially, I thought it was a Woo problem, but when I created a debug log, I found a few errors seemingly coming from this plugin:
PHP Notice: Undefined index: option in /path/to/wp-content/plugins/login-sidebar-widget/login_afo_widget.php on line 154
PHP Notice: Undefined index: option in /path/to/wp-content/plugins/login-sidebar-widget/forgot_pass_class.php on line 85
PHP Notice: Undefined index: msg in /path/to/wp-content/plugins/login-sidebar-widget/login_afo_widget.php on line 123
PHP Notice: Undefined index: option in /path/to/wp-content/plugins/login-sidebar-widget/settings.php on line 29I also saw this, but not sure if it’s related to the login widget plugin:
PHP Notice: has_cap was called with an argument that is deprecated since version 2.0! Usage of user levels by plugins and themes is deprecated. Use roles and capabilities instead. in /path/to/wp-includes/functions.php on line 3318
Everything on the website appears to be working normally–the only time I run into this problem is when I try to process a certain kind of refund on my website. Any help you can provide would be awesome!
- The topic ‘Undefined Index in debug.log’ is closed to new replies.