[SOLVED] Newly converted from sickbeard - getting a lot of "[PUT] not implemented" errors

I’m having trouble saving several settings. Here’s an example:
image

There are many others (a little difficult to compile, because I can’t highlight and select that text). Any idea what’s going on?

Platform
FreeNAS 9.1.1
Version
2.0.0.2341
Mono Version
3.0.3 (tarball Wed Jun 26 11:44:57 UTC 2013)
AppData directory
/root/.config/NzbDrone
Startup directory
/root/NzbDrone

Edit: I found these errors in the log. Please note that when I try to save (and it fails), these are not generated by the failure to save.

14-12-21 21:56:18.8|Error|SceneMappingService|Failed to Update Scene Mappings:

System.Net.WebException: Error: NameResolutionFailure
  at System.Net.HttpWebRequest.EndGetResponse (IAsyncResult asyncResult) [0x00000] in <filename unknown>:0 
    at System.Net.HttpWebRequest.GetResponse () [0x00000] in <filename unknown>:0 
    at NzbDrone.Common.Http.HttpClient.Execute (NzbDrone.Common.Http.HttpRequest request) [0x00000] in <filename unknown>:0 

  14-12-21 21:56:23.6|Info|RssSyncService|Starting RSS Sync
  14-12-21 21:56:40.8|Error|TaskExtensions|Task Error

  System.Net.WebException: Error: NameResolutionFailure
    at System.Net.HttpWebRequest.EndGetResponse (IAsyncResult asyncResult) [0x00000] in <filename unknown>:0 
    at System.Net.HttpWebRequest.GetResponse () [0x00000] in <filename unknown>:0 
    at NzbDrone.Common.Http.HttpClient.Execute (NzbDrone.Common.Http.HttpRequest request) [0x00000] in <filename unknown>:0 

You need to upgrade mono to at least 3.6, previous versions aren’t supported because they are missing pieces that Sonarr requires.

I had just noticed that mono looked old. I’m having a hell of a time upgrading Mono because pkg is messed up. These are my own problems, I know. I’m in the process of upgrading to 3.10.

Confirmed to be working after upgrading to Mono 3.10. Thank you.

Awesome, thanks for getting back.