腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
搜索
关闭
文章
问答
(28)
视频
开发者手册
清单
用户
专栏
沙龙
全部问答
原创问答
Stack Exchange问答
更多筛选
回答情况:
全部
有回答
回答已采纳
提问时间:
不限
一周内
一月内
三月内
一年内
问题标签:
未找到与 相关的标签
筛选
重置
2
回答
访问youtube api时出错:“警告: file_get_contents() [Function.file-get-content]:URL >
file-access
被禁用.”
我试着跟着这个答案: $json = file_get_contents("https://gdata.youtube.com/feeds/api/videos/{$video_id}?v=2&alt=json");$video_title = $json_data->{'entry'}->{'title'}; $video_date = $json_data->{'entry'}->{&
浏览 2
修改于2017-05-23
得票数 0
回答已采纳
3
回答
如何在服务器服务器配置中启用文件访问?
我在服务器上上传图片时遇到以下错误- Warning: copy() [function.copy]: URL
file-access
is disabled in the server configuration
浏览 0
提问于2010-08-11
得票数 0
3
回答
有没有使用Curl而不是file_get_contents的(PHP)网络抓取框架?
尝试运行点斜杠示例时,我得到的错误消息是: Warning: file_get_contents() [function.file-get-contents]: URL
file-access
is disabled
浏览 0
修改于2012-01-14
得票数 2
回答已采纳
1
回答
在共享服务器上启用file_get_contents
file_get_contents('http://example.com');'function.file-get-contents'>function.file-get-contents</a>]: URL
file-access
浏览 0
提问于2012-04-21
得票数 4
回答已采纳
4
回答
在PHP中下载文件最简单的方法是什么
我的服务器的配置不允许我这样做:因为,它会生成错误: Warning: getimagesize() [function.getimagesize]: URL
file-access
浏览 0
修改于2010-04-09
得票数 1
回答已采纳
1
回答
在共享服务器上禁用的getimagesize ()的替代方法是什么
Message: getimagesize() [function.getimagesize]: URL
file-access
is disabled in the server configuration
浏览 0
修改于2011-05-09
得票数 2
回答已采纳
1
回答
如何访问服务器的php.ini文件?
我的应用程序运行良好,我不知道突然发生了什么,图像上传功能停止了,functioning.It给出了这个错误- URL
file-access
is disabled in the server configuration
浏览 3
提问于2010-08-11
得票数 2
4
回答
本地主机WordPress包括file.php
有错误: Warning: include() [function.include]: URL
file-access
is disabled in the server configuration in
浏览 8
修改于2014-04-26
得票数 0
回答已采纳
2
回答
需要在服务器传输后修复PHP .htaccess错误的帮助
Warning: include_once() [function.include-once]: URL
file-access
is disabled in the server configuration
浏览 1
提问于2011-07-04
得票数 2
1
回答
使用DOM读取RSS内容时出错
它在我的本地服务器上运行良好,但是主机服务器会出现如下所示的错误 Warning: DOMDocument::load() [(B)domdocument.load]: URL
file-access
浏览 1
提问于2011-12-02
得票数 1
回答已采纳
2
回答
php包括问题-在一台服务器上工作.不是另一个..。init文件?
错误消息: Warning: include() [function.include]: URL
file-access
is disabled in the server configuration
浏览 2
提问于2015-11-14
得票数 1
回答已采纳
2
回答
WordPress的d13slideshow和"URL文件访问被禁用“
>,但它失败了: function.getimagesize: URL
file-access
is disabled in the server configuration in /<snip>/wp-content
浏览 2
提问于2010-05-06
得票数 0
3
回答
加载XML数据时的警告
hour;Warning: file_get_contents() [function.file-get-contents]: URL
file-access
浏览 2
修改于2013-12-05
得票数 0
回答已采纳
2
回答
file_get_contents()错误
file_get_contents($this->remotePath);Warning: file_get_contents() [function.file-get-contents]: URL
file-access
浏览 0
修改于2011-09-01
得票数 9
回答已采纳
5
回答
无法在php中包含文件
语句中运行下面的代码,我在同一个文件中遇到了一个奇怪的问题,下面的代码工作正常,但是在另一个地方,如果它被调用,我会得到这个错误; Warning: include() [function.include]: URL
file-access
浏览 0
修改于2009-08-07
得票数 3
回答已采纳
1
回答
如何通过php正确检索twitter xml for Flash站点
>URL
file-access
is disabled in the server configuration 这只能通过让我的主机打开fopen()来解决,这是我不想做的。
浏览 0
提问于2010-05-19
得票数 0
回答已采纳
2
回答
PHP来获取当前页面的特定内容
br />"; // "index.php" - Current pg, Correct $html = file_get_html($cpath); // Getting Warning: URL
file-access
浏览 1
修改于2012-11-08
得票数 0
2
回答
包括具有自定义样式表受限外部页面
我想要做的是PHP包含他们的页面,即使我得到这个错误: Warning: include() [function.include]: URL
file-access
is disabled in the
浏览 0
提问于2012-09-25
得票数 0
回答已采纳
4
回答
PHP警告getimagesize
我将其改为完整路径,但得到了错误URL
file-access
is disabled in the server configuration。
浏览 4
修改于2012-04-25
得票数 1
回答已采纳
1
回答
为什么这在WordPress functions.php中不起作用?
编辑:Warning: file() [function.file]: URL
file-access
is disabled in the server configuration
浏览 6
修改于2011-09-18
得票数 0
回答已采纳
第 2 页
领券