|
|
| Author |
Message |
StarLog Cacti User
Joined: 02 Jun 2007 Posts: 128
|
Posted: Thu Jun 21, 2007 1:23 pm Post subject: Weathermap plugin, failed to open stream |
|
|
What does this error mean.?
Warning: fopen(configs/simple.conf) [function.fopen]: failed to open stream: Permission denied in /www/htdocs/plugins/weathermap/Weathermap.class.php on line 4405
I am in the editor, and when it opens the editor, that is at the top of the file.
Thanks |
|
| Back to top |
|
 |
Howie Cacti Guru User
Joined: 16 Sep 2004 Posts: 2248 Location: United Kingdom
|
Posted: Thu Jun 21, 2007 2:40 pm Post subject: Re: Weathermap plugin, failed to open stream |
|
|
| StarLog wrote: | What does this error mean.?
Warning: fopen(configs/simple.conf) [function.fopen]: failed to open stream: Permission denied in /www/htdocs/plugins/weathermap/Weathermap.class.php on line 4405
I am in the editor, and when it opens the editor, that is at the top of the file.
Thanks |
The files in your configs directory aren't readable by the user that your webserver runs as. They need to be readable *and* writable by the webserver user for the editor to work. |
|
| Back to top |
|
 |
StarLog Cacti User
Joined: 02 Jun 2007 Posts: 128
|
Posted: Fri Jun 22, 2007 1:47 pm Post subject: |
|
|
| Thanks, that fixed it, had to make a few adjustments.. |
|
| Back to top |
|
 |
|