所以我试着为我的网站激活chikita插件。我一直收到这样的信息:
Warning: curl_init() has been disabled for security reasons in
/www/mydomain.com/wp-content/plugins/chitika-premium/premium.php
on line 518
有什么关于如何绕过这个的想法吗?我是php和wordpress的新手。谢谢!
在一个bluehost子域,我想使用一个不同的php版本。默认值是5.4,我想使用5.6。根据这个,我要做的就是添加一个.htaccess文件
# Use PHP5.6 as default
AddHandler application/x-httpd-phpbeta .php
但是php没有运行,所以没有显示页面。
我在本地主机上尝试了php gettext,一切正常工作,但是当我将文件上传到我的主机时,它说:
Warning: putenv(): Safe Mode warning: Cannot set environment variable 'LC_ALL' - it's not in the allowed list in /www/zxq.net/w/e/e/weedcl/htdocs/localization.php on line 4 Fatal error: Call to undefined function bindtextdomain() in /www/z
我一直在试图找出以下PHP代码的错误所在和问题所在,该代码试图进行SOAP调用。当我在免费的网站上托管PHP时,我无法让它工作
include_once("nusoap/lib/nusoap.php");
// create the client and define the URL endpoint
$client = new nusoap_client('http://xxxyyy.zzz:1881/');
// set the character encoding, utf-8 is the standard.
$client->soap_d
我在我的PHP上使用file_get_contents,它抛出了一些错误:
我的代码
#try to fetch from remote
$this->remotePath = "http://some-hostname.com/blah/blah.xml
$fileIn = @file_get_contents($this->remotePath);
错误:
Warning: file_get_contents() [function.file-get-contents]: URL file-access is disabled in the server configu