在共享平台上启用Pear SOAP模块 [英] Enable Pear SOAP module on shared platform

查看:102
本文介绍了在共享平台上启用Pear SOAP模块的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在将网站转移到FatCow托管的新服务器上.这是一个共享平台,并且已经安装了Pear SOAP模块.我试图弄清楚如何正确打开它.在我的php ini文件中,我添加了:

I am transferring a website to a new server hosted by FatCow. It is a shared platform and they have the Pear SOAP module already installed. I'm trying to figure out how to properly turn it on. In my php ini file I have added:

extension_dir = ".:/usr/local/php/pear/"
extension=php_soap.dll

但是,当我尝试调用从SOAP模块扩展的类时,却收到此错误

However I am receiving this error when trying to call a class that extends from the SOAP Module

PHP Warning:  PHP Startup: Unable to load dynamic library '.:/usr/local/php/pear/php_soap.dll' - .:/usr/local/php/pear/php_soap.dll: cannot open shared object file: No such file or directory in Unknown on line 0 

有人告诉我,PEAR的路径是.:/usr/local/php/pear/php_soap.dll

I was told by support that Path to PEAR is .:/usr/local/php/pear/php_soap.dll

因此,我是否缺少在网站上启用Pear SOAP模块的功能?

So am I missing something to enable the Pear SOAP Module on my site?

推荐答案

我也使用fatcow进行托管,并且技术支持建议他们不支持php soap.但是,它们确实利用了PEAR SOAP.我还被告知,在他们的UNIX托管平台上,他们无法识别出extension = php_soap.dll命令. ini文件.真的系好你的手.

I also use fatcow for hosting and was advised by tech support that they do not support php soap. They do however utilize PEAR SOAP. I was also informed that with their UNIX hosting platform, they don't recognize extension=php_soap.dll command in the. ini file. Really ties your hands.

这篇关于在共享平台上启用Pear SOAP模块的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆