上传到服务器时代码点火器返回空白页面
我刚刚将我的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
确保您使用位于/system/application/config/中的正确设置编辑了config.php
Make sure you edited your config.php with proper settings located in /system/application/config/
空白页通常是由 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.