出力していたエラー
Warning: file_put_contents() [function.file-put-contents]: Only 0 of 1209 bytes written, possibly out of free disk space in [FileLog.phpのディレクトリパス]
Warning (512): _cake_core_ cache was unable to write 'cake_dev_ja' to File cache [CORE/Cake/Cache/Cache.php, line 327]
結論
容量がいっぱいなのでキャッシュが書き込めない状態です。
いらないファイルを削除する必要があります。
バージョン
CentOS 6.6
Apache 2.2.15
PHP 7.3.15
CakePHP 2.10.20
削除するファイルの候補
-
キャッシュ、アクセスログ、エラーログ
app/tmp/
以下にあるキャッシュやログが不要であれば削除します。 -
Rewritelog
開発環境だといつの間にか肥大しているようなので削除候補でしょうか。
ファイルパスは/tmp/httpd.rewrite.log
です。