上传到服务器时代码点火器返回空白页面

发布于 2024-09-14 16:33:44 字数 172 浏览 1 评论 0原文

我刚刚将我的 codeigniter 目录上传到我的 unix 服务器,但我得到了一个空白页面。相同的目录位于我的桌面网络服务器中,它工作得很好。

另外,我将 CodeIgniter 目录的新副本上传到我的 unix 网络服务器,效果很好。

你们中有人知道可能是什么问题吗?

谢谢。

I just uploaded my codeigniter directory to my unix server and I am getting a blank page. The same directory is located in my desktop web server where it works just fine.

Also, I uploaded a fresh copy of CodeIgniter directory to my unix webserver and that just works fine.

Do any of you know what could be the problem?

Thank You.

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

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

发布评论

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

评论(2

深海蓝天 2024-09-21 16:33:44

确保您使用位于/system/application/config/中的正确设置编辑了config.php

Make sure you edited your config.php with proper settings located in /system/application/config/

情感失落者 2024-09-21 16:33:44

空白页通常是由 PHP 错误引起的。将代码复制并粘贴到 Aptana 等 IDE 中并进行实时调试,看看是否抛出任何错误。

Blank pages are usually caused by PHP errors. Copy and paste the code into an IDE like Aptana with live debugging and see if it throws any errors.

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