2014-10-05 50 views
1

首先:我不知道Magento結構是如何工作的

我已經看到這個錯誤列表,顯然很沒用,因爲我不明白我在哪裏需要查找數以千計的文件:Magento - system.log中的大量調試,我該如何調試?

2014-10-05T10:28:48+00:00 DEBUG (7): <config/> 
2014-10-05T10:28:48+00:00 DEBUG (7): <config/> 
2014-10-05T10:28:49+00:00 DEBUG (7): <config/> 
2014-10-05T10:29:19+00:00 DEBUG (7): <config/> 
2014-10-05T10:29:19+00:00 DEBUG (7): <config/> 
2014-10-05T10:29:20+00:00 DEBUG (7): <config/> 
2014-10-05T10:29:20+00:00 DEBUG (7): <config/> 
2014-10-05T10:29:21+00:00 DEBUG (7): <config/> 
2014-10-05T10:29:23+00:00 DEBUG (7): <config/> 
2014-10-05T10:29:23+00:00 DEBUG (7): <config/> 
2014-10-05T10:29:25+00:00 DEBUG (7): <config/> 
2014-10-05T10:29:25+00:00 DEBUG (7): <config/> 
2014-10-05T10:29:26+00:00 DEBUG (7): <config/> 
2014-10-05T10:29:29+00:00 DEBUG (7): <config/> 
2014-10-05T10:29:29+00:00 DEBUG (7): <config/> 
2014-10-05T10:29:29+00:00 DEBUG (7): <theme /> 
2014-10-05T10:29:31+00:00 DEBUG (7): <?xml version="1.0"?><customgrid></customgrid> 
2014-10-05T10:29:33+00:00 DEBUG (7): <?xml version="1.0"?><jstranslator></jstranslator> 
2014-10-05T10:29:33+00:00 DEBUG (7): <?xml version="1.0"?><config></config> 

這樣的錯誤,從前端導航(2014-10-05T10:29:23+00:00 DEBUG (7): <config/>)(每一頁)和後端導航(均爲樣的錯誤)出現在兩臺。
所以我想知道是否有辦法找到生成這些報告的確切xml文件。
我看到這個代碼行,同時在網上衝浪:

header("Content-Type: text/xml"); 
echo Mage::app()->getConfig()->getNode()->asXml();exit; 

但我不知道在哪個文件,我不得不把這個草圖

回答

0

我有一個類似的問題。問題是在​​方法loadString中留下的舊調試代碼:

if(!$xml){ Mage::log($string); }