[Plugin: NOAA Weather] Broken on Linux
-
I am on a linux host, and your plugin was not working for me.
This line:
$fp = fopen(dirname( __FILE__) . “\weather-current-{$code}.xml”, “w” );needs to become this line:
$fp = fopen(dirname( __FILE__) . “/weather-current-{$code}.xml”, “w” );This fixed it. Sorry for sending you an email as well, I’m sure this will be fixed (for everyone else) briefly.
Best Regards,
Chad
- The topic ‘[Plugin: NOAA Weather] Broken on Linux’ is closed to new replies.