我从(omnipay-nabtransact)下载了omnipay软件包并将其安装在本地主机上。它在localhost上运行正常,但是在实时服务器上安装它时出现错误。
错误为:-
(2/2)ClassInstantiationFailedException发生意外异常 实例化类。
和
(1/2)RuntimeException GuzzleHttp需要cURL,allow_url_fopen ini设置或自定义HTTP处理程序。
我无法理解这些错误是什么。当我在本地主机Laravel FW上进行安装时,它运行顺利。但是,当我将其安装在实时服务器上时,我正在修复它。
答案 0 :(得分:0)
根据您的php版本安装curl
sudo apt-get install php-curl
然后重新启动apache
sudo service apache2 restart