-
Hello
Please solve this errors
[13-Jan-2021 22:55:28 UTC] PHP Undefined offset: 2332 in ****/public_html/wp-content/plugins/vibe-course-module/includes/bp-course-filters.php on line 1158[13-Jan-2021 22:55:28 UTC] PHP Undefined offset: 2332 in ****/public_html/wp-content/plugins/vibe-course-module/includes/bp-course-filters.php on line 1128
give me the correct solution
NOTICE: wp-content/themes/wplms/includes/func.php:149 – Object of class WP_User could not be converted to int
require(‘wp-blog-header.php’), require_once(‘wp-includes/template-loader.php’), include(‘/themes/wplms/single-unit.php’), do_action(‘wplms_after_every_unit’), WP_Hook->do_action, WP_Hook->apply_filters, wplms_show_notes_discussion, in_arrayNOTICE: wp-content/themes/wplms/includes/func.php:191 – Undefined variable: more
require(‘wp-blog-header.php’), require_once(‘wp-includes/template-loader.php’), include(‘/themes/wplms/single-unit.php’), do_action(‘wplms_after_every_unit’), WP_Hook->do_action, WP_Hook->apply_filters, wplms_show_notes_discussionPHP Notice Undefined variable: title_bg in ****/public_html/wp-content/themes/wplms/includes/actions.php on line 962
hi
Notices are nothing to worry about. it has nothing to do with the actual functionality. but if you find any fatal error only then you have to worry about it.What are PHP Notices?
PHP notices are the least important. As stated on the official PHP website, you will see PHP notices when:the script encountered something that could indicate an error, but could also happen in the normal course of running a script.
Refer https://www.ostraining.com/blog/wordpress/warnings/.
NOTE: THE ABOVE LINES ARE NOT AN ISSUE. THAT IS JUST NOTICE, YOU DO NOT NEED TO WORRY ABOUT IT. EVERYTHING WORKS FINE.
you could hide these notices, follow this link: https://www.wpbeginner.com/wp-tutorials/how-to-turn-off-php-errors-in-wordpress
if you found ant FATAL ERROR then let us knowPlease disable WP_debug in your site.
Notices are not errors but guidelines but in multi-plugin scenarios they are sometimes unavoidable.We’ve taken a note for these and in future updates of the plugin. F
You must be logged in to reply to this topic.