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