Quantcast
Channel: BugNET Issue Tracker (Moved to GitHub)
Viewing all articles
Browse latest Browse all 2179

Closed Issue: Gravatar uncheck not working [147]

$
0
0
This is because from a fresh BugNET install using the automatic installer, the EnableGravatar setting is not inserted into the HostSettings table:

[Data.HostSettings.sql](http://bugnet.codeplex.com/SourceControl/latest#src/BugNET.Database/Scripts/Data.HostSettings.sql)

To sort this out manually just manually insert the EnableGravatar host setting in your bugnet database:

```
INSERT INTO [BugNet_HostSettings] ([SettingName], [SettingValue]) VALUES ('EnableGravatar', 'False')
```

Viewing all articles
Browse latest Browse all 2179

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>