-
-
Notifications
You must be signed in to change notification settings - Fork 3
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
PHP's phar extension is missing #18
Comments
Thanks for reporting the issue. How do you |
Thanks for your quick reply! It's simply using some shell commands and looks like this: |
Thanks. Will have to check it out. Don't see at first glace, why you should need phar. But will look into it. |
I think the FATAL is more the problem than the phar missing.
|
Currently I cannot test locally as the $ composer prepare-release
> rm -rf Resources/Private/PHP/tcpdf
> wget https://github.com/tecnickcom/TCPDF/archive/refs/tags/6.6.5.zip -O Resources/Private/PHP/tcpdf.zip
--2025-02-08 18:07:03-- https://github.com/tecnickcom/TCPDF/archive/refs/tags/6.6.5.zip
Resolving github.com (github.com)... 4.225.11.194
Connecting to github.com (github.com)|4.225.11.194|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://codeload.github.com/tecnickcom/TCPDF/zip/refs/tags/6.6.5 [following]
--2025-02-08 18:07:04-- https://codeload.github.com/tecnickcom/TCPDF/zip/refs/tags/6.6.5
Resolving codeload.github.com (codeload.github.com)... 140.82.121.10
Connecting to codeload.github.com (codeload.github.com)|140.82.121.10|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2025-02-08 18:07:04 ERROR 404: Not Found.
Script wget https://github.com/tecnickcom/TCPDF/archive/refs/tags/6.6.5.zip -O Resources/Private/PHP/tcpdf.zip handling the prepare-release event returned with error code 8
|
I have created a new release |
@tomasnorre Thanks for checking this so quickly! The fatal error is gone now, but it's still not working:
Maybe this is related to I will have to check the |
I haven't had a successful run yet, but using I know there have been some issues with the TER. And haven't heard it's working yet. I think the next issue is related to TER, but not sure. |
@tomasnorre Thanks for showing me this, I'll have an eye on it! ..and thanks for your extension! |
I have the same issue now: https://github.com/christophlehmann/imageoptimizer/actions/runs/13357068735/job/37301310363
|
I still think it's related to the problems with the TER linked above. But I'll be looking into it. |
Just for reference TYPO3/tailor#82 |
No complaint, just a followup that the error is still present. See https://github.com/evoWeb/sf_register/actions/runs/13552074913/job/37877878770 |
I know. it's not in the GitHub Action that the problem lies, but in tailor it self. |
I recently updated
actions/checkout@v3
toactions/checkout@v4
and started getting the following error:This is my configuration:
I haven't used the TER upload in over a year, so it could also be related to something else than the GitHub actions version.
Do you know what this could be? Do we maybe just have to add the phar extension to the
Dockerfile
?The text was updated successfully, but these errors were encountered: