Title: BUG: Notices
Last modified: September 16, 2020

---

# BUG: Notices

 *  Resolved [toddsantoro](https://wordpress.org/support/users/toddsantoro/)
 * (@toddsantoro)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/bug-notices/)
 * Notice: Trying to access array offset on value of type bool in /wp-content/plugins/
   redux-framework/redux-core/inc/classes/class-redux-required.php on line 53
 * Notice: Trying to access array offset on value of type bool in /wp-content/plugins/
   redux-framework/redux-core/inc/classes/class-redux-required.php on line 73
 * Notice: Trying to access array offset on value of type bool in /wp-content/plugins/
   redux-framework/redux-core/inc/classes/class-redux-required.php on line 74
 * Notice: Trying to access array offset on value of type bool in /wp-content/plugins/
   redux-framework/redux-core/inc/classes/class-redux-required.php on line 75
 * Notice: Trying to access array offset on value of type bool in /wp-content/plugins/
   redux-framework/redux-core/inc/classes/class-redux-required.php on line 53
 * Notice: Trying to access array offset on value of type bool in /wp-content/plugins/
   redux-framework/redux-core/inc/classes/class-redux-required.php on line 73
 * Notice: Trying to access array offset on value of type bool in /wp-content/plugins/
   redux-framework/redux-core/inc/classes/class-redux-required.php on line 74
 * Notice: Trying to access array offset on value of type bool in /wp-content/plugins/
   redux-framework/redux-core/inc/classes/class-redux-required.php on line 75
 * Notice: Trying to access array offset on value of type bool in/plugins/redux-
   framework/redux-core/inc/classes/class-redux-required.php on line 53
 * Notice: Trying to access array offset on value of type bool in /plugins/redux-
   framework/redux-core/inc/classes/class-redux-required.php on line 73
 * Notice: Trying to access array offset on value of type bool in /plugins/redux-
   framework/redux-core/inc/classes/class-redux-required.php on line 74
 * Notice: Trying to access array offset on value of type bool in /plugins/redux-
   framework/redux-core/inc/classes/class-redux-required.php on line 75

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

 *  Plugin Contributor [Dōvy Paukstys](https://wordpress.org/support/users/dovyp/)
 * (@dovyp)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/bug-notices/#post-13414493)
 * So that is very interesting. Where is this happening? It seems like your theme
   or plugin author that is using Redux has something set oddly.
 * Care to share your site URL and where this is happening?
 *  Plugin Contributor [Dōvy Paukstys](https://wordpress.org/support/users/dovyp/)
 * (@dovyp)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/bug-notices/#post-13414519)
 * Actually, looked in the code. If you can try this fix for me:
    ~redux-framework/
   redux-core/inc/classes/class-redux-required.php line 45
 * Change:
    `if ( ! empty( $field['required'] ) ) {` to `if ( ! empty( $field['required'])&&
   is_array( $field['required'] ) ) {`
 * I think your theme author set the required arg to false which is causing this
   error. 😉
 *  Plugin Contributor [Dōvy Paukstys](https://wordpress.org/support/users/dovyp/)
 * (@dovyp)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/bug-notices/#post-13506826)
 * Closing due to inactivity. I’d love to work with you if you’re willing to provide
   me more details. 🙂

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

The topic ‘BUG: Notices’ is closed to new replies.

 * ![](https://ps.w.org/redux-framework/assets/icon.svg?rev=2889347)
 * [Redux Framework](https://wordpress.org/plugins/redux-framework/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/redux-framework/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/redux-framework/)
 * [Active Topics](https://wordpress.org/support/plugin/redux-framework/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/redux-framework/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/redux-framework/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Dōvy Paukstys](https://wordpress.org/support/users/dovyp/)
 * Last activity: [5 years, 8 months ago](https://wordpress.org/support/topic/bug-notices/#post-13506826)
 * Status: resolved