.....
大大我有照這個改了~~
首頁是正常了.但連結到使用者的網誌時出現以下的錯誤訊息:救命阿大大~~
# #
Exception message: Cannot modify header information - headers already sent by (output started at /var/www/blog/index.php:18)
Error code: 2
.....
你有依那本書改過 index.php ,而且沒注意到 utf8 no bom 的問題。
最簡單的方法,用原版沒修改過的 index.php 覆蓋回去就行了。
想瞭解什麼是 utf8 no bom ,搜尋一下就行了。
lss
報告大大~~
我有用文書軟體刪除bom但存好幾次結果錯誤訊息依樣出現.首頁也不見
1.本來我依照書上加入程式碼:http://domain.com.tw/blog 他會轉成http://domain.com.tw/blog/summary.php
2.依照大大的建議參考faq將程式碼加註解並在.htaccess 裡面加
DirectoryIndex summary.php index.html index.php
結果:http://domain.com.tw/blog/ 他會跳到http://domain.com.tw/blog/index.php出現錯誤嗎
# #
Exception message: Cannot modify header information - headers already sent by (output started at /var/www/blog/index.php:1)
Error code: 2
-- Backtrace --
/var/www/blog/class/view/view.class.php(316): header
/var/www/blog/class/view/smartyview.class.php(179): view.render
/var/www/blog/class/view/blogview.class.php(224): smartyview.render
/var/www/blog/class/view/defaultview.class.php(82): blogview.render
/var/www/blog/class/controller/controller.class.php(329): defaultview.render
/var/www/blog/index.php(52): blogcontroller.process
3.另外請教大大到底用幾版的LT會架起來比較順呢?
另外我有依照其他大大建議.我去下載LT1.2.2版來安裝但他的頁面上有這段文字要在那裡改呢?
請將此處修改為你希望你的使用者看到的歡迎訊息,或將這部份刪除並重新安排整個頁面。這個頁面的模版在 templates/summary 裡面,你可以自由地依你的喜好修改他。
.歡迎光臨東海寬頻線上部落格......................我有在/template/summary/index.templat這裡加上這段文字.
<div id="maincolumn">
<div id="intro"><p>{$locale->tr("summary_welcome_paragraph")}
.歡迎光臨東海寬頻線上部落格...................... </p>
</div>
{include file="summary/recent.template"}
</div>
所以那一段文字的後面有加在文章的後面上去.
但本文在那裡刪除或修改呢?一直找不到這段文字在那一個檔案裡....