大家好,又见面了,我是你们的朋友全栈君。
好吧,我正在构建一个花哨的裤子wordpress主题和部分主题有PHP获取图像宽度和使用这些数字来调整页面元素.它在我的本地机器上工作正常,但是当我使用cpanel将主题放在我的托管服务器上时,它不起作用.
我收到这个错误
Warning: getimagesize() [function.getimagesize]: http:// wrapper is disabled in the server configuration by allow_url_fopen=0 in /home/yoursite/public_html/wpsite/wp-content/themes/yourtheme/styles/login.php on line 7
Warning: getimagesize(http://yoursite.com/wpsite/wp-content/uploads/2012/11/logo1.png) [function.getimagesize]: failed to open stream: no suitable wrapper could be found in /home/yoursite/public_html/wpsite/wp-content/themes/yourtheme/styles/login.php on line 7
所以我想如果我在wordpress的根目录中创建了一个php.ini文件,其中包含:
[PHP]
allow_url_fopen = 1
那会有用,但它不会.
反正有没有让这个工作?
解决方法:
尝试将此代码添加到.htaccess文件中:
php_value allow_url_fopen On
如果它不起作用,您将需要向您的托管服务提供商询问您的php.ini文件位置(如果存在).如果没有,请让他们在全局php.ini文件中为您设置.
通常它是/etc/php.ini
标签:php,wordpress,cpanel
来源: https://codeday.me/bug/20190927/1824442.html
发布者:全栈程序员-用户IM,转载请注明出处:https://javaforall.cn/162817.html原文链接:https://javaforall.cn
【正版授权,激活自己账号】: Jetbrains全家桶Ide使用,1年售后保障,每天仅需1毛
【官方授权 正版激活】: 官方授权 正版激活 支持Jetbrains家族下所有IDE 使用个人JB账号...