0
我一直在試圖解決現在的天此錯誤消息。Magento的錯誤:警告:simplexml_load_string()開始標記預期,「<」 config.php文件中未找到上線511
添加了一個調試代碼和有關XML是
<config>
<acl>
<resources>
<admin>
<children>
<system>
<children>
<config>
<children>
<quickview translate="title" module="cmsmquickview">
<title>Quick View Settings</title>
<sort_order>50</sort_order>
</quickview>
</children>
</config>
</children>
</system>
</children>
</admin>
</resources>
</acl>
</config>
請能有人指導我如何因爲XML似乎有效,以我找出這個代碼什麼是錯。
感謝
這是我能在var日誌文件夾
2014-09-01T14:21:12+00:00 ERR (3): Warning: simplexml_load_string() [<a href='function.simplexml-load-string'>function.simplexml-load-string</a>]: Entity: line 26: parser error : Start tag expected, '<' not found in /home/public_html/lib/Varien/Simplexml/Config.php on line 511
2014-09-01T14:21:12+00:00 ERR (3): Warning: simplexml_load_string() [<a href='function.simplexml-load-string'>function.simplexml-load-string</a>]: --> in /home/public_html/lib/Varien/Simplexml/Config.php on line 511
2014-09-01T14:21:12+00:00 ERR (3): Warning: simplexml_load_string() [<a href='function.simplexml-load-string'>function.simplexml-load-string</a>]: ^in /home/public_html/lib/Varien/Simplexml/Config.php on line 511
只是爲了澄清一下,是'[code]'是你的文件還是問題的一部分?真正的文件是否真的以'<?xml version =「1.0」?>'開頭? – clockworkgeek 2014-09-01 11:03:25
這是問題的一部分。我還沒有檢查過該文件,因爲我一直無法找到它。我是Magento新手,這是我的第一個項目,所以任何幫助將不勝感激。謝謝 – user2531490 2014-09-01 11:54:37
「quickview」不是標準Magento的一部分,它必須是一個擴展。您可以從Connect Manager中卸載它,請訪問www.your-site.com/downloader /。或者在'var/log /'和'var/reports /'目錄中查找相關的錯誤。另外[錯誤報告轉](http://www.blog.magepsycho.com/configuring-magento-for-development-debug-mode/)。當你發現線索時,請用它更新你的問題。 – clockworkgeek 2014-09-01 13:57:15