We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Notice: Array to string conversion in /Users/dovy/Development/Sites/builder.dev/public/wp-content/plugins/redux-builder/admin/Git.php on line 308
Fixed it by adding a @ to suppress the error... But any ideas?
@
The text was updated successfully, but these errors were encountered:
Looking at https://gist.github.com/gknapp/1910448 and https://bugs.php.net/bug.php?id=60602, it seems the notice is raised by proc_open if any property in the $env array is itself an array, because the values are all cast to string automatically.
proc_open
$env
Sorry, something went wrong.
No branches or pull requests
Notice: Array to string conversion in /Users/dovy/Development/Sites/builder.dev/public/wp-content/plugins/redux-builder/admin/Git.php on line 308
Fixed it by adding a
@
to suppress the error... But any ideas?The text was updated successfully, but these errors were encountered: