久久久久久久av_日韩在线中文_看一级毛片视频_日本精品二区_成人深夜福利视频_武道仙尊动漫在线观看

    <i id='gZcSz'><tr id='gZcSz'><dt id='gZcSz'><q id='gZcSz'><span id='gZcSz'><b id='gZcSz'><form id='gZcSz'><ins id='gZcSz'></ins><ul id='gZcSz'></ul><sub id='gZcSz'></sub></form><legend id='gZcSz'></legend><bdo id='gZcSz'><pre id='gZcSz'><center id='gZcSz'></center></pre></bdo></b><th id='gZcSz'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='gZcSz'><tfoot id='gZcSz'></tfoot><dl id='gZcSz'><fieldset id='gZcSz'></fieldset></dl></div>
    <legend id='gZcSz'><style id='gZcSz'><dir id='gZcSz'><q id='gZcSz'></q></dir></style></legend>

      1. <small id='gZcSz'></small><noframes id='gZcSz'>

        • <bdo id='gZcSz'></bdo><ul id='gZcSz'></ul>

      2. <tfoot id='gZcSz'></tfoot>

        白屏死機!

        White screen of death!(白屏死機!)
        1. <tfoot id='NJERj'></tfoot>
              <tbody id='NJERj'></tbody>

            • <bdo id='NJERj'></bdo><ul id='NJERj'></ul>

              <small id='NJERj'></small><noframes id='NJERj'>

              <i id='NJERj'><tr id='NJERj'><dt id='NJERj'><q id='NJERj'><span id='NJERj'><b id='NJERj'><form id='NJERj'><ins id='NJERj'></ins><ul id='NJERj'></ul><sub id='NJERj'></sub></form><legend id='NJERj'></legend><bdo id='NJERj'><pre id='NJERj'><center id='NJERj'></center></pre></bdo></b><th id='NJERj'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='NJERj'><tfoot id='NJERj'></tfoot><dl id='NJERj'><fieldset id='NJERj'></fieldset></dl></div>
              <legend id='NJERj'><style id='NJERj'><dir id='NJERj'><q id='NJERj'></q></dir></style></legend>

                • 本文介紹了白屏死機!的處理方法,對大家解決問題具有一定的參考價值,需要的朋友們下面隨著小編來一起學習吧!

                  問題描述

                  在調試安裝到新開發環境中的 codeigniter 應用程序后,當我看到白屏沒有更多可用內容時,我開始感到害怕.我已經能夠解決導致此問題的每一個錯誤,但它認真對待了太長時間.

                  After debugging a codeigniter app that were installed into a new development environment, I have started to freak out when seeing white screens with nothing more available. I have been able to solve each and every one of the errors that have caused this, but it have taken seriously way too long time.

                  PHP error_reporting(E_ALL) &display_errors", 1 也設置好了.我什至安裝了 Xdebug 以希望獲得更多輸出,但沒有.我的日志設置也有效,但沒有寫入日志.

                  PHP error_reporting(E_ALL) & display_errors", 1 is set as well. I even installed Xdebug in hope of getting more output, but no. My logging settings are also working, but nothing is written to the log.

                  有沒有辦法打印出一些信息而不是完整的白屏?它肯定會縮短我花在解決導致此問題的最終錯誤上的時間?

                  Is there a way to get something informative printed out instead of a complete white screen? It would certainly shorten my time spent on solving the eventual errors that causes this?

                  非常感謝!

                  參考:為什么 Code Igniter 給我一個白頁?

                  推薦答案

                  我發現,自從我提出問題以來,似乎沒有什么可以確保總是用 PHP 輸出錯誤,這似乎在這里拋出白屏在那里.無論 PHP 的 ini 設置如何.

                  I've found out, since the time of my question, that nothing seems to ensure that errors are always outputted with PHP, which seems to throw white screens here and there. Regardless of PHP's ini-settings.

                  我發現最好的解決方法是使用以下行來確保將錯誤記錄放入應用程序易于訪問和監控的文件中:

                  I've found out that the best workaround however is to use the following line to ensure that error logging is put into a file easily accessed and monitoredby the application:

                  ini_set('error_log', MYPATH .'logs/errorlog.log'); 
                  

                  據我測試,當出現白屏時 - 它也會記錄到此錯誤日志中.似乎是了解出現問題時會發生什么的最簡單方法.

                  As far as I've tested it, when white screens appear - it also gets logged into this errorlog. Seems to be the easiest way to know what happens when things go wrong.

                  這篇關于白屏死機!的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網!

                  【網站聲明】本站部分內容來源于互聯網,旨在幫助大家更快的解決問題,如果有圖片或者內容侵犯了您的權益,請聯系我們刪除處理,感謝您的支持!

                  相關文檔推薦

                  MySQLi prepared statement amp; foreach loop(MySQLi準備好的語句amp;foreach 循環)
                  Is mysqli_insert_id() gets record from whole server or from same user?(mysqli_insert_id() 是從整個服務器還是從同一用戶獲取記錄?)
                  PHP MySQLi doesn#39;t recognize login info(PHP MySQLi 無法識別登錄信息)
                  mysqli_select_db() expects exactly 2 parameters(mysqli_select_db() 需要 2 個參數)
                  Php mysql pdo query: fill up variable with query result(Php mysql pdo 查詢:用查詢結果填充變量)
                  MySQLI 28000/1045 Access denied for user #39;root#39;@#39;localhost#39;(MySQLI 28000/1045 用戶“root@“localhost的訪問被拒絕)

                      <legend id='Yczab'><style id='Yczab'><dir id='Yczab'><q id='Yczab'></q></dir></style></legend>
                      • <i id='Yczab'><tr id='Yczab'><dt id='Yczab'><q id='Yczab'><span id='Yczab'><b id='Yczab'><form id='Yczab'><ins id='Yczab'></ins><ul id='Yczab'></ul><sub id='Yczab'></sub></form><legend id='Yczab'></legend><bdo id='Yczab'><pre id='Yczab'><center id='Yczab'></center></pre></bdo></b><th id='Yczab'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='Yczab'><tfoot id='Yczab'></tfoot><dl id='Yczab'><fieldset id='Yczab'></fieldset></dl></div>

                          <bdo id='Yczab'></bdo><ul id='Yczab'></ul>

                              <tbody id='Yczab'></tbody>
                            <tfoot id='Yczab'></tfoot>

                            <small id='Yczab'></small><noframes id='Yczab'>

                            主站蜘蛛池模板: 一区二区三区四区在线视频 | 日本免费一区二区三区 | 成人久久视频 | 欧美视频免费在线观看 | 一区二区三区四区视频 | 久久午夜精品福利一区二区 | 亚洲成人一区二区在线 | 毛片大全| 91亚洲精品在线观看 | 中文二区 | 中文在线一区二区 | 午夜亚洲 | 国产精品综合网 | 久久精品亚洲 | 一区二区三区电影网 | 九九九国产 | 欧美午夜激情在线 | 午夜精品一区二区三区在线视 | 欧美va大片 | xxxxxx国产| 亚洲乱码一区二区三区在线观看 | 91麻豆精品一区二区三区 | 亚洲男人天堂网 | 91精品国产91久久久久久 | 久久精品色欧美aⅴ一区二区 | 国产91精品久久久久久久网曝门 | 一区二区三区免费 | 男人天堂视频在线观看 | 国产a爽一区二区久久久 | 亚洲电影中文字幕 | 91亚洲国产成人精品一区二三 | 一本色道精品久久一区二区三区 | 久久久精品 | 精品无码久久久久久国产 | 日本免费一区二区三区 | 久久免费国产视频 | 亚洲精品视频免费观看 | 久久久久久久国产精品视频 | 日韩精品一区二区三区在线观看 | 色综合国产 | 国产精品一区在线观看你懂的 |