与codeigniter死亡的白色屏幕
我已经将开发服务器的代码字符脚本移动到生产服务器(
相同的服务器,只是不同的域,所以没有PHP /数据库/ Apache配置/或相关的问题
)
我已经能够登录只有一个地方/应用程序/日志文件夹我已经尝试了所有其他日志(启用PHP日志等)没有什么似乎告诉我什么是问题,是什么导致白屏)
DEBUG - 2016-06-16 15:47:48 --> Config Class Initialized
DEBUG - 2016-06-16 15:47:48 --> Hooks Class Initialized
DEBUG - 2016-06-16 15:47:48 --> Utf8 Class Initialized
DEBUG - 2016-06-16 15:47:48 --> UTF-8 Support Enabled
DEBUG - 2016-06-16 15:47:49 --> URI Class Initialized
DEBUG - 2016-06-16 15:47:49 --> Router Class Initialized
DEBUG - 2016-06-16 15:47:49 --> No URI present. Default controller set.
DEBUG - 2016-06-16 15:47:49 --> Output Class Initialized
DEBUG - 2016-06-16 15:47:49 --> Security Class Initialized
DEBUG - 2016-06-16 15:47:49 --> Input Class Initialized
DEBUG - 2016-06-16 15:47:49 --> Global POST and COOKIE data sanitized
DEBUG - 2016-06-16 15:47:49 --> Language Class Initialized
DEBUG - 2016-06-16 15:47:49 --> Loader Class Initialized
DEBUG - 2016-06-16 15:47:49 --> Helper loaded: url_helper
DEBUG - 2016-06-16 15:47:49 --> Helper loaded: file_helper
DEBUG - 2016-06-16 15:47:49 --> Database Driver Class Initialized
DEBUG - 2016-06-16 15:47:49 --> Session Class Initialized
如果有人有任何想法,请让我知道我到目前为止
在index.php
增加了开发服务器谷歌搜索,并尝试了其他一些错误显示,直到现在没有任何工作。
我现在有点想法。
现在在服务器上有一些条目,但它们似乎比实际的错误更多的是黑客入侵。
2016-06-17 03:05:04.050 [INFO] [124.253.119.242:14578] File not found [/home/miverali/public_html/domain.com/404.shtml]
2016-06-17 03:05:04.050 [INFO] [124.253.119.242:14578] File not found [/home/miverali/public_html/domain.com/application/index.php]
2016-06-17 02:59:32.621 [INFO] [178.63.13.15:27365] File not found [/home/miverali/public_html/domain.com/404.shtml]
2016-06-17 02:59:32.621 [INFO] [178.63.13.15:27365] File not found [/home/miverali/public_html/domain.com/robots.txt]
2016-06-17 02:55:47.575 [INFO] [5.9.73.227:50935] File not found [/home/miverali/public_html/domain.com/404.shtml]
2016-06-17 02:55:47.575 [INFO] [5.9.73.227:50935] File not found [/home/miverali/public_html/domain.com/robots.txt]
我遇到了这个问题,因为DB Driver没有响应。
去application/config/database.php
如果codeigniter 3.0- (小于3.0)
$db['default']['dbdriver'] = ''; # Change to mysqli
如果codeigniter 3.0+ (大于3.0)
'dbdriver' => '', # Change to mysqli
链接地址: http://www.djcxy.com/p/69189.html
上一篇: white screen of death with codeigniter
下一篇: Laravel wsod (white screen of death) on godaddy hosting