-
Notifications
You must be signed in to change notification settings - Fork 293
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
1.5 => simplexml_load_file() expects parameter 1 to be a valid path, object given #535
Comments
solved already in #533 |
Cool @goetas thanks, is it already available in a release or shall I wait to upgrade the package? |
Already released as 1.5.1
…On Thu, 19 Mar 2020, 08:43 VinZ, ***@***.***> wrote:
Cool @goetas <https://github.com/goetas> thanks, is it already available
in a release or shall I wait to upgrade the package?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#535 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAF5UJ5AK77W5CH7WBNS3M3RIHEKLANCNFSM4LOUE4KA>
.
|
OK, now I have this error on the same command (with package updated to 1.5.1). Any clue @goetas ?
|
Seems that some of your translation keys are just numbers, is it?
…On Thu, 19 Mar 2020, 09:21 VinZ, ***@***.***> wrote:
OK, now I have this error on the same command (with package updated to
1.5.1). Any clue @goetas <https://github.com/goetas> ?
08:19:49 ERROR [console] Error thrown while running command "translation:ext
ract en --config=iwid --output-format=xliff". Message: "hash() expects parameter
2 to be string, integer given" ["exception" => TypeError { …},"command" => "tra
nslation:extract en --config=iwid --output-format=xliff","message" => "hash() ex
pects parameter 2 to be string, integer given"]
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#535 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAF5UJZWTICO7U4V3GG2LUTRIHIZ3ANCNFSM4LOUE4KA>
.
|
@goetas The closest TK that I have that looks like an integer is "615 xxx xxx x"... it is a placeholder in a form. |
can you please try to add a string casting in the second parameter of the $unit->setAttribute('id', hash('sha1', (string) $id)); And see if there are more errors please? |
Tested and validated, thanks guys! |
Here is the output I get when using the command
It was working file with 1.4.4, please support.
The text was updated successfully, but these errors were encountered: