tomio kurata
t_kurat****@mbs*****
2004年 8月 14日 (土) 14:41:29 JST
お世話になっております。 管理メニューからバナー管理画面に入ると、最上段に「エラー: 'images/graphs' ディレクトリに書き込みができません。正しい ユーザ権限を設定してください。」との表示が出ます。 パーミッションを、777に変更しました。変更すると上記エラー は消えるのですが、今度は下記のエラーが出ます。このエラーの対 処方法が分からずに困っておりますので、ご存知の方は御教示くだ さい。 --------------------------------------------------------------- Warning: imagepng(): Unable to open 'images/graphs/banner_inf obox-1.png' for writing in /home/sites/****.jp/users/****.jp-****/web/oscommer ce/admin/includes/classes/phplot.php on line 482 --------------------------------------------------------------- admin/includes/classes/phplot.phpの482行目付近は下記の記述 になっております。(476行目〜496行目) switch($this->file_format) { case "png": if ($this->is_inline == 0) { Header('Content-type: image/png'); } if ($this->is_inline == 1 && $this->output_file != "") { ImagePng($this->img,$this->output_file); } else { ImagePng($this->img); } break; case "jpg": if ($this->is_inline == 0) { Header('Content-type: image/jpeg'); } if ($this->is_inline == 1 && $this->output_file != "") { ImageJPEG($this->img,$this->output_file); } else { ImageJPEG($this->img); } break; 御迷惑をお掛けしますが、よろしくお願いいたします。