簡體   English   中英

如何使用此heroku php buildpack?

[英]How can I use this heroku php buildpack?

我正在嘗試使用https://github.com/taeram/heroku-buildpack-php-columbo,以便可以在PHP安裝中使用NEW RELIC。 無論我嘗試什么,在推送到heroku時總是會遇到以下錯誤:

git push heroku master
Counting objects: 8, done.
Delta compression using up to 24 threads.
Compressing objects: 100% (6/6), done.
Writing objects: 100% (8/8), 1.58 KiB, done.
Total 8 (delta 0), reused 0 (delta 0)

-----> Fetching custom git buildpack... done
-----> PHP app detected
-----> Fetching Manifest
-----> Bundling Apache v2.2.24
tar: This does not look like a tar archive

gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Exiting with failure status due to previous errors

 !     Push rejected, failed to compile PHP app

有人對這里發生的事情有任何想法嗎? 我可以成功使用https://github.com/heroku/heroku-buildpack-php而不會出現問題。 我要做的就是在php / apache旁邊提供NEW RELIC支持。

從快速瀏覽一下buildpack來看,似乎沒有$BUILDPACK_S3_BUCKET 在下載Apache時在任何地方設置,這顯然會導致某些東西(很可能是S3 XML錯誤頁面) does not look like a tar archive 我要么向該第三方buildpack的所有者提出問題,要么自行修復該問題。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM