• Resolved toddsantoro

    (@toddsantoro)


    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

    (@dovyp)

    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

    (@dovyp)

    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

    (@dovyp)

    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.