Title: BPS errors in log
Last modified: February 12, 2020

---

# BPS errors in log

 *  Resolved [Jack](https://wordpress.org/support/users/grabgooglesgoogles1/)
 * (@grabgooglesgoogles1)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/bps-errors-in-log/)
 * Hi,
 * I’m getting the following three errors from my log:
    Notice: Undefined offset:
   0 in /home/viriatobar/public_html/wp-content/plugins/bulletproof-security/includes/
   general-functions.php on line 660
 * Notice: Undefined variable: bps_email_options in /home/viriatobar/public_html/
   wp-content/plugins/bulletproof-security/includes/general-functions.php on line
   1359
 * Notice: Undefined variable: bps_email_options in /home/viriatobar/public_html/
   wp-content/plugins/bulletproof-security/includes/general-functions.php on line
   1360
 * Would you be able to indicate steps toward fixing it? Let me know what additional
   information you may need.
 * Thanks,
    Jack
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fbps-errors-in-log%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Thread Starter [Jack](https://wordpress.org/support/users/grabgooglesgoogles1/)
 * (@grabgooglesgoogles1)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/bps-errors-in-log/#post-12427038)
 * System info as follows:
 * == Server Environment ==
    Operating System: Linux Software: LiteSpeed MySQL version:
   MariaDB Server v5.6.42-84.2 PHP Version: 7.0.33 PHP Max Input Vars: 2000 PHP 
   Max Post Size: 200M GD Installed: Yes ZIP Installed: Yes Write Permissions: All
   right Elementor Library: Connected
 * == WordPress Environment ==
    Version: 5.3.2 Site URL: [https://viriatobar.com](https://viriatobar.com)
   Home URL: [https://viriatobar.com](https://viriatobar.com) WP Multisite: No Max
   Upload Size: 200 MB Memory limit: 256M Permalink Structure: /%postname%/ Language:
   en-US Timezone: Europe/Madrid Debug Mode: Active
 * == Theme ==
    Name: Fundación SSG Version: 1.0.1552381984 Author: BusinessGo! 
   Child Theme: Yes Parent Theme Name: Jupiter Parent Theme Version: 6.1.6 Parent
   Theme Author: Artbees
 * == User ==
    Role: administrator WP Profile lang: en_US User Agent: Mozilla/5.0(
   Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/
   80.0.3987.87 Safari/537.36
 * == Active Plugins ==
    404page – your smart custom 404 error page Version: 11.2.1
   Author: Peter Raschendorfer
 *  All-in-One Event Calendar by Time.ly
    Version: 2.6.2 Author: Time.ly Network
   Inc.
 *  Autoptimize
    Version: 2.6.1 Author: Frank Goossens (futtta)
 *  BulletProof Security
    Version: 3.9 Author: AITpro Website Security
 *  Elementor
    Version: 2.8.5 Author: Elementor.com
 *  Elementor Pro
    Version: 2.8.3 Author: Elementor.com
 *  Event Schema
    Version: 1.1.1 Author: Xylus Themes
 *  Google Reviews Widget
    Version: 1.8.3 Author: RichPlugins <support@richplugins.
   com>
 *  Google Tag Manager for WordPress
    Version: 1.11.2 Author: Thomas Geiger
 *  Really Simple SSL
    Version: 3.2.9 Author: Rogier Lankhorst, Mark Wolters
 *  SEOPress
    Version: 3.8.1 Author: SEOPress
 *  ShortPixel Adaptive Images
    Version: 1.8.0 Author: ShortPixel
 *  Sticky Header Effects for Elementor
    Version: 1.3.2 Author: Rwattner
 *  Wordfence Security
    Version: 7.4.6 Author: Wordfence
 *  WP Fastest Cache
    Version: 0.9.0.2 Author: Emre Vona
 * == Must-Use Plugins ==
    BPS MU Tools Version: 4.0 Author: AITpro
    -  This reply was modified 6 years, 3 months ago by [Jack](https://wordpress.org/support/users/grabgooglesgoogles1/).
 *  Plugin Author [AITpro](https://wordpress.org/support/users/aitpro/)
 * (@aitpro)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/bps-errors-in-log/#post-12432240)
 * PHP Notice errors are not critical errors. They are usually a technical procedural(
   nick nack) coding issue. ie the code works fine, but PHP is generating a Notice
   error because the code is not 100% correct technically by PHP’s standards. Other
   things can trigger Notice errors such as debugging itself (not just displaying
   the error, but actually triggering the error) or plugin conflicts or a buffering
   issue of some kind.
 * [https://www.php.net/manual/en/errorfunc.constants.php](https://www.php.net/manual/en/errorfunc.constants.php)
 * > Run-time notices. Indicate that the script encountered something that could
   > indicate an error, but could also happen in the normal course of running a 
   > script.
 * Some PHP errors can be triggered just by debugging itself depending on how you
   are doing debugging. You should be using the WordPress WP_DEBUG constant to do
   debugging > [https://wordpress.org/support/article/debugging-in-wordpress/](https://wordpress.org/support/article/debugging-in-wordpress/)
 * I will double check these php errors and correct anything that needs to be corrected
   in the next BPS plugin version release if necessary. It is important that once
   you are done debugging you turn off debugging. These PHP Notice errors are not
   critical and can be ignored. Once you are done debugging you will obviously no
   longer see these non-critical PHP Notice errors.
    -  This reply was modified 6 years, 3 months ago by [AITpro](https://wordpress.org/support/users/aitpro/).
    -  This reply was modified 6 years, 3 months ago by [AITpro](https://wordpress.org/support/users/aitpro/).
    -  This reply was modified 6 years, 3 months ago by [AITpro](https://wordpress.org/support/users/aitpro/).
    -  This reply was modified 6 years, 3 months ago by [AITpro](https://wordpress.org/support/users/aitpro/).
 *  Thread Starter [Jack](https://wordpress.org/support/users/grabgooglesgoogles1/)
 * (@grabgooglesgoogles1)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/bps-errors-in-log/#post-12432600)
 * Heya AITPro,
 * Thanks for your info. I’m aware they’re non-critical but beyond that have (or
   had) no idea of their severity.
 * FYI I’m in the middle of migrating site, hence debugging on.
 * I shall therefore ignore these errors.
 * Thanks for your time.
    Jack

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘BPS errors in log’ is closed to new replies.

 * ![](https://ps.w.org/bulletproof-security/assets/icon-128x128.png?rev=1731938)
 * [BulletProof Security](https://wordpress.org/plugins/bulletproof-security/)
 * [Support Threads](https://wordpress.org/support/plugin/bulletproof-security/)
 * [Active Topics](https://wordpress.org/support/plugin/bulletproof-security/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/bulletproof-security/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/bulletproof-security/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Jack](https://wordpress.org/support/users/grabgooglesgoogles1/)
 * Last activity: [6 years, 3 months ago](https://wordpress.org/support/topic/bps-errors-in-log/#post-12432600)
 * Status: resolved