Skip to content

Notice: Array to string conversion in plugins\redux-framework\ReduxCore\framework.php on line 1850 #2239

@mkhalil49

Description

@mkhalil49

couple of days ago i posted this error and i told you that it is a color theme extension problem
now i am sure
the problem about the get_default_output_string() in this function it's get the default string witch is an array in this extension so it's throw that error
i have made a hot fix to redux core in redux-framework\ReduxCore\framework.php on line 1850
to be

    if( ! is_array($defaultv) ){  
          $default_output .= $defaultv . ', ';
    }

and the error gone

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions