Realpath() 警告 joomla php

发布于 2024-12-22 14:39:29 字数 359 浏览 0 评论 0原文

我创建了一个 php 文件,使用 PHPExcel 将数据导出到 excel 文件。 在我的本地主机上,一切正常,但是当我将其上传到实时站点时,我得到:

    Warning: realpath() [function.realpath]: SAFE MODE Restriction in effect. The script whose uid is 755 is not allowed to access /tmp owned by uid 0 in

我不确定是否可以使用简单的 CHMOD 修复此问题,或者我必须致电我的服务器管理员,

如果重要的话,我正在使用 joomla 1.7.1

谢谢

I have created a php file that exports data to an excel file using PHPExcel.
On my localhost everything works fine but when I upload it to the live site I get :

    Warning: realpath() [function.realpath]: SAFE MODE Restriction in effect. The script whose uid is 755 is not allowed to access /tmp owned by uid 0 in

I'm not sure if I can fix this with a simple CHMOD or I have to call my server administrator

I am using joomla 1.7.1 if it matters

Thank you

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

回忆凄美了谁 2024-12-29 14:39:29

听起来“安全模式”正在限制对文件夹的访问。您需要禁用安全模式或将该文件夹添加到允许的目录中。这里有类似问题的人< http://forums.gplhost.com/phpBB2/image-vp8763.html > 。

我建议您查看服务器日志以获取更详细的错误。查找 open base dir 错误消息的实例。

Sounds like 'safe mode' is restricting access to a folder. You need to either disable safe mode or add the folder to the allowed directories. Someone with a similar problem here < http://forums.gplhost.com/phpBB2/image-vp8763.html> .

I suggest you look at your server logs for a more detailed error.Look for instances of open base dir error messages.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文