新申請了一個免費(fèi)的主機(jī)空間,想嘗試與wordpress不同的博客程序。找到了體積很小的Typecho,但是直接安裝的時候卻直接失敗。
想要申請免費(fèi)空間可以參考我這篇文章:申請免費(fèi)的主機(jī)空間建立網(wǎng)站000webhost
我的問題是在把博客文件都放在服務(wù)器上進(jìn)行安裝步驟時,輸入數(shù)據(jù)庫名稱等一系列后,開始安裝時提示“Warning: Cannot modify header information - headers already sent by (output started at /storage/ssd4/288/9281288/public_html/install.php:202) in?/storage/ssd4/288/9281288/public_html/var/Typecho/Cookie.php?on line?102
Warning: Cannot modify header information - headers already sent by (output started at /storage/ssd4/288/9281288/public_html/install.php:202) in?/storage/ssd4/288/9281288/public_html/install.php?on line?584”

搜索了Typecho的社區(qū)后發(fā)現(xiàn)是版本問題,直接安裝1.1版本就會有這個提示,有用戶安裝1.0版本時就不會出現(xiàn)這個問題,于是嘗試了一下,果然1.0版本安裝沒有問題。
下載1.0版本的頁面:https://github.com/typecho/typecho/releases

?