2007年11月6日 星期二

從joomla!1.0.11升級到 1.0.12 所產生的錯誤訊息- Warning: Cannot modify header information

參考資料:
请教关于Joomla一些基本问题 - 安装与管理 - Joomla中文交流平台,Joomla AutoIt!,joomla模板,joomla问题
http://www.autoit.cn/forum/viewthread.php?tid=749

治標方法:
修改PHP的設定檔 php.ini 中的

Print out errors (as a part of the output). For production web sites,
; you're strongly encouraged to turn this feature off, and use error logging
; instead (see below). Keeping display_errors enabled on a production web site
; may reveal security information to end users, such as file paths on your Web
; server, your database schema or other information.
改掉
display_errors = On

display_errors = Off
即可

尚未研究之可能解決方案連結
http://www.autoit.cn/forum/redirect.php?goto=newpost&tid=1271
http://www.phpchina.com/26247/viewspace_8026.html
http://blog.lastsky.net/node/2032

沒有留言: