
WeatherMap Issues- Permissions problem
Hello All. Hope you are all well. I'm experiencing some issues when using the PHP Weathermap Editor. I get the following message when I try to add a link between two nodes:
Warning: fopen(configs/test_us.conf): failed to open stream: Permission denied in /var/www/html/plugins/weathermap/Weathermap.class.php on line 2799
I opened up that php file and found this on line 2799:
$fd=fopen($filename, "w");
Do you guys have any idea what I need to do to fix this issue? Thanks!