-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Fix Uninitialized string offset 0 at GenerateMimetypeFileBuilder.php#39 #32859
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
Conversation
3c09020 to
19a7c84
Compare
core/Command/Maintenance/Mimetype/GenerateMimetypeFileBuilder.php
Outdated
Show resolved
Hide resolved
2eac3fd to
d595013
Compare
Signed-off-by: Daniel Kesselberg <[email protected]>
d595013 to
6f3ab2f
Compare
come-nc
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it expected to have an empty string as a valid key is $aliases array though?
I don't think so ;) |
|
/backport to stable25 |
|
/backport to stable24 |
|
/backport to stable23 |
|
The backport to stable24 failed. Please do this backport manually. |
|
The backport to stable25 failed. Please do this backport manually. |
|
The backport to stable23 failed. Please do this backport manually. |
|
Hi @come-nc I found this error in an instance with version25. |
No, I’m gonna retrigger the bot and backport by hand if needed. |
|
/backport to stable25 |
|
/backport to stable24 |
|
/backport to stable23 |
Merged in 25/24/23 now. |
Fix #31973
Someone added a file
config/mimetypealiases.jsonto my instance like below. Key is empty hence the check if the first character of the string is_fails.