Re: 5.5.2.1.jaのバグ
2012年10月19日 at 8:17
index.php/dashboard/system/backup_restore/update/
「アップデートをチェック」ボタンを押すと
5.4.2.2
Warning: Cannot modify header information - headers already sent by (output started at /var/www/virtual/tktools.jp/c7/htdocs/concrete/controllers/dashboard/system/backup_restore/update.php:57) in /var/www/virtual/tktools.jp/c7/htdocs/concrete/libraries/controller.php on line 356
とエラーが発生する。
concrete/controllers/dashboard/system/backup_restore/update.php の57行目に
print Update::getLatestAvailableVersionNumber();
があるのが原因。
コメントにするか削除すればエラーは発生しなくなる
日本語版では最新版の情報は更新していないの?
Your post has been saved and will be published after approval by the forum moderator.
takuro hishikawa
Re: 5.5.2.1.jaのバグ
http://github.com/concrete5japan/concrete5/commit/9208259f605f9ca5f2a3f456aeb802588eadb00e
5.5はテスターが不足していたので見送っていたのですが、5.6から自動アップグレードに対応させます。