PHPで書き込み権限があるのにWarning: touch(): Utime failed: Operation not permitted
パーミッションチェックしても問題なさそう
is_writableで権限チェックしても問題なさそう
なのに、Warning: touch(): Utime failed: Operation not permitted
が出る
https://stackoverflow.com/questions/1676743/why-would-file-put-contents-succeed-but-touch-fail
どうやらバグらしい、chownで権限をapacheにしてあげると解決
ディスカッション
コメント一覧
まだ、コメントがありません