Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
このコードに対して php (5.4) の警告が表示されます: fopen("error.log","w");
警告 警告: fopen(error.log): ストリームを開くことができませんでした: 許可が拒否されました ...
ポイントは、error.log が存在し、777 の権限があることです。私に何ができる?
ubuntu 10.04システムでApache2、php 5.4を使用しています