Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/heroku/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
如何使用这个heroku php构建包?_Php_Heroku_Newrelic_Buildpack - Fatal编程技术网

如何使用这个heroku php构建包?

如何使用这个heroku php构建包?,php,heroku,newrelic,buildpack,Php,Heroku,Newrelic,Buildpack,我正在尝试使用,这样我就可以让NewRelic在我的PHP安装上工作。无论我尝试什么,当我推到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

我正在尝试使用,这样我就可以让NewRelic在我的PHP安装上工作。无论我尝试什么,当我推到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

有人知道这里发生了什么吗?我可以顺利使用而不出问题。我所要做的就是在php/apache旁边提供NEW RELIC支持。

快速查看buildpack,它似乎没有在任何地方设置
$buildpack\u S3\u BUCKET
,这显然会导致
看起来不像tar归档文件的东西(很可能是s3xml错误页面)。我要么向这个第三方buildpack的所有者提交一个问题,要么自己动手解决