简体   繁体   English

Openshift不适用于guzzle(使用curl)

[英]Openshift does not work with guzzle (using curl)

Hello fellows I have an application launched on openshift but I cannot get ti working with guzzle. 你好伙伴们我在openshift上发布了一个应用程序,但是我无法使用guzzle工作。

The application is on https://github.com/pc-magas/webtags And you can visit it on http://webtag-pcmagas.rhcloud.com/ 该应用程序位于https://github.com/pc-magas/webtags您可以访问http://webtag-pcmagas.rhcloud.com/

The problem I get is When I insert a website on the input field I get this following error: 我得到的问题是当我在输入字段上插入一个网站时,我得到以下错误:

Fatal error: Call to undefined function GuzzleHttp\\Handler\\curl_reset() in /var/lib/openshift/57364a4c2d5271f0f500007b/app-root/runtime/repo/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php on line 78 致命错误:在第78行的/var/lib/openshift/57364a4c2d5271f0f500007b/app-root/runtime/repo/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php中调用未定义的函数GuzzleHttp \\ Handler \\ curl_reset()

On my personal computer works like a charm, the openshift is where I get the problem. 在我的个人电脑上工作就像一个魅力,openhift是我遇到问题的地方。

Do you know how I can make it working on openshift? 你知道如何让它在openshift上工作吗?

Openshift有php 5.4,guzzle不支持

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM