
[英]Warning: Unknown: SAFE MODE Restriction in effect. The script whose uid is 10014 is not allowed to access / owned by uid 0 in Unknown on line 0
[英]Script not allowed to access owned by someone else
我一直在尝试运行Siwapp应用程序(基于Symphony框架的应用程序)的安装程序。 指定根Symphony文件夹后,我一直收到此错误。
SAFE MODE Restriction in effect. The script whose uid/gid is 158807/158807 is not allowed to access /some/super/long/path owned by uid/gid 25000/25000
我该如何克服? 谢谢。
转到shell,用您的user:group整理整个目录,这可以解决问题。 如果您在共享主机上,请阅读cPanel,可能您没有外壳,请尝试使用FileZilla进行FTP传输并检查文件权限。 安全模式限制据说可以使PHP脚本安全。 这意味着,您拥有的脚本/资源不能被其他用户/资源运行/使用,您不能随意访问资源,包含文件,打开URL等。希望您已阅读此http://php.net /manual/en/features.safe-mode.php ,特别是http://www.php.net/manual/en/features.safe-mode.functions.php 。
声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.