Skip to content
New issue

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

Fix invalid "array to string conversion" in ScriptHandler exception message #2184

Conversation

m-vo
Copy link
Member

@m-vo m-vo commented Aug 23, 2020

Q A
Fixed issues Fixes contao/manager-bundle#88
Docs PR or issue -

There is indeed a missing implode at this place.

@m-vo m-vo changed the title add a missing array->string conversion in the exception message Fix invalid "array to string conversion" in ScriptHandler exception message Aug 23, 2020
@richardhj
Copy link
Member

richardhj commented Aug 24, 2020

Does this mean, the error only occurs, when the process fails nonetheless?

I'm asking because I have a co-occurrence with another error in the console (either no error or two errors are shown in the console).

@m-vo
Copy link
Member Author

m-vo commented Aug 24, 2020

Yes. If the process was't successful the adressed bug would prevent the error to be reported, though, because the error handling itself has an error 🙈.

btw.: the error you're seeing might also be part of the regular output, that is streamed.

@leofeyer leofeyer merged commit 5324c34 into contao:4.10 Aug 25, 2020
@leofeyer
Copy link
Member

Thank you @m-vo.

@m-vo m-vo deleted the bugfix/leftover-array-string-conversion-in-script-handler branch January 2, 2021 12:04
AlexejKossmann pushed a commit to AlexejKossmann/contao that referenced this pull request Apr 6, 2021
…essage (see contao#2184)

Description
-----------

| Q                | A
| -----------------| ---
| Fixed issues     | Fixes contao/manager-bundle#88
| Docs PR or issue | -

There is indeed a missing implode at this place.

Commits
-------

83c3889 add a missing array->string conversion in the exception message
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants